summaryrefslogtreecommitdiff
path: root/modules/system/system.api.php
Commit message (Collapse)AuthorAge
...
* #1022172 by montesq: Fixed Missing return in example hook_menu codeAngie Byron2011-01-28
|
* - Patch #1014762 by jhodgdon: hook_entity_info() documentation outdated.Dries Buytaert2011-01-11
|
* #989366 follow-up by jhodgdon: EVEN better docs for format_date() and friends.Angie Byron2011-01-04
|
* #989366 by jhodgdon: Improved documentation of hook_date_formats()Angie Byron2011-01-03
|
* #1012138 by tstoeckler: Fixed hook_init() example violates what doc says to doAngie Byron2011-01-03
|
* #968458 by Dave Reid, sun, fago: Add Missing hook_entity_presave().Angie Byron2010-12-15
|
* - Patch #854396 by tstoeckler, jhodgdon: improve documentation for ↵Dries Buytaert2010-12-09
| | | | date-related functions and hooks in system.module.
* #977346 by jhodgdon, joachim: Fixed More detailed docs for entity_labelAngie Byron2010-12-08
|
* #975754 by jhodgdon: Fixed problems with hook_menu() documentation.Angie Byron2010-12-08
|
* #609772 by dww, JacobSingh, ksenzee: Fixed Impossible to extend the ↵Angie Byron2010-12-01
| | | | FileTransfer class system in contrib
* - Patch #669510 by quicksketch, David_Rothstein, Dave Reid, casey, Gábor ↵Dries Buytaert2010-11-27
| | | | Hojtsy, mrfelton, effulgentsia: merge administration theme with hook_admin_paths().
* - Patch #922788 by sun: update.php does not invoke ↵Dries Buytaert2010-11-23
| | | | hook_requirements()('update') in all modules.
* #975806 by amateescu, modesia: Fix incorrect page structure in ↵Angie Byron2010-11-20
| | | | hook_page_alter() docs.
* #553944 by sun: Define hook_menu_get_item_alter() as a reliable hook that ↵Angie Byron2010-11-15
| | | | runs before the page is generated.
* #885014 by bojanz, chx: Fixed add missing pager and tablesort query support ↵Angie Byron2010-11-14
| | | | to EntityFieldQuery.
* - Patch #970258 by Dave Reid: example documentation for ↵Dries Buytaert2010-11-13
| | | | hook_entity_insert()/update/delete() will cause PHP strict errors.
* - Patch #839556 by jrchamp, dmitrig01: remove pointless usage of ↵Dries Buytaert2010-10-28
| | | | array_key_exists().
* - Patch #337909 by chillin411: hook_menu() 'access callback' docs should ↵Dries Buytaert2010-10-27
| | | | mention boolean values work too and minor doxygen correction.
* - Patch #937560 by chillin411: the parameter & is not documented in ↵Dries Buytaert2010-10-27
| | | | hook_update_N.
* - Patch #950276 by sun, jhodgdon: improve documentation of ↵Dries Buytaert2010-10-27
| | | | hook_translated_menu_link_alter().
* - Patch #945456 by chillin411: hook_mail() doc should state it's only called ↵Dries Buytaert2010-10-26
| | | | on one module not all modules.
* #949576 by sun: Add missing hook_entity_view() and hook_entity_view_alter().Angie Byron2010-10-23
|
* - Patch #881908 by jhodgdon: token hooks are not documented well.Dries Buytaert2010-10-22
|
* - Patch #942690 by effulgentsia: security harden stream wrappers by ↵Dries Buytaert2010-10-21
| | | | defaulting them as remote.
* - Patch #943558 by David_Rothstein: 'block_callback()' in menu_router() ↵Dries Buytaert2010-10-21
| | | | table seems to have no purpose.
* - Patch #942718 by joachim: drupal_get_form() and hook_form_alter() should ↵Dries Buytaert2010-10-20
| | | | mention #parameters.
* - Patch #731518 by Damien Tournoud, Dave Reid: allow alteration of token values.Dries Buytaert2010-10-18
|
* #920112 by mr.baileys: Fixed Documentation problem with hook_elementsAngie Byron2010-10-15
|
* #709892 by drunken monkey, Yorirou: Complete entity CRUD hook invocations: ↵Angie Byron2010-10-15
| | | | Add a hook_entity_delete() for consistency.
* #937564 by duellj: Fix link to batch operations page in API docs.Angie Byron2010-10-13
|
* - Patch #656266 by fgm, sun: hook_xmlrpc_alter() cannot alter built-in methods.Dries Buytaert2010-10-02
|
* - Patch #915168 by chx, sun: foreign key support is missing from text and ↵Dries Buytaert2010-09-29
| | | | file module.
* - Patch #924686 by mikey_p, munzirtaha: space required after foreach construct.Dries Buytaert2010-09-28
|
* - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths ↵Dries Buytaert2010-09-24
| | | | and local tasks #2.
* - Patch #627288 by sun, David_Rothstein: contextual links are not alterable.Dries Buytaert2010-09-11
|
* #629484 by Amitaibu, fago, et al: Added Add entity 'label' key info (e.g. ↵Angie Byron2010-09-11
| | | | title on node).
* - Patch #757154 by sun, effulgentsia: base form_id() via hook_forms() not ↵Dries Buytaert2010-09-09
| | | | taken into account for #validate, #submit, hook_form_FORMID_alter().
* - Patch #328357 by bleen18, sun, skilip, alanburke, jenlampton, manarth, ↵Dries Buytaert2010-09-05
| | | | fgm, tstoeckler: allow module .info files to add CSS/JS.
* - Patch #886170 by puregin, jhodgdon: SQLite install documentation should ↵Dries Buytaert2010-09-01
| | | | mention directory permissions.
* #664136 by plach, sun, yched: Enhance TF code documentation.Angie Byron2010-08-31
|
* - Patch #880132 by bojanz: hook_schema() doesn't support compound foreign ↵Dries Buytaert2010-08-22
| | | | keys; inconsistent implementations in core.
* - Patch #353458 by quicksketch, drewish, jpetso, sun, noahb, aaron, chx, ↵Dries Buytaert2010-08-22
| | | | mikey_p, dhthwy: hook_file_references() was not designed for a highly flexible field storage.
* - Patch #884718 by ctmattice1: documentation problem with hook_schema().Dries Buytaert2010-08-17
|
* - Patch #875162 by ctmattice1: documentation improvement for ↵Dries Buytaert2010-08-08
| | | | hook_theme_registry_alter().
* #516254 by jhodgdon: Remove @return PHPDocs where nothing is returned.Angie Byron2010-08-05
|
* #842962 by jhodgdon, chx: Fixed hook_menu() and drupal_deliver_page() need ↵Angie Byron2010-08-05
| | | | to warn about access checks in documentation.
* - Patch #872604 by Island Usurper: documentation for hook_entity_info() is ↵Dries Buytaert2010-08-04
| | | | malformed.
* - Patch #788310 by jhodgdon: hook_menu_local_tasks_alter() doc is missing 2 ↵Dries Buytaert2010-07-26
| | | | parameters.
* - Patch #846858 by kiamlaluno: typo in the documentation for ↵Dries Buytaert2010-07-10
| | | | hook_schema_alter().
* #363580 by rfay, chx, Berdir, Rob Loach, Gábor Hojtsy, Shawn DeArmond: ↵Angie Byron2010-07-07
| | | | Fixed OpenID login fails when in maintenance mode, and 403 errors on certain user paths for logged-in users.