drupal/includes
Angie Byron f6cd923ed7 Back to 7.0-dev 2010-12-30 04:36:53 +00:00
..
database #1007448 by chalet16: Fix typo in DatabaseSchema_pgsql. 2010-12-29 04:03:42 +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 #992564 by wojtha: t() or format_plural() inside watchdog() function call in tracker and action module. 2010-12-11 02:09:00 +00:00
ajax.inc #995854 by rfay, effulgentsia, sun, merlinofchaos, Damien Tournoud, manimejia: Fixed #ajax doesn't work at all if a file element (or enctype => 'multipart/form-data') is included in the form 2010-12-23 04:26:31 +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 #991660 by bblake: Remove unnecessary check_plain calls from authorize.php 2010-12-29 04:07:52 +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 Back to 7.0-dev 2010-12-30 04:36:53 +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 #1004446 by rfay: Fix typo in documentation. 2010-12-21 19:16:31 +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 #968458 by Dave Reid, sun, fago: Add Missing hook_entity_presave(). 2010-12-15 03:39:42 +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 #992928 by das-peter, David_Rothstein: Fixed Command line (Drush) install fails on SQLite (#limit_validation_errors doesn't work for programmatic form submissions) 2010-12-21 21:05:22 +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 #994500 by Gábor Hojtsy: Fixed Drupal should not require .po file rename in installation 2010-12-28 18:17:27 +00:00
install.inc #994500 by Gábor Hojtsy: Fixed Drupal should not require .po file rename in installation 2010-12-28 18:17:27 +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 - Patch #408882 by jhodgdon, pillarsdotnet: incorrect documentation in menu_unserialize() function. 2010-12-17 01:08:15 +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 #991270 by carlos8f, chx: password_count_log2 var out of bounds is a sorry mess. 2010-12-18 00:56:18 +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 #993026 by bblake, agentrickard: Fixed Default sort on admin/content incorrect 2010-12-17 19:28:14 +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 #1007486 by mlncn: Fixed Documentation problem with truncate_utf8: refers to max_return_length instead of max_length 2010-12-28 18:21:58 +00:00
update.inc #1006478 by Stevel, mradcliffe, vwX, bfroehle: Fixed D6 to D7 upgrade on PostgreSQL stopped cold at update.php 2010-12-29 03:46:39 +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