summaryrefslogtreecommitdiff
path: root/modules/node
Commit message (Collapse)AuthorAge
* Issue #1559506 by finnydobson, JuliaKM, snehi, anil280988, priya.chat, ↵David Rothstein2016-02-01
| | | | laranajim, jhodgdon, alexpott: Query alter docs need some clarification
* Issue #2596899 by bburg: Remove unnecessary DISTINCT from node access ↵David Rothstein2016-02-01
| | | | rebuild query to work around a MySQL bug
* Issue #1289336 by jthorson, JimmyAx, marcingy, David_Rothstein, ↵David Rothstein2016-01-30
| | | | no_commit_credit, drumm, matglas86, rooby, xjm, cristiroma, brockfanning, Damien Tournoud: Calling node_view for the same node with multiple view modes on the same page during node preview does not correctly attach fields
* Issue #2594585 by Xano, dcam: Use entity_uri() when linking to nodes on the ↵David Rothstein2016-01-30
| | | | admin/content page
* Issue #2325055 by darol100, joshi.rohit100, jhodgdon, Bevan: hook_prepare() ↵David Rothstein2015-10-14
| | | | example is not useful
* Issue #2195183 by cleaver, zopa, elgordogrande, sandykadam, jhodgdon, ↵David Rothstein2015-10-14
| | | | joachim, Eda: document Batch API callbacks as callback implementations
* Issue #2017433 by LinL, BarisW, coredumperror: The documentation for ↵David Rothstein2015-10-10
| | | | hook_ranking() is wrong
* Issue #2465159 by David_Rothstein, NancyDru: Fixed a regression in Drupal ↵David Rothstein2015-05-05
| | | | 7.36 which caused certain kinds of content types to become disabled if they were defined by a no-longer-enabled module.
* Issue #1051872 by boombatower, jdillick, marvil07: Add documentation ↵David Rothstein2015-03-30
| | | | concerning modified property flag on node_type_save()
* Issue #2462223 by helmo: Typo in comment in node_access_test.moduleDavid Rothstein2015-03-30
|
* Issue #2283717 by joshi.rohit100, amitgoyal, g3r4, er.pushpinderrana: Remove ↵David Rothstein2015-03-30
| | | | user_access function calls on hook_permission functions so the Permissions page consistently links to other admin pages for all users
* Issue #2453389 by rpayanm, joshi.rohit100: hook_view() does not document ↵David Rothstein2015-03-30
| | | | $langcode
* Issue #2001308 by stefan.r, David_Rothstein, marthinal, helmo: Node preview ↵David Rothstein2015-03-30
| | | | removes file values from node edit form for non-displayed items
* Issue #1441950 by hefox: Node types removed from hook_node_info with base = ↵David Rothstein2015-03-30
| | | | 'node_content' cannot be deleted
* Issue #2417983 by jacob.embree: Change docs instances of "the the" to "the"Jennifer Hodgdon2015-02-17
|
* Issue #1640404 by er.pushpinderrana, dcam, amit.drupal, hass | versvs: Fixed ↵David Rothstein2014-11-02
| | | | Use format_username() in node_feed().
* Issue #1968348 by znerol, David_Rothstein, peximo, DuaelFr: Fixed ↵David Rothstein2014-11-01
| | | | hook_field_formatter_prepare_view does not make use of hook_entity_view_mode_alter causing major errors.
* Issue #1166114 by jhodgdon, tomogden, Rajendar Reddy, larowlan, swentel, ↵David Rothstein2014-09-05
| | | | splatio, erics14, MF82 | RobLoach: Renamed the "Search result" view mode to "Search result highlighting input" to better reflect how it is used.
* Issue #993186 by joshi.rohit100, moshe weitzman | webchick: Node access ↵David Rothstein2014-09-01
| | | | rebuilds should go newest to oldest (fix for direct node access rebuilds only, not rebuilds done via a batch).
* 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 #1300920 by salvis, DamienMcKenna, mkadin, idflood, pjcdawkins, ↵David Rothstein2014-05-05
| | | | lyricnz, greggles, Niklas Fiekas, gumanist | Dave Reid: The [node:summary] token does not output anything for body fields without a manual summary.
* Issue #1191660 by ParisLiakos, Jon_B: Add Tag to Filter Query in ↵David Rothstein2014-05-05
| | | | admin/content/node.
* Issue #2165143 by MF82, mgifford: Fix tigger misspell in node.testJennifer Hodgdon2014-05-02
|
* Issue #2244087 by cs_shadow, andrei.dincu, joachim: Add explanation comment ↵Jennifer Hodgdon2014-04-24
| | | | in NodeCreationTestCase
* Issue #1885420 by cs_shadow, kim.pepper, xjm: Fix docs for metadata on node ↵Jennifer Hodgdon2014-04-16
| | | | access queries
* Issue #535616 by jhodgdon, rootwork, ianthomas_uk, pwolanin, oriol_e9g | ↵David Rothstein2014-04-05
| | | | tgeller: Make Content Ranking settings for Search not say "weights" to avoid confusion.
* 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 #1876546 by plopesc, Kevin Morse | joachim: Node_type_form_validate() ↵David Rothstein2013-12-30
| | | | and node_type_form_submit() pointlessly trim machine name value.
* Issue #2117601 by Alan D.: Namespaced Drupal\node\Node entity in ↵David Rothstein2013-12-30
| | | | node_revision_list() doc comment rather than node.
* Issue #1146244 by Dean Reilly, klausi, fago, firebird, David_Rothstein, ↵David Rothstein2013-12-30
| | | | aaronbauman, shenzhuxi, jaanhoinatski, themoep, citlacom: Node_access integrity constraint violation on module_invoke_all('node_' . $op, $node);.
* Issue #1841900 by olli, herom, Sheldon Rampton: Node deletion should clear ↵David Rothstein2013-12-29
| | | | page cache.
* Revert "Issue #1289336 by jthorson, JimmyAx, marcingy, no_commit_credit, ↵David Rothstein2013-12-27
| | | | | | rooby | janipuni: Calling node_view for the same node with multiple view modes on the same page does not correctly attach fields." This reverts commit 850c6e38cbf36047bf0bf597bc7e5767ab6989d5.
* Issue #1289336 by jthorson, JimmyAx, marcingy, no_commit_credit, rooby | ↵David Rothstein2013-12-27
| | | | janipuni: Calling node_view for the same node with multiple view modes on the same page does not correctly attach fields.
* Issue #813634 by jlscott, cafuego, Nitesh Sethia, claudinec, brianV: ↵David Rothstein2013-12-25
| | | | Node.language column should have an index.
* Issue #1365234 by TravisCarden, amontero, Kevin Morse, bartmcpherson, xjm: ↵David Rothstein2013-07-22
| | | | Add description to 'access content overview' permission.
* Issue #1540094 by bdgreen, xjm, rootwork, dermario, killtheliterate, pesgyo, ↵Jennifer Hodgdon2013-06-10
| | | | Noe_: Fix up documentation of node tests
* Issue #1797200 by dcam, K.MacKenzie, Lars Toomre, xjm: Remove t() from test ↵Jennifer Hodgdon2013-06-06
| | | | assertions in node.module tests
* Issue #1943664 by joachim: Use new standards to document entity info ↵Jennifer Hodgdon2013-04-04
| | | | callback functions
* Issue #1945066 by chertzog, dcam | joachim: Fixed node_theme() doesn't ↵David Rothstein2013-04-01
| | | | declare the file for theme_node_admin_overview() .
* Issue #1886876 by IRuslan, swentel: Fixed Useless variable assignment in ↵David Rothstein2013-03-30
| | | | node_feed().
* Issue #1429442 by Jody Lynn, mathankumarc, gnuget, nrambeck, dcam | sun: ↵David Rothstein2013-03-30
| | | | Fixed Access denied page shown after submitting form that creates a unpublished node.
* Issue #1886870 by IRuslan: Fixed Useless node_type_get_type() call in ↵David Rothstein2013-03-10
| | | | node_validate().
* Issue #1397346 by Albert Volkman, kristiaanvandeneynde, larowlan, ↵Jennifer Hodgdon2013-01-30
| | | | bobbyaldol, tim-e, shiff2kl, FatGuyLaughing: Add and fix up documentation in image and node module files
* Issue #1879022 by omegamonk: Fixed Enforced dependencies errors updating to ↵David Rothstein2013-01-27
| | | | recent versions of Drupal 7.
* Issue #1864360 by oadaeh: Fixed Clean up some inconsistencies with ↵David Rothstein2012-12-27
| | | | @link...@endlink.
* Issue #1856142 by kiamlaluno: Fix typo in node_query_node_access_alter() commentJennifer Hodgdon2012-12-04
|
* Issue #1313980 by Albert Volkman, Lars Toomre, jn2, xjm, jhodgdon: Clean up ↵Jennifer Hodgdon2012-11-27
| | | | API docs for Node module
* Issue #1824016 by scuts: Fix confusing name of Node test methodJennifer Hodgdon2012-11-07
|