drupal/includes
Dries Buytaert 0e161b661e - Patch #555762 by gordon, sun | yched, chx, moshe weitzman, KiamLaLuno, lilou: improvements to batch API. 2009-10-03 20:17:46 +00:00
..
database - Patch #451604 by brianV, sun | Dries, c960657: rename drupal_set_header(). 2009-09-30 18:36:02 +00:00
filetransfer - Patch #528326 by JacobSingh, cwgordon7: clean-up and bug fixes for the FTP file transfer classes. 2009-08-28 07:51:55 +00:00
actions.inc - Patch #306611 by jbomb, sun | Damien Tournoud: fixed fatal error when trying to invoke non-existing action callbacks. 2009-09-20 07:47:44 +00:00
ajax.inc - Patch #556438 by rfay, effulgentsia, sun | quicksketch, Rob Loach, Dries, sun.core, Damien Tournoud: Fixed AJAX/AHAH 'callback' support only works for 'submit' and 'button' elements - Should work for all triggering elements. 2009-10-02 14:55:40 +00:00
batch.inc - Patch #555762 by gordon, sun | yched, chx, moshe weitzman, KiamLaLuno, lilou: improvements to batch API. 2009-10-03 20:17:46 +00:00
bootstrap.inc - Patch #592008 by moshe weitzman | chx: don't initialize theme system before modules are included. 2009-10-03 19:27:44 +00:00
browser.inc - Patch #553276 by boombatower: added HTTP authentication support to the (simpletest) browser. 2009-08-31 05:56:54 +00:00
cache-install.inc - Patch #575360 by dropcube: added API function to check if a cache bin is empty. 2009-09-13 17:49:51 +00:00
cache.inc - Patch #575360 by dropcube: added API function to check if a cache bin is empty. 2009-09-13 17:49:51 +00:00
common.inc - Patch #464862 by JohnAlbin, sun, dereine | dvessel, Jacine, Zarabadoo: added drupal_css_class() to clean class names and rename form_clean_id(). 2009-10-03 19:16:04 +00:00
entity.inc - Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments. 2009-08-25 21:53:48 +00:00
file.inc - Patch #451604 by brianV, sun | Dries, c960657: rename drupal_set_header(). 2009-09-30 18:36:02 +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 #555762 by gordon, sun | yched, chx, moshe weitzman, KiamLaLuno, lilou: improvements to batch API. 2009-10-03 20:17:46 +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 - Patch #521838 by jrchamp: (temporary) fix for drupal_get_schema_versions(). 2009-09-25 14:54:49 +00:00
iso.inc Patch #567250 by lilou, mikispeed: remove 'Serbia And Montenegro' from country list. 2009-09-05 05:41:55 +00:00
language.inc - Patch #366949 by c960657: use parse_url(, PHP_URL_xxx). 2009-02-01 16:45:53 +00:00
locale.inc - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql(). 2009-09-29 15:13:57 +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 #331180 follow-up by pwolanin and mfb: Fix sending of mail. 2009-09-01 17:40:28 +00:00
menu.inc - Patch #574862 by jhodgdon | moshe weitzman: menu_set_active_trail() doc lacks details. 2009-10-01 19:07:12 +00:00
module.inc #557542 follow-up by catch: Fixed module_implements() caching for authenticated users. 2009-09-29 18:08:28 +00:00
pager.inc - Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in url() only accept an array. Another nice API clean-up! 2009-09-29 15:31:17 +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 #523298 by catch: Speed up static caching in drupal_lookup_path(). 2009-08-02 06:48:24 +00:00
registry.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
session.inc - Patch #584966 by mr.baileys, sun: add doxygen group for PHP function wrappers in Drupal. 2009-09-28 22:22:54 +00:00
stream_wrappers.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
tablesort.inc - Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in url() only accept an array. Another nice API clean-up! 2009-09-29 15:31:17 +00:00
theme.inc - Patch #592008 by moshe weitzman | chx: don't initialize theme system before modules are included. 2009-10-03 19:27:44 +00:00
theme.maintenance.inc - Patch #451604 by brianV, sun | Dries, c960657: rename drupal_set_header(). 2009-09-30 18:36:02 +00:00
token.inc #558538 by pwolanin: Fixed Non-by-reference use of drupul_static() in token.inc. 2009-08-25 02:50:08 +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 - Patch #555762 by gordon, sun | yched, chx, moshe weitzman, KiamLaLuno, lilou: improvements to batch API. 2009-10-03 20:17:46 +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 #451604 by brianV, sun | Dries, c960657: rename drupal_set_header(). 2009-09-30 18:36:02 +00:00