summaryrefslogtreecommitdiff
path: root/modules/system/system.api.php
Commit message (Collapse)AuthorAge
...
* - Patch #578676 by chx | neclimdul, Crell, Dave Reid: introduce a queue for ↵Dries Buytaert2009-09-25
| | | | cron.
* - Patch ##525540 by jvandyk, sun, jhodgdon, fago | webchick, TheRec, Dave ↵Dries Buytaert2009-09-19
| | | | Reid, brianV, sun.core, cweagans, Dries: gave trigger.module and includes/actions.inc an API overhaul. Simplified definitions of actions and triggers and removed dependency on the combination of hooks and operations. Triggers now directly map to module hooks.
* #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵Angie Byron2009-09-18
| | | | hey hey hey... gooood byeeee...
* - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵Dries Buytaert2009-09-10
| | | | weitzman: automatically install/uninstall schema.
* - Patch #572932 by sun: rename hook_elements() to hook_elements_info() for ↵Dries Buytaert2009-09-10
| | | | consistency. Yay to API clean-ups during 'slush'.
* - Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL ↵Dries Buytaert2009-09-05
| | | | support a bit easier by providing two cookies and ... hook_goto_alter.
* #331180 follow-up by pwolanin and mfb: Fix sending of mail.Angie Byron2009-09-01
|
* - Patch #499156 by Wim Leers: corrected documentation.Dries Buytaert2009-08-31
|
* #558958 by Frando and moshe weitzman: Add a hook_page_build() that runs ↵Angie Byron2009-08-31
| | | | before hook_page_alter().
* - Patch #331171 by pwolanin, mfb, drewish: allow modules to alter the MIME ↵Dries Buytaert2009-08-31
| | | | extension mapping rather than setting a huge variable.
* - Patch #499156 by Wim Leers: add hook_file_alter() so we can integrate with ↵Dries Buytaert2009-08-29
| | | | CDNs.
* - Patch #519498 by torelad, awmckinley et al: improved documentation for ↵Dries Buytaert2009-08-28
| | | | drupal_mail().
* #524790 by torelad: Fixed incorrect sample code for hook_mail_alter().Angie Byron2009-08-26
|
* - Patch #460320 by catch, fago, Frando: standardized, pluggable entity ↵Dries Buytaert2009-08-25
| | | | loading for nodes, users, taxonomies, files and comments.
* - Patch #556136 by catch, dereine: remove theme_forum_topic_navigation().Dries Buytaert2009-08-22
|
* #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, ↵Angie Byron2009-08-17
| | | | dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.
* - Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks ↵Dries Buytaert2009-08-12
| | | | and APIs.
* - Patch #545356 by Damien Tournoud: sidebars were broken in install.php, ↵Dries Buytaert2009-08-11
| | | | update.php, and the expert profile due to a previous patch that made the sidebar regions more semantic for RTL support.
* #537654 by catch: Tidy up comment links, and remove hook_link() in favour of ↵Angie Byron2009-08-08
| | | | hook_page_alter().
* - Accidentically committed two patches at once. Rolled back one of them. Sorry.Dries Buytaert2009-08-02
|
* - Patch #535034 by yched: clean up how fields and instances are prepared for ↵Dries Buytaert2009-08-02
| | | | runtime.
* - Patch #310168 by jhodgdon, arianek, traxer: documentation update.Dries Buytaert2009-08-01
|
* - Patch #528918 by lyaunzbe: document that hook_form_alter() passes by ↵Dries Buytaert2009-07-31
| | | | reference. lyaunzbe is a new contributor -- welcome!
* - Patch #92877 by mfer, Rob Loach, Damien Tournoud, et al: add numeric ↵Dries Buytaert2009-07-30
| | | | weight to drupal_add_css.
* - Patch #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor ↵Dries Buytaert2009-07-28
| | | | install.php to allow Drupal to be installed from the command line.
* - Patch #227232 by dopry, c960657, jmstacey, pwolanin, aaron, drewish: added ↵Dries Buytaert2009-07-27
| | | | initial support for PHP file wrappers.
* - Patch #519782 by tic2000: change to become a hidden region like page_top.Dries Buytaert2009-07-27
|
* #527804 by sun: Add an alter hook for element_info() to change default ↵Angie Byron2009-07-23
| | | | values of form elements.
* #509392 by adrian: Add .info files for installation profiles.Angie Byron2009-07-15
|
* - Patch #516254 by drewish remove @return PHPDocs where nothing is to return.Dries Buytaert2009-07-11
|
* - Patch #506976 by catch: rename hook_perm to hook_permission.Dries Buytaert2009-07-05
|
* #315100 by Rob Loach, quicksketch, sun, skilip, aaron, et al: Add ability ↵Angie Byron2009-07-04
| | | | for modules to register JS/CSS libraries.
* - Patch #359853 by jhodgdon: corrected and improved the documentation of ↵Dries Buytaert2009-06-27
| | | | hook_mail_alter().
* - Patch #501384 by jhodgdon: fixed typos.Dries Buytaert2009-06-27
|
* - Patch #409750 by yched et al: overhaul and extend node build modes.Dries Buytaert2009-06-22
|
* - Patch #491490 by torelad: updated hook_perm() documentation.Dries Buytaert2009-06-18
|
* - Patch #449198 by boombatower: cealn up test loading and related API.Dries Buytaert2009-06-08
|
* - Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and ↵Dries Buytaert2009-06-06
| | | | system_theme_data().
* #220233 by Berdir, marcingy, et al: Add useful API functions for extracting ↵Angie Byron2009-06-04
| | | | node type data.
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* Roll-back of #310467: Breaks installer requirements check and update.php.Angie Byron2009-05-21
|
* #332123 follow-up by quicksketch: Fix API documentation for hook_schema() to ↵Angie Byron2009-05-20
| | | | reflect that descriptions should not be t()ed.
* - Patch #394572 by Berdir: converted system module to the new database ↵Dries Buytaert2009-05-16
| | | | abstraction layer.
* #196862 by Damien Tournoud, et al: Replace COUNT(*) queries with SELECT 1 ↵Angie Byron2009-05-16
| | | | ... LIMIT 1 queries when all that's required is a check for whether rows exist.
* - Patch #310467 by chx, moshe weitzman: made hook_theme slimmer.Dries Buytaert2009-05-14
|
* - Patch #271515 by JamesAn: corrected PHPdoc.Dries Buytaert2009-05-06
|
* #331832 follow-up by jhodgdon: Fix spelling of hook_form_FORM_ID_alter().Angie Byron2009-04-28
|
* - Patch #368821 by Senpai, sun, JuliaKM: documentation improvements.Dries Buytaert2009-04-26
|
* - Patch #352880 by dereine, Dave Reid: replace strstre with strpos.Dries Buytaert2009-04-26
|
* - Patch #147310 by c960657: added tests for private files, fixed a problem ↵Dries Buytaert2009-04-24
| | | | with private files and minor improvements.