summaryrefslogtreecommitdiff
path: root/modules/system
Commit message (Collapse)AuthorAge
* - Patch #268063 by boombatower, chx, cwgordon7, Damien Tournoud: move ↵Dries Buytaert2008-08-09
| | | | includes/tests to simpletest/tests and provide hidden .info propery
* - Patch #287877 by dmitrig01: rename drupal_rebuild_code_registry() to ↵Dries Buytaert2008-08-02
| | | | registry_rebuild() for consistency.
* - Patch #257009 by bjaspan, mustafu, Freso, Dries et al: fixed simpletest ↵Dries Buytaert2008-08-02
| | | | exceptions on PostgreSQL.
* - Patch #229129 by dmitrig01: clean up system modules page.Dries Buytaert2008-07-23
|
* - Patch #284721 by zeta ζ: translation simplifications.Dries Buytaert2008-07-19
|
* - Patch #245001 by kkaefer et al: unify #process callback naming.Dries Buytaert2008-07-18
|
* - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵Dries Buytaert2008-07-16
| | | | printes #markup, not #value.
* - Patch #248205 by catch et al: increased PostgreSQL requirement to version 8.1.Dries Buytaert2008-07-14
|
* - Patch #275801 by Damien Tournoud and Gribnif: fixed performance issue due ↵Dries Buytaert2008-07-14
| | | | to typo.
* - Patch #270508 by paul.levvik and pwolanin: usability improvement: image ↵Dries Buytaert2008-07-08
| | | | toolkits should not have to be copied.
* - Patch #277073 by threexk: improve consistency of offline vs off-line and ↵Dries Buytaert2008-07-01
| | | | online vs on-line.
* - Patch #256886 by catch et al: comment out a test that fails due to a bug ↵Dries Buytaert2008-06-29
| | | | in cURL.
* - Patch #275092 by kbahey: added test for meta-tag generator patch.Dries Buytaert2008-06-28
|
* - Patch #275092 by kbahey, greggles and Arancaytar: emit X-Generator and ↵Dries Buytaert2008-06-28
| | | | meta-generator tags.
* - Patch #270917 by catch, Bojhan, et al: renamed 'primary links' and ↵Dries Buytaert2008-06-25
| | | | 'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan.
* - Patch #268449 by catch: fixed some tests that failed due to invalid ↵Dries Buytaert2008-06-09
| | | | permissions.
* - Patch #250918 by boombatower: cleaned up some tests and added some tests ↵Dries Buytaert2008-06-02
| | | | for the administration panels.
* - Patch #261836 by dropcube: tests for cron.Dries Buytaert2008-05-30
|
* - Patch #259871 by pwolanin: clean up system.test.Dries Buytaert2008-05-19
|
* - Patch #193076 by quicksketch, dmitrig01 and paul.lovvik: drag and drop ↵Dries Buytaert2008-05-15
| | | | support for poll module.
* - Patch #256152 by catch: added additional tests for the IP address blocking ↵Dries Buytaert2008-05-10
| | | | and added a small usability improvement.
* - Patch #73874 by pwolanin: normalize the permissions table and wrote ↵Dries Buytaert2008-05-07
| | | | simpletests for the (new) permission handling. At last.
* - Patch #248436 by catch: fixed some bugs in the statistics module, wrote ↵Dries Buytaert2008-05-07
| | | | some tests, and made some minor usability improvments along the way. That is _exactly_ how we like it.
* - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵Dries Buytaert2008-05-06
| | | | | | | | | | | flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code.
* - Patch #244942 by Freso and pwoladin: removed outdated string from ↵Dries Buytaert2008-05-05
| | | | documentation.
* - Patch #192962 by gpk et al: ghop #24, module administration page improvements.Dries Buytaert2008-05-05
|
* - Patch #227830 by JohnAlbin: link attributes added to l() incorrectly.Dries Buytaert2008-05-02
|
* - Patch #127295 by yhager: module version numbers should always be shown ↵Dries Buytaert2008-04-30
| | | | left-to-right.
* - Patch #246298 by boombatower: added missing <label> to module names on ↵Dries Buytaert2008-04-30
| | | | uninstall page. Improves consistency with the module install page.
* - Patch #234785 by Rowanw: made the 'more help' link work with RTL languages.Dries Buytaert2008-04-25
|
* - Patch #249546 by pwolanin: rip menu access inheritance -- was already ↵Dries Buytaert2008-04-23
| | | | committed to D6.
* - Added a test framework to Drupal along with a first batch of tests forDries Buytaert2008-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | Drupal core! This is an important milestone for the project so enable the module and check it out ... :) Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran Lal, Moshe Weitzman, and the many other people that helped with testing over the past years and that drove this home. It all works but it is still rough around the edges (i.e. documentation is still being written, the coding style is not 100% yet, a number of tests still fail) but we spent the entire weekend working on it in Paris and made a ton of progress. The best way to help and to get up to speed, is to start writing and contributing some tests ... as well as fixing some of the failures. For those willing to help with improving the test framework, here are some next steps and issues to resolve: - How to best approach unit tests and mock functions? - How to test drupal_mail() and drupal_http_request()? - How to improve the admin UI so we have a nice progress bar? - How best to do code coverage? - See http://g.d.o/node/10099 for more ...
* - Patch #245504 by catch, David_Rothstein, Freso, et al: removed the ↵Dries Buytaert2008-04-16
| | | | throttle module from Drupal core.
* - Patch #175841 by catch et al: remove comment controls for users. Yowza.Dries Buytaert2008-04-16
|
* - Patch #244942 by pwolanin: fixed outdated function name in schema description.Dries Buytaert2008-04-15
|
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* - Patch #216072 by recidive, David Rothstein, ptalindstrom et al: switched ↵Dries Buytaert2008-04-10
| | | | | | | | | | | from numeric block IDs to string IDs. The short explanation is that Drupal uses a lot of numeric deltas in the block system; blocks are identified by the 'module' and the 'delta'. In early Drupal, delta was numeric, but somewhere along the line it was changed to be possibly a string. In modern Drupal, block overrides are easily done via block-MODULE-DELTA.tpl.php. The primary motivation to switch to string IDs everywhere is to make these deltas friendlier to themers: block-user-0.tpl.php --> block-user-navigation.tpl.php block-user-1.tpl.php --> block-user-login.tpl.php You get the picture.
* - Patch #243524 by christefano: display INFO_ALL output when calling ↵Dries Buytaert2008-04-10
| | | | system_php().
* - Patch #228594 by catch et al: removed access rule functionality from core.Dries Buytaert2008-04-08
| | | | | | | | | | | The access rules capability of user module has been stripped down to a simple method for blocking IP addresses. E-mail and username restrictions are now available in a contributed module. IP address range blocking is no longer supported and should be done at the server level. This patch is partly motiviated by the fact that at the usability testing, it frequently came up that users went to "access rules" when trying to configure their site settings.
* - Patch #240387 by matt2000 et al: move 'content types' to 'site building' ↵Dries Buytaert2008-04-06
| | | | per the UMN usability study results.
* - Patch #234785 by Rowanw, yoroy, flobruit, et al: usability: improve ↵Dries Buytaert2008-04-02
| | | | visibility of the 'more help' link by adding an icon.
* - Patch #241369 by kkaefer: code style improvements for easier patching later.Dries Buytaert2008-04-01
|
* - Patch #237717 by hass: missing t() function.Dries Buytaert2008-03-23
|
* - Patch #235821 by kbahey and pwolanin: include upgrade path for cron ↵Dries Buytaert2008-03-21
| | | | changes, improved security of key.
* - Patch #52910 by kbahey, keith.smith, Susurrus, et al: restict access to ↵Dries Buytaert2008-03-17
| | | | cron.php.
* - Patch #214271 by recidive: improved schema identation.Dries Buytaert2008-03-15
|
* - Patch #234065 by David_Rothstein: added missing period.Dries Buytaert2008-03-14
|
* - Patch #229517 by keith.smith and flobruit: de-html selected interface strings.Dries Buytaert2008-03-13
|
* - Patch #231437 by catch, Rob, freso et al: remove ping module from core.Dries Buytaert2008-03-11
|
* - Patch #216813 by pwolanin et al: fixed upgrade path for primary links and ↵Dries Buytaert2008-02-23
| | | | navigation.