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 |