drupal/includes
Dries Buytaert 206ad87aa9 - Patch #40855 by Ber: fixed typo in watchdog message. 2005-12-12 11:37:31 +00:00
..
bootstrap.inc - Removed valid_input_check(). 2005-11-30 10:05:19 +00:00
common.inc - Patch #39566 by chx: fixed incorrect encoding in URLs. 2005-12-02 10:30:59 +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 #38889 by rkerr: db_error and db_affected_rows did not work properly in presence of multiple database connections. 2005-12-07 15:41:17 +00:00
database.pgsql.inc - Patch #38889 by rkerr: db_error and db_affected_rows did not work properly in presence of multiple database connections. 2005-12-07 15:41:17 +00:00
file.inc - Patch #40855 by Ber: fixed typo in watchdog message. 2005-12-12 11:37:31 +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 #11758 by Richard Archer: fixed mbstring clash. 2005-11-28 15:45:19 +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 #28482 by Uwe: add $ tags to all files. Patch has some rejects. 2005-08-17 20:03:29 +00:00
xmlrpc.inc - Patch #34214 by ax: 2005-10-28 13:13:59 +00:00
xmlrpcs.inc - Patch #37400 by vwX/chx: fixed problem with methodHelp 2005-11-13 08:18:47 +00:00