summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* Merge branch '7.18-security' into 7.xDavid Rothstein2013-01-16
|\
| * Drupal 7.19David Rothstein2013-01-16
| |
* | Issue #1317628 by Albert Volkman, Gaelan, disasm, mjonesdinero, xjm: Clean ↵Jennifer Hodgdon2013-01-16
| | | | | | | | up API docs for include files n-z
* | Issue #1888454 by kiamlaluno: Remove irrelevant information from ↵Jennifer Hodgdon2013-01-16
| | | | | | | | form_process_vertical_tabs() documentation
* | Issue #1156576 by pixelite, Ryan Weal, jhodgdon, plach, Albert Volkman: ↵Jennifer Hodgdon2013-01-10
| | | | | | | | Better documentation for language negotiation
* | Issue #1815930 by slashrsm, gbrands, amontero: Fixed Update watchdog message ↵David Rothstein2013-01-07
| | | | | | | | in file_unmanaged_copy() with correct string/variable replacement values.
* | Issue #1143460 by WorldFallz, Dave Reid, colette, typhonius, David_Rothstein ↵David Rothstein2013-01-07
| | | | | | | | | localhost: Fixed hook_file_download_access_alter() missing entity argument (by allowing an additional context argument to be passed to drupal_alter()).
* | Issue #1862198 by plopesc: Make it clearer where to find placeholder docs for tJennifer Hodgdon2013-01-04
| |
* | Issue #1873608 by David_Rothstein: Clarify documentation on when to use t vs ↵Jennifer Hodgdon2013-01-04
| | | | | | | | format_string
* | Issue #1864360 by oadaeh: Fixed Clean up some inconsistencies with ↵David Rothstein2012-12-27
| | | | | | | | @link...@endlink.
* | Issue #1874342 by erikwebb: Fixed Undefined constant STEAM_WRAPPERS_LOCAL ↵webchick2012-12-26
| | | | | | | | used in file_get_stream_wrappers() documentation.
* | Issue #1873608 by David_Rothstein: Improve documentation of format_string() ↵webchick2012-12-26
| | | | | | | | to emphasize that it is used to prepare variables for HTML display.
* | Issue #1629994 by Aron Novak, oadaeh, yurtboy, jhodgdon, kingandy: Fixed ↵webchick2012-12-26
| | | | | | | | Mail functions reference obsolete RFC.
* | Merge branch '7.17-security' into 7.xDavid Rothstein2012-12-19
|\|
| * Drupal 7.18.David Rothstein2012-12-19
| |
* | Issue #1847382 by thehong, pingwin4eg, 63reasons: Fixed Undefined index: ↵David Rothstein2012-12-09
| | | | | | | | access in includes/menu.inc (when custom access_callback() does not exist or does not get included).
* | Issue #1727430 by tedbow, webchick, fubhy | amontero: Added 'exclusive' flag ↵David Rothstein2012-12-08
| | | | | | | | to install profiles to auto-select them during installation.
* | Issue #843114 by sun, quicksketch, Berdir | c960657: Fixed ↵David Rothstein2012-12-08
| | | | | | | | DatabaseConnection::__construct() and DatabaseConnection_mysql()::__construct() leaks $this (Too many connections).
* | Issue #1494676 by Liam Morland, cam8001: Removed unused variable ↵David Rothstein2012-12-08
| | | | | | | | $http_protocol in drupal_settings_initialize().
* | Issue #1851886 by Albert Volkman: Fix up documentation for cache_set() functionJennifer Hodgdon2012-12-07
| |
* | Issue #1853050 by Jerenus: Fix up docs for drupal_send_headers()Jennifer Hodgdon2012-12-06
| |
* | Issue #1853574 by Albert Volkman: Fix spelling error in drupal_mail_system() ↵Jennifer Hodgdon2012-12-04
| | | | | | | | docs
* | Issue #1787876 by Albert Volkman, cirage, BrockBoland: Add return docs for ↵Jennifer Hodgdon2012-12-04
| | | | | | | | drupal_get_token() function
* | Issue #1851538 by willkaxu: Fix docs typo in cache.incJennifer Hodgdon2012-11-28
| |
* | Issue #1837840 by amontero, tstoeckler: Add clarification to l() docs as to ↵Jennifer Hodgdon2012-11-13
| | | | | | | | when to use t() instead
* | Issue #1492378 by kbasarab: follow-up docs correction on autocomplete pathsJennifer Hodgdon2012-11-10
|/
* Back to 7.x-devDavid Rothstein2012-11-07
|
* Drupal 7.17David Rothstein2012-11-07
|
* Issue #1821024 by scuts, mjonesdinero: Fix up docs for drupal_add_jsJennifer Hodgdon2012-11-07
|
* Rolled back issue #1542186 (PHP 5.4 'Illegal string offset' warning when ↵David Rothstein2012-11-05
| | | | installing on SQLite), since the fix was broken.
* Issue #1436814 by gary4gar, kid_icarus, netol, webchick, droplet, andypost: ↵David Rothstein2012-11-04
| | | | Fixed Fast 404 'Not found' pages are missing a doctype.
* Issue #1809836 by danillonunes: Fixed theme_item_list() is broken when ↵David Rothstein2012-11-04
| | | | 'items' variable is an associative array.
* Issue #1785436 by Boobaa: Fixed Submission of #required elements without ↵David Rothstein2012-11-04
| | | | #title and empty value does not display any error.
* Issue #1414510 by andypost, Spleshka, perelman.yuval, tim.plunkett: Fixed ↵David Rothstein2012-11-04
| | | | Remove drupal_reset_static() for drupal_html_id() when form validation fails.
* Merge branch '7.15-security' into 7.xDavid Rothstein2012-10-17
|\
| * Drupal 7.16.David Rothstein2012-10-17
| |
* | Revert "Issue #1742438 by larowlan, Christian Biggins, kim.pepper, dcam, ↵webchick2012-10-16
| | | | | | | | | | | | | | | | Everett Zufelt, mgifford: Fixed Vertical tabs header and container rendered even when no vertical tabs." Concerns raised in http://drupal.org/node/1742438#comment-6609888 that this breaks backwards compatibility. This reverts commit d462cafd50d5f7cbaab61f2cd271e3a5bc1df718.
* | Issue #1742438 by larowlan, Christian Biggins, kim.pepper, dcam, Everett ↵webchick2012-10-11
| | | | | | | | Zufelt, mgifford: Fixed Vertical tabs header and container rendered even when no vertical tabs.
* | Issue #1803194 by alextataurov: Add return docs for module_hook_info() functionJennifer Hodgdon2012-10-11
| |
* | Issue #1317626 by Albert Volkman: More API docs cleanup for includes H-M filesJennifer Hodgdon2012-10-10
| |
* | Issue #1799116 by jwilson3: Standardize on installation profile terminologyJennifer Hodgdon2012-10-10
| |
* | Issue #1802760 by mkadin, peterx: Document that menu_get_item() can return FALSEJennifer Hodgdon2012-10-10
| |
* | Issue #1134088 by Cottser, catch: Properly document update-api functionsJennifer Hodgdon2012-10-09
| |
* | Issue #1382222 by Albert Volkman: API docs cleanup for file transfer functionsJennifer Hodgdon2012-10-09
| |
* | Issue #1492378 by tim.plunkett, scottalan, xjm: Document how to use slashes ↵Jennifer Hodgdon2012-10-08
| | | | | | | | in autocompletes
* | Issue #1317626 by Albert Volkman, xjm: Clean up API docs for include files H-MJennifer Hodgdon2012-10-04
| |
* | Issue #1575790 by greg.1.anderson, sun, tim.plunkett, superhenne: Fixed ↵webchick2012-09-30
| | | | | | | | Update #7002 fails on postgres - ILIKE operator on bytea not supported.
* | Issue #863428 by Albert Volkman: Clean-up of cache constant documentationJennifer Hodgdon2012-09-25
| |
* | Issue #1742958 by DamienMcKenna: Fix capitalization of URL and other acronymsJennifer Hodgdon2012-09-17
| |
* | Issue #1722244 by Albert Volkman, edb: Add return docs for ↵Jennifer Hodgdon2012-09-17
| | | | | | | | drupal_get_destination function