drupal/includes
Dries Buytaert 75abab2451 - Patch #29274 by Jeremy: the "fuzzy cache" mechanism is supposed to enforce a minimum time before the cache table is flushed. Logical errors in the fuzzy cache implementation are leading to the cache table being flushed more frequently. Configuration is simplified by removing all references to "strict" and "loose" caches. Instead, the cache is either "disabled" or "enabled". Additionally, the site administrator can now configure the "minimum cache lifetime", the minimum amount of time cached data will remain cached. 2005-08-22 05:09:01 +00:00
..
bootstrap.inc - Patch #29274 by Jeremy: the "fuzzy cache" mechanism is supposed to enforce a minimum time before the cache table is flushed. Logical errors in the fuzzy cache implementation are leading to the cache table being flushed more frequently. Configuration is simplified by removing all references to "strict" and "loose" caches. Instead, the cache is either "disabled" or "enabled". Additionally, the site administrator can now configure the "minimum cache lifetime", the minimum amount of time cached data will remain cached. 2005-08-22 05:09:01 +00:00
common.inc - Patch #29103 by chx: do not encode apostrophes. 2005-08-19 11:10:35 +00:00
database.inc - #27231: Friendly DB error screens. 2005-07-27 01:58:43 +00:00
database.mysql.inc - Patch #25522 by Cvbge: _db_query() does not return FALSE in case of errors as stated in documentation. 2005-08-11 13:51:07 +00:00
database.pgsql.inc - Patch #25522 by Cvbge: _db_query() does not return FALSE in case of errors as stated in documentation. 2005-08-11 13:51:07 +00:00
file.inc - Patch #28482 by Uwe: add CVS $Id$ tags to all source files in Drupal core. This allows admins to know exactly which version of which files they use. In addition I want to use CVS $Id$ tags in my upcoming security.module to check for possible vulnerabilities. That's not possible if some files simply don't have $Id$s. 2005-08-11 12:57:41 +00:00
image.inc - Patch #27863 by Robrecht: fixed order of parameters passed to imagecopy(). Could result in black images. 2005-07-31 10:16:12 +00:00
locale.inc - #11689: Fix locale import location cutting off thingie. 2005-07-29 18:56:58 +00:00
menu.inc - Patch #28482 by Uwe: add CVS $Id$ tags to all source files in Drupal core. This allows admins to know exactly which version of which files they use. In addition I want to use CVS $Id$ tags in my upcoming security.module to check for possible vulnerabilities. That's not possible if some files simply don't have $Id$s. 2005-08-11 12:57:41 +00:00
module.inc - Patch #27645 by Neil: refactor away module_load_all(). 2005-07-29 07:09:30 +00:00
pager.inc - Patch #27980 by Neil Drumm: removed unused function. 2005-08-10 20:50:14 +00:00
session.inc - Patch by Thomas: always use db abstraction layer 2005-08-10 20:42:54 +00:00
tablesort.inc - #26688: Add mbstring support to Drupal and clear up string handling fuzzies. 2005-07-25 20:38:30 +00:00
theme.inc - Patch #29002 by Neil: list_themes() currently returns all themes, not just enabled themes. This functionality is only used in one place- configuration for disabled themes. These configuration pages can be removed with a usability improvement since you shouldn't be able to configure things which are disabled. Additionally, this allows us to remove some extra logic in system_user(). And it it more consistent with the module API which only lists enabled modules. 2005-08-18 22:07:14 +00:00
unicode.inc - Remove left-over commented out statement. 2005-08-17 01:25:07 +00:00
xmlrpc.inc - Patch #7458 by chx: merged the XML-RPC multicall support into xmlrpc() and use lazy-loading for the XML-RPC libraries.(performance improvement). 2005-08-17 15:01:14 +00:00
xmlrpcs.inc - Patch #28861 by Malthus: fixed typo in XML-RPC backend. Missing $. 2005-08-14 22:27:40 +00:00