Go to file
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
database - Patch #12381 by killes: removed old updates. 2005-08-16 20:17:54 +00:00
includes - 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
misc - Patch #29095 by Moshe: fixed parse error in drupal.js. 2005-08-18 05:14:06 +00:00
modules - 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
scripts - Patch by Uwe: tidied up the CVS IDs. 2005-08-11 13:02:08 +00:00
sites/default - Patch #19800 by Daniel: make default $db_url informative and unique. 2005-04-14 18:34:31 +00:00
themes - Patch #16216 by nedjo: multiple block regions! 2005-08-16 18:06:18 +00:00
.htaccess - Patch #19126 by Uwe: fixed inconsistent whitespace in .htaccess. 2005-03-20 19:15:00 +00:00
CHANGELOG.txt - Added a note about the 'block regions'. 2005-08-17 20:09:12 +00:00
INSTALL.txt - #21021: wrong url in INSTALL.txt 2005-04-23 05:07:08 +00:00
LICENSE.txt - Patch #9224 by JonBob: updated to latest version with new address and such. 2004-09-15 20:48:18 +00:00
MAINTAINERS.txt - Patch #28861 by Malthus: fixed typo in XML-RPC backend. Missing $. 2005-08-14 22:27:40 +00:00
cron.php - Patch #27003 by Neil: use named constants instead of strings 2005-07-23 05:57:27 +00:00
index.php - Patch #27003 by Neil: use named constants instead of strings 2005-07-23 05:57:27 +00:00
update.php - #29006: Reorganize code in update.php to be cleaner. 2005-08-17 01:44:14 +00:00
xmlrpc.php - 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