[geeklog-cvs] geeklog: 1.7.0b1

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Apr 4 05:01:55 EDT 2010


changeset 7870:748f4dd90a4a
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/748f4dd90a4a
user: Dirk Haun <dirk at haun-online.de>
date: Sun Apr 04 09:31:55 2010 +0200
description:
1.7.0b1

diffstat:

 public_html/admin/install/lib-install.php |  2 +-
 public_html/docs/history                  |  9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (52 lines):

diff -r c29cb83f6764 -r 748f4dd90a4a public_html/admin/install/lib-install.php
--- a/public_html/admin/install/lib-install.php	Sat Apr 03 23:51:17 2010 +0200
+++ b/public_html/admin/install/lib-install.php	Sun Apr 04 09:31:55 2010 +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.7.0hg');
+    define('VERSION', '1.7.0b1');
 }
 if (!defined('XHTML')) {
     define('XHTML', ' /');
diff -r c29cb83f6764 -r 748f4dd90a4a public_html/docs/history
--- a/public_html/docs/history	Sat Apr 03 23:51:17 2010 +0200
+++ b/public_html/docs/history	Sun Apr 04 09:31:55 2010 +0200
@@ -1,7 +1,7 @@
 Geeklog History/Changes:
 
-Apr ??, 2010 (1.7.0b1)
-------------
+Apr 4, 2010 (1.7.0b1)
+-----------
 
 Geeklog 1.7.0 now supports PostgreSQL, implemented by Stan Palatnik during the
 2009 Google Summer of Code.
@@ -30,7 +30,7 @@
   advanced story editor mode (bug #0001020, patch provided by Chetan)
 - Fixed sort by date in search results (bug #0001002) [Sami]
 - Since we can now re-authenticate expired security tokens, we don't need to
-  display the token expire notice any longer. Exception: Users who logged in
+  display the token expiry notice any longer. Exception: Users who logged in
   through OpenID can't re-authenticate and will still get the message [Dirk]
 - Block Names can no longer be empty [Dirk]
 - When you had more than 50 blocks per side, disabling a block on one page of
@@ -105,7 +105,7 @@
   provided by tuxcanfly)
 - Fixed an old bug in the event submission form: The text of the "Submit" button
   must match the text $LANG12[8] to be recognized. Changed the form to always
-  use that string instead of the one from Calendar plugin's language file
+  use that string instead of the one from the Calendar plugin's language file
   (originally reported by kokaku in 2006(!) and again by Tereso Ramos in 2010).
 
 Links Plugin
@@ -167,7 +167,7 @@
   Pages which have comments disabled [Dirk]
 - Added a config option to define the default sort order for the admin's list
   of Static Pages (feature request #0000812) [Dirk]
-- Made the initial size of the Static Pages edit area (when using FCKEditor)
+- Made the initial size of the Static Pages edit area (when using FCKeditor)
   larger (feature request #0001037) [Dirk]
 - If a page does not exist and the user has staticpages.edit rights, send them
   to the Static Page Editor (feature request #0000975) [Dirk]



More information about the geeklog-cvs mailing list