Go to file
Dries Buytaert d64bc008fd Patch by Moshe:
- comment.module: fixed an ambigous 'timestamp' query

- forum.module: prev/next links no longer excerpt from the title+body in
their title attribute. they now excerpt from only their title. this is
more consistent with rest of drupal, and GROUP BY on node.body which
isn't appreciated by MSSQL. also replaced some '' with NULL which caused
errors in MSSQL

- statistics.module: replaced a USING join with a standard ON join. USING
is not as widely supported, and functionally equivalent.
2003-10-17 16:10:48 +00:00
database Patch by Moshe: 2003-10-17 16:10:48 +00:00
includes - Fixed bug #3637: made comment module settings translatable. Patch #13 by Moshe. 2003-10-16 17:29:26 +00:00
misc - Fixed prefix problem with the book module. Patch by Moshe. 2003-10-13 19:18:39 +00:00
modules Patch by Moshe: 2003-10-17 16:10:48 +00:00
scripts - Updated to ignore favicons. 2003-06-12 19:20:47 +00:00
themes - taxo_link always returns array(). 2003-10-06 12:21:04 +00:00
.htaccess - Added a comment about 'RewriteBase' 2003-09-18 20:32:23 +00:00
CHANGELOG - Updated the changelog per Adrians request. 2003-09-26 14:07:42 +00:00
INSTALL - Updated the installation guidelines as per Charlie's suggestion (#2274). 2003-09-24 08:29:45 +00:00
LICENSE - various updates, bugfixes and improvements 2001-02-04 22:09:38 +00:00
MAINTAINERS - Added PostgreSQL support to the update script. Patch by Adrian. 2003-09-30 08:55:03 +00:00
cron.php - Tidied up the usage of module_invoke() and module_invoke_all(). Patch by 2003-09-14 18:33:16 +00:00
error.php Patch by Kjartan: 2003-06-02 20:04: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 - Url aliasing improvements. Patch by Matt. See mailing list for more 2003-09-30 17:01:34 +00:00
update.php - Fixed translation bugs with statistics module. Patch by Gabor. 2003-10-12 21:25:42 +00:00
xmlrpc.php - Tidied up the usage of module_invoke() and module_invoke_all(). Patch by 2003-09-14 18:33:16 +00:00