Commit Graph

1805 Commits (7f3e67040fc154072564217cce0cd8c5efcaefbc)

Author SHA1 Message Date
webchick 09ecc5ba83 Issue #681760 by agentrickard, Josh Waihi, Niklas Fiekas, catch, xjm, NaX, chx, pwolanin, garywiz: Fixed Try to improve performance and eliminate duplicates caused by node_access() table joins. 2012-03-07 10:43:22 -08:00
Jennifer Hodgdon d947e9a1ea Issue #1469758 by chertzog: Fix typo in sample hook_node_grants_alter function 2012-03-06 10:32:32 -08:00
webchick 421d010ee6 Issue #1064954 by xjm, Dave Reid, becw: Fixed _node_revision_access() static usage. 2012-03-04 00:03:43 -08:00
webchick fd9a200cd9 Issue #1369332 by Damien Tournoud, basic, sun: Fixed Avoid deadlock issues on the {node} table. 2012-03-02 16:58:51 -08:00
webchick 810a7b9a4a Revert "Issue #1058564 by Niklas Fiekas, droplet, grendzy, dixon_, naxoc: Fixed User picture does not appear in comment preview."
This reverts commit 186437d33a.
2012-03-01 22:07:10 -08:00
webchick 186437d33a Issue #1058564 by Niklas Fiekas, droplet, grendzy, dixon_, naxoc: Fixed User picture does not appear in comment preview. 2012-03-01 20:53:59 -08:00
webchick 7873fac426 Revert "Issue #1074672 by claudiu.cristea, mikewink: Added Allow language select to be rearranged inside node form."
This reverts commit f4791b9c41.
2012-02-29 00:12:39 -08:00
webchick 64c8b12b97 Issue #1446366 by xjm: Multiple web test classes mislabeled as unit tests. 2012-02-29 00:07:48 -08:00
webchick f4791b9c41 Issue #1074672 by claudiu.cristea, mikewink: Added Allow language select to be rearranged inside node form. 2012-02-28 23:20:34 -08:00
webchick f8a051b1a4 Issue #1415794 by Zen Master: Fixed node_access_test_form_node_form_alter() has wrong documentation header. 2012-01-31 00:19:08 -08:00
webchick 60c65b1cb3 Issue #1402620 by jeckman, jwlogemann: Fixed node_show() return doc links to nonexistent function. 2012-01-30 23:51:33 -08:00
Dries 055da3f730 - Patch #1354852 by marvil07, 30equals: hook_node_type_insert() has no sample function body. 2012-01-27 12:11:30 -05:00
Dries 1cb7758a76 - Patch #1000074 by naxoc: node_permission() uses check_plain() without a purpose. 2012-01-24 17:21:47 -05:00
webchick 94ab147781 Issue #1227396 by chris.leversuch, jhodgdon: Document that hook_node_access() is not called on node listings. 2012-01-11 23:17:15 -05:00
webchick 8259aab1db Issue #629518 by jhodgdon, reglogge, jvns, oriol_e9g: Fixed hook_node_insert() and other node hooks have imprecise/misleading descriptions. 2011-12-24 17:58:33 -08:00
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
webchick fb6dce6091 Issue #1021406 by ygerasimov: fixed typo in documentation 2011-03-28 08:43:43 -07:00
webchick 19f821ef7d Issue #1082624 by Barrett: hook_form() doc references example project and shouldn't in D7/8. 2011-03-21 11:19:48 -07:00
Dries Buytaert 074848d097 #1065968 by droplet: fixed function node_get_recent(). 2011-02-28 20:55:25 -05:00
Dries Buytaert 768208f8dd - Patch #1076394 by pillarsdotnet: improved test code. 2011-02-28 20:36:37 -05:00
The Great Git Migration 79bcdb8b7d Stripping CVS keywords 2011-02-25 02:06:03 +00:00
Dries Buytaert f1399ea638 - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files. 2011-02-04 18:42:22 +00:00
Dries Buytaert 72d428cb8c - Patch #1027630 by jhodgdon: unclear documentation for 'custom' and 'locked' attributes for content type. 2011-01-18 18:52:31 +00:00
Dries Buytaert 4bf9e43eb7 - Patch #375064 by c960657, catch: Performance: Multilanguage checking on admin/content/node slow. 2011-01-12 23:09:13 +00:00
Angie Byron db538c8250 #987384 follow-up by h_peter, jhodgdon: Further clean-ups to group topics. 2011-01-03 18:03:54 +00:00
Angie Byron 7264290ea8 #987384 by h_peter, jhodgdon: Fixed Topics/groups in D7 need cleanup 2011-01-02 17:26:40 +00:00
Angie Byron 9d638eb177 #1003958 by mlncn: Correct _node_save_revision documentation 2010-12-30 03:47:36 +00:00
Angie Byron 15ec48062c #915174 by sdboyer, sun: Remove pointless files[] declarations on files that are not declaring classes. 2010-12-20 19:59:44 +00:00
Angie Byron ea6242d53d #993026 by bblake, agentrickard: Fixed Default sort on admin/content incorrect 2010-12-17 19:28:14 +00:00
Angie Byron f6ca0153af #986296 by blup, tstoeckler, Damien Tournoud, carlos8f: Fixed _node_types_build() accidentally marks node types as disabled 2010-12-15 03:47:28 +00:00
Angie Byron f735aa35a7 #728090 by alexjarvis: Fixed 'Revision information' can have incorrect summary 2010-12-15 03:42:25 +00:00
Angie Byron 71c4e3ec62 #968458 by Dave Reid, sun, fago: Add Missing hook_entity_presave(). 2010-12-15 03:39:42 +00:00
Dries Buytaert 36278f01d8 - Patch #986992 by yched, sun: fixed insane etid / {field_config_entity_type()} abstraction. 2010-12-14 19:50:05 +00:00
Angie Byron 44e47bfb16 #967330 by Dave Reid: Fixed The [current-user:?] token should provide the actual loaded user 2010-12-09 08:01:56 +00:00
Dries Buytaert e2153365cf - Patch #991726 by wojtha, meba: missing format_plural() in comments and node module. 2010-12-09 02:16:21 +00:00
Dries Buytaert aee64c551a - Patch #950460 by Gábor Hojtsy, drunken monkey, jhodgdon: language selection in advanced search filters broken. 2010-12-02 23:58:21 +00:00
Dries Buytaert 35caf24c35 - Patch #986018 by fago: remove ununsed test files. 2010-12-02 14:23:17 +00:00
Angie Byron 9ada5dec79 #364470 follow-up by Dave Reid, JohnAlbin, et al: Move submitted by back into a variable. The string approach was too limited. 2010-12-01 00:18:15 +00:00
Dries Buytaert 1fb5f62ba5 - Patch #651240 by fago, sun: allow modules to react to changes to an entity. 2010-11-30 19:31:47 +00:00
Angie Byron 14779b97e1 #917730 by rfay, David_Rothstein: Fixed various RSS feed links (with tests). 2010-11-29 04:53:32 +00:00
Dries Buytaert 84c72d06f0 - Patch #669510 by quicksketch, David_Rothstein, Dave Reid, casey, Gábor Hojtsy, mrfelton, effulgentsia: merge administration theme with hook_admin_paths(). 2010-11-27 20:25:44 +00:00
Dries Buytaert 2fdc28d0f0 - Patch #802524 by CrookedNumber, aaronbauman: node_add() still unnecessarily complex (and confusing). 2010-11-26 19:23:01 +00:00
Dries Buytaert b7459d8eb3 - Patch #884948 by David_Rothstein: the wrong parameter is sometimes passed in to hook_node_load(). 2010-11-24 16:25:39 +00:00
Angie Byron 17c6ce8078 #898360 by sun: Add caching for node types. 2010-11-23 06:03:38 +00:00
Angie Byron b7bcc866cc #49428 by levavie, mgifford, joachim, et al: Include node title in 'Read more' link for better accessibility and SEO 2010-11-22 08:01:24 +00:00
Dries Buytaert c890cb3a95 - Patch #867114 by jhodgdon, mgifford, sun: search results should add lang tag if language of search result differs. 2010-11-21 20:36:36 +00:00
Angie Byron ed4b74024a #920600 by bojanz, solotandem: Fixed Document the deprecated parameter in entity_load() 2010-11-20 09:43:43 +00:00
Angie Byron 4cc8ae69a1 #830704 by fago, effulgentsia, Frando: Fixed entity forms cannot be properly extended. 2010-11-20 06:49:47 +00:00
Angie Byron 851a78f532 #898360 by sun, catch: Cache node types - saves 7% in MySQL in sites using memcache for caching backend 2010-11-20 04:33:56 +00:00
Angie Byron ab21e07bbd #878092 follow-up by sun, David_Rothstein: Fixed Regression from D7 alpha: themes are unable to render one group of node links separately from another. 2010-11-14 21:04:45 +00:00
Angie Byron 8dd7376d5a #923826 by catch, carlos8f, moshe weitzman: Fixed entity delete operations should use transactions. 2010-11-14 20:42:45 +00:00