- 30 Nov, 2008 4 commits
-
-
webchick authored
- 29 Nov, 2008 3 commits
- 28 Nov, 2008 4 commits
- 27 Nov, 2008 2 commits
- 26 Nov, 2008 5 commits
- 25 Nov, 2008 3 commits
- 24 Nov, 2008 9 commits
- 23 Nov, 2008 10 commits
#340052 by justinrandell: Speed up SimpleTest by 15,000 orders of magnitude by pre-loading the registry.
#340568 by Damien Tournoud: in some versions of SQLite, SELECT DISINCT(field) will return '(field)' as the field name.
#340500 by justinrandell: Fix silliness in install.inc that was loading the db system twice for no apparent reason.
- Patch #337820 by Dave Reid, Damien Tournoud, et al: rename menu path 'logout' to 'user/logout'. For real now.
- Patch #314870 by drewish: removed some code that accidentically got committed with api.php and that broke the tests.
- Patch #263445 by Dave Reid, merlinofchaos: replace improper use of drupal_to_js() with drupal_json().
- Patch #338586 by Damien Tournoud: fix undefined function call in DatabaseSchema_pgsql::addField().
- Patch #333143 by justinrandell: cleaning up the Drupal bootstrap code, removing bootstrap flag in system table.
- Patch #319406 by AlexisWilke, Dave Reid, Damien Tournoud, kbahey: should only be cleared in the parent watchdog() call.
- Patch #280934 by pwolanin, swentel, et al: harden session regeneration. It took a while, but it comes with tests and extra features now.
#302438 by maartenvg and cwgordon7: Only show the 'queued for approval' message for non-administrators.
#315801 by Rob Loach, Grugnoh2, mfer and dmitrig01: Add a hook_js_alter() to modify JavaScript being printed to the page.