Go to file
Dries Buytaert 7ce686c152 o Permission improvements:
+ Removed the "post content" permission and replaced it by more fine-grained permissions such as "maintain static pages", "maintain personal blog", "maintain stories", etc.

o Usability improvements to teasers:

   + Teaser forms are no more.  Teasers are extracted automatically but can also be instructed using a delimiter "---".  Furthermore, when a post it too short for a teaser, the user won't be bother with teaser stuff anymore.

   + Added an option to set the teaser length, or to disable teasers all together.

   + When previewing a post, both the short (if any) and the full version of a post are shown.  This addresses a common complaint; for example, when writing a book page there was no way you could preview the short version of your post.

   + Forum posts can be teasered now.  This is particularly helpful in the context of drupal.org where we promote forum topics.

o Bugfix: replaced all PHP short tags (<?) with long tags (<?php).

o Bugfix: removed hard-coded dependence on comment module.

o Bugfix: when the queue module was disabled, it was not possible to approve updated book pages.

o Bugfix: applied modified version of Marco's node_teaser() fix.
2002-12-10 20:35:20 +00:00
database - Removed rating module; it is not being used much and it has a known bug. 2002-12-08 07:54:30 +00:00
includes o Permission improvements: 2002-12-10 20:35:20 +00:00
misc New "powered by" buttons. 2002-09-13 21:15:33 +00:00
modules o Permission improvements: 2002-12-10 20:35:20 +00:00
scripts - adding $Id$ (and testing loginfo script). 2002-11-06 13:54:08 +00:00
themes - Removed the "comment anchors" in the themes; the anchor is emitted 2002-12-10 20:14:10 +00:00
.htaccess - Made sure session.cache_limiter is set to "none" as suggested by Moshe 2002-12-08 08:19:29 +00:00
CHANGELOG o Permission improvements: 2002-12-10 20:35:20 +00:00
INSTALL - Updated the URL with installation instructions. 2002-08-15 07:16:06 +00:00
LICENSE - various updates, bugfixes and improvements 2001-02-04 22:09:38 +00:00
MAINTAINERS - Started updating the CHANGELOG. 2002-11-16 13:51:29 +00:00
admin.php - Applied Stefaan's locale patches. The statistics.module patch failed to 2002-10-29 19:39:19 +00:00
cron.php - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
error.php - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
favicon.ico I whipped up a favicon to please our IE using users... 2001-01-04 15:21:43 +00:00
index.php - Removed dead code. 2002-10-18 10:05:46 +00:00
module.php - specifying an invalid module will redirect you to the index page instead of 2002-03-05 22:53:51 +00:00
node.php - Sometimes nodes where being displayed when they shouldn't. Patch by 2002-11-03 20:56:16 +00:00
update.php - Some changes to the update.php script: revised the instructions a bit, 2002-12-07 11:24:16 +00:00
xmlrpc.php - missed a file in my last large $id$ commit. 2001-10-20 20:45:05 +00:00