summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Rollback of #634310Dries Buytaert2010-01-03
|
* - Patch #672268 by Garrett Albright: comment cleanup.Dries Buytaert2010-01-03
|
* #281405 follow-up by Arancaytar, catch, Crell, and justinrandell: Reduce ↵Angie Byron2010-01-03
| | | | memory consumption of menu_rebuild() by splitting huge query into multiple passes.
* #668932 by Damien Tournoud : Remove duplicate sanitzing of HTTP_HOST.Angie Byron2010-01-03
|
* #653622 by effulgentsia: Make the '__' pattern for theme suggestions easier ↵Angie Byron2010-01-03
| | | | to use.
* #370537 by chx, sun, effulgentsia, quicksketch, eaton, Heine, and yched: ↵Angie Byron2010-01-02
| | | | Allow buttons to only validate sections of forms, e.g. More buttons. (with tests)
* #399642 by sndev and carlos8f: Make drupal_install_modules() resolve ↵Angie Byron2010-01-02
| | | | dependencies and trigger an error when they do not exist. (with tests)
* - Patch #634310 by casey: small improvement of drupal_render(): ↵Dries Buytaert2010-01-02
| | | | conditionally call element_children().
* - Patch #357021 by Kars-T, yched: fixed #after_build_done() set after first ↵Dries Buytaert2010-01-02
| | | | after_build() function was run, instead of all after_build() functions.
* - Patch #670250 by boombatower: more documentation clean-ups.Dries Buytaert2009-12-31
|
* - Patch #666024 by boombatower, mcrittenden: code and documentation clean-ups.Dries Buytaert2009-12-30
|
* - Patch #437018 by JamesAn: convert form_options_flatten() in form.inc to ↵Dries Buytaert2009-12-29
| | | | use new static caching API.
* - Patch #646678 by fgm: fixed incorrect multicall implementation.Dries Buytaert2009-12-29
|
* #669522 by chx: Remove ugly code in getUpdaterFromDirectory.Angie Byron2009-12-29
|
* - Patch #668150 by mfb: fxed theme_item_list() when used with nested lists.Dries Buytaert2009-12-28
|
* - Patch #661420 by justinrandell, David_Rothstein: made installation of ↵Dries Buytaert2009-12-28
| | | | modules much more efficient.
* - Patch #664544 by yched: removed unnecessary drupal_static_reset().Dries Buytaert2009-12-27
|
* #358815 by David_Rothstein, meatsack, and John Morahan: Fixed performance of ↵Angie Byron2009-12-27
| | | | drupal_get_install_files() with large file trees.
* - Patch #664544 by yched: clean-up entity build/view modes.Dries Buytaert2009-12-26
|
* - Patch #665920 by v_20q: remove a comment inside t() function.Dries Buytaert2009-12-23
|
* - Patch #601548 by Damien Tournoud, moshe weitzman: loosen the dependency ↵Dries Buytaert2009-12-22
| | | | between t() and the theming layer.
* - Patch #635094 by plach: switching from zxx to und as it is semantically ↵Dries Buytaert2009-12-22
| | | | more correct.
* - Patch #664696 by Crell: fixed typo in drupal_write_record() docblock.Dries Buytaert2009-12-21
|
* - Patch #297860 by sun: fixed XML-RPC error handling.Dries Buytaert2009-12-18
|
* - Patch #190867 by David_Rothstein: fixed function name.Dries Buytaert2009-12-17
|
* - Patch #302240 by fago, sun: fixed button broken.Dries Buytaert2009-12-17
|
* - Patch #190867 by chx: fixed access to creating path aliases.Dries Buytaert2009-12-17
|
* - Patch #566494 by Dave Reid, chx, JoshuaRogers, David_Rothstein, Rob Loach, ↵Dries Buytaert2009-12-15
| | | | TheRec, moshe weitzman: cron image does a full bootstrap on every page request so changing to a Javascript-based solution instead. Important performance fix -- what were we smoking? ;-)
* - Patch #360854 by sammys, Crell: added missing db_index_exists(), required ↵Dries Buytaert2009-12-15
| | | | to provide proper upgrade path from Drupal 6 to Drupal 7.
* #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
|