summaryrefslogtreecommitdiff
path: root/modules/system/system.api.php
Commit message (Collapse)AuthorAge
* - 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.
* - Patch #846254 by kiamlaluno: example for hook_update_N() contains wrong code.Dries Buytaert2010-07-07
|
* - Patch #effulgentsia: remove left-overs.Dries Buytaert2010-07-01
|
* - Patch #837728 by aaronbauman: @see directives in system.api.php: move to ↵Dries Buytaert2010-06-29
| | | | bottom of docblocks, prepend blank line.
* - Patch #734944 by Dave Reid: documentation for hook_token_info_alter() is ↵Dries Buytaert2010-06-26
| | | | incorrect.
* - Patch #838408 by chx: remove hook_menu_active_handler_alter().Dries Buytaert2010-06-26
|
* - Patch #836748 by aaronbauman, jhodgdon: improve documentation about ↵Dries Buytaert2010-06-26
| | | | install/enable/etc. hook invocation order.
* - Patch #795174 by Berdir: use %alias in SelectQuery joins and remove ↵Dries Buytaert2010-06-25
| | | | workarounds.
* - Patch #834924 by jhodgdon: entity_invoke() is worthless.Dries Buytaert2010-06-23
|
* - Patch #780154 by chx, noahb, dhthwy, pwolanin, aspilicious, jhodgdon, ↵Dries Buytaert2010-06-14
| | | | dereine, bjaspan: listing API for field API.
* - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' ↵Dries Buytaert2010-05-23
| | | | screen.
* - Patch #791986 by aaron: hook_file_insert()/update() correction.Dries Buytaert2010-05-07
|
* #743124 by ldpm: Small correction to hook_form_alter() docs.Angie Byron2010-05-05
|
* - Patch #511532 by sun: incorrect documentation for hook_library().Dries Buytaert2010-05-04
|
* #718894 by robeano: Fixed hook_date_format_types_alter() is not documented.Angie Byron2010-04-30
|
* #605270 by jhodgdon, dww, heyrocker: Fixed Document new update manager hooks.Angie Byron2010-04-30
|