drupal/includes
Dries Buytaert d5ce7f5281 - Patch #384992 by effulgentsia, sun: drupal_html_id() does not work correctly in AJAX context with multiple forms on page. 2010-04-07 17:30:43 +00:00
..
database - Patch #302327 by Josh Waihi, noahb, Crell, hswong3i: support cross-schema/database prefixing like we claim to. 2010-04-07 15:07:59 +00:00
filetransfer - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines at end of files. 2010-01-30 07:59:26 +00:00
actions.inc #306540 by halstead, Dave Reid, jvandyk, eMPee584: Fixed Orphaned assigned actions still triggered and cannot be removed. 2010-03-07 07:22:42 +00:00
ajax.inc - Patch #671184 by Scott Reynolds, sun, effulgentsia, yched, rfay, Pasqualle: AJAX form can submit inappropriately to system/ajax after failed validation. 2010-03-31 19:34:56 +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 - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines at end of files. 2010-01-30 07:59:26 +00:00
batch.inc #710142 by Berdir, moshe weitzman, chx: Handle exceptions in shutdown functions (with tests). Hopefully the last of these weird 'Stack frame in Unknown line 0' errors. 2010-02-17 22:44:52 +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 #642782 by plach, Dave Reid, greggles, mfb: hook_language_init() is a bootstrap hook and needs bootstrap_invoke_all(). 2010-04-07 05:15:51 +00:00
cache-install.inc - Patch #666024 by boombatower, mcrittenden: code and documentation clean-ups. 2009-12-30 08:16:55 +00:00
cache.inc #718636 by mfb: Fixed Cache returns serialized data only in certain conditions. 2010-03-07 07:26:13 +00:00
common.inc - Patch #384992 by effulgentsia, sun: drupal_html_id() does not work correctly in AJAX context with multiple forms on page. 2010-04-07 17:30: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 #707724 follow-up by yched: Fix more confusing field/entity api arguments. 2010-03-27 05:52:50 +00:00
errors.inc #742246 by jbrown: Fixed Uncaught exceptions thrown in the exception handler prevent error reporting. 2010-04-03 03:36:11 +00:00
file.inc - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see also links. 2010-03-26 17:14:46 +00:00
file.mimetypes.inc - Patch #331171 by pwolanin, mfb, drewish: allow modules to alter the MIME extension mapping rather than setting a huge variable. 2009-08-31 05:47:34 +00:00
form.inc - Patch #558928 by mgifford, brandonojc, Owen Barton, Everett Zufelt: follow-up on making form element labeling more accessible. 2010-04-07 04:39:59 +00:00
graph.inc - Patch #211747 by chx, alex_b, dww: allow specifying version information as part of module dependencies. 2009-07-28 19:06:16 +00:00
image.inc - Patch #693614 by asimmonds: fixed PHPDoc spelling typos. 2010-01-25 10:38:35 +00:00
install.core.inc - Patch #305653 by donquixote, David_Rothstein, cdale, sun, snowball43, Dave Reid, JohnAlbin, aspilicious: themes disabled during update. 2010-03-31 19:10:39 +00:00
install.inc #521838 follow-up by jrchamp: Clean up drupal_get_schema_versions(). 2010-03-07 06:53:26 +00:00
iso.inc - Patch #495030 by Psicomante | yngens: fixed locale code for Kyrgyz Republic. 2010-03-18 19:07:42 +00:00
language.inc #587706 follow-up by plach: trim GET['q'] centrally in request_path() so subsequent places don't have to do it. 2010-03-10 19:36:14 +00:00
locale.inc - Patch #566390 by Gábor Hojtsy, Jose Reyero: apply locale import protection to the plural forms. 2010-03-10 14:23:32 +00:00
lock.inc - Patch #719500 by jhodgdon: removed duplicate text in documentation. 2010-02-24 19:59:32 +00:00
mail.inc #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more extraneous 'Please' in the interface. 2010-01-09 23:03:22 +00:00
menu.inc - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see also links. 2010-03-26 17:14:46 +00:00
module.inc - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see also links. 2010-03-26 17:14:46 +00:00
pager.inc - Patch #520764 by Damien Tournoud, JoshuaRogers, brianV: fixed SA-CORE-2009-007: request values in URL, including password/username. 2009-12-05 20:17:02 +00:00
password.inc Roll-back of users -> user table name change in #330983: Broken pgsql is no fun. 2009-02-26 07:30:29 +00:00
path.inc #587706 follow-up by plach: trim GET['q'] centrally in request_path() so subsequent places don't have to do it. 2010-03-10 19:36:14 +00:00
registry.inc - Patch #760982 by yhager, jbrown, aspilicious, David_Rothstein: tokenizer PHP extension not required. 2010-04-04 13:44:49 +00:00
session.inc - Patch #721436 by catch, chx, sun, eojthebrave, David_Rothstein, moshe weitzman: remove magical fairy saving of cruft from user_save(). 2010-04-07 13:49:21 +00:00
stream_wrappers.inc - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see also links. 2010-03-26 17:14:46 +00:00
tablesort.inc - Patch #520764 by Damien Tournoud, JoshuaRogers, brianV: fixed SA-CORE-2009-007: request values in URL, including password/username. 2009-12-05 20:17:02 +00:00
theme.inc - Patch #592008 by moshe weitzman, David_Rothstein, chx: don't save theme registry before modules are included. 2010-04-06 17:56:40 +00:00
theme.maintenance.inc - Patch #680422 by scor, grendzy, Heine: request_uri() can not be used as is in HTML. 2010-03-17 14:04:38 +00:00
token.inc - Patch #681782 by Dave Reid: 'clean' option in token_replace() does not do anything. 2010-03-12 14:33:02 +00:00
unicode.entities.inc - Patch #445410 by Damien Tournoud: fix $ tags. 2009-04-26 15:14:55 +00:00
unicode.inc #614124 by Damien Tournoud: Set locale settings during bootstrap. 2010-03-07 06:38:55 +00:00
update.inc - Patch #305653 by donquixote, David_Rothstein, cdale, sun, snowball43, Dave Reid, JohnAlbin, aspilicious: themes disabled during update. 2010-03-31 19:10:39 +00:00
updater.inc - Patch #681538 by aspilicious, jhodgdon: improved documentation, better @see also links. 2010-01-30 07:54:01 +00:00
xmlrpc.inc - Patch #265973 by Damien Tournoud, mr.baileys, dixon_, clemens.tolboom: XML-RPC chokes with long server response. 2010-03-31 15:56:53 +00:00
xmlrpcs.inc - Patch #677750 by jurgenhaas: fixed XMLRPC server call creates unnecessary watchdog entries. 2010-03-31 15:33:08 +00:00