summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - 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
|
* - Patch #1097538 by davidtrainer: update drupal_set_message() docs.Dries Buytaert2011-04-20
|
* - Patch #1026058 by plach, droplet add back Language switcher block help ↵Dries Buytaert2011-04-20
| | | | message.
* - Patch #1132364 by CrookedNumber: hook_modules_enabled() could be less ↵Dries Buytaert2011-04-20
| | | | ambiguous.
* - Patch #965272 by larowlan, bellHead, TR: items defined with type ↵Dries Buytaert2011-04-20
| | | | MENU_CALLBACK show 'Home' as a title.
* - Patch #1048006 by jyyna, wojtha, David_Rothstein: name of vocabulary ↵Dries Buytaert2011-04-20
| | | | (Tags) created during install cannot be localized.
* - Patch #919596 by boombatower: -MultiViews in .htaccess requires odd ↵Dries Buytaert2011-04-16
| | | | AllowOverride Options=All,MultiViews.
* - Patch #984456 by Dave Reid, bfroehle: cleanup file_field_widget_uri() and ↵Dries Buytaert2011-04-16
| | | | its token replacement.
* - Patch #1096842 by nanotube: typo in EntityFieldQuery documentation.Dries Buytaert2011-04-14
|
* - Patch #1127312 by niklas: undefined variable items in theme_user_list() ↵Dries Buytaert2011-04-14
| | | | when displaying empty user/new block.
* - Patch #1043552: fixed typo in comment inside theme_disable().Dries Buytaert2011-04-14
|
* - Patch #1043566: fixed typo on BlockAdminThemeTestCase description.Dries Buytaert2011-04-14
|
* - Patch #545518 by bfroehle: move Locale module specific code out of ↵Dries Buytaert2011-04-14
| | | | module.inc and system.module.
* - Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error.Dries Buytaert2011-04-12
|
* - Patch #1107376 by jhedstrom: weight not a property of a field instance, so ↵Dries Buytaert2011-04-12
| | | | doc shouldn't say it is.
* - Patch #1110064 by jeffschuler: two @defgroup comment fixes.Dries Buytaert2011-04-12
|
* - Patch #1095498 by ohnobinki: toolbar toggle link rendered without escaping ↵Dries Buytaert2011-04-12
| | | | ampersand as an html entity.
* - Patch #766624 by aspilicious: dashboard lacks rtl styling.Dries Buytaert2011-04-12
|
* - Patch #766624 by aspilicious: dashboard lacks rtl styling.Dries Buytaert2011-04-12
|
* - Patch #1017882 by Gábor Hojtsy: required elements buggy with #states.Dries Buytaert2011-04-12
|
* - Patch #1118502 by pwolanin: path module should use a different weight than ↵Dries Buytaert2011-04-12
| | | | search module on admin/config.
* - Patch #1120928 by catch: {history} table is owned by system module.Dries Buytaert2011-04-12
|
* - Patch #1012768 by agentrickard: fire hook_menu_link_delete() before ↵Dries Buytaert2011-04-12
| | | | removing the data row.
* - Patch #1023190 by Berdir: wrong merge query in aggregator_save_item().Dries Buytaert2011-04-12
|
* Issue #839556 by dalin, jrchamp, effulgentsia, dmitrig01, David_Rothstein: ↵webchick2011-04-10
| | | | fix isset regression in tablesort, add tests, and cleanup theme_process_registry().
* Issue #999538 by Josh The Geek: default.settings.php still refers to ↵webchick2011-04-10
| | | | 'aggressive caching'.
* - Patch #1031148 by Berdir: select-all checkbox is not added when updating a ↵Dries Buytaert2011-04-10
| | | | table with #ajax.
* - Patch #985982 by iLLin: overlay resizes toolbar after closing.Dries Buytaert2011-04-10
|
* - Patch #935258 by Stevel, Josh Waihi: defaults not changed in changeField ↵Dries Buytaert2011-04-10
| | | | on postgresql.