Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1:/tmp/cvs-serv7076
Modified Files:
NEWS
Log Message:
Updates & fixes
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/NEWS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- NEWS 6 Jun 2003 16:48:58 -0000 1.3
+++ NEWS 20 Jun 2003 21:39:26 -0000 1.4
@@ -1,24 +1,34 @@
Version 0.3 ()
------------------------------------
+ * Escape potential HTML characters in <title> in RSS feeds (Joyce P & gschlossnagle)
+ * HTML is no longer allowed in comments, all HTML is formatted to plain-text (tomsommer)
+ * Added direct link, to an entry, in the trackback dialog (tomsommer)
+ * Top Referrers and Exits are now click-able (tomsommer)
+ * Admin area now uses the same styles as the rest of the blog (tomsommer)
+ * New layout in the installer/configuration section (tomsommer)
+ * Fixed bug not showing the 6th row in the calendar, if the first day of the month was a Sunday (tomsommer)
+ * Both emails and URLs, submitted with comments, are now shown. E-mails are spam-secured, and URLs are checked for validity (tomsommer)
+ * Avoid removing static files if pregenerate is not set (Joyce P & tomsommer)
+ * Beautified the archives (jhermanns)
* RSS 2.0 is now default type of feed (sterling)
- * Submitted mails in comments are now clickable (tomsommer)
+ * Submitted mails in comments are now click-able (tomsommer)
* Added support for using *.gif in Image Manager, even if PHP is compiled with read-only gif (tomsommer)
* Fixing bug #720632 (exit-links in html_nuggets plugin aren't counted) (tomsommer)
* We now send different notification emails if the comment is a trackback. (tomsommer)
- * Stipped mail from HTML tags (tomsommer)
+ * Stripped mail from HTML tags (tomsommer)
* When viewing a single entry, page <title> becomes entry's title. (jhermanns)
* Links to entries are now called /archives/id_title_of_entry.html (used to be /archives/e_id.html) (jhermanns)
- * Timeranges are now accessed like this: /archives/200203.html (used to be /archives/d_200203.html) (jhermanns)
+ * Time-ranges are now accessed like this: /archives/200203.html (used to be /archives/d_200203.html) (jhermanns)
* Better non-WYSIWYG editor for Mozilla and IE users (tomsommer)
- * Added validation to trackback-detection (tomsommmer)
+ * Added validation to trackback-detection (tomsommer)
* You can now delete comments and trackbacks if you are logged in (tomsommer)
* New logo in "Powered By" plugin (jhermanns & tomsommer)
- * Sorting Comments & tracksback by ID (tomsommer)
+ * Sorting Comments & trackbacks by ID (tomsommer)
* We now remember comment details in cookies if requested, and delete them if wanted (tomsommer)
* Added link back to main page (tomsommer)
* Added support for deletion in blogger and metaweblog APIs (gschlossnagle)
* Added lots of error-handling to image manager (tomsommer)
- * We now show trackbacks in a seperate window, and count them separately (jhermanns)
+ * We now show trackbacks in a separate window, and count them separately (jhermanns)
* Superuser-login initially sends you to authoring suit now (jhermanns)
* Beautified mails (tomsommer)
* In Admin-module 'Edit entries' is now called 'Authoring Suite' (tomsommer)
@@ -35,7 +45,7 @@
* Fixed bug #719016 - (entry-title does not escape correctly) (tomsommer)
* Allow the showing of *complete* archived months (tomsommer)
* Fixed typo in serendipity_getCSS_avail() mysql-query (tomsommer)
- * Prevent the admin interface to be logged as referrer when using the 'Back to Blog' link (bergmann)
+ * Prevent the Admin interface to be logged as referrer when using the 'Back to Blog' link (bergmann)
* Added full language support - English, German (jhermanns)
* Keep track of which blog entry was linked from or referred to (bergmann)
* Regenerate the .htaccess file, if installation fails (sterling & muesli)
|