drupal/includes
Dries Buytaert 1a81546edb - Backported chx's XML-RPC library. 2005-08-14 22:33:25 +00:00
..
bootstrap.inc - Patch #19933 by willmoy: stop output buffering once the page has been rendered. 2005-04-05 19:00:24 +00:00
common.inc - Fix braino in doxygen. 2005-07-29 19:05:31 +00:00
database.inc - Patch #19609 by Daniel: fix problem with database prefixing 2005-04-08 14:24:10 +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-14 09:58:26 +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-14 09:58:26 +00:00
file.inc - Patch by Drumm: one more attempt at fixing file_create_path(). 2005-05-18 05:17:56 +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:28 +00:00
locale.inc - #11689: Fix locale import location cutting off thingie. 2005-07-29 19:01:17 +00:00
menu.inc - Patch #22416: fixed typo that prevented menu item descriptions from showing up in links. 2005-06-05 09:47:51 +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 - #18817: Clean up plain-text checking (see drupal-devel!) 2005-03-31 09:25:33 +00:00
session.inc - Patch by Thomas: always use db abstraction layer 2005-08-10 20:43:03 +00:00
tablesort.inc - #18817: Clean up plain-text checking (see drupal-devel!) 2005-03-31 09:25:33 +00:00
theme.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:31 +00:00
xmlrpc.inc - Backported chx's XML-RPC library. 2005-08-14 22:33:25 +00:00
xmlrpcs.inc - Backported chx's XML-RPC library. 2005-08-14 22:33:25 +00:00