summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Patch #370454 by chx, Damien Tournoud: simplify page caching.Dries Buytaert2009-08-16
|
* #296574 by boombatower and chx: Provide debug function for debugging during ↵Angie Byron2009-08-15
| | | | tests and elsewhere.
* #264876 by Rob Loach, jhedstrom, mfer: Allow external CSS files through ↵Angie Byron2009-08-14
| | | | drupal_add_css().
* #167112 by evil_marty and deekayen: Add support for 'wildcard' .tpl.php ↵Angie Byron2009-08-13
| | | | files to act on any numeric pages, such as page-user-%.tpl.php
* #533586 by dww and chx: Refactor dependency checks into sharable helper ↵Angie Byron2009-08-13
| | | | functions.
* #545952 by yoroy and Gábor Hojtsy: move modules to config/modules.Angie Byron2009-08-12
|
* - Patch #546568 by quicksketch: consistently pass in to #value_callback ↵Dries Buytaert2009-08-12
| | | | functions.
* - Patch #546878 by Gábor Hojtsy, yoroy: move performance settings.Dries Buytaert2009-08-12
|
* #546048 by Gábor Hojtsy: Move maintenance mode setting to config/development.Angie Byron2009-08-11
|
* #514914 by Gábor Hojtsy: Add back removed pager_limits variable.Angie Byron2009-08-11
|
* - Patch #545356 by Damien Tournoud: sidebars were broken in install.php, ↵Dries Buytaert2009-08-11
| | | | update.php, and the expert profile due to a previous patch that made the sidebar regions more semantic for RTL support.
* - Patch #508458 by catch, Gábor Hojtsy, yoroy: created 'Configuration and ↵Dries Buytaert2009-08-11
| | | | modules' section so we can start moving over configuration items. Let's see how this goes ...
* - Patch #536768 by chx: use the database to do type casting so we can clean ↵Dries Buytaert2009-08-11
| | | | up some code. ;-)
* #511760 follow-up by rfay: Improve error messages in file_unmanaged_copy().Angie Byron2009-08-11
|
* - Patch #543948 by Damien Tournoud: remove db_type_placeholder().Dries Buytaert2009-08-10
|
* #485974 by pwolanin, Damien Tournoud, mr.baileys: Improved security by ↵Angie Byron2009-08-08
| | | | limiting the number of allowed login attempts.
* #528856 by catch: Optimize module_implements() by statically caching the ↵Angie Byron2009-08-08
| | | | maintenance mode variable.
* #543594 by Damien Tournoud: Bubble up exceptions in PDO.Angie Byron2009-08-08
|
* #533584 by chx, dww, and Nick Lewis: Allow version-level dependency support ↵Angie Byron2009-08-05
| | | | to work with beta, rc, etc.
* #193383 by TheRec, JirkaRybka, and Bart Jansens: Centralize calls to ↵Angie Byron2009-08-05
| | | | set_time_limit() and prevent warnings/errors.
* #531476 by aaron and mfb: Add favicon mimetype as a theme setting to avoid ↵Angie Byron2009-08-04
| | | | expensive calls to file system.
* #433992 by David_Rothstein and Frando: Change #theme_wrapper to ↵Angie Byron2009-08-04
| | | | #theme_wrappers to allow multiple theme functions to execute on renderable objects.
* #315047 by Josh Waihi: Escape PostgreSQL column names in the changeField ↵Angie Byron2009-08-04
| | | | function.
* #434350 by cpliakas and Crell: Add a method to explicitly close a database ↵Angie Byron2009-08-04
| | | | connection.
* #504256 by Berdir and sun: Fix notice on modules page when first scanning a ↵Angie Byron2009-08-04
| | | | module.
* #341140 by JohnAlbin and chx: Allow drupal_get_path() to be used even when ↵Angie Byron2009-08-04
| | | | database is down.
* #536150 follow-up by gordonh and dww: Move more update.php functions to ↵Angie Byron2009-08-03
| | | | update.inc.
* #226587 by JohnAlbin, E.Z, et al: Make sidebar regions semantic and ↵Angie Byron2009-08-03
| | | | RTL-friendly.
* #412410 by c960657: Make schema descriptions plain text.Angie Byron2009-08-02
|
* #523298 by catch: Speed up static caching in drupal_lookup_path().Angie Byron2009-08-02
|
* - Patch #493466 by arianek, jhodgdon: documentation for file_save_upload ↵Dries Buytaert2009-08-02
| | | | inaccurately describes a parameter.
* - Patch #342950 by Josh Waihi: moving PostgreSQL stored procedures to the ↵Dries Buytaert2009-08-01
| | | | PostgreSQL database backend, where it belongs.
* - Patch #530976 by catch: small performance optimization to drupal_render().Dries Buytaert2009-07-31
|
* - Patch #536198 by boombatower: remove some death code.Dries Buytaert2009-07-31
|
* - Patch #92877 by mfer, Rob Loach, Damien Tournoud, et al: add numeric ↵Dries Buytaert2009-07-30
| | | | weight to drupal_add_css.
* - Patch #535564 by Gábor Hojtsy: the D7UX mockups call for a top level ↵Dries Buytaert2009-07-30
| | | | Content item, which would immediatey lead to the "Find content" screen. The current Drupal 7 code is almost there, but still has an RSS settings item blocking the implementation of this by default and aggregator and book also add subitems.
* - Patch #534480 by solotandem: change explode to implode in the documentation.Dries Buytaert2009-07-30
|
* - Patch #443154 by boombatower, pwolanin: properly report fatal errors as ↵Dries Buytaert2009-07-30
| | | | failures.
* - Patch #535264 by Crell: removing some more legacy cruft.Dries Buytaert2009-07-30
|
* - Patch #495030 by Psicomante: changed locale code for Kyrgyz from ky to kg.Dries Buytaert2009-07-30
|
* - Patch #522176 by espie, mikey_p: improved the error message that one gets ↵Dries Buytaert2009-07-30
| | | | when importing a translation file fails.
* - Patch #511748 by moshe weitzman: pushing rending to later in the cycle so ↵Dries Buytaert2009-07-29
| | | | there is more room for customization.
* - Patch #233091 by dww, anarcat, gordon: restructured update.php to start ↵Dries Buytaert2009-07-29
| | | | making it possible to update Drupal sites from the shell.
* - Patch #493746 by Dave Reid: code clean-up of drupal_attributes().Dries Buytaert2009-07-28
|
* - Patch #491556 by Berdir: completed converting core to DBTNG. Oh my. Kudos ↵Dries Buytaert2009-07-28
| | | | to Berdir for this humongous effort.
* - Patch #211747 by chx, alex_b, dww: allow specifying version information as ↵Dries Buytaert2009-07-28
| | | | part of module dependencies.
* - Patch #524728 by David_Rothstein, anarcat: white space clean-up.Dries Buytaert2009-07-28
|
* - Patch #513592 by Damien Tournoud: make it faster to rebuild the registry, ↵Dries Buytaert2009-07-28
| | | | mainly to improve performance of SimpleTest.
* - Patch #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor ↵Dries Buytaert2009-07-28
| | | | install.php to allow Drupal to be installed from the command line.
* - Patch #227232 by dopry, c960657, jmstacey, pwolanin, aaron, drewish: added ↵Dries Buytaert2009-07-27
| | | | initial support for PHP file wrappers.