summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* Issue #2031319 by jlindsey15, pplantinga, thedavidmeister, Kingdutch, ↵Jennifer Hodgdon2013-07-30
| | | | Kiphaas7: Document that theme() should really be called via drupal_render().
* Issue #2038059 by Elijah Lynn, longwave, aaronott: Fix grammar in ↵Jennifer Hodgdon2013-07-18
| | | | bootstrap.inc docs
* Issue #2038629 by sambonner: Fix first line docs for drupal_goto().Jennifer Hodgdon2013-07-17
|
* Issue #2027351 by micnap, longwave, helenkim: Fix up grammar and awkward ↵Jennifer Hodgdon2013-07-03
| | | | parens in API docs in menu.inc
* Issue #1850798 by damiankloip, ACF, geerlingguy, pfrenssen, David_Rothstein ↵David Rothstein2013-06-23
| | | | | mvc: Add a recursive version of array_diff_assoc().
* Issue #606598 by andypost, BarisW, stBorchert, David_Rothstein, sun, ↵David Rothstein2013-06-23
| | | | aspilicious, joachim, danielbeeke2, Sutharsan: Added human readable labels to image styles.
* Issue #839634 by aaronott, jhodgdon, drunken monkey, rocket_nova, Berdir: ↵Jennifer Hodgdon2013-06-06
| | | | Make documentation for table sorting match what the code does
* Issue #1811520 by JacobSanford, lirantal: Add section tags to theme, ↵Jennifer Hodgdon2013-06-06
| | | | hook_menu, and t documentation.
* Issue #2000140 by sarahdavies: Remove stray text in callbacks topic docblockJennifer Hodgdon2013-06-06
|
* Issue #1739986 by RobLoach, pwolanin, sun, Berdir, moshe weitzman, andypost, ↵David Rothstein2013-06-03
| | | | dcam: Fixed fallback in drupal_get_hash_salt(), move it to bootstrap.inc, use instead of $GLOBALS['drupal_hash_salt()'].
* 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()).