summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - 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.
* #231298 by Crell and rednahead: Allow for aliased multi-site support.Angie Byron2008-10-12
|
* #319465: SA-2008-47 (#295053): Privilege escalation in upload module.Angie Byron2008-10-12
|
* #320024 by Dave Reid: Replace hardcoded drupal_required_modules() with ↵Angie Byron2008-10-12
| | | | required = TRUE in .info files.
* #312792 by catch: Clean-up for editForumTaxonomy().Angie Byron2008-10-12
|
* #231475 by birdmanx35 and redndahead: Coding style for comments in *.js.Angie Byron2008-10-12
|
* #295626 by wuf31 and Damien Tournoud: Fix incorrect path for front page in ↵Angie Byron2008-10-11
| | | | locale_block().
* #253569 by aaron, agentrickard, and Dave Reid: Add hook_modules_X to allow ↵Angie Byron2008-10-11
| | | | modules to react when other modules are enabled, disabled, installed, or uninstalled.
* Grrr. Didn't mean to commit that yet.Angie Byron2008-10-11
|
* #242873 follow-up by pwolanin: Move new check_plain() check constants to ↵Angie Byron2008-10-11
| | | | bootstrap.inc so they're there in early bootstrap.
* #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by ↵Angie Byron2008-10-11
| | | | default.
* #319714 by greggles: Remove needless double-check_url()ing in ↵Angie Byron2008-10-11
| | | | maintenance.tpl.php.
* #205227 by mpare and mfb: Fix logic in file_transfer with ob_end_clean().Angie Byron2008-10-11
|
* #319405 by Crell: Code style clean-up for registry queries.Angie Byron2008-10-11
|