Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1:/tmp/cvs-serv22014
Modified Files:
NEWS
Log Message:
Update
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/NEWS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- NEWS 8 Jul 2003 09:13:27 -0000 1.5
+++ NEWS 29 Jul 2003 19:41:32 -0000 1.6
@@ -2,6 +2,47 @@
Version 0.3 ()
------------------------------------
+ * Fixed the database by separating primary key from {AUTOINCREMENT} (jtate)
+ * Rewrote installer (tomsommer)
+ * Added support for postgres (jtate)
+ * Fixed replacement of {TEMPLATE_PATH} to be relative (tomsommer)
+ * Major codestyle, HTML and XHTML cleanup (garvinhicking)
+ * Removed lots of static non-translated text (garvinhicking)
+ * Remove config entries when a plugin is removed (garvinhicking)
+ * After plugin update, show the new values for the plugin instead the old ones (garvinhicking)
+ * After submitting a comment, redirect back to the actual previous page (tomsommer)
+ * Fixed inclusion of templates vs. database-CSS (tomsommer)
+ * Fixed CSS not being showed during installation (tomsommer)
+ * Cleaned up the comment-form (tomsommer)
+ * Fixes a bug that the last day of a month was not taken into account of the archives (garvinhicking)
+ * Added the ability to easily integrate serendipity into an existing website using wrappers (garvinhicking)
+ * Added a new file serendipity_define.js.php which can be pre-included to a Java-script to set some variables (garvinhicking)
+ * alt tag with '' instead of "" (garvinhicking)
+ * Added CVS $Id$ headers (garvinhicking)
+ * Added 'Force XHTML11' config option [not used yet] (garvinhicking)
+ * Made direct links to each comment, actually point to the right URI (tomsommer)
+ * Inserted htmlentities() for comments output. Was vulnerable to cross-site scripting attacks (garvinhicking)
+ * Fixed the "categories listing" so that if there were no categories, it didn't display garbage (jtate)
+ * XML header should be utf-8, not ISO-8859-1. This should fix the encoding problems (sterling)
+ * Use ISO-8859-1 Charset to display pages (tomsommer)
+ * serendipity_date is now an H3, serendipity_title is now an H4 (troutgirl)
+ * Import stylesheets using @import (troutgirl)
+ * Made "H" in 'Posted by X in Y at H' a link, like in movabletype (tomsommer)
+ * The line trailing each entry is now adapted to the "common format" 'Posted by xx in xx at xx | comments (n) | trackbacks (n)' (jhermanns)
+ * Fixed minor problem with case in generated filenames (jhermanns)
+ * Removed all short tags '<?=' (jtate)
+ * Shortened the search field a little (jhermanns)
+ * Updated INSTALL instructions (troutgirl)
+ * Solved linebreak problem in "posted by..." via CSS (mueslix)
+ * Changed CSS class of "View Extended Entry" and "Posted by..." to serendipity_entryFooter (mueslix)
+ * Default template is now set in the DB during installation (jhermanns)
+ * Moved includes out of the templates (jhermanns)
+ * Fixed some problems with CSS not loading a first try (tomsommer)
+ * Saved lots of SQL queries when fetching config variables from the database (tomsommer)
+ * Added new template system (tomsommer)
+ * Enhanced the insertion of emoticons (jhermanns)
+ * Removed static text and made some RSS regexps case-insensitive (jhermanns)
+ * Added link to entry in emails, sent when comments or trackbacks are made (tomsommer)
* 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)
@@ -51,6 +92,6 @@
* 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)
-
+
Version 0.2 (April 4, 2003)
------------------------------------
|