summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - 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.
* - Patch #491214 by JohnAlbin, Gábor Hojtsy, eigentor: implement a more ↵Dries Buytaert2009-12-01
| | | | usable top level Appearance page. Yay.
* - Patch #644150 by sun: () is stateless, even with enabled caching.Dries Buytaert2009-11-30
|
* - Patch #645468 by sun: filter module no longer needs to be loaded by default.Dries Buytaert2009-11-29
|
* - Patch #642702 by sun: form validation handlers cannot alter structure.Dries Buytaert2009-11-28
|
* - Patch #644150 by sun: () is stateless, even with enabled caching.Dries Buytaert2009-11-27
|
* - Patch #626688 by justinrandell, catch, chx: add caching for system_list().Dries Buytaert2009-11-26
|
* #642612 by yched: Add clean way to reset entity_info() cache.Angie Byron2009-11-26
|
* - Patch #641544 by yched:FAPI #type 'container' ids generated twice.Dries Buytaert2009-11-24
|
* - Patch #640050 by heyrocker: example code for drupal_form_submit() was ↵Dries Buytaert2009-11-23
| | | | incorrect.
* - Patch #564852 by justinrandell, mcarbone, Crell: fixed subselect in WHERE ↵Dries Buytaert2009-11-23
| | | | condition with multiple placeholders cause invalid/duplicate placeholders.
* - Patch #639704 by casey: removed dead code from form_process_date().Dries Buytaert2009-11-22
|
* - Patch #626688 by justinrandell: add caching for system_list(). Eliminate a ↵Dries Buytaert2009-11-22
| | | | query.
* - Patch #639418 by sun: #array_parents() do not always map to actual form ↵Dries Buytaert2009-11-22
| | | | structure.
* #623310 by rfay: Fixed AJAX 'changed' command asterisk argument.Angie Byron2009-11-22
|
* - Patch #634440 by fago, effulgentsia, sun: remove auto-rebuilding magic for ↵Dries Buytaert2009-11-21
| | | | ()['storage'].
* #633156 follow-up by effulgentsia and yched: Clean up AJAX tests, add sister ↵Angie Byron2009-11-21
| | | | function to drupal_js_encode().
* #619666 by effulgentsia, casey, and catch: Changed Introduce new pattern for ↵Angie Byron2009-11-20
| | | | drupal_static() in performance-critical functions.
* #467640 by casey: Consolidate overly verbose code in theme_render_template().Angie Byron2009-11-20
|
* #547068 follow-up by David_Rothstein: Don't use Seven for maintenance page.Angie Byron2009-11-19
|
* #108818 by David Strauss, chx, Crell: Add transactions to key X_save() routines.Angie Byron2009-11-19
|