1.1 --- a/public_html/docs/english/changes.html Sun Nov 08 00:02:52 2009 +0100
1.2 +++ b/public_html/docs/english/changes.html Sun Nov 08 12:21:12 2009 +0100
1.3 @@ -33,6 +33,7 @@
1.4 your URLs and paths).</li>
1.5 <li>The Database Backup admin panel now includes options to optimize the
1.6 database and convert tables to InnoDB (MySQL only).</li>
1.7 +<li>Improved <a href="http://wiki.geeklog.net/index.php/Timezone_Support">timezone support</a> and let users actually set their own timezone.</li>
1.8 <li>Minor security enhancements:
1.9 <ul>
1.10 <li>"Important" cookies (like the session cookies) are now created with
1.11 @@ -54,6 +55,8 @@
1.12 this SQL request:<br>
1.13 <code style="margin-left:2em">UPDATE gl_stories SET commentcode = 0, comment_expire = 0 WHERE commentcode = 1;</code></li>
1.14 <li>The comment speed limit was being ignored.</li>
1.15 +<li>Fixed a bug in the Group Editor that didn't let you add groups to other
1.16 + groups (this problem was only introduced in Geeklog 1.6.0).</li>
1.17 <li>The admin group for the Static Pages plugin was created with a wrong name
1.18 in Geeklog 1.6.0 (fresh installs only).</li>
1.19 </ul>
2.1 --- a/public_html/docs/history Sun Nov 08 00:02:52 2009 +0100
2.2 +++ b/public_html/docs/history Sun Nov 08 12:21:12 2009 +0100
2.3 @@ -1,7 +1,7 @@
2.4 Geeklog History/Changes:
2.5
2.6 -Nov ??, 2009 (1.6.1rc1)
2.7 -------------
2.8 +Nov 8, 2009 (1.6.1rc1)
2.9 +-----------
2.10
2.11 Changes since 1.6.1b1:
2.12 - "Refine search" lost the status of the "Titles Only" checkbox [Dirk]
2.13 @@ -12,8 +12,8 @@
2.14 (bug #0001022, patch provided by taca)
2.15 - Fixed wrong path reported in case of a missing 'data' directory (reported by
2.16 Markus Wollschläger) [Dirk]
2.17 -- When a plugin returns 0 items for the Admins Block, don't display that as
2.18 - 'N/A' (bug #0001025) [Dirk]
2.19 +- When a plugin returns 0 items for its entry in the Admins Block, don't display
2.20 + that as 'N/A' (bug #0001025) [Dirk]
2.21 - Fixed a bug in the Group Editor that didn't let you add groups to other groups
2.22 unless your $_TABLES['groups'] happened to be called "groups" (bug #0000998)
2.23 [Dirk]