[geeklog-cvs] geeklog: Updated list of changes

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Mar 28 04:19:01 EDT 2010


changeset 7854:8c34ad89672e
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/8c34ad89672e
user: Dirk Haun <dirk at haun-online.de>
date: Sun Mar 28 10:17:31 2010 +0200
description:
Updated list of changes

diffstat:

 public_html/docs/english/changes.html |  39 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 39 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 909bac29624e -r 8c34ad89672e public_html/docs/english/changes.html
--- a/public_html/docs/english/changes.html	Sun Mar 28 10:03:32 2010 +0200
+++ b/public_html/docs/english/changes.html	Sun Mar 28 10:17:31 2010 +0200
@@ -16,6 +16,45 @@
 <a href="../history">ChangeLog</a>. The file <tt>docs/changed-files</tt> has a
 list of files that have been changed since the last release.</p>
 
+<h2><a name="changes170">Geeklog 1.7.0</a></h2>
+
+<h3>New Features and Improvements</h3>
+
+<ul>
+<li>Geeklog now supports <strong>PostgreSQL</strong> databases. This feature
+    was implemented by Stan Palatnik during the 2009 Google Summer of Code.</li>
+<li>When the security token (CSRF protection) expires, the user will now be
+    asked to <a href="http://wiki.geeklog.net/index.php/Re-Authentication_for_expired_Tokens">authenticate again</a>. On successful re-authentication, the
+    operation will be repeated and no changes will be lost.</li>
+<li>The options to skip spam checks and HTML filtering are now permissions and
+    no longer restricted to the Root group.</li>
+<li>Groups can now be marked as a default group. New users will automatically
+    be added to all default groups.</li>
+<li>Comments in plugins are now properly listed in the What's New block and
+    in a user's profile (through a new Plugin API function - requires changes
+    in plugins).</li>
+<li>Pages that require authentication now display a login form.</li>
+<li>When the Advanced Editor is enabled for the site, users can now enable or
+    disable it for themselves in their settings under My Account.</li>
+<li>There is now an option to create copies of existing stories (like the
+    options to copy existing static pages and calendar entries).</li>
+<li>A new <code>[user:]</code> autotag is available to easily create links to
+    a user's profile.</li>
+</ul>
+
+<h3>Other changes</h3>
+
+<ul>
+<li>The minimum requirements for Geeklog are now <strong>PHP 4.4.0</strong>
+    and <strong>MySQL 4.0.18</strong>.</li>
+<li>Ships with <a href="http://www.fckeditor.net/">FCKeditor</a> 2.6.6</li>
+</ul>
+
+<p>This release also includes a number of patches and improvements made by
+students applying for participation in the Google Summer of Code 2010. Thank
+you!</p>
+
+
 <h2><a name="changes161">Geeklog 1.6.1</a></h2>
 
 <h3>New Features and Improvements</h3>



More information about the geeklog-cvs mailing list