summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Patch #769226 by Owen Barton, alanburke, sun: fixed JS/CSS preprocess ↵Dries Buytaert2010-07-30
| | | | should default to FALSE.
* - Patch #861192 by jhodgdon, chx, sun, David_Rothstein: document that ↵Dries Buytaert2010-07-30
| | | | MariaDB works, too.
* - 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
| | | | and modules.
* - Patch #822108 by jhodgdon, aaronbauman, justinrandell: rediscover ↵Dries Buytaert2010-07-29
| | | | bootstrap hook implementations during cache clear.
* - Patch #800460 by effulgentsia, sun: WTF coupling between ()['cache'] and ↵Dries Buytaert2010-07-29
| | | | form processing.
* - Patch #855988 by pwolanin, Damien Tournoud, David_Rothstein: get rid of ↵Dries Buytaert2010-07-29
| | | | preg_replace() with /e in decode_entities().
* - 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
| | | | t().
* - Patch #851748 by Stevel: weird logic in SelectQuery::addField().Dries Buytaert2010-07-28
|
* - Patch #508056 by Stevel: _module_build_dependencies() calls ↵Dries Buytaert2010-07-28
| | | | drupal_depth_first_search() with wrong param count.
* - Patch #857300 by andypost: make drupal_install_mkdir() should use octal ↵Dries Buytaert2010-07-26
| | | | numbers.
* - Patch #827430 by David_Rothstein: drupal_form_submit() no longer works ↵Dries Buytaert2010-07-26
| | | | with checkboxes.
* - Patch #861876 by andypost: notice in watchdog().Dries Buytaert2010-07-26
|
* - Patch #809600 by Damien Tournoud, chx: stop using bit-wise operators for ↵Dries Buytaert2010-07-26
| | | | {file_managed()}.status.
* - Patch #863736 by David_Rothstein: unnecessary isset() check in path_save().Dries Buytaert2010-07-26
|
* - Patch #807158 by freelock, jhodgdon: DrupalDefaultEntityController ↵Dries Buytaert2010-07-26
| | | | properties are not documented.
* - Patch #675116 by jhodgdon: several problems in field.api.php and ↵Dries Buytaert2010-07-25
| | | | field_ui().api.php.
* - Patch #641008 by reglogge, David_Rothstein, tstoeckler, marcvangend: ↵Dries Buytaert2010-07-25
| | | | duplicated text in install error message.
* - 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, ↵Dries Buytaert2010-07-22
| | | | TRUE, FALSE.
* - 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 ↵Dries Buytaert2010-07-21
| | | | missing doc.
* - 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 ↵Dries Buytaert2010-07-20
| | | | not respected.
* - Patch #770664 by Damien Tournoud: path whitelist uses an unsupported GROUP ↵Dries Buytaert2010-07-19
| | | | BY alias.
* - Patch #845846 by Stevel, bellHead: PDOStatement::bindParam() bind to a ↵Dries Buytaert2010-07-19
| | | | reference even for OUT parameters.
* - Patch #767478 by derjochenmeyer: menu li.leaf items get expanded ↵Dries Buytaert2010-07-19
| | | | (li.expanded) when active.
* - 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
| | | | the transaction if one insert fail.
* - 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 ↵Dries Buytaert2010-07-17
| | | | not modify database, but it does.
* - Patch #561226 by fago, effulgentsia, sun, YesCT, marcingy: orms (elements) ↵Dries Buytaert2010-07-17
| | | | need to able to specify include files to be loaded for building.
* - Patch #856788 by glipay: documentation improvement.Dries Buytaert2010-07-17
|
* - Patch #855374 by aspilicious: fix newlines in lock.inc.Dries Buytaert2010-07-16
|
* - Patch #855376 by aspilicious: fix newlines in mail.inc.Dries Buytaert2010-07-16
|
* - Patch #855386 by aspilicious: fix newlines in module.inc.Dries Buytaert2010-07-16
|
* - Patch #855402 by aspilicious: fix newlines in token.inc.Dries Buytaert2010-07-16
|
* - Patch #855378 by aspilicious: fix newlines in menu.inc.Dries Buytaert2010-07-16
|
* - Patch #855394 by aspilicious: fix newlines in session.inc.Dries Buytaert2010-07-16
|
* - Patch #855390 by aspilicious: fix newlines in path.inc.Dries Buytaert2010-07-16
|
* - Patch #855310 by aspilicious: fix newlines in file_mimetype().inc.Dries Buytaert2010-07-16
|
* - Patch #855316 by aspilicious: fix newlines in image.inc.Dries Buytaert2010-07-16
|
* - Patch #855322 by aspilicious: fix newlines (and some dots) in locale.inc.Dries Buytaert2010-07-16
|
* - Patch #684982 by plach: audit of global language variable use.Dries Buytaert2010-07-16
|
* - Patch #855418 by jhodgdon, aspilicious: fix doc errors in xmlcpr.inc and ↵Dries Buytaert2010-07-16
| | | | fill in the missing doc headers.
* - Patch #410636 by Stevel, randallknutson, c960657, Berdir: upgrade does not ↵Dries Buytaert2010-07-14
| | | | create required menus.
* - Patch #851698 by Damien Tournoud: DatabaseSchema_sqlite() severely broken.Dries Buytaert2010-07-14
|