summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | - 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.
* | - Patch #998612 by longwave: drupal_render() doesn't render 0 when set into ↵Dries Buytaert2011-04-10
| | | | | | | | #markup property.
* | - 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 #1120698 by skwashd, Dave Reid: typo in MAINTAINERS.txt.Dries Buytaert2011-04-10
| |
* | - Patch #1065020 by Berdir: fixed E_STRICT warning when downloading/viewing ↵Dries Buytaert2011-04-10
| | | | | | | | a file or image.
* | - Patch #733306 by atchijov, carlos8f: add static caching for ↵Dries Buytaert2011-04-10
| | | | | | | | drupal_parse_info_file().
* | - 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.