summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Issue #1204230 by xjm, sun, yched: Missing hook_field_widget_form_alter().webchick2011-08-29
|
* - Patch #1261926 by droplet: remove duplicated CSS.Dries Buytaert2011-08-28
|
* - Patch #1124786 by zambrey: fixed noticeDries Buytaert2011-08-27
|
* - Patch #1260790 by swentel, Damien Tournoud, klausi: a swentel as shortcut ↵Dries Buytaert2011-08-27
| | | | maintainer.
* - Patch #988878 by Shyamala, Dave Reid: system_tokens() references a not ↵Dries Buytaert2011-08-26
| | | | initialized variable.
* - Patch #1193044 by Dave Reid: the [file:size] token may not always return ↵Dries Buytaert2011-08-26
| | | | in KB, despite description.
* - Patch #1244980 by sven.lauer: hook_menu()'s documentation doesn't include ↵Dries Buytaert2011-08-26
| | | | ITEM_to_arg().
* - Patch #1253298 by bfroehle: PHP Notice with statistics_exit().Dries Buytaert2011-08-26
|
* - Patch #1252696 by larowlan: docblock error with ↵Dries Buytaert2011-08-26
| | | | EntityFieldQuery->fieldCondition.
* - Patch #1259096 by Akaoni: cache Bin cache_path() is never cleaned up.Dries Buytaert2011-08-26
|
* - Patch #1078176 by franz, agentrickard: block module renders blocks that ↵Dries Buytaert2011-08-26
| | | | are set to display on no pages.
* - Path Patch #1213242 by andypost: optimize count(has) quiery.Dries Buytaert2011-08-26
|
* Issue #766170 follow-up by tim.plunkett: Committing CSS file for Overlay RTL ↵webchick2011-08-24
| | | | styling.
* Issue #1202416 by xjm, joelstein: Tests for search working with node access ↵webchick2011-08-23
| | | | turned on.
* Issue #1164852 follow-up by plach, chx, Boobaa, sun: Fixed critical ↵webchick2011-08-23
| | | | regression: Node bodies display as empty after upgrade to 7.7 from 6.x if the nodes have a language.
* Issue #766170 by aspilicious, casey, tsi, xjm: Fixed Overlay lacks rtl styling.webchick2011-08-22
|
* Issue #1244784 by marcingy: Fixed Add another answer in edit poll, not saved.webchick2011-08-22
|
* Oops. Forgot the new files.webchick2011-08-22
|
* Issue #766458 by aspilicious, xjm, Jeff Burnz, tsi: Fixed Seven theme lacks ↵webchick2011-08-22
| | | | rtl styling.
* Issue #1112854 by dereine, chx, Damien Tournoud: Fixed Subqueries use wrong ↵webchick2011-08-22
| | | | arguments.
* Rollback of #1174602. This is a clean-up patch rather than a bug fix, and ↵webchick2011-08-16
| | | | could have implications in contrib.
* Issue #1249132 by aspilicious: Add INSTALL.sqlite.txt in robots.txt.webchick2011-08-16
|
* Issue #1238124 by David_Rothstein: Roll-back blue 'save' button in 7.x.webchick2011-08-16
|
* Issue #1234834 by catch: Fixed user_update_7006() causes fatal errors when ↵webchick2011-08-16
| | | | trying to fill 'module' column of permissions table on disabled modules.
* Issue #939562 by Stevel, bfroehle: Fixed Update fails on contact #7002.webchick2011-08-16
|
* Issue #1231856 by lyricnz: Fixed menu_update_7001() breaks when updating ↵webchick2011-08-16
| | | | from 7.4 or upgrading from D6.
* - Patch #732992 by adrinux, sreynen, David_Rothstein, jensimmons, Damien ↵Dries Buytaert2011-08-12
| | | | Tournoud, marcingy, Dave Reid | Sp.Shut: Added Allow filter_xss_admin() to accept HTML5 tags.
* - Patch #1246376 by sun: HTTP_REQUEST_TIMEOUT constant value is not negative.Dries Buytaert2011-08-12
|
* - Patch #1078398 by xjm, BayerMeister: Fixed taxonomy_implode_tags() ↵Dries Buytaert2011-08-12
| | | | modifies term objects (instead of cloning) and adds extra ' when called multiple times.
* - Patch #198855 by dereine, ainigma32, sun: check_markup() hardcodes cache ↵Dries Buytaert2011-08-12
| | | | expiration.
* - Patch #1196318 by James_Stallings: node_last_changed() is lacking doc.Dries Buytaert2011-08-10
|
* - Patch #1232722 by peterpoe: drupal_process_states() - doc listing states ↵Dries Buytaert2011-08-10
| | | | is not quite right.
* - 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.