drupal/includes
Dries Buytaert 1b073521df - Patch #982814 by sun: messages are generated too early. 2010-12-11 02:06:25 +00:00
..
database #973314 by tekante, Damien Tournoud: Fixed PDO exception when attempting to add a new not null field with initial value 2010-12-08 06:38:59 +00:00
filetransfer #609772 by dww, JacobSingh, ksenzee: Fixed Impossible to extend the FileTransfer class system in contrib 2010-12-01 00:23:36 +00:00
actions.inc - Patch #839556 by jrchamp, dmitrig01: remove pointless usage of array_key_exists(). 2010-10-28 02:27:09 +00:00
ajax.inc - Patch #954804 by ksenzee, merlinofchaos: all .js in /misc should be registered as a library. 2010-11-30 17:16:37 +00:00
archiver.inc #700686 by dww: Make ArchiverInterface::listContents() return a simple list of files, rather than a keyed array, which is inconsistent between extension handlers. 2010-02-01 07:17:59 +00:00
authorize.inc #609772 by dww, JacobSingh, ksenzee: Fixed Impossible to extend the FileTransfer class system in contrib 2010-12-01 00:23:36 +00:00
batch.inc - Patch #954804 by ksenzee, merlinofchaos: all .js in /misc should be registered as a library. 2010-11-30 17:16:37 +00:00
batch.queue.inc #985184 by Steven Jones: Fix brain-o in Batch query causing bad performance on large tables. 2010-12-01 00:21:02 +00:00
bootstrap.inc - Patch #991588 by mfer, mbutcher: make t() faster. 2010-12-09 02:12:08 +00:00
cache-install.inc - Patch #692044 by Damien Tournoud, effulgentsia: a site with statistics module enabled is much slower in serving cached pages in D7 than in D6. 2010-05-18 18:26:30 +00:00
cache.inc #978144 by Damien Tournoud: Fixed cache_get_multiple() inconsistent with cache_get() 2010-12-01 00:26:03 +00:00
common.inc #994482 by babbage: Fixed Syntax error in drupal_add_js API example 2010-12-10 16:44:53 +00:00
date.inc - Patch #854396 by tstoeckler, jhodgdon: improve documentation for date-related functions and hooks in system.module. 2010-12-09 01:51:16 +00:00
entity.inc - Patch #651240 by fago, sun: allow modules to react to changes to an entity. 2010-11-30 19:31:47 +00:00
errors.inc #642160 by boombatower, Damien Tournoud: Make debug() message more usable. 2010-10-16 00:00:17 +00:00
file.inc - Patch #651240 by fago, sun: allow modules to react to changes to an entity. 2010-11-30 19:31:47 +00:00
file.mimetypes.inc - Patch #855310 by aspilicious: fix newlines in file_mimetype().inc. 2010-07-16 02:40:48 +00:00
form.inc #988760 by ksenzee: Fixed theme_container can't be used with non-form elements 2010-12-08 06:55:01 +00:00
graph.inc - Patch #778354 by chx: fixed the world's most confusing typo. 2010-04-22 19:21:12 +00:00
image.inc #307636 by zbricoleur: Fixed image_get_info() fails on IIS on new uploads 2010-12-08 07:11:39 +00:00
install.core.inc #534556 by karschp, coltrane, Bojhan, David_Rothstein: Fix double appearance of the settings.php message in the installer 2010-12-04 01:54:37 +00:00
install.inc #851136 by Crell, chx, Damien Tournoud: Make the database autoloading more robust. 2010-11-29 04:45:11 +00:00
iso.inc #912218 by Gábor Hojtsy: Add missing languages present on localize.drupal.org. 2010-10-09 18:20:43 +00:00
language.inc - Patch #730046 by pwolanin, Damien Tournoud: performance settings page is inconsistent. 2010-05-12 08:26:15 +00:00
locale.inc #926212 by plach, bforchhammer: Fixed URLs rewritten with disabled languages 2010-11-21 09:01:30 +00:00
lock.inc - Patch #855374 by aspilicious: fix newlines in lock.inc. 2010-07-16 11:19:38 +00:00
mail.inc - Patch #830304 by solotandem: drupal_mail() doc example using D6 syntax for t(). 2010-07-28 02:19:56 +00:00
menu.inc #975754 by jhodgdon: Fixed problems with hook_menu() documentation. 2010-12-08 06:48:39 +00:00
module.inc - Patch #752226 by sun, carlos8f, JohnAlbin, chx: module_invoke() doesn't work with hooks placed in include files via hook_hook_info(). 2010-11-27 20:41:38 +00:00
pager.inc #885014 by bojanz, chx: Fixed add missing pager and tablesort query support to EntityFieldQuery. 2010-11-14 22:07:57 +00:00
password.inc - Patch #723802 by pwolanin, scor: fixed documentation. 2010-05-04 15:47:03 +00:00
path.inc - Patch #863318 by carlos8f, andypost, chx, Dave Reid, plach: wrong sort order of aliases for different languages. 2010-11-30 01:05:24 +00:00
registry.inc - Patch #914312 by sdboyer: classes marked 'final' are not picked up by the registry. 2010-09-17 14:45:46 +00:00
session.inc #575280 follow-up by mfb, carlos8f: Empty session IDs break Drupal. (courtesty of BADCamp 2010 woo) 2010-11-13 17:40:09 +00:00
stream_wrappers.inc - Patch #942690 by effulgentsia: security harden stream wrappers by defaulting them as remote. 2010-10-21 12:09:41 +00:00
tablesort.inc - Patch #839556 by jrchamp, dmitrig01: remove pointless usage of array_key_exists(). 2010-10-28 02:27:09 +00:00
theme.inc - Patch #982814 by sun: messages are generated too early. 2010-12-11 02:06:25 +00:00
theme.maintenance.inc #851136 by Crell, chx, Damien Tournoud: Make the database autoloading more robust. 2010-11-29 04:45:11 +00:00
token.inc - Patch #731518 by Damien Tournoud, Dave Reid: allow alteration of token values. 2010-10-18 01:13:07 +00:00
unicode.entities.inc - Patch #445410 by Damien Tournoud: fix $ tags. 2009-04-26 15:14:55 +00:00
unicode.inc - Patch #878408 by pwolanin, Damien Tournoud: replace decode_entities() with built-in html_entity_decode(). 2010-08-11 10:58:22 +00:00
update.inc #984358 by dalin, David_Rothstein: Fixed Upgrade from 6.x to 7.x always pulls your site out of maintenance mode immediately 2010-12-06 06:57:40 +00:00
updater.inc - Patch #895308 by Damien Tournoud: remove file_directory_path(). 2010-09-01 20:08:17 +00:00
utility.inc - Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'. 2010-07-24 17:28:27 +00:00
xmlrpc.inc - Patch #881536 by sun, pwolanin: cannot pass drupal_http_request() options into xmlrpc() function. 2010-08-14 03:15:01 +00:00
xmlrpcs.inc - Patch #656266 by fgm, sun: hook_xmlrpc_alter() cannot alter built-in methods. 2010-10-02 01:22:41 +00:00