summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* Drupal 7.43 (SA-CORE-2016-001) by agerard, Alan Evans, benjy, berdir, catch, ↵David Rothstein2016-02-24
| | | | Damien Tournoud, DamienMcKenna, Dave Cohen, Dave Reid, David_Rothstein, dsnopek, effulgentsia, FengWen, fgm, fnqgpc, greggles, Gábor Hojtsy, Juho Nurminen 2NS, klausi, larowlan, nagba, Pere Orga, plach, pwolanin, quicksketch, rickmanelius, scor, stefan.r, StryKaizer, YesCT
* Revert "Drupal 7.43"David Rothstein2016-02-24
| | | | This reverts commit 2f54b101bf722849e456d859876b27b90ad7e479.
* Drupal 7.43David Rothstein2016-02-24
|
* Back to 7.x-devDavid Rothstein2016-02-03
|
* Drupal 7.42David Rothstein2016-02-03
|
* Issue #2645544 by Liam Morland: Improve documentation for module_disable() ↵David Rothstein2016-02-02
| | | | and related functions
* Issue #2622012 by walangitan, snehi, Shreya Shetty, rashid_786, joachim, ↵David Rothstein2016-02-01
| | | | jhodgdon: Fix documentation errors in language_default()
* Issue #1191290 by klausi, David_Rothstein, Fabianx: system_cron() should not ↵David Rothstein2016-02-01
| | | | invoke hook_flush_caches() on every cron run
* Issue #1946090 by pjonckiere, alex-mo, rpayanm: _drupal_wrap_mail_line() ↵David Rothstein2016-02-01
| | | | does not force-wrap too long words after 996 characters
* Issue #1443308 by cilefen, joseph.olstad, mikeytown2, joelpittet, btopro, ↵David Rothstein2016-02-01
| | | | alexpott, jonhattan, marcingy, stewsnooze, Fabianx, pounard, tstoeckler, penyaskito: Add static cache to module_load_include()
* Issue #2545480 by gryp, morgantocker, Crell, kevinquillen: Don't use the ↵David Rothstein2016-02-01
| | | | ANSI SQL mode since it has different meanings for different MySQL versions (and breaks MySQL 5.7 support in Drupal 7)
* Issue #2599326 by Blanca.Esqueda, David_Rothstein: Fix autocomplete ↵David Rothstein2016-02-01
| | | | functionality on servers that are not configured to automatically recognize index.php
* Issue #2547691 by snehi, er.pushpinderrana, visabhishek, ipun.amin, edxxu, ↵David Rothstein2016-01-30
| | | | jhodgdon, cilefen, ttkaminski: Fix documentation typo regarding #theme_wrappers
* Issue #2598062 by eiriksm: theme_links contains > 80 character inline ↵David Rothstein2016-01-30
| | | | comment lines
* Merge tag '7.41' into 7.xDavid Rothstein2015-10-21
|\ | | | | | | | | | | | | | | 7.41 release Conflicts: CHANGELOG.txt includes/bootstrap.inc
| * Drupal 7.41David Rothstein2015-10-21
| |
* | Back to 7.x-devDavid Rothstein2015-10-14
|/
* Drupal 7.40David Rothstein2015-10-14
|
* Issue #2579625 by laurencemercer: Typo in file_validate_image_resolution() docDavid Rothstein2015-10-14
|
* Issue #1816008 by Kuldip Gohil, cam8001, jhodgdon, peterx: drupal_cron_run() ↵David Rothstein2015-10-14
| | | | @return parameter documentation incorrect, should specify that the function returns TRUE or FALSE
* Issue #2583743 by jcnventura: Correct required version of SQLite in INSTALL.txtDavid Rothstein2015-10-14
|
* Issue #911352 by Liam Morland, Sylvain Lecoy, Joe Murray, Crell: Document ↵David Rothstein2015-10-14
| | | | that foreign keys may not be used by all drivers
* Issue #2549879 by cbiggins, cilefen: Small grammatical error in bootstrap.incDavid Rothstein2015-10-14
|
* Issue #2140157 by rbp, jhodgdon, joachim: menu return constants not properly ↵David Rothstein2015-10-14
| | | | explained - MENU_NOT_FOUND, MENU_ACCESS_DENIED
* Issue #2512582 by dorficus, jhodgdon, joachim: theme_link() parameters ↵David Rothstein2015-10-14
| | | | missing detail
* Issue #2530872 by orbmantell, TravisCarden: Improve documentation of ↵David Rothstein2015-10-14
| | | | drupal_get_schema() and drupal_get_schema_unprocessed()
* Issue #2510674 by er.pushpinderrana, joachim, cilefen: menu_get_item() ↵David Rothstein2015-10-14
| | | | should say that $path is optional and what the default is
* Issue #2195183 by cleaver, zopa, elgordogrande, sandykadam, jhodgdon, ↵David Rothstein2015-10-14
| | | | joachim, Eda: document Batch API callbacks as callback implementations
* Issue #2488750 by lalweil: Typo in DatabaseConnection::queryDavid Rothstein2015-10-14
|
* Issue #2146643 by quicksketch: Speed up drupal_parse_info_format() 3x and ↵David Rothstein2015-10-13
| | | | reduce memory 95%
* Issue #2350033 by murrayw, kenorb: drupal_http_request thinks 201 through ↵David Rothstein2015-10-13
| | | | 206 status codes are an error
* Issue #2508055 by Dave Reid, David_Rothstein, hussainweb: Add support for ↵David Rothstein2015-10-12
| | | | autoloading Traits
* Issue #1845104 by dcam, longwave, thehong, er.pushpinderrana, martin_q, ↵David Rothstein2015-10-12
| | | | David_Rothstein: drupal_set_message('0') results in no output rather than outputting "0"
* Issue #2494403 by tonystar: $field_types is not initialized in ↵David Rothstein2015-10-12
| | | | drupal_schema_field_types()
* Issue #1514088 by DamienMcKenna: Minor comment formatting inconsistencies in ↵David Rothstein2015-10-12
| | | | cache.inc
* Issue #2342667 by claudiu.cristea, Dave Reid, ndobromirov: Cron and batch ↵David Rothstein2015-10-12
| | | | processing of queues are not accepting callables
* Issue #2233929 by alexpott, Dave Reid, Berdir, YesCT: drupal_set_time_limit ↵David Rothstein2015-10-11
| | | | should not be able to change the time limit if it's already unlimited
* Issue #1973262 by cilefen, Matt V., David_Rothstein, Anybody, Rob230: User ↵David Rothstein2015-10-10
| | | | pages display incorrect title instead of "Menu link title" when link paths are added to a default menus
* Issue #2205271 by trobey, jhedstrom, hass, alexpott, chx, joachim, jhodgdon: ↵David Rothstein2015-10-10
| | | | Add an optional project namespace for dependencies
* Issue #496170 by stefan.r, chx, Fabianx, jbrauer, David_Rothstein, roderik, ↵David Rothstein2015-10-10
| | | | rwohleb, pounard, kenorb, Jose Reyero, joelpittet, catch: module_implements() cache can be polluted by module_invoke_all() being called (in)directly prior to full bootstrap completion
* Issue #2263365 by donquixote, smccabe, longwave, alexpott, joelpittet, ↵David Rothstein2015-10-05
| | | | Fabianx, mikeytown2, joseph.olstad, sun: Second loop in module_implements() was being repeated for no reason (performance improvement)
* Issue #462950 by pwolanin, Pere Orga: Mitigate the security risks that come ↵David Rothstein2015-10-03
| | | | from IE, Chrome and other browsers trying to sniff the mime type
* Issue #2388255 by dawehner, pwolanin, hussainweb, greggles: Limit PDO MySQL ↵David Rothstein2015-10-03
| | | | to executing single statements if PHP supports it
* Merge tag '7.39' into 7.xDavid Rothstein2015-08-19
|\ | | | | | | | | | | | | | | 7.39 release Conflicts: CHANGELOG.txt includes/bootstrap.inc
| * Drupal 7.39David Rothstein2015-08-19
| |
* | Merge tag '7.38' into 7.xDavid Rothstein2015-06-17
|\| | | | | | | | | | | | | | | 7.38 release Conflicts: CHANGELOG.txt includes/bootstrap.inc
| * Drupal 7.38David Rothstein2015-06-17
| |
* | Issue #2425325 by cleaver, JacobSanford: Batch API example code has wrong ↵Jennifer Hodgdon2015-05-14
| | | | | | | | finished callback
* | Back to 7.x-devDavid Rothstein2015-05-07
|/
* Drupal 7.37David Rothstein2015-05-07
|