summaryrefslogtreecommitdiff
path: root/modules/node/node.api.php
Commit message (Collapse)AuthorAge
* Issue #2325055 by darol100, joshi.rohit100, jhodgdon, Bevan: hook_prepare() ↵David Rothstein2015-10-14
| | | | example is not useful
* Issue #2017433 by LinL, BarisW, coredumperror: The documentation for ↵David Rothstein2015-10-10
| | | | hook_ranking() is wrong
* Issue #2453389 by rpayanm, joshi.rohit100: hook_view() does not document ↵David Rothstein2015-03-30
| | | | $langcode
* Issue #2318981 by grisendo: Make hook_node_grants and ↵Jennifer Hodgdon2014-08-11
| | | | hook_node_access_records sample function bodies consistent
* Issue #2309549 by Bevan, er.pushpinderrana: Fix incorrect documentation of ↵Jennifer Hodgdon2014-07-29
| | | | node-type-specific hooks
* Issue #2222497 by mojzis: Replace obsolete function reference in ↵Jennifer Hodgdon2014-03-28
| | | | hook_prepare docs
* Issue #2107231 by valderama: Fix documentation for hook_delete()Jennifer Hodgdon2014-01-30
|
* Issue #1313980 by Albert Volkman, Lars Toomre, jn2, xjm, jhodgdon: Clean up ↵Jennifer Hodgdon2012-11-27
| | | | API docs for Node module
* Issue #1677830 by slashrsm: Improve docs for user and node hooks in regards ↵Jennifer Hodgdon2012-10-09
| | | | to database transactions
* Issue #1186886 by Albert Volkman, Mile23: Fix up docs for hook_node_loadJennifer Hodgdon2012-09-25
|
* Issue #1472614 by filijonka: Fix return value docs for hook_node_update_index()Jennifer Hodgdon2012-03-13
|
* Issue #1469758 by chertzog: Fix typo in sample hook_node_grants_alter functionJennifer Hodgdon2012-03-06
|
* - Patch #1354852 by marvil07, 30equals: hook_node_type_insert() has no ↵Dries2012-01-27
| | | | sample function body.
* Issue #1227396 by chris.leversuch, jhodgdon: Document that ↵webchick2012-01-11
| | | | hook_node_access() is not called on node listings.
* Issue #629518 by jhodgdon, reglogge, jvns, oriol_e9g: Fixed ↵webchick2011-12-24
| | | | hook_node_insert() and other node hooks have imprecise/misleading descriptions.
* Issue #789484 by Lars Toomre, sven.lauer, jhogdon, pillarsdotnet, ↵webchick2011-11-12
| | | | michaellenahan: Fixed Confusing documentation for argument in hook_access()/hook_node_access().
* Issue #789484 by Lars Toomre, pillarsdotnet, michaellenahan, sven.lauer, ↵webchick2011-10-19
| | | | Mac_Weber: Fixed Confusing documentation for argument in hook_access()/hook_node_access().
* Issue #1205882 by Psikik, rbayliss: Fixed hook_delete() function body has typo.webchick2011-07-03
|
* Issue #253725 by jhodgdon: Fixed () in search results does not have array ↵webchick2011-06-26
| | | | keys on comments and uploads values.
* Issue #1158596 by mr.baileys: Fixed clarification of node in ↵webchick2011-06-01
| | | | hook_node_submit() doc.
* - Patch #988030 by mr.baileys, linclark: document correct sequence of hooks ↵Dries Buytaert2011-05-14
| | | | in node deletion.
* - Patch #1024684 by linclark: omit & in @param statements (for consistency).Dries Buytaert2011-05-08
|
* Issue #1021406 by ygerasimov: fixed typo in documentationwebchick2011-03-28
|
* Issue #1082624 by Barrett: hook_form() doc references example project and ↵webchick2011-03-21
| | | | shouldn't in D7/8.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* #987384 follow-up by h_peter, jhodgdon: Further clean-ups to group topics.Angie Byron2011-01-03
|
* #898360 by sun, catch: Cache node types - saves 7% in MySQL in sites using ↵Angie Byron2010-11-20
| | | | memcache for caching backend
* - Patch #963060 by boombatower: documentation problem with hook_view().Dries Buytaert2010-11-05
|
* #948272 by amateescu: Fixed hook_node_info() doc shouldn't link to node ↵Angie Byron2010-10-23
| | | | example module any more,
* #949576 by sun: Add missing hook_entity_view() and hook_entity_view_alter().Angie Byron2010-10-23
|
* - Patch #883454 by jhodgdon, ctmattice1: doc and examples for hook_form() ↵Dries Buytaert2010-10-22
| | | | are misleading/wrong.
* - Patch #931476 by duellj: fixes for hook_node_view() documentation.Dries Buytaert2010-10-05
|
* - Patch #922824 by plach: no way to specify the language to view entities in.Dries Buytaert2010-10-03
|
* - Patch #920614 by agentrickard, chx, Damien Tournoud: unpublished content ↵Dries Buytaert2010-09-29
| | | | visible when a Node Access module is enabled.
* - Patch #922412 by moshe weitzman: remove node_access_example_disabling() ↵Dries Buytaert2010-09-25
| | | | from docs.
* - Patch #241364 by maartenvg, sun, effulgentsia: () not passed to ↵Dries Buytaert2010-09-03
| | | | hook_validate()/hook_node_validate(), and not passed by reference to hook_form().
* - 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 #721754 by Shellingfox, lotyrin, Damien Tournoud, chx, hefox, Gábor ↵Dries Buytaert2010-08-17
| | | | Hojtsy, puregin: a node cannot be displayed in different view mode on its own page.
* - Patch #735800 by effulgentsia, fago, Frando: node form triggers form level ↵Dries Buytaert2010-06-17
| | | | submit functions on button level submits, without validation. Oh yeah.
* #362021 by plach, yched, sun: Update field_attach_prepare_translation() for ↵Angie Byron2010-06-06
| | | | D7 entity API.
* - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' ↵Dries Buytaert2010-05-23
| | | | screen.
* #771922 by andypost: Remove t() from schema description of picture field.Angie Byron2010-05-05
|
* - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ↵Dries Buytaert2010-03-26
| | | | also links.
* - Patch #326564 by nenne: fixed hook_validate() documentation.Dries Buytaert2010-03-18
|
* - Patch #734146 by scor: white-space clean-up.Dries Buytaert2010-03-06
|
* - Patch #708974 by jhodgdon: follow-up patch to correct some documentation ↵Dries Buytaert2010-02-11
| | | | mistakes.
* - Patch #708974 by jhodgdon: documentation improvements: provide an overview ↵Dries Buytaert2010-02-10
| | | | of ex-hook_nodeapi() operations.
* - Patch #709000 by Pasqualle: fixed param in hook_x_view_alter() function ↵Dries Buytaert2010-02-09
| | | | passed by reference.
* - Patch #704728 by jhodgdon: fixed node grants documentation.Dries Buytaert2010-02-05
|
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|