[geeklog-cvs] geeklog: Start of 1.6.1 development: Updated version number and ...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Jul 25 04:04:34 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/85ab60faa47f
changeset: 7185:85ab60faa47f
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Jul 25 10:04:23 2009 +0200
description:
Start of 1.6.1 development: Updated version number and documentation

diffstat:

 public_html/admin/install/lib-install.php |   2 +-
 public_html/docs/english/theme.html       |  11 ++++++++++-
 public_html/docs/history                  |   9 +++++++++
 3 files changed, 20 insertions(+), 2 deletions(-)

diffs (51 lines):

diff -r e1c6092e5615 -r 85ab60faa47f public_html/admin/install/lib-install.php
--- a/public_html/admin/install/lib-install.php	Sun Jul 05 13:11:58 2009 +0200
+++ b/public_html/admin/install/lib-install.php	Sat Jul 25 10:04:23 2009 +0200
@@ -56,7 +56,7 @@
     * This constant defines Geeklog's version number. It will be written to
     * siteconfig.php and the database (in the latter case minus any suffix).
     */
-    define('VERSION', '1.6.0');
+    define('VERSION', '1.6.1hg');
 }
 if (!defined('XHTML')) {
     define('XHTML', ' /');
diff -r e1c6092e5615 -r 85ab60faa47f public_html/docs/english/theme.html
--- a/public_html/docs/english/theme.html	Sun Jul 05 13:11:58 2009 +0200
+++ b/public_html/docs/english/theme.html	Sat Jul 25 10:04:23 2009 +0200
@@ -195,7 +195,16 @@
 </ol>
 
 
-<h2><a name="changes">Theme changes in Geeklog 1.6.0</a></h2>
+<h2><a name="changes">Theme changes in Geeklog 1.6.1</a></h2>
+
+<ul>
+<li>Added a <code>{remoteservice}</code> variable in
+    <tt>admin/user/edituser.thtml</tt> to optionally display the name of the
+    service a Remote User was using to log in.</li>
+</ul>
+
+
+<h2><a name="changes160">Theme changes in Geeklog 1.6.0</a></h2>
 
 <ul>
 <li>Themes can now opt to use a <tt>{doctype}</tt> variable in their
diff -r e1c6092e5615 -r 85ab60faa47f public_html/docs/history
--- a/public_html/docs/history	Sun Jul 05 13:11:58 2009 +0200
+++ b/public_html/docs/history	Sat Jul 25 10:04:23 2009 +0200
@@ -1,5 +1,14 @@
 Geeklog History/Changes:
 
+??? ??, 2009 (1.6.1)
+------------
+
+- Use COM_numberFormat to format the number of registered and anonymous users
+  displayed in the Who's Online block [Dirk]
+- Use $LANG_ADMIN['na'] instead of hard-coding 'N/A' in several places [Dirk]
+- For Remote Users, display their service name in the User Editor [Dirk]
+
+
 Jul 19, 2009 (1.6.0)
 ------------
 



More information about the geeklog-cvs mailing list