drupal/includes
Gábor Hojtsy 1a66aeb39e #171606 by Heine: ported security fix from Drupal 4.7/5; use SCRIPT_NAME instead of PHP_SELF in links to avoid XSS holes 2007-08-30 15:53:39 +00:00
..
actions.inc #155828 by Eaton, pwolanin and jvandyk: let actions live even if actions.module is not turned on 2007-08-29 14:57:50 +00:00
batch.inc - Patch #149593 by yched: batch API fixes. 2007-07-20 05:44:13 +00:00
bootstrap.inc #171606 by Heine: ported security fix from Drupal 4.7/5; use SCRIPT_NAME instead of PHP_SELF in links to avoid XSS holes 2007-08-30 15:53:39 +00:00
cache-install.inc #164935 by Ralf Stamm: standardize CVS Id tags in files: 2007-08-07 08:39:36 +00:00
cache.inc noted by Robert Douglass in his caching presentation: the key param to cache_get should be renamed to cid for consistency (all other functions have cid) 2007-08-26 09:33:49 +00:00
common.inc #171606 by Heine: ported security fix from Drupal 4.7/5; use SCRIPT_NAME instead of PHP_SELF in links to avoid XSS holes 2007-08-30 15:53:39 +00:00
database.inc #168812 by webchick and pwolanin: in case we have a database error, trace it back to the original database function call, so we can provide a more accurate error message for DB errors 2007-08-29 18:38:55 +00:00
database.mysql-common.inc #157682 by bjaspan, chx and JirkaRybka: update.php for Drupal 6, to allow near flowless updates 2007-08-26 08:27:09 +00:00
database.mysql.inc #168812 by webchick and pwolanin: in case we have a database error, trace it back to the original database function call, so we can provide a more accurate error message for DB errors 2007-08-29 18:38:55 +00:00
database.mysqli.inc #168812 by webchick and pwolanin: in case we have a database error, trace it back to the original database function call, so we can provide a more accurate error message for DB errors 2007-08-29 18:38:55 +00:00
database.pgsql.inc #168812 by webchick and pwolanin: in case we have a database error, trace it back to the original database function call, so we can provide a more accurate error message for DB errors 2007-08-29 18:38:55 +00:00
file.inc #159475 by paddy_deburca: maxheight is never defined, height should be used 2007-07-25 17:41:27 +00:00
form.inc - Patch #146667 by coofercat: fixed bug in form builder. 2007-08-26 07:31:48 +00:00
image.gd.inc #164935 by Ralf Stamm: standardize CVS Id tags in files: 2007-08-07 08:39:36 +00:00
image.inc - Patch #148346 by drewish: added PHPdoc. 2007-08-08 07:46:09 +00:00
install.inc #147657 by chx: menu module update function 2007-08-29 20:46:18 +00:00
install.mysql.inc #164765 by dmitrig01: remove trailing PHP closing tags, which were causing problems 2007-08-06 10:28:42 +00:00
install.mysqli.inc #164765 by dmitrig01: remove trailing PHP closing tags, which were causing problems 2007-08-06 10:28:42 +00:00
install.pgsql.inc #164765 by dmitrig01: remove trailing PHP closing tags, which were causing problems 2007-08-06 10:28:42 +00:00
language.inc #158452 by kenji_kun, patch by myself: GET['q'] might not be defined at the language bootstrap phase 2007-07-11 20:07:00 +00:00
locale.inc #162324 by mooffie: keep previously default language enabled and only increment enabled language count, if we are in fact adding an enabled language 2007-08-20 07:54:46 +00:00
mail.inc - Patch #169627 by JirkaRybka: improved logging of mail problems. 2007-08-26 08:00:49 +00:00
menu.inc #147657 by chx: menu module update function 2007-08-29 20:46:18 +00:00
module.inc #166593 by hswong3i: move literal values out of some core queries to support cross-database compatibility (ie. better SQL parsing and altering options) 2007-08-22 08:36:34 +00:00
pager.inc - Patch #163508 by profix898: fixed 4 E_ALL notices. 2007-08-02 10:58:41 +00:00
path.inc #150049 by Moshe Weitzman: empower custom url rewriting with url() options 2007-06-18 06:59:11 +00:00
session.inc - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement. 2007-08-12 15:55:36 +00:00
tablesort.inc - Patch #151491 by john vandyck: fixed notice with table sorting. 2007-06-14 06:12:09 +00:00
theme.inc #103391 follow up patch by bdragon: fix E_NOTICE by checking if href is set 2007-08-30 15:50:58 +00:00
unicode.inc - Patch #142337 by drewish: fixed E_ALL problem. 2007-05-12 06:08:56 +00:00
xmlrpc.inc - Patch #137138 by jvandyk: fixed problem with drupal_http_request() not setting the proper error code when a network effect occurs. Causes the XML-RPC backend to fail. 2007-04-18 20:35:45 +00:00
xmlrpcs.inc - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants. 2006-07-05 11:45:51 +00:00