summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #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.
* #294742 by axyjo: Doxygen correction for drupal_alter().Angie Byron2008-10-09
|
* #142995 by dopry, drewish, quicksketch, jpetso, and flobruit: Adding ↵Angie Byron2008-10-09
| | | | hook_file_X(). This is an enabler of lots and lots of goodies. See CHANGELOG.txt for more. Awesome work, guys. :)
* - Patch #318593 by hswong3i: clean up of tabs.Dries Buytaert2008-10-08
|
* - Patch #310904 by mfer, Crell et al: use early fetch and document why.Dries Buytaert2008-10-08
|
* - Patch #309821 by sun et al: automatic site maintenance during update.php.Dries Buytaert2008-10-08
|
* - Patch #315047 by Island Usurper: fixed handling of rerved keywords when ↵Dries Buytaert2008-10-08
| | | | altering a table.
* #206138 by pwolanin: Rename mis-named 'module' attribute in node types.Angie Byron2008-10-08
|
* #261148 by chx and pwolanin: Allow recovery from a failed menu build.Angie Byron2008-10-08
|
* #268584 by agentrickard, Rob Loach, and catch: Add a hidden variable for the ↵Angie Byron2008-10-06
| | | | number of terms displayed on the term admin page.
* #226728 by chx and Eaton: Flush form caches when cache is cleared on cron.Angie Byron2008-10-06
|
* #317840 by lilou: Fix typo in Doxygen for REQUEST_TIME.Angie Byron2008-10-06
|
* - Patch #316139 by hswong3i: __toString() should be public to work with PHP5.3.Dries Buytaert2008-10-06
|
* - Patch #308668 by jpetso, boombatower: make test selection page work when ↵Dries Buytaert2008-10-06
| | | | Javascript is disabled.
* - Patch #313156 by Crell: convert bootstrap.inc to DBTNG and resurrected a ↵Dries Buytaert2008-10-06
| | | | kitten.
* - Patch #310212 by justinrandell: killed in _node hook, as well as twelve ↵Dries Buytaert2008-10-06
| | | | sable tooth tigers.
* - Patch #310212 by justinrandell, catch, et all: killed in _user hook, as ↵Dries Buytaert2008-10-06
| | | | well as two small kittens.
* - Patch #180137 by c960657: added type hinting to make it easier to track ↵Dries Buytaert2008-10-06
| | | | down errors.