Go to file
Dries Buytaert 97ae6568e6 - Patch #13738 by TDobes: theme system fixes:
* Fix a bug which would cause the "configure" link for styles to be broken.
* Fix a bug with using drupal_get_filename for theme engines. Although this is not called anywhere in core, we should still fix it for contrib. (i.e. themes that may want to manually invoke a theme engine to create a hybrid theme)
* Correct an inaccurate comment in theme.inc
* Populate the default primary links with an "edit primary links" link for consistency with the secondary links
* remove some unnecessary variables in the theme administration which had misleading and confusing names
* replace time-consuming foreach when rendering theme admin page with a more efficient array_key_exists
* usability: rather than completely removing the search box checkbox when search.module is disabled, simply disable it. (UI elements shouldn't appear/disappear.)
2005-03-16 19:41:12 +00:00
database - Fixed parse error. 2005-03-03 20:21:51 +00:00
includes - Patch #13738 by TDobes: theme system fixes: 2005-03-16 19:41:12 +00:00
misc - Patch #18382 by Neil: usability improvement: organized the blocks on the block administration page by region. (I wanted to do that myself!) 2005-03-05 09:09:07 +00:00
modules - Patch #13738 by TDobes: theme system fixes: 2005-03-16 19:41:12 +00:00
scripts - Patch #16298 by budda: added a curl-based script for grabbing cron.php. 2005-01-27 21:25:13 +00:00
sites/default - More improvements by Morbus, Goba, TDobes et al: 2005-03-15 21:07:49 +00:00
themes - Adding paragraph margins which were removed from drupal.css 2005-03-05 14:34:39 +00:00
.htaccess - More improvements by Morbus, Goba, TDobes et al: 2005-03-15 21:07:49 +00:00
CHANGELOG.txt - Bumped the RSS version from 0.92 to 2.0 2005-03-07 21:52:57 +00:00
INSTALL.txt - More improvements by Morbus, Goba, TDobes et al: 2005-03-15 21:07:49 +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 Adding myself as maintainer for the filter system. 2004-09-15 20:53:27 +00:00
cron.php - Patch #13260 by UnConeD: watchdog module improvements. 2005-01-09 09:22:40 +00:00
favicon.ico (grmbl, figures stupid MS icon editing thingy would mess up the colors... fixed now) 2003-06-11 20:50:05 +00:00
index.php - Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks. 2004-08-21 06:42:38 +00:00
update.php - Added missing {}. Reported by Bart. 2005-02-07 14:25:17 +00:00
xmlrpc.php - Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks. 2004-08-21 06:42:38 +00:00