Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Issue #1968348 by znerol, David_Rothstein, peximo, DuaelFr: Fixed ↵ | David Rothstein | 2014-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 Rothstein | 2014-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 Rothstein | 2014-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 Hodgdon | 2014-08-11 |
| | | | | hook_node_access_records sample function bodies consistent | ||
* | Issue #2309549 by Bevan, er.pushpinderrana: Fix incorrect documentation of ↵ | Jennifer Hodgdon | 2014-07-29 |
| | | | | node-type-specific hooks | ||
* | Issue #1300920 by salvis, DamienMcKenna, mkadin, idflood, pjcdawkins, ↵ | David Rothstein | 2014-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 Rothstein | 2014-05-05 |
| | | | | admin/content/node. | ||
* | Issue #2165143 by MF82, mgifford: Fix tigger misspell in node.test | Jennifer Hodgdon | 2014-05-02 |
| | |||
* | Issue #2244087 by cs_shadow, andrei.dincu, joachim: Add explanation comment ↵ | Jennifer Hodgdon | 2014-04-24 |
| | | | | in NodeCreationTestCase | ||
* | Issue #1885420 by cs_shadow, kim.pepper, xjm: Fix docs for metadata on node ↵ | Jennifer Hodgdon | 2014-04-16 |
| | | | | access queries | ||
* | Issue #535616 by jhodgdon, rootwork, ianthomas_uk, pwolanin, oriol_e9g | ↵ | David Rothstein | 2014-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 Hodgdon | 2014-03-28 |
| | | | | hook_prepare docs | ||
* | Issue #2107231 by valderama: Fix documentation for hook_delete() | Jennifer Hodgdon | 2014-01-30 |
| | |||
* | Issue #1876546 by plopesc, Kevin Morse | joachim: Node_type_form_validate() ↵ | David Rothstein | 2013-12-30 |
| | | | | and node_type_form_submit() pointlessly trim machine name value. | ||
* | Issue #2117601 by Alan D.: Namespaced Drupal\node\Node entity in ↵ | David Rothstein | 2013-12-30 |
| | | | | node_revision_list() doc comment rather than node. | ||
* | Issue #1146244 by Dean Reilly, klausi, fago, firebird, David_Rothstein, ↵ | David Rothstein | 2013-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 Rothstein | 2013-12-29 |
| | | | | page cache. | ||
* | Revert "Issue #1289336 by jthorson, JimmyAx, marcingy, no_commit_credit, ↵ | David Rothstein | 2013-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 Rothstein | 2013-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 Rothstein | 2013-12-25 |
| | | | | Node.language column should have an index. | ||
* | Issue #1365234 by TravisCarden, amontero, Kevin Morse, bartmcpherson, xjm: ↵ | David Rothstein | 2013-07-22 |
| | | | | Add description to 'access content overview' permission. | ||
* | Issue #1540094 by bdgreen, xjm, rootwork, dermario, killtheliterate, pesgyo, ↵ | Jennifer Hodgdon | 2013-06-10 |
| | | | | Noe_: Fix up documentation of node tests | ||
* | Issue #1797200 by dcam, K.MacKenzie, Lars Toomre, xjm: Remove t() from test ↵ | Jennifer Hodgdon | 2013-06-06 |
| | | | | assertions in node.module tests | ||
* | Issue #1943664 by joachim: Use new standards to document entity info ↵ | Jennifer Hodgdon | 2013-04-04 |
| | | | | callback functions | ||
* | Issue #1945066 by chertzog, dcam | joachim: Fixed node_theme() doesn't ↵ | David Rothstein | 2013-04-01 |
| | | | | declare the file for theme_node_admin_overview() . | ||
* | Issue #1886876 by IRuslan, swentel: Fixed Useless variable assignment in ↵ | David Rothstein | 2013-03-30 |
| | | | | node_feed(). | ||
* | Issue #1429442 by Jody Lynn, mathankumarc, gnuget, nrambeck, dcam | sun: ↵ | David Rothstein | 2013-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 Rothstein | 2013-03-10 |
| | | | | node_validate(). | ||
* | Issue #1397346 by Albert Volkman, kristiaanvandeneynde, larowlan, ↵ | Jennifer Hodgdon | 2013-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 Rothstein | 2013-01-27 |
| | | | | recent versions of Drupal 7. | ||
* | Issue #1864360 by oadaeh: Fixed Clean up some inconsistencies with ↵ | David Rothstein | 2012-12-27 |
| | | | | @link...@endlink. | ||
* | Issue #1856142 by kiamlaluno: Fix typo in node_query_node_access_alter() comment | Jennifer Hodgdon | 2012-12-04 |
| | |||
* | Issue #1313980 by Albert Volkman, Lars Toomre, jn2, xjm, jhodgdon: Clean up ↵ | Jennifer Hodgdon | 2012-11-27 |
| | | | | API docs for Node module | ||
* | Issue #1824016 by scuts: Fix confusing name of Node test method | Jennifer Hodgdon | 2012-11-07 |
| | |||
* | Issue #1154382 followup by plach: Fixed several issues with the newly-added ↵ | David Rothstein | 2012-11-06 |
| | | | | hook_entity_view_mode_alter(). | ||
* | Issue #1134088 by Cottser, catch: Properly document update-api functions | Jennifer Hodgdon | 2012-10-09 |
| | |||
* | Issue #1677830 by slashrsm: Improve docs for user and node hooks in regards ↵ | Jennifer Hodgdon | 2012-10-09 |
| | | | | to database transactions | ||
* | Issue #1154382 by Berdir, barraponto, acouch, swentel, LoMo, DamienMcKenna, ↵ | webchick | 2012-09-30 |
| | | | | chx: Fixed View mode no longer can be changed. | ||
* | Issue #1786124 by xjm, dcam: Clean up node access pager test. | webchick | 2012-09-30 |
| | |||
* | Issue #1186886 by Albert Volkman, Mile23: Fix up docs for hook_node_load | Jennifer Hodgdon | 2012-09-25 |
| | |||
* | Issue #1410260 by swentel, mojzis, droplet, pingers, drupdan3: Fixed ↵ | webchick | 2012-09-19 |
| | | | | rss.xml/whatever triggers PHP error. | ||
* | Issue #1742958 by DamienMcKenna: Fix capitalization of URL and other acronyms | Jennifer Hodgdon | 2012-09-17 |
| | |||
* | Issue #262690 by Albert Volkman: Use correct name for Form API not Forms API | Jennifer Hodgdon | 2012-09-11 |
| | |||
* | Issue #716496 by killtheliterate, rootwork: Make sure all core template ↵ | Jennifer Hodgdon | 2012-08-28 |
| | | | | files are in themeable group | ||
* | Issue #1472724 by jibran, balsama, kiamlaluno, asrob, mjonesdinero: Clean up ↵ | Jennifer Hodgdon | 2012-08-22 |
| | | | | i.e. and e.g. in node.tpl.php docs | ||
* | Issue #1558478 follow-up by tim.plunkett, Berdir, chx: Fixed tests for ↵ | webchick | 2012-08-22 |
| | | | | SA-CORE-2012-002 - Access bypass - content administration. | ||
* | Issue #1728568 by e2thex, oriol_e9g: Fixed Add table alias in node query ↵ | webchick | 2012-08-19 |
| | | | | conditions to avoid ambiguous fields. | ||
* | Issue #1679594 by sun: Fixed node_requirements() breaks Drupal installer. | webchick | 2012-08-18 |
| | |||
* | Issue #1571104 by BTMash, Dave.Ingram, mradcliffe, Damien Tournoud, sun, ↵ | David Rothstein | 2012-07-29 |
| | | | | lliss, tim.plunkett | lkiss80: Fixed Can't access non-node entities with EntityFieldQuery. | ||
* | Issue #1615312 by dsdeiz, David_Rothstein: Make sure all D7 to D7 updates ↵ | Jennifer Hodgdon | 2012-07-16 |
| | | | | are listed in the updates-7.x-extra group |