drupal/includes
Steven Wittens 11a4aba9a6 - #26688: Add mbstring support to Drupal and clear up string handling fuzzies. 2005-07-25 20:40:35 +00:00
..
bootstrap.inc - Patch #27003 by Neil: use named constants instead of strings 2005-07-23 05:57:27 +00:00
common.inc - #26688: Add mbstring support to Drupal and clear up string handling fuzzies. 2005-07-25 20:40:35 +00:00
database.inc - Patch #18213 by chx: boostrap system. Modified to work with HEAD, tidied 2005-06-22 20:19:58 +00:00
database.mysql.inc - Patch #18213 by chx: boostrap system. Modified to work with HEAD, tidied 2005-06-22 20:19:58 +00:00
database.pgsql.inc - Patch #18213 by chx: boostrap system. Modified to work with HEAD, tidied 2005-06-22 20:19:58 +00:00
file.inc - Patch by Drumm: one more attempt at fixing file_create_path(). 2005-05-18 05:17:11 +00:00
image.inc - Patch #24157 by chx/Robin/...: changed file_exists() to is_file() to fix several problems with modules using theimage toolkit. 2005-06-19 08:59:06 +00:00
locale.inc - Patch #27003 by Neil: use named constants instead of strings 2005-07-23 05:57:27 +00:00
menu.inc - Patch #18213 by chx: boostrap system. Modified to work with HEAD, tidied 2005-06-22 20:19:58 +00:00
module.inc - Patch #19895 by Moshe: currently modules can inadvertently load all other modules during the bootstrap. this is easy to do by calling a node_load() or module_invoke_all(). this degrades performance for anonymous users when caching is enabled. With this patch, the module writer will see an php error like "Call to undefined function: drupal_set_html_head()" if this is attempted. basically, unavailable functions are actually reported as unavailable. 2005-04-03 08:03:18 +00:00
pager.inc - Fix mistakes in pager patch. 2005-05-25 05:42:05 +00:00
session.inc - Patch #18213 by chx: boostrap system. Modified to work with HEAD, tidied 2005-06-22 20:19:58 +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 #27003 by Neil: use named constants instead of strings 2005-07-23 05:57:27 +00:00
unicode.inc - #26688: Add mbstring support to Drupal and clear up string handling fuzzies. 2005-07-25 20:40:35 +00:00
xmlrpc.inc - Patch #26391 by chx: replaced the old XML-RPC library with a smaller/better/working one. 2005-07-13 18:46:15 +00:00
xmlrpcs.inc - Patch #26391 by chx: replaced the old XML-RPC library with a smaller/better/working one. 2005-07-13 18:46:15 +00:00