drupal/includes
Dries Buytaert 23cbbcb1b2 - Patch #748982 by mikeryan: allow Database logging_callback() to be a class method. 2010-03-24 09:59:17 +00:00
..
database - Patch #748982 by mikeryan: allow Database logging_callback() to be a class method. 2010-03-24 09:59:17 +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 #716602 by effulgentsia: refactor ajax_render() and clean up 'ajax' element type. 2010-03-13 06:55:50 +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 #458704 by markus_petrux, tic2000: don't automatically remove 'www.' from admin-set cookie domains. 2010-03-24 09:17:37 +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 #751002 by c960657: _drupal_flush_css_js() is too complex. 2010-03-23 21:44:10 +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 - Patch #731426 by fago: fixed recursed entity loading doesn't work. 2010-03-10 14:04:26 +00:00
errors.inc - Patch #732486 by Damien Tournoud, JacobSingh: drupal_add_http_header() req ; make Status a normal header and drupal_add_http() header shouldn't return a list of headers. 2010-03-06 06:31:24 +00:00
file.inc - Patch #700160 by naxoc: drupal_realpath() did not always work as expected. 2010-02-01 19:07:07 +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 #335035 follow-up by andypost: Fixed failure in tests. 2010-03-13 22:33:05 +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 #680422 by scor, grendzy, Heine: request_uri() can not be used as is in HTML. 2010-03-17 14:04:38 +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 #556872 by Davy Van Den Bremt, pwolanin, sun, and eojthebrave: Fixed Action links do not work on all levels (example: 'add block' action link does not appear). 2010-03-12 05:14:14 +00:00
module.inc - Patch #210876 by deekayen, c960657: add logging of who installs/uninstalls a module. 2010-03-03 07:38:08 +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 #605374 by catch: Don't add non-existing files to the registry. 2010-02-26 00:19:55 +00:00
session.inc - Patch #578212 by marcvangend, scor: fixed SA-CORE-2010-001, blocked user session regeneration. 2010-03-09 03:52:02 +00:00
stream_wrappers.inc #706286 by heyrocker: Changed Improperly formatted constants in stream_wrappers().inc. 2010-02-06 05:49:35 +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 #241570 by effulgentsia and merlinofchaos: Fixed Theme preprocess functions do not get retained when using patterns. 2010-03-21 04:05:24 +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 #582948 by David_Rothstein: improve safety of schema manipulation. 2010-03-20 15:06:51 +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 #670250 by boombatower: more documentation clean-ups. 2009-12-31 13:43:36 +00:00
xmlrpcs.inc #697210 by deekayen: Changed Change die() instances to exit() (code style). 2010-01-28 07:06:57 +00:00