summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* Issue #692366 by mariacha1, hosef, Albert Volkman, xjm, underq, kid_icarus, ↵Jennifer Hodgdon2013-09-12
| | | | willmoy, bradweikel: Replace US-centric php.net URLs with language-neutral URLs
* Issue #1977054 by ebargtuo, dooug: Make docs for language API callbacks ↵Jennifer Hodgdon2013-08-16
| | | | match the code
* Back to 7.x-devDavid Rothstein2013-08-07
|
* Drupal 7.23David Rothstein2013-08-07
|
* Issue #1871028 by freblasty, das-peter: Fix up documentation of cache clear ↵Jennifer Hodgdon2013-08-07
| | | | function and method
* Issue #1201024 by pillarsdotnet, jbrown, tim.plunkett | Damien Tournoud: ↵David Rothstein2013-08-06
| | | | drupal_realpath() should describe when it should be used.
* Issue #1453984 by xjm, naxoc, Dave Reid, underq, dags, tim.plunkett, Heine: ↵David Rothstein2013-08-05
| | | | Fixed Color module doesn't test for unlimited memory.
* Issue #1860876 by pounard: Fixed module_implements_write_cache() should not ↵David Rothstein2013-08-05
| | | | drop caches when requesting with POST method.
* Issue #1839998 by wiifm, mcm.guaba, Josh Waihi, dcam: Fixed TruncateQuery ↵David Rothstein2013-08-05
| | | | implemented as 'DELETE FROM' in MySQL and SQLite, but not PostgreSQL, causing nefarious table locking.
* Issue #1975442 by thedavidmeister, dcam: Fixed drupal_render() should always ↵David Rothstein2013-08-05
| | | | return a string.
* Issue #238250 by markpavlitski | Xano: Fixed cache_clear_all()('*', 'block', ↵David Rothstein2013-08-05
| | | | TRUE); will TRUNCATE the {block} table without additional checks.
* Issue #1813966 by Sylvain Lecoy: Remove __construct() from interfaces ↵David Rothstein2013-08-05
| | | | definition.
* Issue #1959110 by a.ross, fietserwin, markabur: Fixed theme_table() outputs ↵David Rothstein2013-08-04
| | | | the 'no_striping' option as an HTML attribute.
* Issue #1575060 followup by SebCorbin, andypost: Second attempt to fix broken ↵David Rothstein2013-08-04
| | | | ajax_html_ids for forms with file element (encoding=multipart/form-data).
* 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
| |