summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Issue #1893530 by alippai: Document that bundles element is not required for ↵Jennifer Hodgdon2013-01-21
| | | | one-bundle entities in hook_entity_info
* Issue #1894850 by ben.bunk: Fix typo in code example in ↵Jennifer Hodgdon2013-01-21
| | | | drupal_prerender_links docs
* Issue #1875858 by j.slemmer, cck: Fix documentation for a couple of menu hooksJennifer Hodgdon2013-01-19
|
* 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 #1807556 by Albert Volkman, Lars Toomre: API docs fixup for Aggregator ↵Jennifer Hodgdon2013-01-10
| | | | | | | | module
* | Issue #1807688 by Albert Volkman, Lars Toomre: API docs fixes for Book moduleJennifer Hodgdon2013-01-10
| |
* | Issue #1156576 by pixelite, Ryan Weal, jhodgdon, plach, Albert Volkman: ↵Jennifer Hodgdon2013-01-10
| | | | | | | | Better documentation for language negotiation
* | Issue #1851788 by cck, blake.thompson: Add docs for hook_menu for expanded ↵Jennifer Hodgdon2013-01-08
| | | | | | | | property
* | Issue #1870612 by David_Rothstein, plach, greggles: Add tests for ↵David Rothstein2013-01-07
| | | | | | | | SA-CORE-2012-004 - Drupal core - Arbitrary code execution via file upload.
* | Issue #1565322 by Jorrit: Fixed Notice in locale_languages_edit_form_validate().David Rothstein2013-01-07
| |
* | Issue #1857956 by catch, David_Rothstein: Do not re-prepare comment update ↵David Rothstein2013-01-07
| | | | | | | | timestamp if it's the same as the created timestamp (performance improvement).
* | 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 #1333400 by Albert Volkman, Chi: Add parameter docs for hook_install_tasksJennifer Hodgdon2013-01-04
| |
* | Add link to change notification for comment field language fix to CHANGELOG.txt.David Rothstein2012-12-27
| |
* | Issue #1864216 by larowlan, marvin_B8: Fixed No docblock for several ↵David Rothstein2012-12-27
| | | | | | | | functions in user.module.
* | Issue #1864360 by oadaeh: Fixed Clean up some inconsistencies with ↵David Rothstein2012-12-27
| | | | | | | | @link...@endlink.
* | Issue #1864188 by johnshortess | hefox: Fixed user_filters() invokes ↵David Rothstein2012-12-27
| | | | | | | | hook_permission() with argument 'permission' ($function('permission')).
* | Issue #1741386 by lazysoundsystem, rasmusluckow, andypost, Lars Toomre, ↵David Rothstein2012-12-27
| | | | | | | | dcam: Removing t() from asserts in simpletests in book module.
* | Issue #1534674 by plach, slowflyer: Fixed Comment field language is ↵David Rothstein2012-12-26
| | | | | | | | completely broken.
* | 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 #1854620 by marvin_B8, droplet: Fixed hook_menu_local_tasks_alter() ↵webchick2012-12-26
| | | | | | | | help texts.
* | Issue #1629994 by Aron Novak, oadaeh, yurtboy, jhodgdon, kingandy: Fixed ↵webchick2012-12-26
| | | | | | | | Mail functions reference obsolete RFC.
* | Issue #1606946 follow-up by David_Rothstein: Remove note about const from D7 ↵webchick2012-12-26
| | | | | | | | docs since we don't require PHP 5.3.
* | Issue #1868206 by kiamlaluno: Fixed Word is repeated.webchick2012-12-26
| |
* | 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 #1706878 by tim.plunkett, lazysoundsystem: Added ↵David Rothstein2012-12-09
| | | | | | | | DrupalWebTestCase::assertThemeOutput() to allow modules to test theme function output.
* | Issue #1446650 by superspring | drupalsven: Added After installing module ↵David Rothstein2012-12-08
| | | | | | | | display link to 'install another module'.
* | 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 #1117780 by amontero, naxoc | ogi: Display cron url in ↵David Rothstein2012-12-08
| | | | | | | | admin/config/system/cron page.
* | Issue #1494676 by Liam Morland, cam8001: Removed unused variable ↵David Rothstein2012-12-08
| | | | | | | | $http_protocol in drupal_settings_initialize().
* | Issue #1672694 by Devin Carlson, JulienD, jibran, kalabro: Fixed Field UI ↵David Rothstein2012-12-08
| | | | | | | | continues to use t() for $instance['label'] in field_ui().admin.inc.
* | Issue #1550892 by david.mckay | fgm: Fixed reset() on function call in ↵David Rothstein2012-12-08
| | | | | | | | image_update_7002() to avoid an E_STRICT notice.
* | Issue #1833028 by michaelmol | rmfleet: Fixed bug which prevented image ↵David Rothstein2012-12-08
| | | | | | | | styles from being reverted on PHP 5.4.
* | Issue #1817680 by haydeniv | netol: Fixed Update notification is printed ↵David Rothstein2012-12-08
| | | | | | | | more than one time.
* | Issue #1733476 by greggles, BMDan: Fixed Make default htaccess rules ↵David Rothstein2012-12-08
| | | | | | | | protocol sensitive to avoid man-in-the-middle-attacks if users don't fully customize the rule.
* | Issue #1851886 by Albert Volkman: Fix up documentation for cache_set() functionJennifer Hodgdon2012-12-07
| |
* | Issue #1247812 by Albert Volkman, jzacsh: Add docs for user_admin() functionJennifer Hodgdon2012-12-06
| |
* | Issue #1853050 by Jerenus: Fix up docs for drupal_send_headers()Jennifer Hodgdon2012-12-06
| |
* | Issue #1857984 by Ivan Zugec: Fix sample code for hook_field_widget_form so ↵Jennifer Hodgdon2012-12-06
| | | | | | | | it would actually work
* | Issue #1858508 by TravisCarden: Add see also to hook_theme docsJennifer Hodgdon2012-12-06
| |