drupal/includes
Dries Buytaert 1836d3b365 - Patch #29002 by Neil: list_themes() currently returns all themes, not just enabled themes. This functionality is only used in one place- configuration for disabled themes. These configuration pages can be removed with a usability improvement since you shouldn't be able to configure things which are disabled. Additionally, this allows us to remove some extra logic in system_user(). And it it more consistent with the module API which only lists enabled modules.
list_themes() sorts the results by name. This uses filesort in MySQL since there aren't any indexes. Sorting is not used except in system_user(). This one use can be handled with ksort since it is not often executed (only on the user edit screen when multiple themes are enabled).

And a one line fix to remove a variable in system_user() is in here too.
2005-08-18 22:07:14 +00:00
..
bootstrap.inc - #27853: PHP notices. 2005-08-05 00:49:02 +00:00
common.inc - Patch #7458 by chx: fixed spaces. 2005-08-17 19:14:08 +00:00
database.inc - #27231: Friendly DB error screens. 2005-07-27 01:58:43 +00:00
database.mysql.inc - Patch #25522 by Cvbge: _db_query() does not return FALSE in case of errors as stated in documentation. 2005-08-11 13:51:07 +00:00
database.pgsql.inc - Patch #25522 by Cvbge: _db_query() does not return FALSE in case of errors as stated in documentation. 2005-08-11 13:51:07 +00:00
file.inc - Patch #28482 by Uwe: add CVS $Id$ tags to all source files in Drupal core. This allows admins to know exactly which version of which files they use. In addition I want to use CVS $Id$ tags in my upcoming security.module to check for possible vulnerabilities. That's not possible if some files simply don't have $Id$s. 2005-08-11 12:57:41 +00:00
image.inc - Patch #27863 by Robrecht: fixed order of parameters passed to imagecopy(). Could result in black images. 2005-07-31 10:16:12 +00:00
locale.inc - #11689: Fix locale import location cutting off thingie. 2005-07-29 18:56:58 +00:00
menu.inc - Patch #28482 by Uwe: add CVS $Id$ tags to all source files in Drupal core. This allows admins to know exactly which version of which files they use. In addition I want to use CVS $Id$ tags in my upcoming security.module to check for possible vulnerabilities. That's not possible if some files simply don't have $Id$s. 2005-08-11 12:57:41 +00:00
module.inc - Patch #27645 by Neil: refactor away module_load_all(). 2005-07-29 07:09:30 +00:00
pager.inc - Patch #27980 by Neil Drumm: removed unused function. 2005-08-10 20:50:14 +00:00
session.inc - Patch by Thomas: always use db abstraction layer 2005-08-10 20:42:54 +00:00
tablesort.inc - #26688: Add mbstring support to Drupal and clear up string handling fuzzies. 2005-07-25 20:38:30 +00:00
theme.inc - Patch #29002 by Neil: list_themes() currently returns all themes, not just enabled themes. This functionality is only used in one place- configuration for disabled themes. These configuration pages can be removed with a usability improvement since you shouldn't be able to configure things which are disabled. Additionally, this allows us to remove some extra logic in system_user(). And it it more consistent with the module API which only lists enabled modules. 2005-08-18 22:07:14 +00:00
unicode.inc - Remove left-over commented out statement. 2005-08-17 01:25:07 +00:00
xmlrpc.inc - Patch #7458 by chx: merged the XML-RPC multicall support into xmlrpc() and use lazy-loading for the XML-RPC libraries.(performance improvement). 2005-08-17 15:01:14 +00:00
xmlrpcs.inc - Patch #28861 by Malthus: fixed typo in XML-RPC backend. Missing $. 2005-08-14 22:27:40 +00:00