summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* Issue #1216758 by tim.plunkett: Add module and hook as formal parameters in ↵webchick2011-09-05
| | | | module_invoke().
* Drupal 7.8webchick2011-08-31
|
* Issue #978944 by Aron Novak, chx, ksenzee: Fixed Handle exceptions thrown in ↵webchick2011-08-30
| | | | cron.
* Issue #1002048 by Akaoni, Boobaa, joosts, sfyn, bfroehle: Fixed Work around ↵webchick2011-08-30
| | | | move_uploaded_file() issues with safe_mode() and open_basedir().
* Issue #402896 by berdir, catch, andypost, dmitrig01, chx, pounard, sun, ↵webchick2011-08-29
| | | | sdboyer: introduce DrupalCacheArray and use it for drupal_get_schema().
* - 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
|
* 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 #1112854 by dereine, chx, Damien Tournoud: Fixed Subqueries use wrong ↵webchick2011-08-22
| | | | arguments.
* 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 #1232722 by peterpoe: drupal_process_states() - doc listing states ↵Dries Buytaert2011-08-10
| | | | is not quite right.
* - Patch #1239376 by Dave Reid: .ogg file extension incorrectly mapped to ↵Dries Buytaert2011-08-07
| | | | 'application/ogg' in file_default_mimetype_mapping().
* 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
|
* - Patch #1184082 by googletorp: like queries failing on postgres with ↵Dries Buytaert2011-08-06
| | | | standard_conforming_strings() turned on.
* Issue #1185780 by Damien Tournoud: Fixed Make transactions more flexible and ↵webchick2011-08-01
| | | | useful.
* - 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 #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 #1226558 by Mark Theunissen: minor typo in docs for function ↵Dries Buytaert2011-07-29
| | | | menu_link_get_preferred().
* 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 #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 #1222802 by franz, droplet, jhodgdon, Krasnyj: Fixed ↵webchick2011-07-28
| | | | theme_pager_link() doc missing 'text' variable.
* 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.
* 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
|\
| * Changelog updates, increasing version number.webchick2011-07-27
| |
* | Issue #634616 follow-up by sun: Documentation and bug fix for 'prevent' AJAX ↵webchick2011-07-21
| | | | | | | | property.
* | Issue #1206200 by plach, chx: Add support for field meta conditions in ↵webchick2011-07-20
| | | | | | | | EntityFieldQuery to allow for field language updates.
* | Issue #898634 by catch, alex_b, chx: Fixed install_drupal(): call to ↵webchick2011-07-18
| | | | | | | | menu-touching functions results in SQL syntax error.
* | Issue #1019470 by benjamin.wss, bfroehle: Ensure that file_directory_temp() ↵webchick2011-07-14
| | | | | | | | works on Windows.
* | Issue #1010480 by catch: Optimize _menu_navigation_links_rebuild().webchick2011-07-13
| |
* | - #1180100 by barbi: Fixed drupal_attributes() doc should mention the space ↵webchick2011-07-10
| | | | | | | | at beginning of return value.
* | Issue #1040262 by tsi: Fixed locale-rtl.css.webchick2011-07-07
| |
* | Issue #1209470 by Damien Tournoud: Fixed REQUEST_TIME is a float with ↵webchick2011-07-06
| | | | | | | | microseconds on PHP 5.4.
* | Issue #1136130 follow-up by pillarsdotnet: Document why WATCHDOG_* constants ↵webchick2011-07-04
| | | | | | | | are necessary.
* | Issue #1007830 follow-up by bfroehle: Better fix for nested transactions ↵webchick2011-07-04
| | | | | | | | throw exceptions on ddl changes in MySQL.
* | Issue #1162022 by sun: Ensure #validate and #submit keys always exist in ↵webchick2011-07-04
| | | | | | | | drupal_prepare_form().
* | Issue #1179582 by dalin: Changed l() documentation should mention that ↵webchick2011-07-03
| | | | | | | | sanitization is not performed when HTML => TRUE.