Commit Graph

335 Commits (7.x)

Author SHA1 Message Date
webchick 124016b9e6 Issue #1716900 by chx: Clarify why hook_exit() must not print. 2012-08-18 13:12:57 +02:00
Jennifer Hodgdon 708e903b27 Issue #1512116 by mjonesdinero: Update obsolete example in hook_menu docs 2012-06-19 12:52:26 -07:00
Jennifer Hodgdon 07e5e3e233 Issue #1619482 by mr.baileys: Fix up documentation for hook_update_N 2012-06-18 14:18:18 -07:00
webchick 5c6c07b780 Issue #1495648 follow-up by plach: Clarify entity language documentation. 2012-06-10 15:17:45 -07:00
David Rothstein a12152309a Issue #1495648 by plach: Introduce entity language support. 2012-06-09 15:51:03 -04:00
David Rothstein 4c6faf1d95 Issue #598586 followup by tim.plunkett: Added documentation of 'uid' parameter in hook_watchdog(). 2012-05-25 00:33:31 -04:00
Jennifer Hodgdon fffeb72bfd Issue #1513580 by matt2000: Update hook_init and hook_boot docs to say whether themes are loaded when they run 2012-05-08 11:21:03 -07:00
Jennifer Hodgdon 8f9ee9ec68 Issue #720630 by tim.plunkett, kid_icarus, tsphethean: Fix up docs for watchdog, hook_watchdog, and watchdog constants 2012-04-27 09:40:17 -07:00
Jennifer Hodgdon 90342de35c Issue #1471418 by nmudgal: Add note to hook_custom_theme docs about page caching 2012-03-22 16:44:49 -07:00
webchick 235d8c7f82 Issue #1426150 by kafitz: Fixed hook_menu() example function to match 8.x version 2012-02-14 15:47:30 -05:00
Dries a5f9c98543 - Patch #1417754 by mkadin: hook_menu() docs need to explain that options don't work for tabs. 2012-02-02 13:09:07 -05:00
webchick 2c51f2d61d Issue #1409052 by mkadin: Fixed hook_menu() should state that auto-loaders should return FALSE to indicate nothing found and trigger a 404. 2012-01-31 00:14:31 -08:00
Dries 3b1050aecd - Patch #1377544 by kotnik: hook_update_N documentation uses dead links. 2012-01-27 10:26:07 -05:00
webchick 138745688b Issue #800434 by pillarsdotnet, plach, bart.hanssens: Added drupal_mail(), allow hook_mail_alter() implementation to cancel mail. 2012-01-21 10:24:52 -08:00
webchick ccf0dfb01a Issue #1379206 by c31ck, pingers: Fixed Documentation problem with hook_url_outbound_alter(). 2011-12-27 21:42:21 -08:00
webchick 15e66edf06 Issue #1347812 by nanotube, xjm: Fixed Remove/replace documentation references to upload_file_load() and upload_file_delete(). 2011-12-25 00:37:50 -08:00
webchick 9ae311baa0 Issue #1362920 by scor, oriol_e9g: Wrong sitename variable in system.api.php. 2011-12-22 01:57:32 -08:00
Dries 184c145d13 - Patch #1229868 by nicl, DjebbZ: hook_form_BASE_FORM_ID_alter(), hook_form_alter(), and hook_form_FORM_ID_alter() doc inconsistent. 2011-12-14 10:06:56 -05:00
webchick 11d884bee7 Issue #953336 by sun: Fixed Contributed modules are not able to test theme-related functionality. 2011-12-11 00:12:37 -06:00
Dries ac2747336a - Patch #1087940 by drewish, rocket_nova: document that wildcard % doesn't work as first argument in menu paths. 2011-11-22 20:32:24 -05:00
Dries b96a83b4a9 - Patch #765860 by effulgentsia, dww, dereine, mikey_p, xjm, sun, sven.lauer: drupal_alter() fails to order modules correctly in some cases. 2011-11-21 22:18:43 -05:00
webchick b26aa370c9 Issue #1339292 by xjm: Fixed hook_requirements() documentation references incorrect path for cron in system.api.php. 2011-11-12 15:42:20 -08:00
webchick 8ad62e2dee Issue #1312844 follow-up by David_Rothstein, kathyh: Fixed minor formatting bug. 2011-11-03 21:18:59 -07:00
webchick c545f6eedd Issue #1312844 by sven.lauer: Fixed hook_schema() doc should state that database tables are auto-created. 2011-10-24 20:04:47 -07:00
webchick b53e958364 Issue #1312178 by rocket_nova, jhodgdon, unabacus: Fixed Documentation problem with 'hook_theme_registry_alter()' example code. 2011-10-24 20:02:56 -07:00
webchick 5d735a0782 Issue #1307062 by sven.lauer, jhodgdon: Fixed install file hooks should state whether module code is available. 2011-10-19 23:30:15 -07:00
webchick 9ebcbc701b Issue #1021568 by skottler, sven.lauer, jhodgdon: Fixed hook_theme() variables vs render elements. 2011-10-17 09:21:09 -07:00
Dries edcf08249a - Patch #1309298 by sven.lauer: document that hook_(en|dis)able implementations should live in .install files. 2011-10-16 15:32:58 -04:00
webchick d967abdf1d Issue #1054848 by barraponto: Fixing common typos through codespell.py. 2011-10-02 11:09:00 -07:00
webchick 18b96d0cda Issue #1247626 by sven.lauer: Fixed hook_install()/hook_uninstall() doc does not specify that the implementations must live in the .install file. 2011-09-30 13:24:31 -07:00
webchick 5dedc4c400 Issue #1226796 by sun, catch, Damien Tournoud: Fixed Not equal operator '!=' is not supported by all databases, must be '<>'. 2011-09-27 12:06:35 -07:00
Dries Buytaert 7f0feebe0b - Patch #1008250 by jhodgdon, bxtaylor: clean up hook_init() and hook_boot() doc. 2011-09-21 06:03:26 -04:00
Dries Buytaert b30fae020a - Patch #1260162 by michaellenahan, Bès: hook_file_insert() doc has no function body. 2011-09-11 17:46:06 -04:00
Dries Buytaert c8334a088f - Patch #1257638 by michaellenahan, Bès: hook_menu() example should be changed to not suggest admin/config/foo as path. 2011-09-11 17:44:38 -04:00
Dries Buytaert aeb6712b36 - Patch #1244980 by sven.lauer: hook_menu()'s documentation doesn't include ITEM_to_arg(). 2011-08-26 10:34:14 +01:00
Dries Buytaert 5869d68927 - Patch #1056416 by bfroehle, Devin Carlson: Strings in hook_requirements() api example not using . 2011-08-08 14:26:36 -04:00
webchick d48016fcde Issue #1190110 by oriol_e9g: Fixed hook_theme() has error in the 'function' section of return value. 2011-07-04 21:58:17 -07:00
webchick c448440ce8 Issue #1169564 by FreekyMage, jhodgdon: Fixed hook_file_download() - sample function body not updated for d7/8. 2011-07-03 11:04:28 -07:00
webchick 9de419ad67 Issue #1182970 by mr.baileys: Improvements to hook_menu() documentation. 2011-06-26 22:48:04 -07:00
webchick 4538ad0e24 Issue #1190242 by lyricnz, jiv-e: Fixed hook_menu_link_update() example uses invalid db_result(). 2011-06-21 23:55:45 -07:00
webchick e3de4550ac Issue #1029606 follow-up by catch, David_Rothstein: Fixed Regression: Not loading the .module file causes a fatal error when uninstalling some modules (as does loading it). 2011-06-15 02:28:22 -04:00
webchick e45c780324 Issue #1168686 by barbi, Dave Reid: Fixed hook_menu() doc should say how to pass integer arg to callbacks. 2011-06-08 21:57:57 -07:00
webchick 14d2ba86be Issue #1161964 by arcaneadam: Fixed hook_system_themes_page_alter() documentation is incorrect. 2011-06-01 01:34:05 -07:00
webchick 267b9c435c Issue #1096446 by plach: Fixed entity_label() is not passing along the () parameter. 2011-05-18 01:00:28 -05:00
webchick 75a0deb272 Issue #1089174 by plach: Fixed Prepare view hooks do not receive the language parameter. 2011-05-18 00:07:38 -05:00
Dries Buytaert 69c8ff264d - Patch #1132364 by CrookedNumber, David_Rothstein: hook_modules_enabled() could be less ambiguous. 2011-05-17 17:44:22 -07:00
Dries Buytaert a22d7770d4 - Patch #1024684 by linclark: omit & in @param statements (for consistency). 2011-05-08 15:51:01 -04:00
Dries Buytaert 585a2b9668 - Patch #1063046 by guidocecilio, linclark: hook_requirements() API documentation needs doc on 'update' phase. 2011-05-01 06:34:50 -04:00
Dries Buytaert 17c696e7fb - Patch #1132364 by CrookedNumber: hook_modules_enabled() could be less ambiguous. 2011-04-20 22:33:14 -04:00
Dries Buytaert 8cdf750e0e - Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error. 2011-04-12 22:54:25 +02:00
webchick 170208b275 Issue #1037352 by David_Rothstein: clarified usage of 'warning' parameter. 2011-03-28 08:42:12 -07:00
webchick f1ba363a8c Issue #1041440 by jhodgdon: hook_cron() falsely claims it will only be called if cron.php is run. 2011-03-21 11:34:00 -07:00
webchick 66f93d7106 Issue #1041902 by jhodgdon: hook_entity_info() doc header has a couple of omissions. 2011-03-21 11:29:21 -07:00
webchick 11a177068d Issue #1037352 by jhodgdon: hook_permission() is missing doc about 'warning'. 2011-03-21 11:27:13 -07:00
The Great Git Migration 79bcdb8b7d Stripping CVS keywords 2011-02-25 02:06:03 +00:00
Dries Buytaert 80aacdb000 - Patch #1064212 by catch: page caching performance has regressed by 30-40%. 2011-02-24 12:09:59 +00:00
Dries Buytaert fa39282ef7 - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'. 2011-02-19 00:09:11 +00:00
Dries Buytaert f1cc865186 - Patch #1052364 by agentrickard: documentation error in hook_modules_uninstalled(). 2011-02-09 02:26:04 +00:00
Angie Byron 20b62b2911 #1022172 by montesq: Fixed Missing return in example hook_menu code 2011-01-28 07:51:09 +00:00
Dries Buytaert eeadb9397c - Patch #1014762 by jhodgdon: hook_entity_info() documentation outdated. 2011-01-11 13:40:06 +00:00
Angie Byron de8e5566af #989366 follow-up by jhodgdon: EVEN better docs for format_date() and friends. 2011-01-04 00:58:30 +00:00
Angie Byron 913adae6ad #989366 by jhodgdon: Improved documentation of hook_date_formats() 2011-01-03 06:51:00 +00:00
Angie Byron 5834cd45e6 #1012138 by tstoeckler: Fixed hook_init() example violates what doc says to do 2011-01-03 00:28:46 +00:00
Angie Byron 71c4e3ec62 #968458 by Dave Reid, sun, fago: Add Missing hook_entity_presave(). 2010-12-15 03:39:42 +00:00
Dries Buytaert 81f2f3c19a - Patch #854396 by tstoeckler, jhodgdon: improve documentation for date-related functions and hooks in system.module. 2010-12-09 01:51:16 +00:00
Angie Byron 6d13ffa486 #977346 by jhodgdon, joachim: Fixed More detailed docs for entity_label 2010-12-08 07:06:27 +00:00
Angie Byron 24de8090c0 #975754 by jhodgdon: Fixed problems with hook_menu() documentation. 2010-12-08 06:48:39 +00:00
Angie Byron 9f5cd5395a #609772 by dww, JacobSingh, ksenzee: Fixed Impossible to extend the FileTransfer class system in contrib 2010-12-01 00:23:36 +00:00
Dries Buytaert 84c72d06f0 - Patch #669510 by quicksketch, David_Rothstein, Dave Reid, casey, Gábor Hojtsy, mrfelton, effulgentsia: merge administration theme with hook_admin_paths(). 2010-11-27 20:25:44 +00:00
Dries Buytaert 729a23e1a4 - Patch #922788 by sun: update.php does not invoke hook_requirements()('update') in all modules. 2010-11-23 03:20:17 +00:00
Angie Byron b922148c87 #975806 by amateescu, modesia: Fix incorrect page structure in hook_page_alter() docs. 2010-11-20 08:39:40 +00:00
Angie Byron 9b3c8c5273 #553944 by sun: Define hook_menu_get_item_alter() as a reliable hook that runs before the page is generated. 2010-11-15 08:29:03 +00:00
Angie Byron 0c33e86388 #885014 by bojanz, chx: Fixed add missing pager and tablesort query support to EntityFieldQuery. 2010-11-14 22:07:57 +00:00
Dries Buytaert fee217fabc - Patch #970258 by Dave Reid: example documentation for hook_entity_insert()/update/delete() will cause PHP strict errors. 2010-11-13 02:00:56 +00:00
Dries Buytaert 1d0f6479da - Patch #839556 by jrchamp, dmitrig01: remove pointless usage of array_key_exists(). 2010-10-28 02:27:09 +00:00
Dries Buytaert a6cb5bbf85 - Patch #337909 by chillin411: hook_menu() 'access callback' docs should mention boolean values work too and minor doxygen correction. 2010-10-27 19:11:53 +00:00
Dries Buytaert 028fe64eae - Patch #937560 by chillin411: the parameter & is not documented in hook_update_N. 2010-10-27 19:10:09 +00:00
Dries Buytaert f3ab0a0fce - Patch #950276 by sun, jhodgdon: improve documentation of hook_translated_menu_link_alter(). 2010-10-27 18:57:57 +00:00
Dries Buytaert b077fb5671 - Patch #945456 by chillin411: hook_mail() doc should state it's only called on one module not all modules. 2010-10-26 15:15:22 +00:00
Angie Byron 435585012c #949576 by sun: Add missing hook_entity_view() and hook_entity_view_alter(). 2010-10-23 15:30:34 +00:00
Dries Buytaert 969135b3d5 - Patch #881908 by jhodgdon: token hooks are not documented well. 2010-10-22 17:20:41 +00:00
Dries Buytaert 2a0e326448 - Patch #942690 by effulgentsia: security harden stream wrappers by defaulting them as remote. 2010-10-21 12:09:41 +00:00
Dries Buytaert 88f5dd3135 - Patch #943558 by David_Rothstein: 'block_callback()' in menu_router() table seems to have no purpose. 2010-10-21 11:56:17 +00:00
Dries Buytaert d3c83c021e - Patch #942718 by joachim: drupal_get_form() and hook_form_alter() should mention #parameters. 2010-10-20 00:53:27 +00:00
Dries Buytaert 28ec075528 - Patch #731518 by Damien Tournoud, Dave Reid: allow alteration of token values. 2010-10-18 01:13:07 +00:00
Angie Byron 6f1a855a16 #920112 by mr.baileys: Fixed Documentation problem with hook_elements 2010-10-15 23:39:13 +00:00
Angie Byron 91bc8bed90 #709892 by drunken monkey, Yorirou: Complete entity CRUD hook invocations: Add a hook_entity_delete() for consistency. 2010-10-15 03:36:21 +00:00
Angie Byron 21ca575b47 #937564 by duellj: Fix link to batch operations page in API docs. 2010-10-13 01:30:20 +00:00
Dries Buytaert 579310a4ba - Patch #656266 by fgm, sun: hook_xmlrpc_alter() cannot alter built-in methods. 2010-10-02 01:22:41 +00:00
Dries Buytaert f833423b50 - Patch #915168 by chx, sun: foreign key support is missing from text and file module. 2010-09-29 01:37:03 +00:00
Dries Buytaert b1190c11b5 - Patch #924686 by mikey_p, munzirtaha: space required after foreach construct. 2010-09-28 02:30:32 +00:00
Dries Buytaert c9de4646c5 - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths and local tasks #2. 2010-09-24 00:37:45 +00:00
Dries Buytaert 84e5d10b66 - Patch #627288 by sun, David_Rothstein: contextual links are not alterable. 2010-09-11 14:35:13 +00:00
Angie Byron b06d19e349 #629484 by Amitaibu, fago, et al: Added Add entity 'label' key info (e.g. title on node). 2010-09-11 06:03:12 +00:00
Dries Buytaert eaee909a00 - Patch #757154 by sun, effulgentsia: base form_id() via hook_forms() not taken into account for #validate, #submit, hook_form_FORMID_alter(). 2010-09-09 23:01:48 +00:00
Dries Buytaert fb9c1df0b9 - Patch #328357 by bleen18, sun, skilip, alanburke, jenlampton, manarth, fgm, tstoeckler: allow module .info files to add CSS/JS. 2010-09-05 02:21:38 +00:00
Dries Buytaert 5eb6a99c4a - Patch #886170 by puregin, jhodgdon: SQLite install documentation should mention directory permissions. 2010-09-01 02:39:58 +00:00
Angie Byron d073fa2a0b #664136 by plach, sun, yched: Enhance TF code documentation. 2010-08-31 15:02:39 +00:00
Dries Buytaert db5368027e - Patch #880132 by bojanz: hook_schema() doesn't support compound foreign keys; inconsistent implementations in core. 2010-08-22 13:55:53 +00:00
Dries Buytaert 4a7bb638fb - Patch #353458 by quicksketch, drewish, jpetso, sun, noahb, aaron, chx, mikey_p, dhthwy: hook_file_references() was not designed for a highly flexible field storage. 2010-08-22 13:52:59 +00:00