summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* Issue #2159549 by Dave Reid: File_save() and file_delete() do not clear ↵David Rothstein2014-05-05
| | | | entity controller cache.
* Issue #2065917 by SpadXIII, andrewbelcher, kboopathi: ↵David Rothstein2014-05-05
| | | | SelectQueryExtender::hasAnyTag uses hasAnyTags which doesn't exist.
* Issue #2106129 by brad.bulger, mmilano: Fix PHP notice in ↵David Rothstein2014-05-05
| | | | drupal_valid_path(): Undefined variable: form_item.
* Issue #2245057 by cs_shadow, joachim: Fix docs for entity_get_controllerJennifer Hodgdon2014-04-23
|
* Issue #1068840 by sun, TR, Liam Morland, Pancho, Alan D., tim.plunkett, ↵David Rothstein2014-04-22
| | | | Damien Tournoud, droplet: Country codes missing from includes/iso.inc.
* Merge tag '7.27' into 7.xDavid Rothstein2014-04-16
|\ | | | | | | | | | | | | | | 7.27 release Conflicts: CHANGELOG.txt includes/bootstrap.inc
| * Drupal 7.27David Rothstein2014-04-16
| |
* | Issue #2051519 by GoddamnNoise: Fix errors in registry.inc docsJennifer Hodgdon2014-04-02
| |
* | Issue #2216945 by asrob: Remove duplicate ingroup in filter_xssJennifer Hodgdon2014-03-20
| |
* | Issue #2204873 by sandipmkhairnar: Fix documentation of menu_tree_output.Jennifer Hodgdon2014-03-11
| |
* | Issue #2194027 by KelvinWong, sphism: Fix up database topic docs example queriesJennifer Hodgdon2014-03-04
| |
* | Issue #2188289 by Jaypan, sun, Berdir: Fix docs for drupal_get_token()Jennifer Hodgdon2014-02-27
| |
* | Issue #1948566 by joachim: Document batch API callbacks using new standardJennifer Hodgdon2014-02-12
| |
* | Issue #1984378 by Jaypan, JacobSanford, aroq | Dave Hirschman: $source ↵David Rothstein2014-01-31
| | | | | | | | argument is name of form field used to upload file, not "filepath or URI of the uploaded file."
* | Issue #1999074 by adaminnes, sarahdavies: Fix formatting at end of Form ↵Jennifer Hodgdon2014-01-30
| | | | | | | | Builder topic docs
* | Issue #2031755 by mpv: Fix documentation of theme_checkbox()Jennifer Hodgdon2014-01-30
| |
* | Issue #2164597 by longwave, StephaneQ, emok: Fix up docs for ↵Jennifer Hodgdon2014-01-23
| | | | | | | | drupal_render_children()
* | Merge tag '7.26' into 7.xDavid Rothstein2014-01-15
|\| | | | | | | | | | | | | | | 7.26 release Conflicts: CHANGELOG.txt includes/bootstrap.inc
| * Drupal 7.26David Rothstein2014-01-15
| |
* | Issue #2164179 by StephaneQ: Fix links to extenders in Database API topic pageJennifer Hodgdon2014-01-10
| |
* | Back to 7.x-devDavid Rothstein2014-01-02
|/
* Drupal 7.25David Rothstein2014-01-02
|
* Issue #1182374 by lyricnz, sivaji, brianV: Code style fixes for ↵David Rothstein2013-12-30
| | | | includes/filetransfer.
* Issue #1760330 by s.Daniel, David_Rothstein, jfhovinne: Hide vulnerable ↵David Rothstein2013-12-30
| | | | drupal install.php sites from search engines.
* Issue #805236 by merrillholt, ekl1773, marcingy, sun, catch: Cache the query ↵David Rothstein2013-12-30
| | | | in menu_local_tasks().
* Issue #937284 by chx, chrisdolby, deviantintegral, Berdir, tim.plunkett | ↵David Rothstein2013-12-30
| | | | hefox: DEADLOCK errors on MergeQuery INSERT due to InnoDB gap locking when condition in SELECT ... FOR UPDATE results in 0 rows.
* Issue #1201088 by crazyrohila, pjcdawkins, eiriksm, Zgear, barbi | alxsvdr: ↵David Rothstein2013-12-30
| | | | Drupal_environment_initialize() passes wrong ini_set parameter.
* Issue #1480734 by kotnik: Useless require_once file in st().David Rothstein2013-12-30
|
* Issue #2136369 by marvil07: Provide a way to avoid processing a queue during ↵David Rothstein2013-12-30
| | | | cron execution.
* Issue #1476810 by Spleshka, David_Rothstein, franz | Heine: ↵David Rothstein2013-12-30
| | | | Drupal_serve_page_from_cache can serve uncompressed data with Content-Encoding gzip header with page_cache_without_database = 1.
* Issue #1198904 by das-peter, jox: Drupal_load_stylesheet() fails to load ↵David Rothstein2013-12-27
| | | | @import files in different directories.
* Issue #2078917 by sun: E-mails contain double spaces in soft-wrapped sentences.David Rothstein2013-12-27
|
* Issue #1982020 by Fabianx, FreekyMage, Cottser: Add static caching to ↵David Rothstein2013-12-25
| | | | drupal_html_class().
* Issue #2040209 by WebEvt: CSS is truncated when aggregation is turned on.David Rothstein2013-12-25
|
* Issue #310315 by superspring, justafish, naxoc, Waltemath | fonant: ↵David Rothstein2013-12-25
| | | | drupal_wrap_mail() strips trailing blanks from standard hyphen-hyphen-space-newline e-mail signature separator.
* Issue #1414368 by coolestdude1, Dave Reid: Drupal_http_request does not ↵David Rothstein2013-12-25
| | | | handle basic auth correctly when dealing with blank passwords.
* Issue #1399798 by nevergone, amateescu, chriscohen: Add a variable to allow ↵David Rothstein2013-12-25
| | | | the anonymous user object to not be a stdClass and to work around the fact that anonymous user properties are hardcoded.
* Issue #2056363 by yched, Sweetchuck, chx: INSERT INTO table SELECT * FROM ↵David Rothstein2013-12-25
| | | | ... not supported.
* Issue #2145077 by TR: Fix spelling errors in D7 tests and commentsJennifer Hodgdon2013-12-03
|
* Merge tag '7.24' into 7.xDavid Rothstein2013-11-20
|\ | | | | | | | | | | | | | | 7.24 release Conflicts: CHANGELOG.txt includes/bootstrap.inc
| * Drupal 7.24David Rothstein2013-11-20
| |
* | Issue #2129867 by ar-jan: Fix HTML formatting in drupal_add_js docs.Jennifer Hodgdon2013-11-20
| |
* | Issue #2084535 by sivaji, mErilainen, tankerjoe, DanielFbrg: Fix docs for ↵Jennifer Hodgdon2013-11-20
| | | | | | | | file_copy
* | Issue #2105237 by StephaneQ: Remove innacurate line in stream wrapper class docsJennifer Hodgdon2013-10-15
| |
* | 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.