summaryrefslogtreecommitdiff
path: root/modules/system/system.module
Commit message (Collapse)AuthorAge
* - Patch #248205 by Damien Tournoud: up requirement for PostgreSQL to ↵Dries Buytaert2008-11-28
| | | | PostgreSQL 8.3.
* - Patch #314870 by drewish: removed some code that accidentically got ↵Dries Buytaert2008-11-26
| | | | committed with api.php and that broke the tests.
* #314870 by Rob Loach, drewish, catch, and sun: Add hook API documentation to ↵Angie Byron2008-11-25
| | | | Drupal core.
* - Patch #332980 by scor: RDF namespace registry clean-ups.Dries Buytaert2008-11-24
|
* - Patch #333143 by justinrandell: cleaning up the Drupal bootstrap code, ↵Dries Buytaert2008-11-24
| | | | removing bootstrap flag in system table.
* Removing #137932 which was committed prematurely.Angie Byron2008-11-24
|
* #337820 by Dave Reid: Rename menu path 'logout' to 'user/logout' for ↵Angie Byron2008-11-23
| | | | consistency.
* - Patch #332980 by scor and keith.smith: documentation improvements + typo ↵Dries Buytaert2008-11-23
| | | | fixed.
* - Patch #332980 by scor: added an RDF namespace registry. Oh my ... :-)Dries Buytaert2008-11-22
|
* - Patch #337660 by dmitrig01: usability improvement - show a preview for the ↵Dries Buytaert2008-11-22
| | | | Powered By Drupal block.
* - Patch #319831 by keith.smitch, Workfflow et al: remove redundant help text.Dries Buytaert2008-11-21
|
* #11077 by mfb, KarenS, macgirvin, and jjkd: Can you say Daylight Savings ↵Angie Byron2008-11-20
| | | | Time? I bet you didn't think Drupal ever would! :)
* - Patch #331570 by recidive: rename block module tables to singular. ↵Dries Buytaert2008-11-15
| | | | Requires you to run update.php.
* - Patch #297225 by keith.smith: massaged the text on the modules page a bit.Dries Buytaert2008-11-13
|
* - Patch #325665 by chx, Damien Tournoud, justinrandell et al: improved the ↵Dries Buytaert2008-11-11
| | | | cache registry lookups.
* - Patch #298600 by chx, justinrandell, Damien, et al: make module_implements ↵Dries Buytaert2008-10-31
| | | | work regardless of bootstrap phase.
* - Patch #298047 by keith.smith et al: make description correct.Dries Buytaert2008-10-29
|
* - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css().Dries Buytaert2008-10-26
|
* - Patch #320747 by lilou, UltimateBoy: removed double semicolons.Dries Buytaert2008-10-14
|
* 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.
* #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by ↵Angie Byron2008-10-11
| | | | default.
* #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.
* #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.
* #64967 follow-up by drewish: Replace ereg with preg in file_scan_directory().Angie Byron2008-09-20
|
* #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.
* #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 #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
| | | | generation database layer for Drupal 7.
* - Patch #287877 by dmitrig01: rename drupal_rebuild_code_registry() to ↵Dries Buytaert2008-08-02
| | | | registry_rebuild() for consistency.
* - Patch #229129 by dmitrig01: clean up system modules page.Dries Buytaert2008-07-23
|
* - Patch #245001 by kkaefer et al: unify #process callback naming.Dries Buytaert2008-07-18
|
* - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵Dries Buytaert2008-07-16
| | | | printes #markup, not #value.
* - Patch #248205 by catch et al: increased PostgreSQL requirement to version 8.1.Dries Buytaert2008-07-14
|
* - Patch #275801 by Damien Tournoud and Gribnif: fixed performance issue due ↵Dries Buytaert2008-07-14
| | | | to typo.
* - Patch #270508 by paul.levvik and pwolanin: usability improvement: image ↵Dries Buytaert2008-07-08
| | | | toolkits should not have to be copied.
* - Patch #277073 by threexk: improve consistency of offline vs off-line and ↵Dries Buytaert2008-07-01
| | | | online vs on-line.
* - Patch #275092 by kbahey, greggles and Arancaytar: emit X-Generator and ↵Dries Buytaert2008-06-28
| | | | meta-generator tags.
* - Patch #270917 by catch, Bojhan, et al: renamed 'primary links' and ↵Dries Buytaert2008-06-25
| | | | 'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan.
* - Patch #248436 by catch: fixed some bugs in the statistics module, wrote ↵Dries Buytaert2008-05-07
| | | | some tests, and made some minor usability improvments along the way. That is _exactly_ how we like it.
* - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵Dries Buytaert2008-05-06
| | | | | | | | | | | flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code.