summaryrefslogtreecommitdiff
path: root/modules/node
Commit message (Collapse)AuthorAge
* - 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
|
* - Patch #1027630 by jhodgdon: unclear documentation for 'custom' and ↵Dries Buytaert2011-01-18
| | | | 'locked' attributes for content type.
* - Patch #375064 by c960657, catch: Performance: Multilanguage checking on ↵Dries Buytaert2011-01-12
| | | | admin/content/node slow.
* #987384 follow-up by h_peter, jhodgdon: Further clean-ups to group topics.Angie Byron2011-01-03
|
* #987384 by h_peter, jhodgdon: Fixed Topics/groups in D7 need cleanupAngie Byron2011-01-02
|
* #1003958 by mlncn: Correct _node_save_revision documentationAngie Byron2010-12-30
|
* #915174 by sdboyer, sun: Remove pointless files[] declarations on files that ↵Angie Byron2010-12-20
| | | | are not declaring classes.
* #993026 by bblake, agentrickard: Fixed Default sort on admin/content incorrectAngie Byron2010-12-17
|
* #986296 by blup, tstoeckler, Damien Tournoud, carlos8f: Fixed ↵Angie Byron2010-12-15
| | | | _node_types_build() accidentally marks node types as disabled
* #728090 by alexjarvis: Fixed 'Revision information' can have incorrect summaryAngie Byron2010-12-15
|
* #968458 by Dave Reid, sun, fago: Add Missing hook_entity_presave().Angie Byron2010-12-15
|