.. |
database
|
#946968 follow-up by Damien Tournoud: Refactor version check for databases.
|
2010-11-13 23:07:16 +00:00 |
filetransfer
|
- Patch #935036 by bfroehle, dww: file exists in FileTransferFTPExtension->createDirectoryJailed().
|
2010-11-19 03:26:14 +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 #647228 by sun, katbailey, Rob Loach: links are needlessly unable to fully participate in D7 AJAX framework features.
|
2010-10-21 19:31:39 +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
|
#790224 by lotyrin, pwolanin, nenne: Fixed incorrect paths to temp directory in Update Manager.
|
2010-05-14 04:50:18 +00:00 |
batch.inc
|
#902798 by tobiasb: Fix notice in _batch_process().
|
2010-10-04 07:34:26 +00:00 |
batch.queue.inc
|
#629794 by yched: Fix Scaling issues with batch API. (with tests)
|
2010-01-08 06:36:34 +00:00 |
bootstrap.inc
|
- Patch #557298 by Arancaytar, David_Rothstein: drupal_override_server_variables() does not properly override SCRIPT_NAME.
|
2010-11-23 03:08:34 +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
|
- Patch #889366 by Kevin Hankens, jhodgdon: error in DrupalCacheInterface documentation .
|
2010-11-05 19:50:11 +00:00 |
common.inc
|
#672954 by effulgentsia, Jacine: Fixed Wrap inline CSS with explicit CDATA
|
2010-11-22 05:22:43 +00:00 |
date.inc
|
- Patch #11623 by sun, stella, Gábor Hojtsy, Pancho: add ability to localize date formats.
|
2009-10-13 21:34:15 +00:00 |
entity.inc
|
#885014 by bojanz, chx: Fixed add missing pager and tablesort query support to EntityFieldQuery.
|
2010-11-14 22:07:57 +00:00 |
errors.inc
|
#642160 by boombatower, Damien Tournoud: Make debug() message more usable.
|
2010-10-16 00:00:17 +00:00 |
file.inc
|
#920600 by bojanz, solotandem: Fixed Document the deprecated parameter in entity_load()
|
2010-11-20 09:43:43 +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
|
- Patch #953914 by chx, yched, pifantastic: #limit_validation_errors() fails is parents array contains numeric indexes.
|
2010-11-17 04:10:52 +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
|
- Patch #855316 by aspilicious: fix newlines in image.inc.
|
2010-07-16 02:39:38 +00:00 |
install.core.inc
|
- Patch #689954 by Mark Trapp: installation complete message doesn't conform to Drupal path conventions.
|
2010-11-05 20:53:38 +00:00 |
install.inc
|
#151452 by David_Rothstein, Dave Reid, tstoeckler: Fixed uninstalling modules does not follow dependencies.
|
2010-11-20 03:34:30 +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
|
#298561 by Steven, chx, mcarbone, pwolanin: Fixed slashes don't work in search
|
2010-11-23 06:00:27 +00:00 |
module.inc
|
#828648 by oadaeh, David_Rothstein: Fixed module_load_install should check and return results
|
2010-11-21 10:19:48 +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 #797680 by lyricnz, jbrown: drupal_write_record() unnecessarily sets primary keys while updating.
|
2010-08-09 00:13:06 +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
|
#599706 follow-up by JohnAlbin, sun: Regression: Restore consistency to theme_menu_local_tasks() theme function
|
2010-11-20 04:03:51 +00:00 |
theme.maintenance.inc
|
- Patch #885228 by sun, Jacine, mverbaar: CSS Files are in major need of clean up.
|
2010-09-19 18:10:42 +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
|
#934634 by carlos8f: Fix error on update if cache_path table is already present.
|
2010-11-22 07:02:58 +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 |