summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #1174602 by jn2: Node_block_view() should use render arrays.Dries Buytaert2011-08-08
|
* - Patch #1056416 by bfroehle, Devin Carlson: Strings in hook_requirements() ↵Dries Buytaert2011-08-08
| | | | api example not using .
* - Patch #1234316 by agi.novanta: fixed Notice: Undefined property: ↵Dries Buytaert2011-08-07
| | | | stdClass:: in forum_node_update() (line 373 of /.../modules/forum/forum.module).
* - Patch #1238124 by Bojhan: the blue 'save' button is gone, bring it back.Dries Buytaert2011-08-07
|
* - Patch #1239376 by Dave Reid: .ogg file extension incorrectly mapped to ↵Dries Buytaert2011-08-07
| | | | 'application/ogg' in file_default_mimetype_mapping().
* - Patch #711842 by Devin Carlson: documentation missing for () in ↵Dries Buytaert2011-08-07
| | | | taxonomy-term.tpl.php.
* - Patch #1236594 by linclark: node_page_edit() doc has wrong information.Dries Buytaert2011-08-07
|
* Revert "- Patch #1240320 by Chi: use __DIR__ instead of dirname(__FILE__)."Dries Buytaert2011-08-07
| | | | This reverts commit 132aed379c72f0702dd2e9c27cf9421f1435aba2.
* - Patch #1240320 by Chi: use __DIR__ instead of dirname(__FILE__).Dries Buytaert2011-08-07
|
* Issue #717834 by David_Rothstein, clemens.tolboom, catch: Fixed The ↵webchick2011-08-06
| | | | dependencies declared in core's hook_update_dependencies() implementations aren't actually correct.
* - Patch #1184082 by googletorp: like queries failing on postgres with ↵Dries Buytaert2011-08-06
| | | | standard_conforming_strings() turned on.
* Issue #1240824 by chx: Add chx as database update system maintainer.webchick2011-08-05
|
* Issue #981524 by das-peter, Pisco, sun: Fixed system_date_format_save() ↵webchick2011-08-01
| | | | doesn't save localized date formats.
* Issue #1185780 by Damien Tournoud: Fixed Make transactions more flexible and ↵webchick2011-08-01
| | | | useful.
* - Patch #1235266 by rbayliss: color_scheme_form_submit() has typo in code ↵Dries Buytaert2011-08-01
| | | | comment.
* - Patch #1221214 by chx: file_download() returns 404 instead of 403.Dries Buytaert2011-08-01
|
* - Patch #1216886 by pounard: _lock_id() shouldn't use drupal_static(), any ↵Dries Buytaert2011-07-31
| | | | cache clear would potentially make locks stall.
* - Patch #1224802 by kiamlaluno: DrupalLocalStreamWrapper::stream_open() uses ↵Dries Buytaert2011-07-31
| | | | a local variable instead of the argument passed by reference.
* - Patch #1198088 by Jacine: obsolete .clearfix in default ↵Dries Buytaert2011-07-31
| | | | taxonomy-term.tpl.php template.
* - Patch #774040 by B-Prod, mattyoung: theme_item_list() function duplicates ↵Dries Buytaert2011-07-31
| | | | last value when dealing with children.
* Issue #1174444 by Boobaa, xjm, Dave Reid: Make the _element_validate_()* ↵webchick2011-07-31
| | | | functions in field.module available for all contrib modules to use.
* Oopsie. Wrong patch.webchick2011-07-31
|
* Issue #1174444 by Boobaa, xjm, Dave Reid: Make the _element_validate_()* ↵webchick2011-07-31
| | | | functions in field.module available for all contrib modules to use.
* - Patch #1174686 by ksenzee: overlay parent improperly opens child overlay ↵Dries Buytaert2011-07-29
| | | | on specific external links.
* - Patch #1226558 by Mark Theunissen: minor typo in docs for function ↵Dries Buytaert2011-07-29
| | | | menu_link_get_preferred().
* - Patch #1228888 by Johnny vd Laar: shortcut_set_unassign_user() deletes in ↵Dries Buytaert2011-07-29
| | | | the wrong table.
* Issue #303189 by Darren Oh, fietserwin, q0rban, bdragon, osopolar, dboulet, ↵webchick2011-07-28
| | | | Peter Törnstrand: Fixed Tabledrag doesn't hide columns when the whole table is initially hidden.
* Issue #123983 by TR, klavs: Fixed PHP memory not allowing color scheme change.webchick2011-07-28
|
* Issue #1067998 by eporama, amanaplan, ceefour: Fixed Warning: Invalid ↵webchick2011-07-28
| | | | argument supplied for foreach() in filter_list_format() (line 675 of /.../modules/filter/filter.module).
* Issue #1067750 by yched, fago: Let Field API fail in a tale-telling way on ↵webchick2011-07-28
| | | | invalid .
* Issue #1177284 by ohnobinki: Fixed Add support to sqlite for char:normal type.webchick2011-07-28
|
* Issue #1062040 by droplet: Fixed role page weight title.webchick2011-07-28
|
* Issue #1227426 by Mark Theunissen: Fixed variable was removed, but is still ↵webchick2011-07-28
| | | | being assigned in template_preprocess_maintenance_page().
* Issue #1096208 by mr.baileys: Fixed PHP notices when creating menu link '#'.webchick2011-07-28
|
* Issue #1194480 by James_Stallings, jhodgdon: Fixed field_default_view() doc ↵webchick2011-07-28
| | | | has problems.
* Issue #1209350 by mdupont: Fixed Node access rights doc should mention how ↵webchick2011-07-28
| | | | to use query tags.
* Issue #1222802 by franz, droplet, jhodgdon, Krasnyj: Fixed ↵webchick2011-07-28
| | | | theme_pager_link() doc missing 'text' variable.
* Issue #1196102 by James_Stallings, jhodgdon: Fixed ↵webchick2011-07-28
| | | | taxonomy_check_vocabulary_hierarchy() doc lacks return value.
* Issue #1222794 by gapple, jhodgdon: Fixed drupal_add_css() support for ↵webchick2011-07-28
| | | | stream wrappers not documented.
* Issue #1100260 by barbi, massimoi: Fixed Batch operations example needs ↵webchick2011-07-28
| | | | redirect.
* Issue #1196116 by James_Stallings, foobar3000: Fixed ↵webchick2011-07-28
| | | | taxonomy_vocabulary_save() doc needs more detail.
* Issue #1228920 by pp: Fixed hook_field_extra_fields_alter() functions ↵webchick2011-07-28
| | | | example code is wrong.
* Issue #1196108 by James_Stallings, foobar3000: Fixed taxonomy_get_children() ↵webchick2011-07-28
| | | | return value doc is not complete.
* Issue #936686 by David_Rothstein, Einewton: Fixed 'Installation failed' ↵webchick2011-07-28
| | | | errors when installing modules from Update Manager w/ Overlay.
* Issue #276153 by pwolanin, das-peter: Fixed Testing does not work at all ↵webchick2011-07-28
| | | | when locale of host session is not English.
* Issue #1167458 by yoroy, David_Rothstein, dcmistry: New users do not know to ↵webchick2011-07-28
| | | | click on 'Modules' to extend their site.
* Back to 7.x-devwebchick2011-07-27
|
* Drupal 7.7webchick2011-07-27
|
* Back to 7.x-devwebchick2011-07-27
|
* Merge branch '7.4-security' into 7.xwebchick2011-07-27
|\