drupal/includes
Dries Buytaert eeac53e45f - Patch #1266694 by Damien Tournoud: Fixed DatabaseStatementPrefetch doesn't implement fetchColumn(). 2011-09-11 13:00:50 -04:00
..
database - Patch #1266694 by Damien Tournoud: Fixed DatabaseStatementPrefetch doesn't implement fetchColumn(). 2011-09-11 13:00:50 -04:00
filetransfer - Patch #1263902 by cweagans: Code style: filetransfer.inc. 2011-09-10 11:39:03 -04:00
actions.inc Issue #1136130 by pillarsdotnet: Reinstated WATCHDOG_* constants; using PHP equivalents caused issues on Windows. 2011-07-04 09:58:33 -07:00
ajax.inc Issue #634616 follow-up by sun: Documentation and bug fix for 'prevent' AJAX property. 2011-07-21 23:47:23 -07:00
archiver.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
authorize.inc Issue #1049462 by rfay: Fixed Usage of deprecated form_state['clicked_button'] causes bugs during AJAX submissions by non-buttons. 2011-06-29 23:16:23 -07:00
batch.inc - Patch #597108 by jn2: array key syntax in () was not consistent. 2011-07-31 23:41:25 -04:00
batch.queue.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
bootstrap.inc - Patch #1265700 by Gábor Hojtsy: Little modernization of language_default(). 2011-09-07 22:00:12 -04:00
cache-install.inc - Patch #81461 by catch, pillarsdotnet, beejeebus: clean up the cache API (stop overloading function arguments, remove procedural wrappers). 2011-09-07 14:38:31 -04:00
cache.inc - Patch #81461 by catch, pillarsdotnet, beejeebus: clean up the cache API (stop overloading function arguments, remove procedural wrappers). 2011-09-07 14:38:31 -04:00
common.inc - Patch #1272686 by Paul Simard, bfroehle, beejeebus: convert existing cache_* calls to the new cache()-> API. 2011-09-11 12:14:18 -04:00
date.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
entity.inc - Patch #1273444 by Xano: Missing operator docs for EntityFieldQuery's propertyCondition() and addFieldCondition(). 2011-09-10 11:23:23 -04:00
errors.inc Issue #1136130 by pillarsdotnet: Reinstated WATCHDOG_* constants; using PHP equivalents caused issues on Windows. 2011-07-04 09:58:33 -07:00
file.inc Issue #1002048 by Akaoni, Boobaa, joosts, sfyn, bfroehle: Fixed Work around move_uploaded_file() issues with safe_mode() and open_basedir(). 2011-08-30 00:35:47 -07:00
file.mimetypes.inc - Patch #1239376 by Dave Reid: .ogg file extension incorrectly mapped to 'application/ogg' in file_default_mimetype_mapping(). 2011-08-07 13:50:46 -04:00
form.inc - Patch #1272686 by Paul Simard, bfroehle, beejeebus: convert existing cache_* calls to the new cache()-> API. 2011-09-11 12:14:18 -04:00
gettext.inc - Patch #1272686 by Paul Simard, bfroehle, beejeebus: convert existing cache_* calls to the new cache()-> API. 2011-09-11 12:14:18 -04:00
graph.inc - Patch #1024684 by linclark: omit & in @param statements. 2011-05-08 15:50:38 -04:00
image.inc Issue #1136130 by pillarsdotnet: Reinstated WATCHDOG_* constants; using PHP equivalents caused issues on Windows. 2011-07-04 09:58:33 -07:00
install.core.inc - Patch #1231402 by Gábor Hojtsy: Drupal does not use ISO language codes, iso.inc is misleading. 2011-09-08 14:29:58 -04:00
install.inc Issue #1136130 by pillarsdotnet: Reinstated WATCHDOG_* constants; using PHP equivalents caused issues on Windows. 2011-07-04 09:58:33 -07:00
language.inc - Patch #1096340 by plach: stale language types/negotation info after enabling/disabling modules. 2011-05-13 15:46:56 -04:00
locale.inc - Patch #1231402 by Gábor Hojtsy: Drupal does not use ISO language codes, iso.inc is misleading. 2011-09-08 14:29:58 -04:00
lock.inc - Patch #1216886 by pounard: _lock_id() shouldn't use drupal_static(), any cache clear would potentially make locks stall. 2011-07-31 23:34:33 -04:00
mail.inc Issue #1136130 by pillarsdotnet: Reinstated WATCHDOG_* constants; using PHP equivalents caused issues on Windows. 2011-07-04 09:58:33 -07:00
menu.inc - Patch #1272686 by Paul Simard, bfroehle, beejeebus: convert existing cache_* calls to the new cache()-> API. 2011-09-11 12:14:18 -04:00
module.inc - Patch #1272686 by Paul Simard, bfroehle, beejeebus: convert existing cache_* calls to the new cache()-> API. 2011-09-11 12:14:18 -04:00
pager.inc Issue #1222802 by franz, droplet, jhodgdon, Krasnyj: Fixed theme_pager_link() doc missing 'text' variable. 2011-07-28 15:36:06 -04:00
password.inc Issue #1203852 by pwolanin: Changed Increase hashing iterations for more secure password hashes. 2011-07-03 10:52:25 -07:00
path.inc - Patch #1272686 by Paul Simard, bfroehle, beejeebus: convert existing cache_* calls to the new cache()-> API. 2011-09-11 12:14:18 -04:00
registry.inc - Patch #1272686 by Paul Simard, bfroehle, beejeebus: convert existing cache_* calls to the new cache()-> API. 2011-09-11 12:14:18 -04:00
session.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
standard.inc Committing missing file from #1231402 to un-break testbot. 2011-09-08 16:46:04 -07:00
stream_wrappers.inc - Patch #1224802 by kiamlaluno: DrupalLocalStreamWrapper::stream_open() uses a local variable instead of the argument passed by reference. 2011-07-31 23:30:32 -04:00
tablesort.inc - Patch #839556 by dalin, jrchamp, effulgentsia, dmitrig01, David_Rothstein: fix isset regression in tablesort, add tests, and cleanup theme_process_registry(). 2011-04-10 18:03:07 +02:00
theme.inc - Patch #1272686 by Paul Simard, bfroehle, beejeebus: convert existing cache_* calls to the new cache()-> API. 2011-09-11 12:14:18 -04:00
theme.maintenance.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
token.inc - Patch #1164226 by TR: token_find_with_prefix() has typos, token.inc not up to doc standards. 2011-05-23 20:59:07 -04:00
unicode.entities.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
unicode.inc Issue #1136130 by pillarsdotnet: Reinstated WATCHDOG_* constants; using PHP equivalents caused issues on Windows. 2011-07-04 09:58:33 -07:00
update.inc Issue #1226796 by sun: Fixed Not equal operator '!=' is not supported by all databases, must be '<>'. 2011-07-28 14:38:33 -04:00
updater.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
utility.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
uuid.inc - Patch #1252486 by dixon_, skwashd, heyrocker, Rob Loach: low level UUID API in core. 2011-08-31 06:24:17 -04:00
xmlrpc.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
xmlrpcs.inc - Patch #897140 by fgm: system.methodSignature returns incorrect and incomplete data. 2011-04-10 22:17:11 +02:00