Go to file
Dries Buytaert bae399f47a - Patch #14288 by Goba: "the archive module calendar indexes the array used to build up the header cells by the short names of the days. In Hungary, we have both Wednesday and Sunday start with the same two letters, so if I translate the short versions with the same two letters, the second associative array index will overwrite the first. The obvious soluion was to swap the array, and index by the full day name, which is expected to be unique in all languages." 2004-12-14 06:46:56 +00:00
database - Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output. 2004-10-19 18:00:34 +00:00
includes - Patch #13405 by Moshe: make you actually do something useful with the init hook. A recent patch to 4.5 and HEAD made this patch run too early in the request (for non-cached pages). 2004-12-01 12:09:56 +00:00
misc Changing div.more-link from float: right; back to text-align: right; as it was a while ago. Floats do not advance the document vertically, which meant the more link hovered over whatever was below it. 2004-09-21 01:35:40 +00:00
modules - Patch #14288 by Goba: "the archive module calendar indexes the array used to build up the header cells by the short names of the days. In Hungary, we have both Wednesday and Sunday start with the same two letters, so if I translate the short versions with the same two letters, the second associative array index will overwrite the first. The obvious soluion was to swap the array, and index by the full day name, which is expected to be unique in all languages." 2004-12-14 06:46:56 +00:00
scripts - Removing some dated scripts. 2004-01-02 22:44:43 +00:00
themes - Patch #13030 by killes: fixed invalid CSS code in bluemarine's stylesheet. 2004-11-27 11:24:02 +00:00
.htaccess - Changed FollowSymLinks to +FollowSymLinks. 2004-10-09 20:41:49 +00:00
CHANGELOG.txt *** empty log message *** 2004-11-30 20:08:45 +00:00
INSTALL.txt - Added a note about PHP5 compatibility to avoid future confusion. DRUPAL-4-5 only. 2004-12-05 21:24:34 +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 #10663 by JonBob: documentation improvements: fixed some typos and improved consistency to the use of Doxygen/api.module commands in the comments. 2004-09-09 05:51:08 +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 - Fixed a warning. 2004-09-08 18:53:57 +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