summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #1008410 by droplet: forum list header sorting broken.Dries Buytaert2011-04-23
|
* - 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 #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 #984456 by Dave Reid, bfroehle: cleanup file_field_widget_uri() and ↵Dries Buytaert2011-04-16
| | | | its token replacement.
* - Patch #1127312 by niklas: undefined variable items in theme_user_list() ↵Dries Buytaert2011-04-14
| | | | when displaying empty user/new block.
* - Patch #1043566: fixed typo on BlockAdminThemeTestCase description.Dries Buytaert2011-04-14
|
* - 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 #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 #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 #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().
* - Patch #985982 by iLLin: overlay resizes toolbar after closing.Dries Buytaert2011-04-10
|
* - Patch #1062370 by mikeryan: vocabulary machine_name() length limited to ↵Dries Buytaert2011-04-10
| | | | 21, in UI only.
* - Patch #1032024 by grendzy: comment_form_submit() overwrites author/visitor ↵Dries Buytaert2011-04-10
| | | | cookie when moderating/administering comments.
* - Patch #1037358 by sanduhrs, Azol: locale.datepicker.js minor fixes (js ↵Dries Buytaert2011-04-10
| | | | consistency).
* - Patch #1099254 by hansfn: typo in modules/system/system.admin.inc.Dries Buytaert2011-04-10
|
* - Patch #897140 by fgm: system.methodSignature returns incorrect and ↵Dries Buytaert2011-04-10
| | | | incomplete data.
* - Patch #1065020 by Berdir: fixed E_STRICT warning when downloading/viewing ↵Dries Buytaert2011-04-10
| | | | a file or image.
* - Patch #1075886 by franz: typo on help text.Dries Buytaert2011-04-10
|
* - Patch #598586 by grendzy, deekayen: watchdog() assumes is defined.Dries Buytaert2011-04-10
|
* - Patch #608478 by David_Rothstein: remove leftover code and variablesDries Buytaert2011-04-10
|
* - Patch #1050686 by David_Rothstein: theme region names are no longer ↵Dries Buytaert2011-04-10
| | | | translated.
* - Patch #722920 by andypost: slightly optimize the block upgrade path.Dries Buytaert2011-04-10
|
* Issue #1110862 by Reidsy: remove reference to search-theme-form.tpl.php in ↵webchick2011-04-05
| | | | search.module.
* Issue #1089430 by manarth: improved code comment.webchick2011-03-28
|
* Issue #749992 by jhodgdon: menu system / menu module distinction is not ↵webchick2011-03-28
| | | | obvious to folks new to Drupal.
* Issue #988318 by jhodgdon: translation_form_node_form_alter() doc says it ↵webchick2011-03-28
| | | | implements the wrong hook.
* Issue #1106528 by joachim: field_attach_form_validate() documentation ↵webchick2011-03-28
| | | | indentation is incorrect.
* Issue #1106636 by pwolanin: use system_get_info() API function instead of ↵webchick2011-03-28
| | | | unserializing from DB to get module names.
* Issue #1105384 by claar: system_admin_menu_block_page() description not one ↵webchick2011-03-28
| | | | line.
* Issue #1021406 by ygerasimov: fixed typo in documentationwebchick2011-03-28
|
* Issue #1037352 by David_Rothstein: clarified usage of 'warning' parameter.webchick2011-03-28
|
* Issue #1097972 by boombatower: Fixed hook_field_extra_fields_display_alter() ↵webchick2011-03-28
| | | | incorrect example code.
* Issue #1041440 by jhodgdon: hook_cron() falsely claims it will only be ↵webchick2011-03-21
| | | | called if cron.php is run.
* Issue #1041902 by jhodgdon: hook_entity_info() doc header has a couple of ↵webchick2011-03-21
| | | | omissions.
* Issue #1037352 by jhodgdon: hook_permission() is missing doc about 'warning'.webchick2011-03-21
|
* Issue #1082624 by Barrett: hook_form() doc references example project and ↵webchick2011-03-21
| | | | shouldn't in D7/8.
* Issue #1022924 by yched, chx: Fixed critical bug: Updates are broken for ↵webchick2011-03-10
| | | | deleted fields in installs upgraded from rc1.
* #1065968 by droplet: fixed function node_get_recent().Dries Buytaert2011-02-28
|
* - Patch #1076394 by pillarsdotnet: improved test code.Dries Buytaert2011-02-28
|
* - Patch #1071494 by Takafumi: typo in menu.module.Dries Buytaert2011-02-28
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1064212 by catch: page caching performance has regressed by 30-40%.Dries Buytaert2011-02-24
|