drupal/includes
Dries Buytaert 00f122cd7b - Patch #655212 by chx: remove unused and broken drupal_session_count(). 2009-12-12 20:55:18 +00:00
..
database - Patch #653926 by Damien Tournoud: fixed range of sub-queries not being honored. 2009-12-09 17:23:50 +00:00
filetransfer - Patch #648744 by Crell: specified more @return type definitions for auto-completion in IDEs. 2009-12-04 16:31:04 +00:00
actions.inc #356074 by chx and Damien Tournoud: Provide a sequences API. Gets rid of stupid tables that only contain an incrementing ID, and fixes database import problems due to user ID 0. 2009-10-18 06:56:24 +00:00
ajax.inc #623310 by rfay: Fixed AJAX 'changed' command asterisk argument. 2009-11-22 02:48:37 +00:00
archiver.inc - Patch #648744 by Crell: specified more @return type definitions for auto-completion in IDEs. 2009-12-04 16:31:04 +00:00
authorize.inc #607008 by dww, Gerhard Killesreiter, JacobSingh, and chx: Changed Fix bugs in https support and use https for authorize.php if available. 2009-11-01 23:02:13 +00:00
batch.inc - Patch #652232 by moshe weitzman: don't assume that session exists during batch cleanup. 2009-12-06 16:21:58 +00:00
bootstrap.inc #281405 by quickcel and catch: Update minimum RAM recommendation to 32MB. Would love to remove this patch by the time we ship. 2009-12-07 07:25:24 +00:00
cache-install.inc #605880 by bleen18 and David_Rothstein: Fix weird bugs with settings and menus after install due to faulty caching. 2009-11-03 05:18:06 +00:00
cache.inc - Patch #648744 by Crell: specified more @return type definitions for auto-completion in IDEs. 2009-12-04 16:31:04 +00:00
common.inc - Patch #651902 by chx, Damien Tournoud, scor: allow ESI tie in. 2009-12-11 16:56: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 #520740 by marcingy, catch, and Damien Tournoud: Fixed Comment threading (with test). 2009-12-08 06:33:11 +00:00
file.inc - Patch #623276 by jhodgdon: fixed documentation for file_scan_directory() is incorrect. 2009-11-05 03:37:08 +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 #570314 by jhodgdon: more details for form_set_value() documentation. 2009-12-05 16:03:51 +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 #269337 by egfrith and wrunt: Added support for more image types (PDF, TIFF, EPS, etc.). 2009-09-01 17:49:11 +00:00
install.inc #420358 by yoroy, David_Rothstein, JacobSingh, et al: Rename core's installation profiles to be more clear. 2009-12-07 06:19:20 +00:00
iso.inc - Patch #600790 by Alan D: fixed wrong ISO 3166-1 code. 2009-10-10 18:21:45 +00:00
language.inc - Patch #635094 by plach: unify 'language neutral' language codes. 2009-12-02 19:26:23 +00:00
locale.inc - Patch #384794 by mvc, alduya, intuited: trim white space when inserting data in locales_source(). 2009-12-09 15:35:48 +00:00
lock.inc - Patch #251792 by pwolanin, Damien Tournoud, slantview, c960657: added a locking framework for long running operations. 2009-08-17 20:32:30 +00:00
mail.inc - Patch #648744 by Crell: specified more @return type definitions for auto-completion in IDEs. 2009-12-04 16:31:04 +00:00
menu.inc #651712 by carlos8f: Fixed bug where rendered menu tree links do not include proper attributes (with tests). 2009-12-08 07:09:43 +00:00
module.inc - Patch #648262 by brianV: fixed some typos. 2009-12-02 00:17:49 +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 #652420 by sun: Fixed Various failures everywhere caught by asserting on watchdog errors found in testing logs. 2009-12-07 06:07:19 +00:00
registry.inc - Patch #627338 by catch: add a cache_bootstrap() bin for better performance/scalability. 2009-11-10 22:06:09 +00:00
session.inc - Patch #655212 by chx: remove unused and broken drupal_session_count(). 2009-12-12 20:55:18 +00:00
stream_wrappers.inc - Patch #653940 by sun: tests weren't reporting all errors. 2009-12-10 15:39:43 +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 #648410 by Dave Reid: standardize add 'empty' row functionality to all tables. 2009-12-02 14:56:32 +00:00
theme.maintenance.inc #421062 follow-up by JohnAlbin: Respect maintenance theme overrides in settings.php. 2009-12-10 17:31:42 +00:00
token.inc #651510 by boombatower: Fixed token.inc - split() is deprecated in PHP 5.3. 2009-12-05 03:49:17 +00:00
unicode.entities.inc - Patch #445410 by Damien Tournoud: fix $ tags. 2009-04-26 15:14:55 +00:00
unicode.inc - Patch #584966 by mr.baileys, sun: add doxygen group for PHP function wrappers in Drupal. 2009-09-28 22:22:54 +00:00
update.inc #653956 by moshe weitzman and catch: Create {cache_bootstrap()} in update_prepare_d7_bootstrap() to fix yet another problem in the update path. 2009-12-08 07:07:15 +00:00
updater.inc - Patch #648744 by Crell: specified more @return type definitions for auto-completion in IDEs. 2009-12-04 16:31:04 +00:00
xmlrpc.inc #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading. 2009-08-24 00:14:23 +00:00
xmlrpcs.inc - Patch #647336 by boombatower, Morbus Iff: fixed bug with when xmlrpc() is called with no function arguments. Added some extra XML-RPC tests. 2009-12-02 00:31:47 +00:00