summaryrefslogtreecommitdiff
path: root/modules/system/system.api.php
Commit message (Collapse)AuthorAge
* Issue #1889738 by andybroomfield: Add information to documentation of ↵Jennifer Hodgdon2013-01-30
| | | | hook_custom_theme
* Issue #1885000 by cck: Add link in hook_theme docs to theme layer pageJennifer Hodgdon2013-01-30
|
* Issue #1893530 by alippai: Document that bundles element is not required for ↵Jennifer Hodgdon2013-01-21
| | | | one-bundle entities in hook_entity_info
* Issue #1851788 by cck, blake.thompson: Add docs for hook_menu for expanded ↵Jennifer Hodgdon2013-01-08
| | | | property
* Issue #1333400 by Albert Volkman, Chi: Add parameter docs for hook_install_tasksJennifer Hodgdon2013-01-04
|
* Issue #1864360 by oadaeh: Fixed Clean up some inconsistencies with ↵David Rothstein2012-12-27
| | | | @link...@endlink.
* Issue #1854620 by marvin_B8, droplet: Fixed hook_menu_local_tasks_alter() ↵webchick2012-12-26
| | | | help texts.
* Issue #1629994 by Aron Novak, oadaeh, yurtboy, jhodgdon, kingandy: Fixed ↵webchick2012-12-26
| | | | Mail functions reference obsolete RFC.
* Issue #1858508 by TravisCarden: Add see also to hook_theme docsJennifer Hodgdon2012-12-06
|
* Issue #1848516 by IshaDakota: Fix coding style in hook_schema() example ↵Jennifer Hodgdon2012-11-26
| | | | function body
* Issue #1441180 by scor, avr, Devin Carlson: Fixed hook_requirements() ↵webchick2012-10-23
| | | | REQUIREMENT_ERROR broadcasting.
* Issue #909954 by barraponto: Document base hook component in hook_themeJennifer Hodgdon2012-10-18
|
* Issue #1799116 by jwilson3: Standardize on installation profile terminologyJennifer Hodgdon2012-10-10
|
* Issue #1134088 by Cottser, catch: Properly document update-api functionsJennifer Hodgdon2012-10-09
|
* Issue #1802844 by antojose: Fixed 'have to' repeated twice as 'have to have ↵webchick2012-10-03
| | | | to' in the comment for the function hook_module_implements_alter() in system.api.php.
* Issue #1154382 by Berdir, barraponto, acouch, swentel, LoMo, DamienMcKenna, ↵webchick2012-09-30
| | | | chx: Fixed View mode no longer can be changed.
* Issue #1742958 by DamienMcKenna: Fix capitalization of URL and other acronymsJennifer Hodgdon2012-09-17
|
* Issue #262690 by Albert Volkman: Use correct name for Form API not Forms APIJennifer Hodgdon2012-09-11
|
* Issue #794192 by kim.pepper: add note to hook_update_N docs about calling ↵Jennifer Hodgdon2012-08-29
| | | | functions from modules
* Issue #1728472 by plopesc: Add link from form alter hooks to form API referenceJennifer Hodgdon2012-08-24
|
* Issue #1716900 by chx: Clarify why hook_exit() must not print.webchick2012-08-18
|
* Issue #1512116 by mjonesdinero: Update obsolete example in hook_menu docsJennifer Hodgdon2012-06-19
|
* Issue #1619482 by mr.baileys: Fix up documentation for hook_update_NJennifer Hodgdon2012-06-18
|
* Issue #1495648 follow-up by plach: Clarify entity language documentation.webchick2012-06-10
|
* Issue #1495648 by plach: Introduce entity language support.David Rothstein2012-06-09
|
* Issue #598586 followup by tim.plunkett: Added documentation of 'uid' ↵David Rothstein2012-05-25
| | | | parameter in hook_watchdog().
* Issue #1513580 by matt2000: Update hook_init and hook_boot docs to say ↵Jennifer Hodgdon2012-05-08
| | | | whether themes are loaded when they run
* Issue #720630 by tim.plunkett, kid_icarus, tsphethean: Fix up docs for ↵Jennifer Hodgdon2012-04-27
| | | | watchdog, hook_watchdog, and watchdog constants
* Issue #1471418 by nmudgal: Add note to hook_custom_theme docs about page cachingJennifer Hodgdon2012-03-22
|
* Issue #1426150 by kafitz: Fixed hook_menu() example function to match 8.x ↵webchick2012-02-14
| | | | version
* - Patch #1417754 by mkadin: hook_menu() docs need to explain that options ↵Dries2012-02-02
| | | | don't work for tabs.
* Issue #1409052 by mkadin: Fixed hook_menu() should state that auto-loaders ↵webchick2012-01-31
| | | | should return FALSE to indicate nothing found and trigger a 404.
* - Patch #1377544 by kotnik: hook_update_N documentation uses dead links.Dries2012-01-27
|
* Issue #800434 by pillarsdotnet, plach, bart.hanssens: Added drupal_mail(), ↵webchick2012-01-21
| | | | allow hook_mail_alter() implementation to cancel mail.
* Issue #1379206 by c31ck, pingers: Fixed Documentation problem with ↵webchick2011-12-27
| | | | hook_url_outbound_alter().
* Issue #1347812 by nanotube, xjm: Fixed Remove/replace documentation ↵webchick2011-12-25
| | | | references to upload_file_load() and upload_file_delete().
* Issue #1362920 by scor, oriol_e9g: Wrong sitename variable in system.api.php.webchick2011-12-22
|
* - Patch #1229868 by nicl, DjebbZ: hook_form_BASE_FORM_ID_alter(), ↵Dries2011-12-14
| | | | hook_form_alter(), and hook_form_FORM_ID_alter() doc inconsistent.
* Issue #953336 by sun: Fixed Contributed modules are not able to test ↵webchick2011-12-11
| | | | theme-related functionality.
* - Patch #1087940 by drewish, rocket_nova: document that wildcard % doesn't ↵Dries2011-11-22
| | | | work as first argument in menu paths.
* - Patch #765860 by effulgentsia, dww, dereine, mikey_p, xjm, sun, ↵Dries2011-11-21
| | | | sven.lauer: drupal_alter() fails to order modules correctly in some cases.
* Issue #1339292 by xjm: Fixed hook_requirements() documentation references ↵webchick2011-11-12
| | | | incorrect path for cron in system.api.php.
* Issue #1312844 follow-up by David_Rothstein, kathyh: Fixed minor formatting bug.webchick2011-11-03
|
* Issue #1312844 by sven.lauer: Fixed hook_schema() doc should state that ↵webchick2011-10-24
| | | | database tables are auto-created.
* Issue #1312178 by rocket_nova, jhodgdon, unabacus: Fixed Documentation ↵webchick2011-10-24
| | | | problem with 'hook_theme_registry_alter()' example code.
* Issue #1307062 by sven.lauer, jhodgdon: Fixed install file hooks should ↵webchick2011-10-19
| | | | state whether module code is available.
* Issue #1021568 by skottler, sven.lauer, jhodgdon: Fixed hook_theme() ↵webchick2011-10-17
| | | | variables vs render elements.
* - Patch #1309298 by sven.lauer: document that hook_(en|dis)able ↵Dries2011-10-16
| | | | implementations should live in .install files.
* Issue #1054848 by barraponto: Fixing common typos through codespell.py.webchick2011-10-02
|
* Issue #1247626 by sven.lauer: Fixed hook_install()/hook_uninstall() doc does ↵webchick2011-09-30
| | | | not specify that the implementations must live in the .install file.