Commit Graph

10039 Commits (7257058a82d7c147939e75b6b8605eec2d7c6c0f)

Author SHA1 Message Date
webchick 7257058a82 Issue #1115510 by catch, barbi, amateescu: Fixed Entity providing modules must call field_attach_delete_bundle() in hook_uninstall(). 2011-06-14 04:26:10 -04:00
Dries Buytaert dea6d08c5c - Patch #576508 by aspilicious, jbrown, Rob Loach, TR: require PHP 5.3. 2011-06-11 19:33:58 -04:00
Dries Buytaert d5a48d2163 - Patch #1089472 by janusman, David_Rothstein: batch API finishes when >99.5% of items have been processed. 2011-06-11 19:21:09 -04:00
webchick 352fdec02d Issue #1022416 by bfroehle, turboflash: Fixed Wrong use of db_transaction() in block module. 2011-06-08 22:34:15 -07:00
webchick 002cf94d32 Issue #705892 follow-up by bfroehle, ELC: Safer method of instantiating the content variable in node.tpl.php. 2011-06-08 22:04:52 -07:00
webchick 75b8f880fc Issue #1168686 by barbi, Dave Reid: Fixed hook_menu() doc should say how to pass integer arg to callbacks. 2011-06-08 21:58:08 -07:00
webchick b2cf5cc90b Issue #996240 by David_Rothstein: Fixed Javascript error in node preview when there are unlimited value fields in overlay. 2011-06-08 20:48:51 -07:00
webchick 252b747295 Issue #1179970 by kafitz, dinarcon: Fixed spelling mistake in Field API docs. 2011-06-08 20:42:04 -07:00
webchick 333779124f Issue #1179424 by aspilicious, Heine, pwolanin, scor: Fixed Color module security fixes from SA-CORE-2011-001 not yet applied to Drupal 8. 2011-06-08 13:41:52 -07:00
Dries Buytaert 27af98b06d - Patch #1162226 by mr.baileys: taxonomy_term_save() should document what is in a object. 2011-06-06 05:55:16 -04:00
webchick 3588d0971f Issue #1017850 by yched: Improve documentation for field_view_value(). 2011-06-04 11:10:20 -07:00
webchick a1fa6105b0 Issue #276174 follow-up by Gábor Hojtsy, TR: Fixed Document check_plain() use in blog.module. 2011-06-01 15:06:26 -07:00
webchick 3d299c4618 Issue #1161240 by barbi, jhodgdon: Added Need documentation of non-matching return value for taxonomy_term_load_multiple(), entity_load_multiple(), and DrupalEntityControlle. 2011-06-01 01:44:36 -07:00
webchick af7b44189b 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:48 -07:00
webchick a7309fae94 Issue #1021064 by montesq: Fixed No Main Links causes error message in form description to set Secondary Links. 2011-06-01 01:22:34 -07:00
webchick 5d86a5d0dd Issue #1158596 by mr.baileys: Fixed clarification of node in hook_node_submit() doc. 2011-06-01 01:16:41 -07:00
webchick ec125c0a17 Issue #1138040 by barbi: Fixed hook_field_shema() doc has incorrect field type in format in example. 2011-05-30 21:07:26 -07:00
webchick 1dcc93b2b9 Issue #1160792 by andrewmacpherson: Fixed Spelling mistake in documentation for theme_field(). 2011-05-30 20:51:11 -07:00
webchick 798aea1e3d Issue #1019374 by Jody Lynn: Delete book variables on hook_uninstall(). 2011-05-30 20:45:52 -07:00
webchick 1ee1269b87 Issue #1043998 by lyricnz, sun: Fixed Strict PHP warning in Fields UI tests. 2011-05-30 09:04:30 -07:00
webchick f2e94e83ca Issue #1166088 by barbi: Fixed Field Language API page has incorrect note about languages. 2011-05-29 22:36:30 -07:00
webchick 7d1738506c Issue #1153022 by lyricnz, Pasqualle: Fixed PHP Notice: Undefined index: content in template_preprocess_node(). 2011-05-29 22:33:01 -07:00
webchick 061572ca4d Issue #1164120 by pillarsdotnet: Fixed Add reference to _user_mail_text() in the doxygen for user_mail_tokens() function. 2011-05-29 22:02:26 -07:00
webchick d97ef6075f Issue #1007830 by drunken monkey, Damien Tournoud, bfroehle: Fixed Nested transactions throw exceptions on ddl changes. 2011-05-29 21:50:51 -07:00
webchick 3c145a64ae Issue #1166806 by droplet, TR: Removed legacy CVS Id tags in core. 2011-05-28 11:54:05 -07:00
webchick 4fd8e38f46 Issue #647964 by jergason, bfroehle, Damien Tournoud, corbacho, Pancho: Fixed Running cron does not check for available updates. 2011-05-28 11:16:53 -07:00
Dries Buytaert 1b2cd3a9d2 - Patch #1110842 by JohnAlbin: comment preview color is missing due to mis-targeted CSS rule. 2011-05-28 09:27:33 -04:00
Dries Buytaert 2f1267996f - Patch #1137074 by plach, Jose Reyero: notices and wrong links on translation tab for unpublished nodes. 2011-05-24 17:40:58 -04:00
Dries Buytaert d6c4e2a1be - Patch #1019352 by Jody Lynn: delete blog module's variable on hook_uninstall(). 2011-05-23 21:14:37 -04:00
Dries Buytaert ec2f3bd02b - Patch #1019292 by TR, Jody Lynn: remove random nbsp characters. 2011-05-23 21:07:02 -04:00
Dries Buytaert 07550714ea - Patch #1120412 by skwashd: comment_save() doesn't support additional columns added by hook_schema_alter(). 2011-05-22 18:04:52 -04:00
Dries Buytaert faf984175f - Patch #1078980 by plach: language neutral not available when there are disabled languages. 2011-05-22 09:07:57 -04:00
Dries Buytaert fd8fa3e4fb - Patch #1089174 by plach: rrepare view hooks do not receive the language parameter. 2011-05-21 20:38:38 -04:00
Dries Buytaert 79ebfd093c - Patch #1013864 by agentrickard, JimmyAx: book navigation block fails with Node Access modules. 2011-05-21 20:10:25 -04:00
Dries Buytaert d107fb98f2 - Patch #784856 by dmitrig01: menu_get_names() is dead code, remove it. 2011-05-17 17:46:49 -07:00
Dries Buytaert cb36fd3c73 - Patch #1132364 by CrookedNumber, David_Rothstein: hook_modules_enabled() could be less ambiguous. 2011-05-17 17:44:11 -07:00
Dries Buytaert 4ca4f958fd - Patch #1149002 by droplet, hansfn: 'Machine name' not translatable on the content type overview page . 2011-05-17 17:22:50 -07:00
Dries Buytaert 2323c1daf8 - Patch #705912 by jherencia, bleen18: template_preprocess_node() makes an useless comprobation. 2011-05-17 17:20:16 -07:00
Dries Buytaert de7b11ffe4 - Patch #1001146 by edhaber, droplet: cannot theme links in a menu when menu_name() contains a hyphen. 2011-05-17 17:12:11 -07:00
Dries Buytaert a608536565 - Patch #1158730 by TR: documentation problem with hook_user_load(). 2011-05-16 22:50:19 -07:00
Dries Buytaert 980155eae6 - Patch #843162 by pwolanin, Scott Falconer, Berdir, jhodgdon, a.mikheychik, mtift: creating vocabularies with machine-names 'List' or 'Add' breaks links in taxonomy overview admin area. . 2011-05-16 22:36:56 -07:00
Dries Buytaert bc012df10c - Patch #997408 by erikwebb, Jeff Burnz, JohnAlbin, tim.plunkett: is always set. 2011-05-16 22:09:57 -07:00
Dries Buytaert b4c6551cad - Patch #999004 by pillarsdotnet, fago, sun, marcingy: user_save() relies on instead of . 2011-05-16 22:06:07 -07:00
Dries Buytaert 553737dd01 - Patch #1157426 by Gábor Hojtsy: field system uses t() incorrectly and inconsistently. 2011-05-15 17:39:12 -07:00
Dries Buytaert 3b24bc2793 - Patch #1119158 by skwashd: Added user_role_save() doesn't implement a presave hook. 2011-05-14 16:29:36 -04:00
Dries Buytaert 03ecf2ac22 - Patch #1149912 by grendzy, sun: recent comments block displays old, out-of-order comments. 2011-05-14 13:30:10 -04:00
Dries Buytaert ad32330939 - Patch #1034248 by jhodgdon, drewish, jn2: hook_block_view() example should return a render array. 2011-05-14 13:20:21 -04:00
Dries Buytaert 0c7f8b5245 - Patch #876282 by tim.plunkett, amateescu: small layout glitch on 'Password match' line during installation. 2011-05-14 13:16:44 -04:00
Dries Buytaert 252148a706 - Patch #988030 by mr.baileys, linclark: document correct sequence of hooks in node deletion. 2011-05-14 12:51:34 -04:00
Dries Buytaert 09c65ba70e - Patch #759844 by jpmckinney, dixon_, plach, ksenzee, fabsor, pillarsdotnet: overlay does not work with prefixed URL paths. 2011-05-14 08:33:11 -04:00