summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - 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
|
* #547068 by sun, seutje, yoroy, Gábor Hojtsy, adrian, Bojhan, and ↵Angie Byron2009-11-19
| | | | markboulton: Use Seven theme for installation / updates.
* - Patch #634240 by catch: fixed system_list() caching.Dries Buytaert2009-11-18
|
* - Patch #583730 by sun: fixed form caching.Dries Buytaert2009-11-18
|
* #601806 follow-up by sun and effulgentsia: Fix broken HEAD.Angie Byron2009-11-16
|
* #615656 by catch: Remove no-op function calls from drupal_render().Angie Byron2009-11-16
|
* #601806 by sun, effulgentsia, and Damien Tournoud: drupal_render() should ↵Angie Byron2009-11-16
| | | | not set default element properties that make no sense.
* #620688 follow-up by chx and effulgentsia: Fixed drupal_static_reset() is ↵Angie Byron2009-11-15
| | | | broken, with expanded test coverage.
* #179932 by Damien Tournoud, jromine, kenorb, deviantintegral, sun: Fixed ↵Angie Byron2009-11-15
| | | | Required radios/checkboxes are not validated.
* - Patch #266434 by catch, merlinofchaos, sun: fixed E_NOTICE in ↵Dries Buytaert2009-11-14
| | | | pager_load_array().
* - Patch #624772 by David_Rothstein: there is no such thing as a custom theme.Dries Buytaert2009-11-12
|
* - Patch #444228 by Tri, raulgigea, mikeytown2, JohnAlbin: optimize CSS ↵Dries Buytaert2009-11-12
| | | | option causes php cgi to segfault in pcre function 'match'.
* - Rollback of #447816.Dries Buytaert2009-11-12
|
* - Patch #614444 by scor, effulgentsia: more consistent RDFa logic for username.Dries Buytaert2009-11-12
|
* - Patch #623992 by catch: performance improvements to system_list().Dries Buytaert2009-11-11
|
* - Patch #619902 by sun: performance improvement: dashboard, region and block ↵Dries Buytaert2009-11-11
| | | | building had unnecessary function calls.
* - Patch #606640 by eojthebrave, sun, catch: don't use menu loaders because ↵Dries Buytaert2009-11-11
| | | | menu loaders are executed on every menu system access check. Performance improvement.
* #424372 by mr.baileys: Fix ':: in .info files causes fatal error' bug.Angie Byron2009-11-11
|
* - Patch #619580 by Crell: only invoke query_alter() on tagged queries.Dries Buytaert2009-11-10
|
* - Patch #629100 by David_Rothstein: fixed incorrect PHPDoc in ↵Dries Buytaert2009-11-10
| | | | menu_contextual_links().
* - Patch #627338 by catch: add a cache_bootstrap() bin for better ↵Dries Buytaert2009-11-10
| | | | performance/scalability.
* - Patch #623992 by sun: documentation updates for system_list().Dries Buytaert2009-11-09
|
* - Patch #570900 by Crell: remove remnants of update_sql().Dries Buytaert2009-11-09
|
* #627186 by quicksketch: Removed some stray tabs.Angie Byron2009-11-09
|
* - Patch #620688 by chx: fixed drupal_static_reset().Dries Buytaert2009-11-08
|
* - Patch #623992 by sun: fixed the tests. We can re-enable the test bot now.Dries Buytaert2009-11-08
|
* - Patch #623992 by sun: fixed the tests. We can re-enable the test bot now.Dries Buytaert2009-11-08
|
* #523058 by catch, pwolanin, sun, and smk-ka, and jrchamp: Optimize ↵Angie Byron2009-11-08
| | | | check_plain().
* #560944 follow-up by brandonojc, seutje, and Davy Van Den Bremt: Move ↵Angie Byron2009-11-08
| | | | collapsible fieldset logic from theme_fieldset() hook to form_process_fieldset().
* #318636 by effulgentsia, sun, Damien Tournoud, Xano, and jrchamp: Make l() ↵Angie Byron2009-11-08
| | | | themable.
* #521852 by brandonojc, Everett Zufelt, mgifford, and sun: Provide semantic ↵Angie Byron2009-11-08
| | | | markup to local tasks to indicate an active task.
* - Patch #624882 by jhodgdon: fixed typos in hooks section page.Dries Buytaert2009-11-08
|
* - Patch #623992 by catch: performance improvement: reduce {system} database ↵Dries Buytaert2009-11-08
| | | | hits on every page request.
* #528822 by jhodgdon: Batch example should explain that a file must be ↵Angie Byron2009-11-07
| | | | included when necessary.
* #600032 by c960657: Removed browser.inc. Please see ↵Angie Byron2009-11-07
| | | | http://drupal.org/project/browser if you'd like to help with a more fleshed-out abstract browser for possible inclusion in D8.
* - Patch #620692 by Crell: remove drupal_render_children() from ↵Dries Buytaert2009-11-07
| | | | drupal_render() by inlining it.
* - Patch #607244 by sun: added permission to decrease performance impact of ↵Dries Buytaert2009-11-07
| | | | contextual links.
* #591794 follow-up by effulgentsia: Reduce performance overhead of ↵Angie Byron2009-11-05
| | | | drupal_alter().
* - Patch #623276 by jhodgdon: fixed documentation for file_scan_directory() ↵Dries Buytaert2009-11-05
| | | | is incorrect.