summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Patch #422374 by JamesAn: convert to use the new static caching API.Dries Buytaert2009-04-03
|
* - Patch #254491 by chx, catch, justinrandell, pwolanin, David_Rothstein, et ↵Dries Buytaert2009-04-02
| | | | al: centralized static caching to improve testability of the Drupal code, and to remove $reset-parameters. Thanks for taking the time to convince me, catch!
* - Patch #317775 by pwolanin, justinrandell: caching entire {menu_router} ↵Dries Buytaert2009-04-02
| | | | table causes MySQL error/slow rebuilds and slows menu_link_save.
* - Patch #333054 by c960657: page cache should be case sensitive.Dries Buytaert2009-04-01
|
* #368064 by catch: Provide a top-level 'International' menu item for ↵Angie Byron2009-03-31
| | | | localization and translation-related items.
* #373225 by Josh Waihi: Make PostgreSQL cast values when changing database ↵Angie Byron2009-03-31
| | | | columns to prevent data loss.
* #279233 by jbomb: Fix grammar in e-mail message string.Angie Byron2009-03-30
|
* #259368 by Rob Loach, mfer, and sun: Allow drupal_add_css() to add/aggregate ↵Angie Byron2009-03-30
| | | | inline CSS.
* #365996 by sammys: Correct timestamp type name in PostgreSQL.Angie Byron2009-03-30
|
* #304330 follow-up by sun: Clean-up of text format widget patch.Angie Byron2009-03-30
|
* - Patch #351898 by mfb: database API was not E_STRICT compatible.Dries Buytaert2009-03-29
|
* #297972 by scor, yched, Steven Jones, and heyrocker: Allow drupal_execute() ↵Angie Byron2009-03-28
| | | | to be performed within batch API (with tests).
* - Patch #400524 by mr.baileys, james-oppenheim: fixed documentation.Dries Buytaert2009-03-28
|
* #373514 by jaydee18 and jbomb: Fix typo in transaction property.Angie Byron2009-03-25
|
* #353883 follow-up by Damien Tournoud: Fix typo causing fatal errors when ↵Angie Byron2009-03-25
| | | | running tests.
* - Patch #408962 by brianV: documentation improvements.Dries Buytaert2009-03-21
|
* - Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation ↵Dries Buytaert2009-03-20
| | | | to user and administration menu. Will require follow-up patches.
* - Patch #353883 by Damien Tournoud, killes, et al: converted queries to the ↵Dries Buytaert2009-03-19
| | | | new database abstraction layer.
* - Patch #332266 by mr.baileys, Dave Reid, cwgordon7: fixed broken SQL query ↵Dries Buytaert2009-03-18
| | | | in actions code.
* - Patch #309586 by mr.baileys: IP address from XFF header contains spaces ↵Dries Buytaert2009-03-18
| | | | and improved code comments.
* #399488 by mr.baileys: Fix invalid markup generated by l().Angie Byron2009-03-17
|
* - Patch #333156 by stella: add ability to configure the default country.Dries Buytaert2009-03-17
|
* - Patch #401922 by Damien Tournoud: fixed parent link detection.Dries Buytaert2009-03-14
|
* - Patch #12201 by mfb: added support for table descriptions.Dries Buytaert2009-03-14
|
* - Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from ↵Dries Buytaert2009-03-14
| | | | Views.
* #343999 by Crell, chx, and Alexander Pas: Add facility for doing NULL / NOT ↵Angie Byron2009-03-14
| | | | NULL conditions to DBTNG.
* - Patch #394616 by csevb10: converted to new database abstraction layer.Dries Buytaert2009-03-14
|
* #372914 by chx: Fix link titles when using a non-t() callback.Angie Byron2009-03-14
|
* - Patch #381306 by plach: closing file handler to avoid problems on certain ↵Dries Buytaert2009-03-10
| | | | systems.
* - Patch #373613 by drewish, quicksketch: working around some Debian issues. ↵Dries Buytaert2009-03-10
| | | | They ship a different GD library.
* - Patch #373613 by quicksketch and drewish: in order to operate on images ↵Dries Buytaert2009-03-09
| | | | | | | | | | multiple times (such as crop, scale, then desaturate) without quality loss, we need to pass images by their raw GD (or other library) resources rather than re-opening the same image repeatedly, which causes wasted processing and loss of quality when using JPEG images. This patch reworks the image toolkits, adds some new image manipulations and adds some impressive SimpleTests.
* - Patch #244904 by keith.smith, edmund.kwok, xano, David_Rothstein: rename ↵Dries Buytaert2009-03-08
| | | | 'input formats'.
* #292565 by John Morahan and lyricnz: Fix 404 on search form from a 404 page ↵Angie Byron2009-03-08
| | | | (with tests).
* #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.Angie Byron2009-03-08
|
* #304163 by chx: Allow update.php to re-generate settings.php. Now possible ↵Angie Byron2009-03-01
| | | | to upgrade Drupal 6 to Drupal 7. Oh, yeah.
* #91250 by ontwerpwerk, hass, profix898, Rob Loach, and mfer: Allow ↵Angie Byron2009-02-28
| | | | drupal_add_js() to reference external JavaScript files.
* Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.Angie Byron2009-02-26
|
* - Patch #381438 by drumm: do not use page cache for drupal.sh requests.Dries Buytaert2009-02-25
|
* - Patch #380400 by flobruit: fixed up the documentation.Dries Buytaert2009-02-24
|
* #349671 by Damien Tournoud and Josh Waihi: Make the PostgreSQL driver ↵Angie Byron2009-02-24
| | | | independent of schema to fix D6 => D7 update.
* - Patch #380064 by c960657: make file_scan_directory() use save property ↵Dries Buytaert2009-02-22
| | | | names as file_load().
* - Patch #299267 by Crell: add extender support to the SELECT query builder.Dries Buytaert2009-02-22
|
* - Patch #374940 by Dave Reid et al: fixed MergeQuery problem.Dries Buytaert2009-02-22
|
* #330983 by recidive and boombatower: Rename users/users_roles tables to ↵Angie Byron2009-02-18
| | | | user/user_role for consistency.
* #255551 by drewish and c960657: Array-itize file_scan_directory()'s ↵Angie Byron2009-02-18
| | | | parameters (DX improvement).
* #125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow ↵Angie Byron2009-02-18
| | | | compatibility with other JavaScript libraries.
* #370846 follow-up by catch: Fix #weight sorting in drupal_render().Angie Byron2009-02-13
|
* #369423 by nedjo: Fix drupal_write_record() bug with multi-field primary ↵Angie Byron2009-02-13
| | | | keys (with tests).
* #347288 by plach: Fix Locale uninstall (with tests).Angie Byron2009-02-13
|
* #373502 by drewish and sun: Add function to delete unmanaged files ↵Angie Byron2009-02-13
| | | | recurisevely (with tests).