drupal/includes
Gábor Hojtsy c9c86ebf84 #145251 by chx: document that one needs to include the proper 'op' value in arrays passed to drupal_execute() to trigger the right action 2007-09-25 15:14:37 +00:00
..
actions.inc #174170 by Shiny: different method to insert an action row with default values, so it works with PostgreSQL too 2007-09-09 20:01:39 +00:00
batch.inc - Patch #172950 by webernet: code style fixes. 2007-09-04 21:10:45 +00:00
bootstrap.inc #174025 by killes: small performance improvement for drupal_is_denied() 2007-09-10 12:19:11 +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 #173494 by scor: removing a strange string concatenation from common.inc 2007-09-20 08:30:34 +00:00
database.inc #175524 by bjaspan: document the exisance of the description fields in schema API 2007-09-14 10:43:26 +00:00
database.mysql-common.inc #162432 by bjaspan and chx: serial columns need their keys defined in db_change_field() and friends in MySQL 2007-09-14 17:46:32 +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 - Patch #172433 by webchick: better connection error reporting for mysqli. 2007-09-03 17:02:16 +00:00
database.pgsql.inc #177608 by spatcz4000: MySQL was mentioned in comment for PostgreSQL code 2007-09-25 11:44:35 +00:00
file.inc #159474 by chx: destination file name should be used in help text, not source file name, which is not available even 2007-09-25 12:39:31 +00:00
form.inc #145251 by chx: document that one needs to include the proper 'op' value in arrays passed to drupal_execute() to trigger the right action 2007-09-25 15:14:37 +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 #112064 by Dave Cohen and pwolanin: do not cache installer redirects, so live Drupal pages will be visible instead of cached installer pages 2007-09-07 10:48:24 +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 #172433 by chx: use the proper mysqli error function if there is no connection 2007-09-02 12:50:55 +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 #173274 by Desbeers: treat <front> as the empty path, when adding path prefixes, so we get the proper result 2007-09-06 14:03:52 +00:00
locale.inc - Patch #172950 by webernet: code style fixes. 2007-09-04 21:10:45 +00:00
mail.inc - Patch #172950 by webernet: code style fixes. 2007-09-04 21:10:45 +00:00
menu.inc #172764 by pwolanin and chx: avoid using the expensive array_shift() in menu.inc 2007-09-10 12:21:30 +00:00
module.inc - Patch #172950 by webernet: code style fixes. 2007-09-04 21:10:45 +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 #177421 by malex, Desbeers and chx: proper value of mission statement variable for themes 2007-09-25 12:43:18 +00:00
unicode.inc - Patch #142337 by drewish: fixed E_ALL problem. 2007-05-12 06:08:56 +00:00
xmlrpc.inc - Patch #172950 by webernet: code style fixes. 2007-09-04 21:10:45 +00:00
xmlrpcs.inc - Patch #172950 by webernet: code style fixes. 2007-09-04 21:10:45 +00:00