summaryrefslogtreecommitdiff
path: root/modules/system/system.api.php
Commit message (Collapse)AuthorAge
...
* 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.
* Issue #1226796 by sun, catch, Damien Tournoud: Fixed Not equal operator '!=' ↵webchick2011-09-27
| | | | is not supported by all databases, must be '<>'.
* - Patch #1008250 by jhodgdon, bxtaylor: clean up hook_init() and hook_boot() ↵Dries Buytaert2011-09-21
| | | | doc.
* - Patch #1260162 by michaellenahan, Bès: hook_file_insert() doc has no ↵Dries Buytaert2011-09-11
| | | | function body.
* - Patch #1257638 by michaellenahan, Bès: hook_menu() example should be ↵Dries Buytaert2011-09-11
| | | | changed to not suggest admin/config/foo as path.
* - Patch #1244980 by sven.lauer: hook_menu()'s documentation doesn't include ↵Dries Buytaert2011-08-26
| | | | ITEM_to_arg().
* - Patch #1056416 by bfroehle, Devin Carlson: Strings in hook_requirements() ↵Dries Buytaert2011-08-08
| | | | api example not using .
* Issue #1190110 by oriol_e9g: Fixed hook_theme() has error in the 'function' ↵webchick2011-07-04
| | | | section of return value.
* Issue #1169564 by FreekyMage, jhodgdon: Fixed hook_file_download() - sample ↵webchick2011-07-03
| | | | function body not updated for d7/8.
* Issue #1182970 by mr.baileys: Improvements to hook_menu() documentation.webchick2011-06-26
|
* Issue #1190242 by lyricnz, jiv-e: Fixed hook_menu_link_update() example uses ↵webchick2011-06-21
| | | | invalid db_result().
* Issue #1029606 follow-up by catch, David_Rothstein: Fixed Regression: Not ↵webchick2011-06-15
| | | | loading the .module file causes a fatal error when uninstalling some modules (as does loading it).
* Issue #1168686 by barbi, Dave Reid: Fixed hook_menu() doc should say how to ↵webchick2011-06-08
| | | | pass integer arg to callbacks.
* Issue #1161964 by arcaneadam: Fixed hook_system_themes_page_alter() ↵webchick2011-06-01
| | | | documentation is incorrect.
* Issue #1096446 by plach: Fixed entity_label() is not passing along the () ↵webchick2011-05-18
| | | | parameter.
* Issue #1089174 by plach: Fixed Prepare view hooks do not receive the ↵webchick2011-05-18
| | | | language parameter.
* - Patch #1132364 by CrookedNumber, David_Rothstein: hook_modules_enabled() ↵Dries Buytaert2011-05-17
| | | | could be less ambiguous.
* - Patch #1024684 by linclark: omit & in @param statements (for consistency).Dries Buytaert2011-05-08
|
* - Patch #1063046 by guidocecilio, linclark: hook_requirements() API ↵Dries Buytaert2011-05-01
| | | | documentation needs doc on 'update' phase.
* - Patch #1132364 by CrookedNumber: hook_modules_enabled() could be less ↵Dries Buytaert2011-04-20
| | | | ambiguous.
* - Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error.Dries Buytaert2011-04-12
|
* Issue #1037352 by David_Rothstein: clarified usage of 'warning' parameter.webchick2011-03-28
|
* Issue #1041440 by jhodgdon: hook_cron() falsely claims it will only be ↵webchick2011-03-21
| | | | called if cron.php is run.
* Issue #1041902 by jhodgdon: hook_entity_info() doc header has a couple of ↵webchick2011-03-21
| | | | omissions.
* Issue #1037352 by jhodgdon: hook_permission() is missing doc about 'warning'.webchick2011-03-21
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1064212 by catch: page caching performance has regressed by 30-40%.Dries Buytaert2011-02-24
|
* - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'.Dries Buytaert2011-02-19
|
* - Patch #1052364 by agentrickard: documentation error in ↵Dries Buytaert2011-02-09
| | | | hook_modules_uninstalled().