summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - 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.
* - Patch #308549 by lyrincz, Dave Reid: fixed broken link in PHPdoc.Dries Buytaert2008-09-15
|
* #308434 by drewish, dopry, quicksketch, aaron, jhedstrom, and friends: ↵Angie Byron2008-09-15
| | | | Massive file.inc cleanup aaaaaand... tests! Yay! :D
* #308521 by chx: Fix a bunch of stray whitespace. And the trivial patch of ↵Angie Byron2008-09-15
| | | | the month award goes to... ;)
* #308399 by Damien Tournoud: Fix SimpleTest error handler to not spaz out and ↵Angie Byron2008-09-14
| | | | die when PHP errors are encountered.
* #307297 by heyrocker: Making install.inc's Doxygen shiny and clean.Angie Byron2008-09-14
|
* #305077 by DamZ, boombatower, and cwgordon7: Rework SimpleTest backend.Angie Byron2008-09-10
|
* - Patch #305920 by Gabor: invlidate JavaScript language cache when a string ↵Dries Buytaert2008-09-09
| | | | is edited.
* - Patch #208793 by kbahey, Damien Tournoud: stop hardcoding the HTTP ↵Dries Buytaert2008-09-08
| | | | protocol version where possible.
* - Patch #253702 by jscheel, gpk: clarified session handling functions.Dries Buytaert2008-09-08
|
* #302763 by DamZ: Fixing test failures, removing legacy globals check cruft.Angie Byron2008-09-06
|
* #296310 by DamZ: Fixes to drupal_http_request() and accompanying tests.Angie Byron2008-09-06
|
* - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] ↵Dries Buytaert2008-09-06
| | | | as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
* - Patch #261859 by rse, Damien Tournoud: make the trigger module work on ↵Dries Buytaert2008-09-05
| | | | PostgreSQL.
* - Patch #64967 by Arancaytar, meba: ereg -> preg for performance reasons and ↵Dries Buytaert2008-09-05
| | | | future compatilbility. PHP6 is rumoured to drop ereg support.
* - Patch #303827 by Damien Tournoud: fixed the menu system.Dries Buytaert2008-09-05
|
* #303054 by chx: Enforce MySQL strict mode.Angie Byron2008-09-04
|
* #302395 by chx: Minor DBTNG clean-up.Angie Byron2008-09-03
|
* #285309 by pwolanin: menu_name in hook_menu is ignored on updatesAngie Byron2008-09-02
|
* - Patch #232345 by flobruit: theme_get_registry docs and code conflict.Dries Buytaert2008-09-02
|
* - Patch #297234 by heyrocker, asimmonds: improved doxygen documentation for ↵Dries Buytaert2008-08-31
| | | | menu_link_save().
* #297860 by catch: Reverting reversion to reverted DBTNG stuff. Tests should ↵Angie Byron2008-08-31
| | | | pass now.
* - Patch #301943 by chx: drop_field_set_default dropped the field due to ↵Dries Buytaert2008-08-31
| | | | copy-paste error.
* - Patch #299330 by justinrandell, Damien Tournoud: select MySQL driver by ↵Dries Buytaert2008-08-28
| | | | default -- less clicking
* - Patch #227851 by hswong3i: made SQL query ANSI compliant.Dries Buytaert2008-08-25
|
* - Patch #298391 by catch, chx: fixed database initialization during install ↵Dries Buytaert2008-08-25
| | | | failure.
* - Patch #297860 by Damien Tournoud: sess_write should use a db_merge().Dries Buytaert2008-08-23
|
* - Patch #298581 by Damien Tournoud: database clean-ups.Dries Buytaert2008-08-22
|
* - Patch #298391 by Rob Loach: database engine initialization fails in ↵Dries Buytaert2008-08-22
| | | | presence of CVS directory.
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
| | | | generation database layer for Drupal 7.
* - Patch #170310 by mfb, JohnAlbin: avoid SSL cookie getting over-written by ↵Dries Buytaert2008-08-18
| | | | non-SSL cookie.
* - Patch #296300 by chx: remove edit[] and fixed Doxygen.Dries Buytaert2008-08-17
|
* - Patch #296302 by chx: remove PHP 5.1 hack now the minimum requirement is ↵Dries Buytaert2008-08-17
| | | | PHP 5.2.
* - Patch #252430 by quicksketch: allow base theme prefix in preprocessor ↵Dries Buytaert2008-08-16
| | | | function names to correct expected behavior.
* - Patch #295506 by swentel: node preview is rendered twice.Dries Buytaert2008-08-16
|
* - Patch #295564 by boombatower, Damien Tournoud: fixed drupal_http_request ↵Dries Buytaert2008-08-16
| | | | error and cleaned up some simpletest stuff. We should have a much more funky 'all tests passed' screen. Having all tests pass shouldn't be this boring. Let's be a bit more creative and injest some fun ... ;-)