summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* #294742 by axyjo: Doxygen correction for drupal_alter().Angie Byron2008-10-09
|
* #142995 by dopry, drewish, quicksketch, jpetso, and flobruit: Adding ↵Angie Byron2008-10-09
| | | | hook_file_X(). This is an enabler of lots and lots of goodies. See CHANGELOG.txt for more. Awesome work, guys. :)
* - Patch #310904 by mfer, Crell et al: use early fetch and document why.Dries Buytaert2008-10-08
|
* - Patch #315047 by Island Usurper: fixed handling of rerved keywords when ↵Dries Buytaert2008-10-08
| | | | altering a table.
* #261148 by chx and pwolanin: Allow recovery from a failed menu build.Angie Byron2008-10-08
|
* #317840 by lilou: Fix typo in Doxygen for REQUEST_TIME.Angie Byron2008-10-06
|
* - Patch #316139 by hswong3i: __toString() should be public to work with PHP5.3.Dries Buytaert2008-10-06
|
* - Patch #313156 by Crell: convert bootstrap.inc to DBTNG and resurrected a ↵Dries Buytaert2008-10-06
| | | | kitten.
* - Patch #180137 by c960657: added type hinting to make it easier to track ↵Dries Buytaert2008-10-06
| | | | down errors.
* - Patch #273743 by meba, jsaints: fixed exmaple code.Dries Buytaert2008-10-06
|
* - Patch #300239 by Crell: updated documentation of db_insert().Dries Buytaert2008-10-06
|
* - Patch #299661 by smk-ka, oadaeh, et al: install.php does not correctly ↵Dries Buytaert2008-10-06
| | | | check database settings.
* - Patch #290282 by jvandyk, kratib: correct tracking of recursion.Dries Buytaert2008-10-02
|
* #281446 by xqus, dropcube, and catch: Improve the requirements check for the ↵Angie Byron2008-10-01
| | | | installer. Awesome.
* Temporary roll-back of #298669: This wasn't quite ready yet and broke ↵Angie Byron2008-09-28
| | | | SimpleTest in a big way.
* - Patch #298669 by Crell, moshe weitzman: added query logging per connection.Dries Buytaert2008-09-28
|
* - Patch #161301 by Eaton, Sun, moshe and webchick: make checking for node ↵Dries Buytaert2008-09-27
| | | | edit forms easier. DX improvement.
* - Patch #296197 by Gabor: made the language order use drag-n-drop instead of ↵Dries Buytaert2008-09-27
| | | | weight drop-down menus.
* - Patch #301501 by markus_petrux: optimize db_merge() in MySQL by taking ↵Dries Buytaert2008-09-27
| | | | advantage of ODKU syntax.
* #312677 by CorniI: Check to ensure a file exists when fixing installation file.Angie Byron2008-09-27
|
* #125315 by chx, sun, Gábor Hojtsy, drumm, and friends: Add #input_format ↵Angie Byron2008-09-27
| | | | FAPI property that can be used by WYSIWYG editors. WOOHOO.
* #229129 follow-up by Arancaytar, chx, and webchick: Instantiate module ↵Angie Byron2008-09-27
| | | | package property.
* #302300 follow-up by Crell: Fixes to database connection tests.Angie Byron2008-09-27
|
* #229129 follow-up by chx: Fix module dependency checking again.Angie Byron2008-09-27
|
* #313152 by Crell and Rob Loach: DBTNG clean-up of batch.incAngie Byron2008-09-26
|
* #302300 by Crell: Support adding and ignoring database targets, for better ↵Angie Byron2008-09-26
| | | | replication support.
* #266773 by Susurrus and Dave Reid: actions_syncronize() cleanup.Angie Byron2008-09-26
|
* #238760 follow-up by pwolanin: Forward-port rest of 6.x fix for ↵Angie Byron2008-09-22
| | | | menu_rebuild() race condition.
* - Patch #310447 by Damien Tournoud, Crell, catch: add back SET NAMES='utf8' ↵Dries Buytaert2008-09-21
| | | | -- we love UTF-8
* #299672 follow-up by chx: Better fix for only caching form if #cache is set ↵Angie Byron2008-09-21
| | | | to TRUE.
* #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵Angie Byron2008-09-20
| | | | absolute paths.
* #299672 by fago: Cache form only if #cache is set to TRUE.Angie Byron2008-09-20
|
* #268006 by pwolanin: Prevent hook_help() from appearing on 403 pages.Angie Byron2008-09-20
|
* #64967 follow-up by drewish: Replace ereg with preg in file_scan_directory().Angie Byron2008-09-20
|
* - Patch #310607 by mfer: fixed undefined method problem with database code.Dries Buytaert2008-09-19
|
* - Patch #298309 by mfer: add PDO::FETCH_PROPS_LATE to tell __construct() to ↵Dries Buytaert2008-09-19
| | | | run before properties are added to the object. This is closer to the expected behavior and avoids that values are being overwritten.
* - Patch #309488 by kbahey: correct capitalization of TRUE and FALSE.Dries Buytaert2008-09-19
|
* - Patch #308713 by fletchgqc: incorrect max length of language domain string ↵Dries Buytaert2008-09-19
| | | | in locale form.
* #197266 by ufku, lilou, Dave Reid, and c960657: Avoid unnecessary query if ↵Angie Byron2008-09-19
| | | | there is no user limit on uploaded files.
* #180063 by andremolnar, TheMystic, and R.Muilwijk: Add a parameter to ↵Angie Byron2008-09-19
| | | | form_set_error().
* - Patch #302149 by pwolanin: fixed confusing/duplicate use of names in menu ↵Dries Buytaert2008-09-18
| | | | admin.
* - Patch #232931 by mikey_p, flobruit et al: clarified the PHPdoc of ↵Dries Buytaert2008-09-18
| | | | drupal_add_feed() and drupal_add_link().
* #228761 by zsanmartin and roborn: Fix language code regex and correct ↵Angie Byron2008-09-17
| | | | Portugal's language code.
* #279657 by zeta ζ: Code style improvement to locale module.Angie Byron2008-09-17
|
* - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved ↵Dries Buytaert2008-09-17
| | | | developer experience.
* #230932 follow-up by drewish: Uppercase FALSE constant.Angie Byron2008-09-16
|
* - Patch #308138 by mfer, Dave Reid: replace valid_email_address with ↵Dries Buytaert2008-09-16
| | | | filter_var and FILTER_VALIDATE_EMAIL.
* #308534 by Dave Reid: Remove stray whitespace core-wide.Angie Byron2008-09-15
|
* #308526 by chx: Actions do not reset on sync.Angie Byron2008-09-15
|
* - Patch #253702 by Damien Tournoud et al: further clean-up of the session ↵Dries Buytaert2008-09-15
| | | | handling code.