summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - 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 ... ;-)
* - Patch #279404 by chx: removed old cruft. See ↵Dries Buytaert2008-08-15
| | | | http://drupal.org/files/issues/fapi_award.jpg.
* - Patch by Heine, Damien, drumm, scor, mark burdett: fixed XSS problems via ↵Dries Buytaert2008-08-14
| | | | private downloads.
* - Patch #246143 by bjaspan, Damien Tournoud: make sure updates are run in ↵Dries Buytaert2008-08-14
| | | | numeric order, not in definition order.
* - Patch #268477 by MadHarold, Damien Tournoud, kkaefer, et al: ↵Dries Buytaert2008-08-14
| | | | untranslatable suffix in format_size()
* - Patch #268063: move tests from includes/tests to modules/simpletests/tests.Dries Buytaert2008-08-14
|
* - Patch #283806 by mustafau: fixed bug in drupal_http_request() and added ↵Dries Buytaert2008-08-13
| | | | some first drupal_http_request() tests to core. Yay.
* - Patch #290869 by swenterl, cwgordon07: fixed notice in #ahah handling.Dries Buytaert2008-08-13
|
* - Patch #293421 by Bart Jansens: fixed documentation of sess_count().Dries Buytaert2008-08-12
|
* - Patch #290869 by Wim Leers: AHAH functionality was not working for radio ↵Dries Buytaert2008-08-12
| | | | buttons.
* - Patch #283806 by mustafau, Aron Noval: improved error handling in ↵Dries Buytaert2008-08-12
| | | | drupal_http_request().
* - Patch #246522 by mustafu, Dries: fixed typo in documentation.Dries Buytaert2008-08-12
|
* - Patch #293434 by eMPee584 and Damien: fixed broken watchdog call.Dries Buytaert2008-08-11
|
* - Patch #208270 by jvandyk: fixed error handling of XML-RPC library.Dries Buytaert2008-08-08
|
* - Patch #280628 by pwolanin et al: fixed locale module confirm form and ↵Dries Buytaert2008-08-05
| | | | broken locale module tests.
* - Patch #276267 by cwgordon7, boombatower, catch, et al: remove failing ↵Dries Buytaert2008-08-05
| | | | tests -- hides bugs but makes the tests pass.
* - Patch #276272 by catch, cwgordon7: more tests for common.inc.Dries Buytaert2008-08-03
|
* - Patch #287877 by dmitrig01: rename drupal_rebuild_code_registry() to ↵Dries Buytaert2008-08-02
| | | | registry_rebuild() for consistency.
* - Patch #158992 by sun, quicksketch, zeta ζ, bangpound, Dries et al: inline ↵Dries Buytaert2008-08-02
| | | | Javascript could generate invalid XHTML.
* - Patch #286002 by cwgordon7: removed dead function module_iterate().Dries Buytaert2008-07-23
|
* - Patch #226874 by hswong3i: made SQL ANSI compliant.Dries Buytaert2008-07-22
|
* - Patch #231302 by pwolanin: test required field validation in form API.Dries Buytaert2008-07-19
|
* - Patch #280631 by pwolanin et al: rethink numeric data-type for ↵Dries Buytaert2008-07-19
| | | | db_placeholders().