summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
...
| * 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.
* 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()'].