summaryrefslogtreecommitdiff
path: root/modules/node/node.module
Commit message (Collapse)AuthorAge
* Issue #1886876 by IRuslan, swentel: Fixed Useless variable assignment in ↵David Rothstein2013-03-30
| | | | node_feed().
* 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 #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 #1154382 followup by plach: Fixed several issues with the newly-added ↵David Rothstein2012-11-06
| | | | hook_entity_view_mode_alter().
* Issue #1154382 by Berdir, barraponto, acouch, swentel, LoMo, DamienMcKenna, ↵webchick2012-09-30
| | | | chx: Fixed View mode no longer can be changed.
* Issue #1410260 by swentel, mojzis, droplet, pingers, drupdan3: Fixed ↵webchick2012-09-19
| | | | rss.xml/whatever triggers PHP error.
* Issue #1742958 by DamienMcKenna: Fix capitalization of URL and other acronymsJennifer Hodgdon2012-09-17
|
* Issue #262690 by Albert Volkman: Use correct name for Form API not Forms APIJennifer Hodgdon2012-09-11
|
* Issue #1728568 by e2thex, oriol_e9g: Fixed Add table alias in node query ↵webchick2012-08-19
| | | | conditions to avoid ambiguous fields.
* Issue #1679594 by sun: Fixed node_requirements() breaks Drupal installer.webchick2012-08-18
|
* Issue #1571104 by BTMash, Dave.Ingram, mradcliffe, Damien Tournoud, sun, ↵David Rothstein2012-07-29
| | | | lliss, tim.plunkett | lkiss80: Fixed Can't access non-node entities with EntityFieldQuery.
* Issue #1495648 by plach: Introduce entity language support.David Rothstein2012-06-09
|
* Issue #1598508 by jeffschuler: fix return docs for _node_types_build functionJennifer Hodgdon2012-05-30
|
* Issue #813146 by bleen18: remove variable cruft in node_submit functionJennifer Hodgdon2012-05-04
|
* Issue #1540072 by mstrelan, xjm: Use American spelling for 'behavior'.webchick2012-04-30
|
* Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pagesJennifer Hodgdon2012-03-26
|
* Issue #681760 by agentrickard, Josh Waihi, Niklas Fiekas, catch, xjm, NaX, ↵webchick2012-03-07
| | | | chx, pwolanin, garywiz: Fixed Try to improve performance and eliminate duplicates caused by node_access() table joins.
* Issue #1064954 by xjm, Dave Reid, becw: Fixed _node_revision_access() static ↵webchick2012-03-04
| | | | usage.
* Revert "Issue #1058564 by Niklas Fiekas, droplet, grendzy, dixon_, naxoc: ↵webchick2012-03-01
| | | | | | Fixed User picture does not appear in comment preview." This reverts commit 186437d33a903cd3ae13c7f1b2160a88941cc614.
* Issue #1058564 by Niklas Fiekas, droplet, grendzy, dixon_, naxoc: Fixed User ↵webchick2012-03-01
| | | | picture does not appear in comment preview.
* Revert "Issue #1074672 by claudiu.cristea, mikewink: Added Allow language ↵webchick2012-02-29
| | | | | | select to be rearranged inside node form." This reverts commit f4791b9c416d7f3538f307ac16cc2dfce4f32672.
* Issue #1074672 by claudiu.cristea, mikewink: Added Allow language select to ↵webchick2012-02-28
| | | | be rearranged inside node form.
* Issue #1402620 by jeckman, jwlogemann: Fixed node_show() return doc links to ↵webchick2012-01-30
| | | | nonexistent function.
* - Patch #1000074 by naxoc: node_permission() uses check_plain() without a ↵Dries2012-01-24
| | | | purpose.
* Issue #1227396 by chris.leversuch, jhodgdon: Document that ↵webchick2012-01-11
| | | | hook_node_access() is not called on node listings.
* Issue #1345480 by chris.leversuch, rbayliss: Fixed node_load() does not ↵webchick2011-12-22
| | | | document FALSE return value.
* Issue #1273206 by droplet: Access global when it essentially needed.webchick2011-10-02
|
* Issue #1282956 by rickmanelius, pgrond: Fixed Node revision log of '0' is ↵webchick2011-09-30
| | | | ignored.
* Issue #1264894 by Devin Carlson, James_Stallings: Fixed The 'Parameters' ↵webchick2011-09-30
| | | | section shows HTML tags are rendered as plain text.
* - Patch #1279888 by 10oclock: missing table prefix on query in node_feed().Dries Buytaert2011-09-16
|
* Rollback of #1174602. This is a clean-up patch rather than a bug fix, and ↵webchick2011-08-16
| | | | could have implications in contrib.
* - Patch #1196318 by James_Stallings: node_last_changed() is lacking doc.Dries Buytaert2011-08-10
|
* - Patch #1174602 by jn2: Node_block_view() should use render arrays.Dries Buytaert2011-08-08
|
* Issue #1209350 by mdupont: Fixed Node access rights doc should mention how ↵webchick2011-07-28
| | | | to use query tags.
* Issue #1164852 by plach: Default the 'translatable' bit on fields to FALSE ↵webchick2011-07-20
| | | | for fields created in the UI, to match those created by the API.
* Issue #1196310 by barbi, JamesK: Fixed node_feed() doc does not conform to ↵webchick2011-07-10
| | | | standards.
* Issue #237634 by salvis: Document that node_access_write_grants() should not ↵webchick2011-07-06
| | | | be called directly.
* Issue #1181576 by James_Stallings: Fixed node_get_recent() doc needs to ↵webchick2011-07-06
| | | | clarify what 'recent' means.
* Issue #983632 by peterpoe, marcingy, catch: Fixed 'New' comment marker does ↵webchick2011-07-04
| | | | not work.
* Merge branch '7.2-security' into 7.xwebchick2011-06-29
|\
| * Drupal 7.3webchick2011-06-29
| |
* | Issue #705892 follow-up by bfroehle, ELC: Safer method of instantiating the ↵webchick2011-06-08
| | | | | | | | content variable in node.tpl.php.
* | Issue #1153022 by lyricnz, Pasqualle: Fixed PHP Notice: Undefined index: ↵webchick2011-05-29
|/ | | | content in template_preprocess_node().
* Issue #1089174 by plach: Fixed Prepare view hooks do not receive the ↵webchick2011-05-18
| | | | language parameter.
* - Patch #705912 by jherencia, bleen18: template_preprocess_node() makes an ↵Dries Buytaert2011-05-17
| | | | useless comprobation.
* - Patch #1051870 by boombatower: remove unused variable initialization.Dries Buytaert2011-05-01
|
* - Patch #1107384 by droplet: wrong instance definition in node.module.Dries Buytaert2011-04-22
|