Update of /cvsroot/php-blog/serendipity/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25986/docs
Modified Files:
Tag: branch-smarty
NEWS
Log Message:
* Support for adding timezone offsets in configuration
* Fixed XHTML compliance of calendar
* Adjusted coding style in some places
* Fixed entry preview to not show comments/trackbacks
* Fixed draft display in frontend entry overview
* New variable "is_preview" for smarty template
* Removed some hard-coded language strings in smarty templates
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/docs/Attic/NEWS,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -d -r1.1.2.7 -r1.1.2.8
--- NEWS 12 Nov 2004 12:58:37 -0000 1.1.2.7
+++ NEWS 12 Nov 2004 15:43:22 -0000 1.1.2.8
@@ -3,6 +3,9 @@
Version 0.8 ()
------------------------------------------------------------------------
+ * Support for adding timezone offsets in configuration
+ (garvinhicking)
+
* Serendipity cannow be used with "JustBlogIt" extension. Just use
this URL:
http://yourblog/serendipity_entries.php?serendipity[adminModule]=entries&serendipity[adminAction]=new&serendipity[title]=%TITLE%&serendipity[body]=%TEXT%&serendipity[url]=%URL%
|