.. |
database
|
#356074 follow-up by sun: Fix SimpleTest's batch API processing due to typo in select.
|
2009-10-18 07:35:39 +00:00 |
filetransfer
|
#538660 by JacobSingh, dww, JoshuaRogers, adrian, Crell, chx, anarcat, and cwgordon7: Add a functioning Plugin Manager to core. Can you say module installation and updates through the UI? I knew you could! :D
|
2009-10-15 21:19:31 +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
|
#595654 by sun: Fixed AJAX command 'settings' (with tests).
|
2009-10-18 05:14:39 +00:00 |
archiver.inc
|
- Patch #604618 by axyjo, sun: archiver code clean-up.
|
2009-10-16 13:18:32 +00:00 |
authorize.inc
|
#538660 by JacobSingh, dww, JoshuaRogers, adrian, Crell, chx, anarcat, and cwgordon7: Add a functioning Plugin Manager to core. Can you say module installation and updates through the UI? I knew you could! :D
|
2009-10-15 21:19:31 +00:00 |
batch.inc
|
#216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same parameters as url().
|
2009-10-15 16:18:46 +00:00 |
bootstrap.inc
|
Patch #84008 by deviantintegral, plumbley, lilou, lambic: fixed timer_read() returns NULL (no value) after timer_stop(). Added timer tests.
|
2009-10-18 11:36:49 +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 #607896 by Benjamin Melançon, scor: add date_iso8601() function to common.inc. Part of the RDFa exception.
|
2009-10-18 18:32:27 +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
|
#605442 by catch: Add a generic hook_entity_load().
|
2009-10-16 03:47:14 +00:00 |
file.inc
|
- Patch #594518 by jhodgdon: better documentation for file_munge_filename().
|
2009-10-18 18:36:24 +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 #557272 by kkaefer, Rob Loach, quicksketch: added FAPI JavaScript States system.
|
2009-10-16 19:20:34 +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 #601570 by effulgentsia: hook_exit() and other cleanup needs to happen for AJAX requests too.
|
2009-10-13 21:16:44 +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
|
#565480 follow-up by plach: Clean-ups and documentation.
|
2009-10-16 15:47:46 +00:00 |
locale.inc
|
#565480 by plach and peximo: TF #2: Multilingual field handling. Integration between field API and locale module + translatable node bodies.
|
2009-10-16 02:04:44 +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 #356074 by chx, Damien Tournoud: provide a sequences API.
|
2009-10-16 03:01:55 +00:00 |
menu.inc
|
- Patch #473268 by sun: documentation improvements for edit in place.
|
2009-10-17 11:39:15 +00:00 |
module.inc
|
- Patch #356074 by chx, Damien Tournoud: provide a sequences API.
|
2009-10-16 03:01:55 +00:00 |
pager.inc
|
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
|
2009-10-09 01:00:08 +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
|
- Patch #332333 by dmitrig01, alexw: add a real API to path.module.
|
2009-10-15 17:53:34 +00:00 |
registry.inc
|
#561452 by pwolanin and David_Rothstein: Add API function to get module/theme info without rebuilding it.
|
2009-10-13 05:26:57 +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 #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
|
2009-10-09 01:00:08 +00:00 |
theme.inc
|
#516150 by David_Rothstein, dropcube, Senpai, alexanderpas, sun: Add fallback for main content block rendering. (Make it so you can't render your site completely unusable by disabling block module. Oopsie.)
|
2009-10-18 05:28:43 +00:00 |
theme.maintenance.inc
|
#538660 by JacobSingh, dww, JoshuaRogers, adrian, Crell, chx, anarcat, and cwgordon7: Add a functioning Plugin Manager to core. Can you say module installation and updates through the UI? I knew you could! :D
|
2009-10-15 21:19:31 +00:00 |
token.inc
|
- Patch #356074 by chx, Damien Tournoud: provide a sequences API.
|
2009-10-16 03:01:55 +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
|
#561452 by pwolanin and David_Rothstein: Add API function to get module/theme info without rebuilding it.
|
2009-10-13 05:26:57 +00:00 |
updater.inc
|
#538660 by JacobSingh, dww, JoshuaRogers, adrian, Crell, chx, anarcat, and cwgordon7: Add a functioning Plugin Manager to core. Can you say module installation and updates through the UI? I knew you could! :D
|
2009-10-15 21:19:31 +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 #601570 by effulgentsia: hook_exit() and other cleanup needs to happen for AJAX requests too.
|
2009-10-13 21:16:44 +00:00 |