summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #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
|
* #319403 by Crell: use fetchObject() in cache.inc for consistency with other ↵Angie Byron2008-10-11
| | | | db fetch routines.
* #305566 by agentrickard and moshe weitzman: Split 'bypass node access' from ↵Angie Byron2008-10-11
| | | | 'administer nodes'.
* #319636 by Xano: Change 'Database driver' to 'Database type' in install.php.Angie Byron2008-10-11
|
* #296306 by swentel: Test for custom 403 page.Angie Byron2008-10-11
|
* #293612 by egfrith: user_authenticate() should work when is empty.Angie Byron2008-10-11
|
* #162678 by robertDouglass, catch, and Damien Tournoud: Add static caching forAngie Byron2008-10-11
|
* #319699 follow-up by Dave Reid: Simplify required module hiding in ↵Angie Byron2008-10-11
| | | | admin/build/modules.
* #318102 by Damien Tournoud and Dave Reid: hook_exit() not invoked for some ↵Angie Byron2008-10-11
| | | | cached requests.
* #319466: SA-2008-47 (#295053): CSRF in cached forms.Angie Byron2008-10-11
|
* #319699 by Dave Reid: Simplify logic for hiding required modules.Angie Byron2008-10-11
|
* #319346: SA-2008-60 (#318706): blogapi_mt_set_post_categories() allows ↵Angie Byron2008-10-11
| | | | assigning arbitrary categories.
* #311946: SA-2008-060 (#318706): BlogAPI access bypass.Angie Byron2008-10-11
|
* #319341: SA-2008-060 (#318706): Access bypass for files attached to ↵Angie Byron2008-10-11
| | | | restricted nodes.
* #319328: SA-2008-060 (#318706): File upload access bypass.Angie Byron2008-10-11
|
* #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI.Angie Byron2008-10-11
|
* - Patch #319210 by Dave Reid: DBTNG'ed actions.inc.Dries Buytaert2008-10-10
|
* #284887 by Dave Reid and dww: Disable autocomplete if user does not have ↵Angie Byron2008-10-10
| | | | access to the callback.
* #305653 by Dave Reid, cdale, and snowball43: Fix bug where enabled themes ↵Angie Byron2008-10-10
| | | | get unmarked during update.php.
* #317238 by Pedro Lozano: Fix broken link to orphaned actions in watchdog.Angie Byron2008-10-10
|
* #318575 by jvandyk: Change 'remaining' to 'completed' in Batch API, to ↵Angie Byron2008-10-09
| | | | better reflect what's actually happening.
* #318892 by justinrandell and chx: Add .install files to the list of files ↵Angie Byron2008-10-09
| | | | added to .info files.
* - Patch #228281 by hswong3i: made queries TNGDB and ANSI compliant.Dries Buytaert2008-10-09
|
* - Patch #318887 by Dave Reid: clean-up some array shifting code.Dries Buytaert2008-10-09
|
* - Patch #319183 by drewish: clean up file.inc documentation.Dries Buytaert2008-10-09
|
* #314244 follow-up by nedjo: Remove op for prepare translation.Angie Byron2008-10-09
|
* #313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions ↵Angie Byron2008-10-09
| | | | to allow for localization of permission names
* #260372 by andershal and nedjo: Fix count bug in translation deletion logic.Angie Byron2008-10-09
|
* #318687 by hswong3i: Fix pgsql update error in aggregator module.Angie Byron2008-10-09
|
* #317831 by sun: Fix a bug in permissions table CSS.Angie Byron2008-10-09
|
* #316344 by boombatower: Add meta refresh support to SimpleTest to allow ↵Angie Byron2008-10-09
| | | | programmatically dealing with Batch API and such.