webchick
|
4735a9bf59
|
Issue #1345480 by chris.leversuch, rbayliss: Fixed node_load() does not document FALSE return value.
|
2011-12-22 01:58:55 -08:00 |
webchick
|
f702fccca3
|
Issue #1318316 by xjm: AssertTaxonomyPage is missing documentation.
|
2011-11-24 14:16:19 -08:00 |
webchick
|
f9a66fff5f
|
Issue #789484 by Lars Toomre, sven.lauer, jhogdon, pillarsdotnet, michaellenahan: Fixed Confusing documentation for argument in hook_access()/hook_node_access().
|
2011-11-12 15:32:01 -08:00 |
webchick
|
abc2183d36
|
Issue #789484 by Lars Toomre, pillarsdotnet, michaellenahan, sven.lauer, Mac_Weber: Fixed Confusing documentation for argument in hook_access()/hook_node_access().
|
2011-10-19 23:56:45 -07:00 |
webchick
|
24d994f688
|
Issue #262498 by EugenMayer, DjebbZ: Fixed Error in content administration using taxonomy filter.
|
2011-10-17 08:37:22 -07:00 |
Dries
|
cca33d7255
|
- Patch #1311490 by skottler: remove dl.multiselect remnants.
|
2011-10-16 15:35:25 -04:00 |
webchick
|
d967abdf1d
|
Issue #1054848 by barraponto: Fixing common typos through codespell.py.
|
2011-10-02 11:09:00 -07:00 |
webchick
|
fa5a4a74c8
|
Issue #1273206 by droplet: Access global when it essentially needed.
|
2011-10-02 11:04:56 -07:00 |
webchick
|
f3268d135d
|
Issue #1178580 by Dave Reid: Fixed PHP notices with [node:summary], [node:body], or [comment:body] if there is no body field or language mismatch.
|
2011-10-01 23:38:23 -07:00 |
webchick
|
23efccf459
|
Issue #1282956 by rickmanelius, pgrond: Fixed Node revision log of '0' is ignored.
|
2011-09-30 13:15:59 -07:00 |
webchick
|
cb66a61c8d
|
Issue #1264894 by Devin Carlson, James_Stallings: Fixed The 'Parameters' section shows HTML tags are rendered as plain text.
|
2011-09-30 12:55:18 -07:00 |
Dries Buytaert
|
7805beba58
|
- Patch #1279888 by 10oclock: missing table prefix on query in node_feed().
|
2011-09-16 11:52:09 -04:00 |
Dries Buytaert
|
dcea6ffb1b
|
- Patch #1185842 by Dave Reid: the [node:author] token does not use format_username().
|
2011-09-11 18:43:22 -04:00 |
webchick
|
23c31ac714
|
Issue #1164852 follow-up by plach, chx, Boobaa, sun: Fixed critical regression: Node bodies display as empty after upgrade to 7.7 from 6.x if the nodes have a language.
|
2011-08-23 23:39:37 +01:00 |
webchick
|
d70898fc96
|
Rollback of #1174602. This is a clean-up patch rather than a bug fix, and could have implications in contrib.
|
2011-08-16 02:22:52 -05:00 |
Dries Buytaert
|
d20a9ee964
|
- Patch #1196318 by James_Stallings: node_last_changed() is lacking doc.
|
2011-08-10 16:51:27 -04:00 |
Dries Buytaert
|
d08378534d
|
- Patch #1174602 by jn2: Node_block_view() should use render arrays.
|
2011-08-08 14:55:19 -04:00 |
Dries Buytaert
|
7d850cc2fb
|
- Patch #1236594 by linclark: node_page_edit() doc has wrong information.
|
2011-08-07 13:01:41 -04:00 |
webchick
|
1e48014398
|
Issue #717834 by David_Rothstein, clemens.tolboom, catch: Fixed The dependencies declared in core's hook_update_dependencies() implementations aren't actually correct.
|
2011-08-06 16:29:31 -07:00 |
webchick
|
c6cc662e2d
|
Issue #1209350 by mdupont: Fixed Node access rights doc should mention how to use query tags.
|
2011-07-28 15:42:27 -04:00 |
webchick
|
0fc439edd3
|
Issue #1164852 follow-up by plach: Fix node module update which was hard-coding translatable to TRUE.
|
2011-07-20 19:30:47 -07:00 |
webchick
|
be1bb23a1e
|
Issue #1164852 by plach: Default the 'translatable' bit on fields to FALSE for fields created in the UI, to match those created by the API.
|
2011-07-20 01:20:33 -07:00 |
webchick
|
e30853303f
|
Issue #348448 follow-up by jbrown: Coding standard fixes to E_STRICT tests.
|
2011-07-18 00:56:06 -07:00 |
webchick
|
a3f4ab1548
|
Issue #931512 by ahwebd, catch, tobiasb: Fixed Node body 'description' and 'required' are missed on nodes upgraded from D6 to D7.
|
2011-07-17 23:53:32 -07:00 |
webchick
|
f4160148ca
|
Issue #1196310 by barbi, JamesK: Fixed node_feed() doc does not conform to standards.
|
2011-07-10 11:21:03 -07:00 |
webchick
|
8da5cc2b75
|
Issue #237634 by salvis: Document that node_access_write_grants() should not be called directly.
|
2011-07-06 23:20:37 -07:00 |
webchick
|
aed55f9ce6
|
Issue #1181576 by James_Stallings: Fixed node_get_recent() doc needs to clarify what 'recent' means.
|
2011-07-06 13:55:08 -07:00 |
webchick
|
3614a37327
|
Issue #983632 by peterpoe, marcingy, catch: Fixed 'New' comment marker does not work.
|
2011-07-04 21:54:53 -07:00 |
webchick
|
6fb1e60a88
|
Issue #1205882 by Psikik, rbayliss: Fixed hook_delete() function body has typo.
|
2011-07-03 10:50:36 -07:00 |
webchick
|
4cede694ab
|
Issue #1204648 by webchick: Fixed Tests added for SA-2011-CORE-002 broke testbot.
|
2011-06-29 18:58:02 -07:00 |
webchick
|
1166b5784a
|
Merge branch '7.2-security' into 7.x
|
2011-06-29 18:16:27 -07:00 |
webchick
|
8094e14c51
|
Drupal 7.3
|
2011-06-29 18:09:21 -07:00 |
webchick
|
2ecc273c60
|
Issue #253725 by jhodgdon: Fixed () in search results does not have array keys on comments and uploads values.
|
2011-06-26 23:11:35 -07:00 |
webchick
|
2224962c5e
|
Issue #705892 follow-up by bfroehle, ELC: Safer method of instantiating the content variable in node.tpl.php.
|
2011-06-08 22:05:05 -07:00 |
webchick
|
7c46b70e49
|
Issue #1144848 by mr.baileys: Fixed node_type_form_submit() should not say it is implementation of hook_form_submit().
|
2011-06-01 01:24:57 -07:00 |
webchick
|
fee105fb52
|
Issue #1158596 by mr.baileys: Fixed clarification of node in hook_node_submit() doc.
|
2011-06-01 01:16:50 -07:00 |
webchick
|
7969d6c458
|
Issue #1153022 by lyricnz, Pasqualle: Fixed PHP Notice: Undefined index: content in template_preprocess_node().
|
2011-05-29 22:33:26 -07:00 |
webchick
|
eed840666f
|
Issue #1154808 by lyricnz, Starminder: Fixed Node Schema mismatch after upgrade D6 to D7.
|
2011-05-23 16:44:31 -07:00 |
webchick
|
75a0deb272
|
Issue #1089174 by plach: Fixed Prepare view hooks do not receive the language parameter.
|
2011-05-18 00:07:38 -05:00 |
Angela Byron
|
d48e3735a4
|
Issue #1017672 by catch, q0rban: Fixed D6 to D7 update process permanently deletes comment bodies and other data, and throws fatal SQL errors.
|
2011-05-17 22:39:15 -05:00 |
Dries Buytaert
|
596b011f7d
|
- Patch #1149002 by droplet, hansfn: 'Machine name' not translatable on the content type overview page .
|
2011-05-17 17:22:38 -07:00 |
Dries Buytaert
|
b7ad22b414
|
- Patch #705912 by jherencia, bleen18: template_preprocess_node() makes an useless comprobation.
|
2011-05-17 17:20:27 -07:00 |
Dries Buytaert
|
37e529ab6d
|
- Patch #988030 by mr.baileys, linclark: document correct sequence of hooks in node deletion.
|
2011-05-14 12:51:22 -04:00 |
webchick
|
78f5ec5472
|
Hm. Rollback of previous patch. I think I just broke testbot. NOOB.
|
2011-05-13 11:30:57 -04:00 |
webchick
|
b1bd7f7615
|
Issue #1017672 by catch, q0rban: D6 to D7 update process permanently deletes comment bodies and other data, and throws fatal SQL errors.
|
2011-05-13 10:41:03 -04:00 |
Dries Buytaert
|
a22d7770d4
|
- Patch #1024684 by linclark: omit & in @param statements (for consistency).
|
2011-05-08 15:51:01 -04:00 |
Dries Buytaert
|
994ed97e83
|
- Patch #1051870 by boombatower: remove unused variable initialization.
|
2011-05-01 06:33:35 -04:00 |
Dries Buytaert
|
5fc8343de6
|
- Patch #1107384 by droplet: wrong instance definition in node.module.
|
2011-04-22 21:17:10 -04:00 |
Dries Buytaert
|
8cdf750e0e
|
- Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error.
|
2011-04-12 22:54:25 +02:00 |
Dries Buytaert
|
62f978fcb1
|
- Patch #1120928 by catch: {history} table is owned by system module.
|
2011-04-12 21:16:58 +02:00 |