summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #1150340 by aspilicious: CSS gradient background doesn't work with ↵Dries Buytaert2011-05-14
| | | | newest opera and IE versions.
* - 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 #802856 by catch, pillarsdotnet: make lock_wait() wait less.Dries Buytaert2011-05-13
|
* - 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.
* - Patch #834848 by Berdir: warning message regarding ↵Dries Buytaert2011-05-13
| | | | hook_update_last_removed() is not displayed.
* - Patch #1029606 by fago, bojanz, Damien Tournoud: hook_menu() should not be ↵Dries Buytaert2011-05-13
| | | | called during uninstallation.
* - Patch #1060246 by plach: translation alters language switch links even if ↵Dries Buytaert2011-05-13
| | | | node translation is disabled.
* - Patch #690544 by bleen18, andypost, marcvangend, dbeheydt, rschwab, ↵Dries Buytaert2011-05-13
| | | | robertom: blocks admin (admin/structure/block) requires menu_rebuild() to display settings for current theme.
* - Patch #761648 by lyricnz, andypost, ksenzee, Jody Lynn, Gábor Hojtsy, ↵Dries Buytaert2011-05-13
| | | | Damien Tournoud, Shawn DeArmond, David_Rothstein: menu items disappear after upgrade or manual menu entry.
* Merge branch '7.x' of git.drupal.org:project/drupal into 7.xDries Buytaert2011-05-13
|\
| * Hm. Rollback of previous patch. I think I just broke testbot. NOOB.webchick2011-05-13
| |
* | Merge branch '7.x' of git.drupal.org:project/drupal into 7.xDries Buytaert2011-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.
| * Issue #1003308 by andypost: further forum module fix.webchick2011-05-08
| |
* | - Patch #534594 by catch, Frando: add registry_rebuild() to update.php.Dries Buytaert2011-05-11
| |
* | - Patch #1076366 by wojtha: OpenID discovery spec violation - fragments are ↵Dries Buytaert2011-05-11
| | | | | | | | removed from claimed id .
* | - Patch #1017672 by catch, q0rban: D6 to D7 update process permanently ↵Dries Buytaert2011-05-11
|/ | | | deletes comment bodies and other data, and throws fatal SQL errors.
* - Patch #958850 by bellHead: Postgres password containing backslashes don't ↵Dries Buytaert2011-05-08
| | | | work.
* - Patch #1076414 by wojtha, c960657: Openid discovery - OpenID v1 OP service ↵Dries Buytaert2011-05-08
| | | | with lower priority is chosen instead OpenID v2 Claimed id service.
* - Patch #1055234 by jhodgdon, linclark: field_bundle_settings() doc example ↵Dries Buytaert2011-05-08
| | | | is wrong.
* - Patch #1024684 by linclark: omit & in @param statements (for consistency).Dries Buytaert2011-05-08
|
* - Patch #796692 by dman, cross, andypost, aaronbauman, yched, BarisW: only ↵Dries Buytaert2011-05-08
| | | | show the term heading if the term has a description.
* - Patch #1060304 by plach: misleading help text for the translation support ↵Dries Buytaert2011-05-04
| | | | settings.
* - Patch #1086066 by drewish, Mile23: get_t() should describe what it does ↵Dries Buytaert2011-05-04
| | | | and why.
* - Patch #852120 by cygri: batch operations example doesn't do proper sanitizing.Dries Buytaert2011-05-01
|
* - Patch #1063046 by guidocecilio, linclark: hook_requirements() API ↵Dries Buytaert2011-05-01
| | | | documentation needs doc on 'update' phase.
* - Patch #1051870 by boombatower: remove unused variable initialization.Dries Buytaert2011-05-01
|
* - Patch #1099396 by Désiré, droplet, plach: language_count() is never ↵Dries Buytaert2011-05-01
| | | | decremented when removing a language.
* - Patch #711650 by marcvangend, cha0s: when index.php appears in the URL (or ↵Dries Buytaert2011-05-01
| | | | is automatically added by the server) users get a 'page not found' message.
* - Patch #1139638 by DamZ: the SQLite driver cannot update a column to NULL.Dries Buytaert2011-04-28
|
* - Patch #61856 by bfroehle, jredding, andypost, blakehall, Pancho: in ↵Dries Buytaert2011-04-25
| | | | user.module, trim() user-submitted email address before validation.
* - Patch #716348 by mikey_p: fixed description.Dries Buytaert2011-04-25
|
* - Patch #1097538 by davidtrainer: update drupal_set_message() docs.Dries Buytaert2011-04-25
|
* - Patch #1067806 by starsinmypockets: _field_info_prepare_instance() calls, ↵Dries Buytaert2011-04-25
| | | | but does not use, field_info_field_types().
* Issue #917492 by kvanderw, rfay, claar, Bok Choy: add a sensible .gitignore ↵webchick2011-04-24
| | | | file.
* Issue #817482 by Stevel, bfroehle: user_save() issues a warning when saving ↵webchick2011-04-24
| | | | without changing mail attribute.
* Issue #908282 by jbrown, pillarsdotnet: add width and height attributes to ↵webchick2011-04-24
| | | | increase front-end performance.
* Issue #1003308 by bfroehle: Fix upgrade path for Forum module by hard-coding ↵webchick2011-04-24
| | | | vocabulary machine name (with tests).
* Issue #1111288 by yched: Fix file permissions on field_ui tests.webchick2011-04-24
|
* - Patch #1110810 by JohnAlbin, TR: CVS $ tag lurks in .htaccess file (and ↵Dries Buytaert2011-04-23
| | | | other dank corners of Drupal).
* - Patch #733192 by pillarsdotnet, Sutharsan, Letharion, clemens.tolboom: ↵Dries Buytaert2011-04-23
| | | | tokens enclosed in [ ] are not recognized.
* - Patch #1032024 by grendzy: comment_form_submit() overwrites author/visitor ↵Dries Buytaert2011-04-23
| | | | cookie when moderating/administering comments.
* - Patch #1008410 by droplet: forum list header sorting broken.Dries Buytaert2011-04-23
|
* - Patch #183435 by gregmac, TR: drupal_http_request() and malformed responses.Dries Buytaert2011-04-23
|
* - Patch #1122880 by jn2: DatabaseConnection::defaultOptions has incorrect ↵Dries Buytaert2011-04-23
| | | | php.net link.
* - Patch #1111288 by droplet: wrong instance definition in field_ui().test.Dries Buytaert2011-04-23
|
* - Patch #1107384 by droplet: wrong instance definition in node.module.Dries Buytaert2011-04-22
|
* - Patch #1126370 by kim-day, jn2: menu_link_save() needs more detail.Dries Buytaert2011-04-20
|