summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #323458 by Jody Lynn: fixed typo in class name.Dries Buytaert2008-10-20
|
* - Patch #302518 by AlexisWilke: fixed problem with PostgreSQL users not ↵Dries Buytaert2008-10-20
| | | | being able to delete blocks.
* - Patch #302936 by Aron Novak, Crell et al: convert aggregator module to the ↵Dries Buytaert2008-10-20
| | | | new DB abstraction layer.
* - Patch #323182 by chx and Damien Tournoud: a working code simplification.Dries Buytaert2008-10-20
|
* - Patch #323372 by Damien Tournoud: fixed bootstrap phase issue that broke ↵Dries Buytaert2008-10-20
| | | | installer.
* - Patch #319769 by Dave Reid: fixed php notice on _db_error_page.Dries Buytaert2008-10-20
|
* - Patch #323372 by chx: clean up drupal_bootstrap().Dries Buytaert2008-10-19
|
* - Patch #322781 by Damien Tournoud: incorrect call to file_check_directory.Dries Buytaert2008-10-19
|
* - Patch #302638 by pwolanin: no-op queries during menu rebuild.Dries Buytaert2008-10-19
|
* - Patch #199870 by alpritt et al: beter password strength checker. Really cool.Dries Buytaert2008-10-19
|
* - Rollback of #323182; parse error.Dries Buytaert2008-10-19
|
* - Forgot to commit log.inc.Dries Buytaert2008-10-19
|
* - Patch #322777 by Damien Tournoud: file_check_directory() was badly documented.Dries Buytaert2008-10-19
|
* - Patch #322843 by Damien Tournoud, boombatower: fixed --php parameter in ↵Dries Buytaert2008-10-19
| | | | run-tests.sh
* - Patch #323182 by chx: code cleanup.Dries Buytaert2008-10-19
|
* - Patch #321337 by gpk: optmized timer_start() and timer_read() thanks to PHP5.Dries Buytaert2008-10-16
|
* - Patch #320793 by hass: fixed translation issue.Dries Buytaert2008-10-16
|
* - Patch #298669 by Crell, moshe et al: add query logging per connection.Dries Buytaert2008-10-16
|
* - Patch #316753 by dvessel: exanded PHP doc of path_to_theme().Dries Buytaert2008-10-16
|
* - Patch #277206 by Damien Tournoud: untranslatable string in installer.php.Dries Buytaert2008-10-16
|
* - Patch #304924 by Damien Tournoud: extend error handler to manage ↵Dries Buytaert2008-10-15
| | | | exceptions. I have one exception and one fail.
* - Patch #320374 by Damien Tournoud, pwolanin et al: worked around a ↵Dries Buytaert2008-10-15
| | | | max_allowed_packet size issue with the simpletests.
* - Patch #321165 by Dave Reid: fixed exceptions in XML-RPC library and its tests.Dries Buytaert2008-10-15
|
* - Patch #293078 by lilou: correction for user-profile.tpl.php documentation.Dries Buytaert2008-10-15
|
* - Patch #320747 by lilou, UltimateBoy: removed double semicolons.Dries Buytaert2008-10-14
|
* - Patch #296485 by johnskulski, catch: fixed problem with comment threading.Dries Buytaert2008-10-14
|
* - Patch #320784 by johnskulski: added test for comment threading. This test ↵Dries Buytaert2008-10-14
| | | | currently fails.
* - Patch #285165 by Damien Tournoud, pwolanin, chx: fixed wildcard loader problemDries Buytaert2008-10-14
|
* - Patch #285165 by Heine, Gabor: fixed wildcard loader names with numbers.Dries Buytaert2008-10-14
|
* #242873 follow-up: Missed a couple files with drupal_set_title().Angie Byron2008-10-14
|
* - Patch #315656 by Damien Tournoud: fixed bug in drupal_lookup_path('wipe').Dries Buytaert2008-10-13
|
* - Patch #204106 by catch, Damien Tournoud: added test for translation of ↵Dries Buytaert2008-10-13
| | | | path aliases.
* - Patch #296321 by pwolanin, swentel: link to cron.php broken when clean ↵Dries Buytaert2008-10-13
| | | | URLs are disabled.
* - Patch #232095 by birdmanx35, keith.smith: improve book module description.Dries Buytaert2008-10-13
|
* - Patch #296442 by Damien Tournoud: made upload and blog API tests pass ↵Dries Buytaert2008-10-13
| | | | without clean URLs enabled.
* - Patch #320000 by lilou: unify doxygen @file documentation in tpl.Dries Buytaert2008-10-13
|
* - Patch #320146 by pwolanin: when in offline mode, link to the admin page to ↵Dries Buytaert2008-10-13
| | | | take the site online again.
* #249571 by pwolanin: Fix bug with 'active-trail' class in Primary/Secondary ↵Angie Byron2008-10-13
| | | | links.
* #242873 follow-up: Missed adding constants to bootstrap.inc.Angie Byron2008-10-13
|
* Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() ↵Angie Byron2008-10-13
| | | | check_plain() by default.
* Removing left-over from drupal_set_title() roll-back.Angie Byron2008-10-12
|
* #320173 by Dave Reid: Two-word operations in hook_nodeapi no longer being ↵Angie Byron2008-10-12
| | | | called.
* #320171 by Dave Reid: Fix exception in ip_address() test.Angie Byron2008-10-12
|
* #320161 by Dave Reid: Fix problems with drupalGetTestFiles() that causes ↵Angie Byron2008-10-12
| | | | upload.test to break on some systems.
* #320155 by Dave Reid: Fix silly exceptions in file.test.Angie Byron2008-10-12
|
* Roll-back of #242873: This caused horrendous problems with SimpleTest on ↵Angie Byron2008-10-12
| | | | some configurations.
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|
* #320127 by matt2000: Fix bug with file_check_directory() being passed a ↵Angie Byron2008-10-12
| | | | function by-reference.
* #319467: SA-2008-47 (#295053): Arbitrary file uploads in Blog API.Angie Byron2008-10-12
|
* #320009 by Dave Reid: Remove notice about missing files[] array and prevent ↵Angie Byron2008-10-12
| | | | incompatible modules from being enabled.