summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
...
* | Issue #1043998 by lyricnz, sun: Fixed Strict PHP warning in Fields UI tests.webchick2011-05-30
| |
* | Issue #1166088 by barbi: Fixed Field Language API page has incorrect note ↵webchick2011-05-29
| | | | | | | | about languages.
* | Issue #1153022 by lyricnz, Pasqualle: Fixed PHP Notice: Undefined index: ↵webchick2011-05-29
| | | | | | | | content in template_preprocess_node().
* | Issue #1164120 by pillarsdotnet: Fixed Add reference to _user_mail_text() in ↵webchick2011-05-29
| | | | | | | | the doxygen for user_mail_tokens() function.
* | Issue #1007830 by drunken monkey, Damien Tournoud, bfroehle: Fixed Nested ↵webchick2011-05-29
| | | | | | | | transactions throw exceptions on ddl changes.
* | Issue #1166806 by droplet, TR: Removed legacy CVS Id tags in core.webchick2011-05-28
| |
* | Issue #647964 by jergason, bfroehle, Damien Tournoud, corbacho, Pancho: ↵webchick2011-05-28
| | | | | | | | Fixed Running cron does not check for available updates.
* | Merge branch '7.x' of git.drupal.org:project/drupal into 7.xDries Buytaert2011-05-28
|\|
| * Drupal 7.2webchick2011-05-25
| |\
| | * Drupal 7.1webchick2011-05-25
| | |
| * | Issue #1137074 by plach, Jose Reyero: notices and wrong links on translation ↵webchick2011-05-24
| | | | | | | | | | | | tab for unpublished nodes.
| * | Issue #1021270 by larowlan, wojtha: Fixed Blocks for custom menus are ↵webchick2011-05-24
| | | | | | | | | | | | impossible to theme.
| * | Issue #1096340 by plach, fietserwin, sun: Fixed Stale language ↵webchick2011-05-24
| | | | | | | | | | | | types/negotation info after enabling/disabling modules.
* | | - Patch #1110842 by JohnAlbin: comment preview color is missing due to ↵Dries Buytaert2011-05-28
|/ / | | | | | | mis-targeted CSS rule.
* | - Patch #1019352 by Jody Lynn: delete blog module's variable on ↵Dries Buytaert2011-05-23
| | | | | | | | hook_uninstall().
* | - Patch #1019292 by TR, Jody Lynn: remove random nbsp characters.Dries Buytaert2011-05-23
| |
* | Issue #1154822 by lyricnz, Starminder: Fixed User Schema mismatch after ↵webchick2011-05-23
| | | | | | | | upgrade D6 to D7.
* | Issue #1154820 by lyricnz, marcingy, Starminder: Fixed System Schema ↵webchick2011-05-23
| | | | | | | | mismatch after upgrade D6 to D7.
* | Issue #1154812 by lyricnz, Starminder: Fixed Poll Schema mismatch after ↵webchick2011-05-23
| | | | | | | | upgrade D6 to D7.
* | Issue #1154808 by lyricnz, Starminder: Fixed Node Schema mismatch after ↵webchick2011-05-23
| | | | | | | | upgrade D6 to D7.
* | Issue #1154802 by lyricnz, Starminder: Fixed Block Schema mismatch after ↵webchick2011-05-23
| | | | | | | | upgrade D6 to D7.
* | Issue #1154806 by lyricnz, marcingy, Starminder: Fixed Comment Schema ↵webchick2011-05-23
| | | | | | | | mismatch after upgrade D6 to D7.
* | Issue #1089174 follow-up by plach: Fix notices and expand tests.webchick2011-05-23
| |
* | - Patch #1120412 by skwashd: comment_save() doesn't support additional ↵Dries Buytaert2011-05-22
| | | | | | | | columns added by hook_schema_alter().
* | Merge branch '7.x' of git.drupal.org:project/drupal into 7.xDries Buytaert2011-05-22
|\ \
| * | Issue #1096446 by plach: Fixed entity_label() is not passing along the () ↵webchick2011-05-18
| | | | | | | | | | | | parameter.
| * | Rollback of #1076366. This is not quite ready to go yet, because it depends ↵webchick2011-05-18
| | | | | | | | | | | | on another issue (#1120290).
| * | Issue #1089174 by plach: Fixed Prepare view hooks do not receive the ↵webchick2011-05-18
| | | | | | | | | | | | language parameter.
| * | Issue #1001146 by edhaber, droplet: Fixed Cannot theme links in a menu when ↵webchick2011-05-18
| | | | | | | | | | | | menu_name() contains a hyphen.
| * | Issue #1105848 by cafuego: Fixed Unsafe query comments possible via UI.webchick2011-05-17
| | |
| * | Issue #999004 by pillarsdotnet, fago, sun, marcingy: user_save() relies on ↵webchick2011-05-17
| | | | | | | | | | | | edit instead of account.
| * | 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 #1078980 by plach: language neutral not available when there are ↵Dries Buytaert2011-05-22
| | | | | | | | | | | | disabled languages.
* | | - Patch #1013864 by agentrickard, JimmyAx: book navigation block fails with ↵Dries Buytaert2011-05-21
|/ / | | | | | | Node Access modules.
* | - Rolled back.Dries Buytaert2011-05-17
| |
* | - Patch #784856 by dmitrig01: menu_get_names() is dead code, remove it.Dries Buytaert2011-05-17
| |
* | - Patch #1132364 by CrookedNumber, David_Rothstein: hook_modules_enabled() ↵Dries Buytaert2011-05-17
| | | | | | | | could be less ambiguous.
* | - 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 #1158730 by TR: documentation problem with hook_user_load().Dries Buytaert2011-05-16
| |
* | - Patch #843162 by pwolanin, Scott Falconer, Berdir, jhodgdon, a.mikheychik, ↵Dries Buytaert2011-05-16
| | | | | | | | mtift: creating vocabularies with machine-names 'List' or 'Add' breaks links in taxonomy overview admin area. .
* | - Patch #1157426 by Gábor Hojtsy: field system uses t() incorrectly and ↵Dries Buytaert2011-05-15
| | | | | | | | inconsistently.
* | - Patch #1119158 by skwashd: Added user_role_save() doesn't implement a ↵Dries Buytaert2011-05-14
| | | | | | | | presave hook.
* | - Patch #1149912 by grendzy, sun: recent comments block displays old, ↵Dries Buytaert2011-05-14
| | | | | | | | out-of-order comments.
* | - Patch #1034248 by jhodgdon, drewish, jn2: hook_block_view() example should ↵Dries Buytaert2011-05-14
| | | | | | | | return a render array.
* | - Patch #876282 by tim.plunkett, amateescu: small layout glitch on 'Password ↵Dries Buytaert2011-05-14
| | | | | | | | match' line during installation.
* | - Patch #988030 by mr.baileys, linclark: document correct sequence of hooks ↵Dries Buytaert2011-05-14
| | | | | | | | in node deletion.
* | - Patch #759844 by jpmckinney, dixon_, plach, ksenzee, fabsor, ↵Dries Buytaert2011-05-14
| | | | | | | | pillarsdotnet: overlay does not work with prefixed URL paths.
* | - Patch #936844 by bleen18: cannot override comment author to or from Anonymous.Dries Buytaert2011-05-13
| |
* | - Patch #843162 by pwolanin, Scott Falconer, Berdir, jhodgdon, a.mikheychik, ↵Dries Buytaert2011-05-13
| | | | | | | | mtift: creating vocabularies with machine-names 'List' or 'Add' breaks links in taxonomy overview admin area.