summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAge
* - Patch #865072 by bleen18, jhodgdon: updates to reflect that Bartik is defau...Dries Buytaert2010-08-08
* - Patch #423888 by mikeryan, Crell, drunken monkey: use subqueries for ->coun...Dries Buytaert2010-08-08
* - Patch #710640 by jhodgdon, torelad: improve documentation for file_munge_fi...Dries Buytaert2010-08-08
* #755856 by jbrown: Don't insert default values into db in drupal_write_record().Angie Byron2010-08-05
* #807336 by jhodgdon, Berdir, Crell: Document thrown exceptions in database la...Angie Byron2010-08-05
* #851348 by mr.baileys: Fixed Fix doc: menu_tree() returns a renderable array,...Angie Byron2010-08-05
* #842962 by jhodgdon, chx: Fixed hook_menu() and drupal_deliver_page() need to...Angie Byron2010-08-05
* - Patch #667112 by pwolanin, David_Rothstein: there is no way to initialize a...Dries Buytaert2010-08-04
* - Patch #258846 by casey, Gribnif: CSS aggregation fails to parse some url()'s.Dries Buytaert2010-08-03
* #851168 by Stevel, Damien Tournoud: Fixed db_find_tables() expects tables to ...Angie Byron2010-08-02
* - Patch #870620 by cwgordon7: trailing whitespace in common.inc.Dries Buytaert2010-08-01
* #619434 by jim0203, jablko: Fixed can't set 'default maximum file size per up...Angie Byron2010-08-01
* #853748 by Stevel, andypost: Fixed Folders in includes/database that do not c...Angie Byron2010-07-31
* - Patch #855420 by jhodgdon, aspilicious: documentation cleanup for xmlrpcs.i...Dries Buytaert2010-07-31
* - Patch #829968 by andypost, AlexisWilke: drupal_lookup_path() documentation ...Dries Buytaert2010-07-31
* - Patch #690980 by seutje, sun, seanyo, aaroncouch: disabled form elements no...Dries Buytaert2010-07-31
* - Patch #769226 by Owen Barton, alanburke, sun: fixed JS/CSS preprocess shoul...Dries Buytaert2010-07-30
* - Patch #861192 by jhodgdon, chx, sun, David_Rothstein: document that MariaDB...Dries Buytaert2010-07-30
* - Patch #855380 by plach: () should be used to lookup the current path alias.Dries Buytaert2010-07-30
* - Patch #747252 by justinrandell, dhthwy, aspilicious: cannot extract themes ...Dries Buytaert2010-07-29
* - Patch #822108 by jhodgdon, aaronbauman, justinrandell: rediscover bootstrap...Dries Buytaert2010-07-29
* - Patch #800460 by effulgentsia, sun: WTF coupling between ()['cache'] and fo...Dries Buytaert2010-07-29
* - Patch #855988 by pwolanin, Damien Tournoud, David_Rothstein: get rid of pre...Dries Buytaert2010-07-29
* - Patch #866340 by Damien Tournoud: remove support for date and time types.Dries Buytaert2010-07-28
* - Patch #830304 by solotandem: drupal_mail() doc example using D6 syntax for ...Dries Buytaert2010-07-28
* - Patch #851748 by Stevel: weird logic in SelectQuery::addField().Dries Buytaert2010-07-28
* - Patch #508056 by Stevel: _module_build_dependencies() calls drupal_depth_fi...Dries Buytaert2010-07-28
* - Patch #857300 by andypost: make drupal_install_mkdir() should use octal num...Dries Buytaert2010-07-26
* - Patch #827430 by David_Rothstein: drupal_form_submit() no longer works with...Dries Buytaert2010-07-26
* - Patch #861876 by andypost: notice in watchdog().Dries Buytaert2010-07-26
* - Patch #809600 by Damien Tournoud, chx: stop using bit-wise operators for {f...Dries Buytaert2010-07-26
* - Patch #863736 by David_Rothstein: unnecessary isset() check in path_save().Dries Buytaert2010-07-26
* - Patch #807158 by freelock, jhodgdon: DrupalDefaultEntityController properti...Dries Buytaert2010-07-26
* - Patch #675116 by jhodgdon: several problems in field.api.php and field_ui()...Dries Buytaert2010-07-25
* - Patch #641008 by reglogge, David_Rothstein, tstoeckler, marcvangend: duplic...Dries Buytaert2010-07-25
* - Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'.Dries Buytaert2010-07-24
* - Patch #861566 by p.brouwers: use uppercase for PHP constants, e.g. NULL, TR...Dries Buytaert2010-07-22
* - Patch #861420 by sun: coder_format() on xmlrpc(s).inc.Dries Buytaert2010-07-22
* - Patch #855410 by aspilicious: add missing doc and newlines in updater.inc.Dries Buytaert2010-07-21
* - Patch #855400 by aspilicious: fix issues in theme.inc - newlines and missin...Dries Buytaert2010-07-21
* - Patch #846858 by kiamlaluno: it's/its grammar in various doc headers.Dries Buytaert2010-07-21
* - Patch #772678 by sun, jpmckinney, Berdir: database default collation is not...Dries Buytaert2010-07-20
* - Patch #770664 by Damien Tournoud: path whitelist uses an unsupported GROUP ...Dries Buytaert2010-07-19
* - Patch #845846 by Stevel, bellHead: PDOStatement::bindParam() bind to a refe...Dries Buytaert2010-07-19
* - Patch #767478 by derjochenmeyer: menu li.leaf items get expanded (li.expand...Dries Buytaert2010-07-19
* - Patch #851100 by Damien Tournoud: subquery objects are iterated upon.Dries Buytaert2010-07-19
* - Patch #851110 by Damien Tournoud: InsertQuery::execute() needs to rollback ...Dries Buytaert2010-07-19
* - Patch #852362 by chx: fixed extend is 100% fubar.Dries Buytaert2010-07-19
* - Patch #768090 by ridgerunner: changed drupal_static() performance improvement.Dries Buytaert2010-07-18
* - Patch #790482 by glipay: update_prepare_d7_bootstrap() docs say it should n...Dries Buytaert2010-07-17