summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* #653940 follow-up by Damien Tournoud: Clean-up of error handling from first ↵Angie Byron2009-12-15
| | | | stab at test reporting fixes.
* - Patch #631550 by sun: fixed stale and improper logic for ↵Dries Buytaert2009-12-14
| | | | MENU_VISIBLE_IN_TREE and MENU_VISIBLE_IN_BREADCRUMB. Added lots of code comments, and added tests.
* - Patch #644648 by sun: cleaned up, documented, and corrected some ↵Dries Buytaert2009-12-14
| | | | ['#token'] code.
* - Patch #558666 by sun, dropcube: revamp text format/filter configuration ↵Dries Buytaert2009-12-14
| | | | for better usability.
* #654662 by c960657 and Crell: Allow escaping wildcard characters in LIKE ↵Angie Byron2009-12-13
| | | | queries.
* #653926 follow-up by Crell: Document SQL range limits.Angie Byron2009-12-13
|
* #658032 by Arancaytar: Fixed theme_tableselect() does not pass on ↵Angie Byron2009-12-13
| | | | #attributes key.
* - Patch #655212 by chx: remove unused and broken drupal_session_count().Dries Buytaert2009-12-12
|
* - Patch #651902 by chx, Damien Tournoud, scor: allow ESI tie in.Dries Buytaert2009-12-11
|
* #421062 follow-up by JohnAlbin: Respect maintenance theme overrides in ↵Angie Byron2009-12-10
| | | | settings.php.
* - Patch #653940 by sun: tests weren't reporting all errors.Dries Buytaert2009-12-10
|
* - Patch #653926 by Damien Tournoud: fixed range of sub-queries not being ↵Dries Buytaert2009-12-09
| | | | honored.
* - Patch #384794 by mvc, alduya, intuited: trim white space when inserting ↵Dries Buytaert2009-12-09
| | | | data in locales_source().
* #651712 by carlos8f: Fixed bug where rendered menu tree links do not include ↵Angie Byron2009-12-08
| | | | proper attributes (with tests).
* #653956 by moshe weitzman and catch: Create {cache_bootstrap()} in ↵Angie Byron2009-12-08
| | | | update_prepare_d7_bootstrap() to fix yet another problem in the update path.
* #520740 by marcingy, catch, and Damien Tournoud: Fixed Comment threading ↵Angie Byron2009-12-08
| | | | (with test).
* #524664 by codecowboy and mfb: drupal_error_handler() does not support PHP ↵Angie Byron2009-12-07
| | | | 5.3.0 error constants.
* #281405 by quickcel and catch: Update minimum RAM recommendation to 32MB. ↵Angie Byron2009-12-07
| | | | Would love to remove this patch by the time we ship.
* #420358 by yoroy, David_Rothstein, JacobSingh, et al: Rename core's ↵Angie Byron2009-12-07
| | | | installation profiles to be more clear.
* #652420 by sun: Fixed Various failures everywhere caught by asserting on ↵Angie Byron2009-12-07
| | | | watchdog errors found in testing logs.
* - Patch #652420 by sun: fixed various failures.Dries Buytaert2009-12-06
|
* #320132 by kbahey, catch: Make path.inc swappable.Angie Byron2009-12-06
|
* #626790 by justinrandell: Fixed bug where drupal_write_record() returns ↵Angie Byron2009-12-06
| | | | FALSE for valid update queries.
* - Patch #652232 by moshe weitzman: don't assume that session exists during ↵Dries Buytaert2009-12-06
| | | | batch cleanup.
* - Patch #626286 by sun, David_Rothstein, Rob Loach: make contextual links a ↵Dries Buytaert2009-12-06
| | | | module.
* - Patch #621914 by jhodgdon: fixed drupal_add_css() documentation formatting ↵Dries Buytaert2009-12-05
| | | | issues.
* - Patch #520764 by Damien Tournoud, JoshuaRogers, brianV: fixed ↵Dries Buytaert2009-12-05
| | | | SA-CORE-2009-007: request values in URL, including password/username.
* - Patch #652042 by chx: cache.inc is always needed.Dries Buytaert2009-12-05
|
* - Patch #570314 by jhodgdon: more details for form_set_value() documentation.Dries Buytaert2009-12-05
|
* - Patch #599804 by effulgentsia, catch, moshe weitzman, webchick: don't ↵Dries Buytaert2009-12-05
| | | | always set the Content-Type header.
* - Patch #641356 by fago, sun: cache more of () when form caching is enabled.Dries Buytaert2009-12-05
|
* #651510 by boombatower: Fixed token.inc - split() is deprecated in PHP 5.3.Angie Byron2009-12-05
|
* - Patch #650944 by catch: use db_truncate() in _menu_router_save().Dries Buytaert2009-12-04
|
* - Patch #648744 by Crell: specified more @return type definitions for ↵Dries Buytaert2009-12-04
| | | | auto-completion in IDEs.
* - Patch #520946 by jhodgdon: fixed error in API documentation of ↵Dries Buytaert2009-12-04
| | | | form_set_error().
* - Patch #637058 by jhodgdon: documentation improvements.Dries Buytaert2009-12-03
|
* - Patch #542658 by sun: follow-up on move action 'tabs' out of local tasks.Dries Buytaert2009-12-03
|
* - Patch #645998 by jhodgdon: removed outdated documentation.Dries Buytaert2009-12-03
|
* - Patch #648744 by fago: added support for DBTNG auto completion in IDEs. ↵Dries Buytaert2009-12-02
| | | | Usability improvement.
* - Patch #635094 by plach: unify 'language neutral' language codes.Dries Buytaert2009-12-02
|
* - Patch #558928 by brandonojc, mgifford, Owen Barton, Everett Zufelt: ↵Dries Buytaert2009-12-02
| | | | improved consistency, flexibility and accessibility of form element labels.
* - Patch #648410 by Dave Reid: standardize add 'empty' row functionality to ↵Dries Buytaert2009-12-02
| | | | all tables.
* #610234 by Gábor Hojtsy, ksenzee, cwgordon7, David_Rothstein, seutje, ↵Angie Byron2009-12-02
| | | | marcvangend, sun, JoshuaRogers, markus_petrux, Bojhan, Rob Loach, Everett Zufelt, drifter, markboulton, leisareichelt, et al: Added Overlay module to core, which shows administrative pages in a JS overlay, retaining context on the front-end site.
* - Patch #647336 by boombatower, Morbus Iff: fixed bug with when xmlrpc() is ↵Dries Buytaert2009-12-02
| | | | called with no function arguments. Added some extra XML-RPC tests.
* - Patch #642010 by yoroy: shorten and reorganize help text for language stuff.Dries Buytaert2009-12-02
|
* - Patch #648262 by brianV: fixed some typos.Dries Buytaert2009-12-02
|
* - Patch #613858 by sun, Dave Reid: fixed drupal_is_front_page() should not ↵Dries Buytaert2009-12-01
| | | | call drupal_get_normal_path().
* - Patch #647130 by fago, sun: cache only once when rebuilding a form.Dries Buytaert2009-12-01
|
* #632030 by JohnAlbin: Merge Garland and Minnelli into one theme.Angie Byron2009-12-01
|
* - Patch #622922 by chx, fago, sun, effulgentsia: form API clean-up, bugfixes ↵Dries Buytaert2009-12-01
| | | | and extra tests.