summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #256152 by catch: added additional tests for the IP address blocking ↵Dries Buytaert2008-05-10
| | | | and added a small usability improvement.
* - Patch #256841 by dropcube: fixed typo.Dries Buytaert2008-05-10
|
* - Patch by boombatower: fixed code style of simpletests.Dries Buytaert2008-05-10
|
* - Patch #256736 by flobruit: fixed bad HTML in help text. flobruit is on a ↵Dries Buytaert2008-05-10
| | | | patching spree!
* - Patch #255415 by boombatower and flobruit: fixed a bug illustrated by the ↵Dries Buytaert2008-05-09
| | | | XML-RPC tests.
* - Modified patch #256509 by dropcube: report when an invalid cron key is used.Dries Buytaert2008-05-09
|
* - Patch #256001 by bjaspan: pgsql driver does not handle unsigned numeric ↵Dries Buytaert2008-05-09
| | | | fields.
* - Patch #255902 by mfb: updated PHP and MySQL requirements for Drupal 7.Dries Buytaert2008-05-07
|
* - 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 #200685 by boombatower, dvessel, et al: convert bluemarine theme to ↵Dries Buytaert2008-05-07
| | | | tableless layout.
* - Patch by me: rename xmlrpc.inc.test to xmlrpc.test for consistency.Dries Buytaert2008-05-07
|
* - Patch #243967 by justinrandell: first very basic test for the registry's ↵Dries Buytaert2008-05-07
| | | | file parsing.
* - Patch #221964 by justinrandall: removed left-over code.Dries Buytaert2008-05-07
|
* - Patch #221964 Crell / Larry Garfield et al: oh my, the registry patch lands.Dries Buytaert2008-05-06
|
* - 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 #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 #251473 by webchick, chx, et al: one step closer to running tests in ↵Dries Buytaert2008-05-06
| | | | the includes directory. Not working yet.
* - Patch #244942 by Freso and pwoladin: removed outdated string from ↵Dries Buytaert2008-05-05
| | | | documentation.
* - Modified patch #230374 by killes, jakeg, Eaton et al: corrected problem ↵Dries Buytaert2008-05-05
| | | | with form API caches not being flushed. This could lead to performance issues.
* - Patch #192962 by gpk et al: ghop #24, module administration page improvements.Dries Buytaert2008-05-05
|
* - Patch #249571 by pwoladin: primary/secondary links don't get ↵Dries Buytaert2008-05-05
| | | | 'active-trail' class.
* - Patch #249200 by flobruit: some tests for input filters.Dries Buytaert2008-05-05
|
* - Patch #252920 by flobruit and pwoladin: split profile module tests in ↵Dries Buytaert2008-05-04
| | | | smaller tests, and improved performance of tests.
* - Patch #253022 by beginner: fixed typo in code comments.Dries Buytaert2008-05-02
|
* - Patch #253706 by zoo33: renamed 'header' to 'heading' for correctness with ↵Dries Buytaert2008-05-02
| | | | the W3C standard.
* - Patch #252920 by flobruit: fixed broken profile module tests by rewriten ↵Dries Buytaert2008-05-02
| | | | them -- and added some more tests.
* - Patch #217957 by Pasqualle, yched and quicksketch: tabledrag column hiding ↵Dries Buytaert2008-05-02
| | | | not taking headers colspan into account + performance improvements.
* - Patch #240988 by David_Rothstein: fixed left-over documentation after the ↵Dries Buytaert2008-05-02
| | | | HTML escaping became a filter of its own.
* - 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 #252365 by boombatower: clean up the temporary directory that gets ↵Dries Buytaert2008-04-30
| | | | creating during the test runs.
* - Patch #249608 by boombatower: user registration test doesn't set required ↵Dries Buytaert2008-04-30
| | | | variables.
* - 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 #231132 by snufkin: fixed invalid XML-RPC error messages due to HTML ↵Dries Buytaert2008-04-28
| | | | tags being inserted in the message string.
* - Patch #251550 by ksenzee: simpletest requires curl so make sure to add a ↵Dries Buytaert2008-04-28
| | | | requirements check.
* - Patch #251758 by Stefan, dvessel, quicksketch et al: clean up Garland's ↵Dries Buytaert2008-04-28
| | | | page.tpl.php.
* - Patch #225859 by webchick: fixed warning in author information block.Dries Buytaert2008-04-28
|
* - Patch #251631 by chx: fixed behavior of the Drupal web test case with ↵Dries Buytaert2008-04-28
| | | | regard to POST and GET operations.
* - Rollback.Dries Buytaert2008-04-25
|
* - Patch #234785 by Rowanw: made the 'more help' link work with RTL languages.Dries Buytaert2008-04-25
|
* - Patch #251263 by catch: fixing up many code style issues in the tests.Dries Buytaert2008-04-25
|
* - Patch #250729 by R.Muilwijk: performance improvement.Dries Buytaert2008-04-25
|
* - Patch #251239 by R.Muilwijk: performance improvement.Dries Buytaert2008-04-25
|
* - Patch #249546 by pwolanin: rip menu access inheritance -- was already ↵Dries Buytaert2008-04-23
| | | | committed to D6.
* - Patch #250056 by dmitrig01: if all the checkboxes in a checkbox group are ↵Dries Buytaert2008-04-23
| | | | checked on page load, the check all box isn't checked, which is should be (because all sub-boxes are checked).
* - Patch #67523 by ricabrantes: fixed theme issue with avatars on account ↵Dries Buytaert2008-04-23
| | | | listings.
* - Patch #230932 by ryanlath: file_scan_directory() didn't scan the directory ↵Dries Buytaert2008-04-23
| | | | called '0'.
* - Renaming to .sh file.Dries Buytaert2008-04-23
|
* - Patch #249941 by John Morahan: fixed incorrect parameters of watchdog() calls.Dries Buytaert2008-04-23
|