.. |
database
|
- Patch #496500 by chx: remove global placeholder counter.
|
2009-08-29 05:43:35 +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 #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.
|
2009-07-20 18:51:36 +00:00 |
ajax.inc
|
#367567 by effulgentsia, yched, quicksketch, sun, and chx: Move AHAH-'add more' to the new generic AHAH callback, and add support for form definition functions being kept in non-.module files.
|
2009-08-27 04:40:12 +00:00 |
batch.inc
|
- Patch #423992 by Davy Van Den Brempt: remove unused variables.
|
2009-08-26 15:00:17 +00:00 |
bootstrap.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 |
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 #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor install.php to allow Drupal to be installed from the command line.
|
2009-07-28 12:13:47 +00:00 |
cache.inc
|
- Patch #477944 by DamZ: more streamlining and clean-up of session handling code.
|
2009-07-01 12:47:30 +00:00 |
common.inc
|
- Patch #444344 by kkaefer, sun, Rob Loach: this change introduces a jQuery .once() method which streamlines the way behavior functions work. Previously, we had to manually ensure that an element is only initialized once. Usually, this happens by adding classes and selecting only those elements which do not have that class. However, this process can be separated out into a jQuery ‘filtering’ function which does all the grunt work.
|
2009-08-31 05:51:08 +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 #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 |
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
|
#560944 by seutje: Fixed collapsible fieldsets in Garland.
|
2009-08-29 16:30:14 +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
|
#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 |
install.inc
|
#524728 follow-up by David_Rothstein: Fix whitespace in install.php and install.inc.
|
2009-08-24 03:13:44 +00:00 |
iso.inc
|
- Patch #495030 by Psicomante: changed locale code for Kyrgyz from ky to kg.
|
2009-07-30 10:14:17 +00:00 |
language.inc
|
- Patch #366949 by c960657: use parse_url(, PHP_URL_xxx).
|
2009-02-01 16:45:53 +00:00 |
locale.inc
|
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.
|
2009-08-22 14:34:23 +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
|
#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 |
menu.inc
|
#509584 by pwolanin: Various API fixes for menu_tree_data() including depth param.
|
2009-08-24 01:49:41 +00:00 |
module.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 |
pager.inc
|
#496516 by Crell and Berdir: Moved query_alter() into a preExecute() method, so that modules can know the final query/arguments before they are run.
|
2009-08-26 04:58:23 +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 #477944 by DamZ: more streamlining and clean-up of session handling code.
|
2009-07-01 12:47:30 +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
|
#496516 by Crell and Berdir: Moved query_alter() into a preExecute() method, so that modules can know the final query/arguments before they are run.
|
2009-08-26 04:58:23 +00:00 |
theme.inc
|
#364470 by stBorchert and JohnAlbin: Made theming of 'Submitted by author, on date' easier.
|
2009-08-29 04:16:15 +00:00 |
theme.maintenance.inc
|
- Patch #423992 by JohnAlbin, Davy Van Den Bremt: remove show_blocks page variable.
|
2009-08-26 10:53:45 +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 #471070 by stella: millions of code style fixes.
|
2009-05-24 17:39:35 +00:00 |
update.inc
|
#201415 by sun: Add a permission to access site in maintenance mode.
|
2009-08-22 18:24:14 +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
|
#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 |