summaryrefslogtreecommitdiff
path: root/modules/system
Commit message (Collapse)AuthorAge
* - Patch #320793 by hass: fixed translation issue.Dries Buytaert2008-10-16
|
* - Patch #320747 by lilou, UltimateBoy: removed double semicolons.Dries Buytaert2008-10-14
|
* - Patch #296321 by pwolanin, swentel: link to cron.php broken when clean ↵Dries Buytaert2008-10-13
| | | | URLs are disabled.
* - Patch #320000 by lilou: unify doxygen @file documentation in tpl.Dries Buytaert2008-10-13
|
* Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() ↵Angie Byron2008-10-13
| | | | check_plain() by default.
* 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
|
* #320009 by Dave Reid: Remove notice about missing files[] array and prevent ↵Angie Byron2008-10-12
| | | | incompatible modules from being enabled.
* #320024 by Dave Reid: Replace hardcoded drupal_required_modules() with ↵Angie Byron2008-10-12
| | | | required = TRUE in .info files.
* #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.
* #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by ↵Angie Byron2008-10-11
| | | | default.
* #305566 by agentrickard and moshe weitzman: Split 'bypass node access' from ↵Angie Byron2008-10-11
| | | | 'administer nodes'.
* #296306 by swentel: Test for custom 403 page.Angie Byron2008-10-11
|
* #319699 follow-up by Dave Reid: Simplify required module hiding in ↵Angie Byron2008-10-11
| | | | admin/build/modules.
* #319699 by Dave Reid: Simplify logic for hiding required modules.Angie Byron2008-10-11
|
* #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI.Angie Byron2008-10-11
|
* #318892 by justinrandell and chx: Add .install files to the list of files ↵Angie Byron2008-10-09
| | | | added to .info files.
* #313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions ↵Angie Byron2008-10-09
| | | | to allow for localization of permission names
* #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. :)
* #226728 by chx and Eaton: Flush form caches when cache is cleared on cron.Angie Byron2008-10-06
|
* - Patch #310212 by justinrandell, catch, et all: killed in _user hook, as ↵Dries Buytaert2008-10-06
| | | | well as two small kittens.
* - Patch #312306 by Jaza: no activation e-mail for user 1.Dries Buytaert2008-09-27
|
* #125315 by chx, sun, Gábor Hojtsy, drumm, and friends: Add #input_format ↵Angie Byron2008-09-27
| | | | FAPI property that can be used by WYSIWYG editors. WOOHOO.
* #229129 follow-up by Arancaytar, chx, and webchick: Instantiate module ↵Angie Byron2008-09-27
| | | | package property.
* #229129 follow-up by chx: Fix module dependency checking again.Angie Byron2008-09-27
|
* #229129 part 2 of 1,342 by chx: Hide Core - Required modules from module ↵Angie Byron2008-09-27
| | | | page entirely, to get around nasty bug that allows them to be disabled.
* #229129 part 1 of 1,342 by chx: Change #value to #markup to eliminate notice ↵Angie Byron2008-09-27
| | | | on modules page.
* #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵Angie Byron2008-09-20
| | | | absolute paths.
* #64967 follow-up by drewish: Replace ereg with preg in file_scan_directory().Angie Byron2008-09-20
|
* - Patch #309488 by kbahey: correct capitalization of TRUE and FALSE.Dries Buytaert2008-09-19
|
* - Patch #302149 by pwolanin: fixed confusing/duplicate use of names in menu ↵Dries Buytaert2008-09-18
| | | | admin.
* #108979 by ewhipple, catch, and sun: Order permissions consistently, keep ↵Angie Byron2008-09-17
| | | | node type related permissions together.
* - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved ↵Dries Buytaert2008-09-17
| | | | developer experience.
* - Patch #245544 by Dave Reid, oadaeh, drupalgeek: the admin_tasks variable ↵Dries Buytaert2008-09-16
| | | | is initialized twice.
* #308534 by Dave Reid: Remove stray whitespace core-wide.Angie Byron2008-09-15
|
* #308434 by drewish, dopry, quicksketch, aaron, jhedstrom, and friends: ↵Angie Byron2008-09-15
| | | | Massive file.inc cleanup aaaaaand... tests! Yay! :D
* #275092 follow-up by Damien Tournoud: Restoring meta tag generator and ↵Angie Byron2008-09-15
| | | | fixing failing test.
* #275092 follow-up by chx: Fix admin blocks page to work with secondary ↵Angie Byron2008-09-14
| | | | themes + test so we don't break it again.
* - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] ↵Dries Buytaert2008-09-06
| | | | as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
* - Patch #261859 by rse, Damien Tournoud: make the trigger module work on ↵Dries Buytaert2008-09-05
| | | | PostgreSQL.
* #272883 by hctom and lilou: Fix wrong usage of watchdog severity.Angie Byron2008-09-02
|
* - Patch #276018 by mfb: extend the lifetime of temporary files.Dries Buytaert2008-08-30
|
* - Patch #299292 by keith.smith: head installation was broken.Dries Buytaert2008-08-30
|
* - Patch #293098 by boombatower: add missing label.Dries Buytaert2008-08-30
|
* - Patch #296305 by Damien Tournoud, recidive, cwgordon7, chx: 404 page needs ↵Dries Buytaert2008-08-28
| | | | a test -- testing party
* - Patch #227486 by profix898: increase length of database fields for menu items.Dries Buytaert2008-08-23
|
* - Patch #297869 by boombatower: add xpath method to simpletest and refactor ↵Dries Buytaert2008-08-22
| | | | existing tests.
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
| | | | generation database layer for Drupal 7.
* - Patch #221230 by Heine: convert requirement error on update to requirement ↵Dries Buytaert2008-08-14
| | | | warning.
* - Patch #268063 by boombatower, chx, cwgordon7, Damien Tournoud: move ↵Dries Buytaert2008-08-09
| | | | includes/tests to simpletest/tests and provide hidden .info propery