summaryrefslogtreecommitdiff
path: root/modules/node
Commit message (Collapse)AuthorAge
...
* Issue #1054848 by barraponto: Fixing common typos through codespell.py.webchick2011-10-02
|
* Issue #1273206 by droplet: Access global when it essentially needed.webchick2011-10-02
|
* Issue #1178580 by Dave Reid: Fixed PHP notices with [node:summary], ↵webchick2011-10-01
| | | | [node:body], or [comment:body] if there is no body field or language mismatch.
* 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
|
* - Patch #1185842 by Dave Reid: the [node:author] token does not use ↵Dries Buytaert2011-09-11
| | | | format_username().
* Issue #1164852 follow-up by plach, chx, Boobaa, sun: Fixed critical ↵webchick2011-08-23
| | | | regression: Node bodies display as empty after upgrade to 7.7 from 6.x if the nodes have a language.
* 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
|
* - Patch #1236594 by linclark: node_page_edit() doc has wrong information.Dries Buytaert2011-08-07
|
* Issue #717834 by David_Rothstein, clemens.tolboom, catch: Fixed The ↵webchick2011-08-06
| | | | dependencies declared in core's hook_update_dependencies() implementations aren't actually correct.
* Issue #1209350 by mdupont: Fixed Node access rights doc should mention how ↵webchick2011-07-28
| | | | to use query tags.
* Issue #1164852 follow-up by plach: Fix node module update which was ↵webchick2011-07-20
| | | | hard-coding translatable to TRUE.
* 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 #348448 follow-up by jbrown: Coding standard fixes to E_STRICT tests.webchick2011-07-18
|
* Issue #931512 by ahwebd, catch, tobiasb: Fixed Node body 'description' and ↵webchick2011-07-17
| | | | 'required' are missed on nodes upgraded from D6 to D7.
* 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.
* Issue #1205882 by Psikik, rbayliss: Fixed hook_delete() function body has typo.webchick2011-07-03
|
* Issue #1204648 by webchick: Fixed Tests added for SA-2011-CORE-002 broke ↵webchick2011-06-29
| | | | testbot.
* Merge branch '7.2-security' into 7.xwebchick2011-06-29
|\
| * Drupal 7.3webchick2011-06-29
| |
* | Issue #253725 by jhodgdon: Fixed () in search results does not have array ↵webchick2011-06-26
| | | | | | | | keys on comments and uploads values.
* | Issue #705892 follow-up by bfroehle, ELC: Safer method of instantiating the ↵webchick2011-06-08
| | | | | | | | content variable in node.tpl.php.
* | Issue #1144848 by mr.baileys: Fixed node_type_form_submit() should not say ↵webchick2011-06-01
| | | | | | | | it is implementation of hook_form_submit().
* | Issue #1158596 by mr.baileys: Fixed clarification of node in ↵webchick2011-06-01
| | | | | | | | hook_node_submit() doc.
* | Issue #1153022 by lyricnz, Pasqualle: Fixed PHP Notice: Undefined index: ↵webchick2011-05-29
|/ | | | content in template_preprocess_node().
* Issue #1154808 by lyricnz, Starminder: Fixed Node Schema mismatch after ↵webchick2011-05-23
| | | | upgrade D6 to D7.
* Issue #1089174 by plach: Fixed Prepare view hooks do not receive the ↵webchick2011-05-18
| | | | language parameter.
* Issue #1017672 by catch, q0rban: Fixed D6 to D7 update process permanently ↵Angela Byron2011-05-17
| | | | deletes comment bodies and other data, and throws fatal SQL errors.
* - Patch #1149002 by droplet, hansfn: 'Machine name' not translatable on the ↵Dries Buytaert2011-05-17
| | | | content type overview page .
* - Patch #705912 by jherencia, bleen18: template_preprocess_node() makes an ↵Dries Buytaert2011-05-17
| | | | useless comprobation.
* - Patch #988030 by mr.baileys, linclark: document correct sequence of hooks ↵Dries Buytaert2011-05-14
| | | | in node deletion.
* Hm. Rollback of previous patch. I think I just broke testbot. NOOB.webchick2011-05-13
|
* Issue #1017672 by catch, q0rban: D6 to D7 update process permanently deletes ↵webchick2011-05-13
| | | | comment bodies and other data, and throws fatal SQL errors.
* - Patch #1024684 by linclark: omit & in @param statements (for consistency).Dries Buytaert2011-05-08
|
* - 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
|
* - Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error.Dries Buytaert2011-04-12
|
* - Patch #1120928 by catch: {history} table is owned by system module.Dries Buytaert2011-04-12
|
* 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.
* #1065968 by droplet: fixed function node_get_recent().Dries Buytaert2011-02-28
|
* - Patch #1076394 by pillarsdotnet: improved test code.Dries Buytaert2011-02-28
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.Dries Buytaert2011-02-04
|