summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* #546356 by jhodgdon and threexk: Change 'login' verb to 'log in' in user ↵Angie Byron2010-01-11
| | | | interface.
* #677654 follow-up by asimmonds: Fixed notice in error handling.Angie Byron2010-01-11
|
* #637712 by c960657 and Dave Reid: Fixed Fieldset is back in user ↵Angie Byron2010-01-10
| | | | registration form.
* #660856 by effulgentsia: Optimize template_preprocess().Angie Byron2010-01-10
|
* #680022 by yched: Fixed template_preprocess() generates invalid CSS classes.Angie Byron2010-01-10
|
* #479368 by Heine and asimmonds: Fixed drupal_to_js() provides bad unicode ↵Angie Byron2010-01-09
| | | | conversions.
* #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more ↵Angie Byron2010-01-09
| | | | extraneous 'Please' in the interface.
* #563106 by quicksketch, scor, andypost, ctmattice1, catch, yched, adrian: ↵Angie Byron2010-01-09
| | | | Fix critical upgrade path bugs from Drupal 6 to Drupal 7
* #299308 by redndahead, Dave Reid, dropcube, catch, redndahead, and dbabbage: ↵Angie Byron2010-01-09
| | | | Add POD to installation requirements.
* - Patch #667038 by effulgentsia: optimize template_process().Dries Buytaert2010-01-09
|
* #629794 follow-up by yched: Fixed batch API in update.php.Angie Byron2010-01-09
|
* - Patch #550010 by c960657: DatabaseConnection::prepareQuery() ignores ↵Dries Buytaert2010-01-08
| | | | argument.
* - Patch #187398 by andypost, Crell, lilou, Gábor Hojtsy, sun: re-split ↵Dries Buytaert2010-01-08
| | | | locale module.
* #601768 by Crell and Damien Tournoud: Add a DatabaseStatementEmpty to allow ↵Angie Byron2010-01-08
| | | | complex query to return a proper empty set.
* #634472 by sun and effulgentsia: Allow menu template file suggestions.Angie Byron2010-01-08
|
* #645822 by sun: Fixed #ajax is not extensible (and partially buggy).Angie Byron2010-01-08
|
* #629794 by yched: Fix Scaling issues with batch API. (with tests)Angie Byron2010-01-08
|
* #227677 by c960657, yched, cha0s, Dave Reid, et al: Fixed ↵Angie Byron2010-01-08
| | | | drupal_write_record() can't update a column to NULL. (with tests)
* #678628 by bdragon and matt2000: Fixed 'More help' links missing from interface.Angie Byron2010-01-08
|
* #677654 by moshe weitzman: Fixed PHP notices logged as severity=WATCHDOG_ERROR.Angie Byron2010-01-08
|
* #621008 by seutje: Fixed 'theme path' is wrong for theme process and ↵Angie Byron2010-01-07
| | | | preprocess overrides.
* #265719 by kkaefer, JacobSingh, ksenzee, and rfay: Fixed CSS aggregator ↵Angie Byron2010-01-07
| | | | produces invalid code and directory names for @import files which breaks IE (with tests).
* #592018 by mverbaar, Jacine, et al: Re-organize styles across stylesheets ↵Angie Byron2010-01-07
| | | | from system.module and separate presentational and behavior-supporting styles.
* #619666 follow-up by effulgentsia: Make performance-critical usage of ↵Angie Byron2010-01-07
| | | | drupal_static() grokkable.
* #633678 by Josh Waihi, chx, Crell, David Strauss, and Damien Tournoud: Make ↵Angie Byron2010-01-07
| | | | sequence API work on non-MySQL databases.
* - Patch #280058 by sun, recidive: refactor drupal_map_assoc().Dries Buytaert2010-01-06
|
* #671348 by Garrett Albright: Fixed escape error with SQLite.Angie Byron2010-01-06
|
* - Patch #652588 by scor: updated RDF mapping definition in the core modules.Dries Buytaert2010-01-05
|
* #420358 follow-up by Dave Reid: Rename profiles default => standard and ↵Angie Byron2010-01-04
| | | | expert => minimal, for consistency with labels.
* #580868 by anarcat and Dave Reid: Make 'Modules' its own top-level admin link.Angie Byron2010-01-04
|
* #669374 by jhodgdon: Change @verbatim in Doxygen to @code.Angie Byron2010-01-04
|
* - Patch #673644 by mr.baileys: mark drupal_json_encode()/decode as PHP wrappers.Dries Buytaert2010-01-04
|
* #338630 by plach, dagmar, David Koudela, arhak, et al: Enable Locale to ↵Angie Byron2010-01-04
| | | | rebuild lost Javascript translation files.
* #643984 by catch: Cache results of menu_get_item(). This makes it possible ↵Angie Byron2010-01-04
| | | | to serve a page in Drupal 7 with no hits to the database when using alternate caching backends.
* #646874 by sun and David_Rothstein: Remove assumptions about Contextual ↵Angie Byron2010-01-04
| | | | links and Shortcut modules from template files.
* #669608 by catch: Make menu.inc pluggable, to support high-performance ↵Angie Byron2010-01-04
| | | | options in contrib.
* #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons.Angie Byron2010-01-03
|
* - Patch #424372 by #424372 by mr.baileys: small code clean-up.Dries Buytaert2010-01-03
|
* - 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.