drupal/includes
Dries Buytaert fa40f24460 - Patch #20235 by chx: fixed problem with db_set_active(). 2005-04-14 18:50:16 +00:00
..
bootstrap.inc - Removed some dead code. 2005-04-12 16:55:11 +00:00
common.inc - #4166: Respect 'access userlist' permission for profile data. 2005-04-11 22:48:27 +00:00
database.inc - Patch #19609 by Daniel: fix problem with database prefixing 2005-04-08 14:24:03 +00:00
database.mysql.inc - Patch #20235 by chx: fixed problem with db_set_active(). 2005-04-14 18:50:16 +00:00
database.pgsql.inc - Fixed bug #19868: undefined variable. 2005-04-08 11:24:46 +00:00
file.inc - Patch #19739 by Uwe: corrected many typo's in the documentation and code comments 2005-03-31 21:18:08 +00:00
image.inc - #19517: Fix GD2 toolkit error. 2005-03-29 00:01:23 +00:00
locale.inc - #19873: drupal_specialchars -> check_plain 2005-04-02 18:22:17 +00:00
menu.inc - Patch #13503 by chx: made the menu cache locale aware. 2005-04-07 20:00:48 +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 #19298 by Jeremy: loose caching! 2005-04-11 19:05:52 +00:00
tablesort.inc - #18817: Clean up plain-text checking (see drupal-devel!) 2005-03-31 09:25:33 +00:00
theme.inc - Patch #12794 by assimonds: make sure the node module is optional. 2005-04-13 17:59:39 +00:00
xmlrpc.inc - Patch #19739 by Uwe: corrected many typo's in the documentation and code comments 2005-03-31 21:18:08 +00:00
xmlrpcs.inc - Improved XML encoding fix. There is now a function drupal_xml_parser_create(): 2004-01-06 12:09:42 +00:00