summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* Issue #2324083 by er.pushpinderrana, martin_q: Fix up description of return ↵Jennifer Hodgdon2014-08-20
| | | | value from drupal_array_get_nested_value()
* Merge tag '7.31' into 7.xDavid Rothstein2014-08-06
|\ | | | | | | | | | | | | | | 7.31 release Conflicts: CHANGELOG.txt includes/bootstrap.inc
| * Drupal 7.31David Rothstein2014-08-06
| |
* | Issue #1261846 by catch, dawehner, brianV, Berdir, sun, xjm, ↵Jennifer Hodgdon2014-07-24
| | | | | | | | sandipmkhairnar, marvil07, chrisjlee, Cottser, amitgoyal, Elijah Lynn, er.pushpinderrana: Document 1 MB cache limit in cache functions
* | Back to 7.x-devDavid Rothstein2014-07-24
|/
* Drupal 7.30David Rothstein2014-07-24
|
* Merge tag '7.29' into 7.xDavid Rothstein2014-07-16
|\ | | | | | | | | | | | | 7.29 release Conflicts: includes/bootstrap.inc
| * Drupal 7.29David Rothstein2014-07-16
| |
* | Issue #2098129 by er.pushpinderrana, drupal_sensei, Berdir, joachim: Fix ↵Jennifer Hodgdon2014-07-15
| | | | | | | | docs for DrupalDefaultEntityController entityCache variable
* | Issue #1956782 by joshi.rohit100, bdimaggio, tanmayk, chertzog: Document ↵Jennifer Hodgdon2014-06-25
| | | | | | | | parameter to xmlrpc_server()
* | Issue #2277623 by mparker17: Fix up docs for drupal_parse_url functionJennifer Hodgdon2014-06-13
| |
* | Issue #2273337 by vegantriathlete, ducktape, joachim: Fix up docs for ↵Jennifer Hodgdon2014-06-06
| | | | | | | | db_add_field and related functions
* | Back to 7.x-devDavid Rothstein2014-05-08
|/
* Drupal 7.28David Rothstein2014-05-08
|
* Issue #2259361 by jweowu, David_Rothstein: Document that ↵Jennifer Hodgdon2014-05-07
| | | | db_query_temporary() only works on SELECT queries
* Issue #2143461 by Sneakyvv: drupal_get_query_array() does not work correctly ↵David Rothstein2014-05-06
| | | | if a query parameter contains an equals sign.
* Issue #1525176 by klausi, amateescu, David_Rothstein, dlu, goldenboy, ↵David Rothstein2014-05-06
| | | | lucascaro, naveko, Georgique, webchick: Using array_diff_assoc() for multilevel arrays in DrupalDefaultEntityController->cacheGet().
* Issue #1868972 by jweowu, DanChadwick: Db_query_temporary() fails to create ↵David Rothstein2014-05-05
| | | | a table when the SQL has leading whitespace.
* Issue #2021933 by Crell, David_Rothstein, joachim, lz1irq: Catch exceptions ↵David Rothstein2014-05-05
| | | | from queue workers.
* 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.