summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
...
* Issue #1980072 by David_Rothstein: Fix inaccurate text in documentation for ↵Jennifer Hodgdon2013-05-15
| | | | drupal_uninstall_modules
* Issue #1204784 by bdgreen, Kevin Morse, valthebald, kiamlaluno, droplet: Fix ↵Jennifer Hodgdon2013-05-13
| | | | code comment in drupal_retrieve_form
* Issue #1980072 by TravisCarden: Improve documentation of ↵Jennifer Hodgdon2013-05-08
| | | | drupal_uninstall_modules
* Issue #1936166 by markpavlitski: Add information on passing args by ↵Jennifer Hodgdon2013-04-24
| | | | reference to module_invoke functions doc
* Issue #1964824 by chrisjlee: Fix typo in code commentJennifer Hodgdon2013-04-10
|
* Issue #1250500 by dcam, joachim, jhodgdon: Add topic for callback functionsJennifer Hodgdon2013-04-10
|
* Issue #1958578 by chertzog: Fix see reference to nonexistent functionJennifer Hodgdon2013-04-10
|
* Issue #1943664 by joachim: Use new standards to document entity info ↵Jennifer Hodgdon2013-04-04
| | | | callback functions
* Back to 7.x-devDavid Rothstein2013-04-03
|
* Drupal 7.22David Rothstein2013-04-03
|
* Issue #1664784 by effulgentsia, mikeytown2: Allow drupal_http_request() to ↵David Rothstein2013-04-01
| | | | be overridden.
* Issue #1952354 by robertcharlesfox | laurence_m: Fixed Typo in ↵David Rothstein2013-04-01
| | | | drupal_add_html_head() API doc.
* Issue #1049050 by mfb, TwoD, David_Rothstein, jpsoto: Removed dead code in ↵David Rothstein2013-04-01
| | | | file_stream_wrapper_uri_normalize().
* Issue #799356 by vijaycs85, m1n0, jaffaralia, effulgentsia: Fixed ↵David Rothstein2013-04-01
| | | | _form_set_class() is too aggressive in assigning the 'error' class.
* Issue #1575060 by Spleshka, andypost, serm, mcjim, nod_: Fixed ↵David Rothstein2013-04-01
| | | | ajax_html_ids() are broken for forms with file element (encoding=multipart/form-data).
* Issue #1229014 by bfroehle, jackbravo, illmasterc: Fixed Content-Disposition ↵David Rothstein2013-04-01
| | | | header makes private files show open/save prompts, but public files show inline.
* Issue #1915088 by openminds, bfroehle: Fixed ↵David Rothstein2013-03-30
| | | | SkipDotsRecursiveDirectoryIterator not skipping dot-files when they are the first entry.
* Issue #1723828 by hass: Fixed incorrect log message when theme() is called ↵David Rothstein2013-03-30
| | | | for a theme hook that does not exist.
* Issue #1035292 by Désiré, vijaycs85, wizonesolutions, oriol_e9g, ACF, ↵David Rothstein2013-03-30
| | | | achton, darkadept: Fixed Dynamic tokens can't have spaces.
* Issue #1605040 by TravisCarden, mitron | EdgarPE: Fixed ↵David Rothstein2013-03-30
| | | | drupal_send_headers() ignores headers with valid but falsy values.
* Issue #1884840 by Pix, pwolanin: Remove reference to md5 in ajax code commentsJennifer Hodgdon2013-03-12
|
* Issue #1886812 by kiamlaluno: theme_form_element() initialize a variable ↵David Rothstein2013-03-10
| | | | that is never used.
* Issue #1886796 by kiamlaluno: Fixed theme_checkbox() initialize a variable ↵David Rothstein2013-03-10
| | | | that is never used.
* Merge branch '7.20-hotfix' into 7.xDavid Rothstein2013-03-06
|\ | | | | | | | | | | Conflicts: CHANGELOG.txt includes/bootstrap.inc
| * Prepare Drupal 7.21 release.David Rothstein2013-03-06
| |
* | Issue #1932354 by Alexander Pyle: Fix up documentation for image_scale()Jennifer Hodgdon2013-03-04
| |
* | Issue #1266572 by znerol, joshf: Fixed Workaround in UpdateQuery_sqlite() ↵David Rothstein2013-02-27
| | | | | | | | for affected rows count causes certain updates to be suppressed.
* | Issue #1792380 by theo_: Fixed DatabaseCondition not cloning SelectQuery ↵David Rothstein2013-02-27
| | | | | | | | value object.
* | Merge tag '7.20' into 7.xDavid Rothstein2013-02-20
|\|
| * Drupal 7.20David Rothstein2013-02-20
| |
* | Issue #1908192 by mitron: Document what happens in drupal_get_filename() if ↵Jennifer Hodgdon2013-02-11
| | | | | | | | the file is not found
* | Issue #1908194 by richard.c.allen2386: Document what happens in ↵Jennifer Hodgdon2013-02-11
| | | | | | | | drupal_get_path if the file is not found
* | Issue #1894850 by ben.bunk: Fix typo in code example in ↵Jennifer Hodgdon2013-01-21
| | | | | | | | drupal_prerender_links docs
* | 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.