Updated documentation HEAD
authorDirk Haun <dirk@haun-online.de>
Sun Oct 11 22:19:31 2009 +0200 (4 months ago)
branchHEAD
changeset 737562255fe7e5f9
parent 73740ba218a98a1a
child 7376ceb385174647
child 7377c837dd0217ac
Updated documentation
public_html/docs/english/changes.html
public_html/docs/english/config.html
public_html/docs/history
     1.1 --- a/public_html/docs/english/changes.html	Sun Oct 11 20:51:25 2009 +0200
     1.2 +++ b/public_html/docs/english/changes.html	Sun Oct 11 22:19:31 2009 +0200
     1.3 @@ -36,6 +36,10 @@
     1.4  <h3>Bugfixes</h3>
     1.5  
     1.6  <ul>
     1.7 +<li>Fixed automatic <a href="config.html#desc_article_comment_close_enabled">closing of stories for comments</a> after a certain amount of days. If you need to
     1.8 +    re-open comments on stories that were closed due to this bug, you can use
     1.9 +    this SQL request:<br>
    1.10 +    <code style="margin-left:2em">UPDATE gl_stories SET commentcode = 0, comment_expire = 0 WHERE commentcode = 1;</code></li>
    1.11  <li>The admin group for the Static Pages plugin was created with a wrong name
    1.12      in Geeklog 1.6.0 (fresh installs only).</li>
    1.13  </ul>
     2.1 --- a/public_html/docs/english/config.html	Sun Oct 11 20:51:25 2009 +0200
     2.2 +++ b/public_html/docs/english/config.html	Sun Oct 11 22:19:31 2009 +0200
     2.3 @@ -969,7 +969,7 @@
     2.4    <td valign="top">0</td>
     2.5    <td valign="top">Number of most recent stories for which comment posting is
     2.6      allowed. Posting a new story will automatically close comments for the
     2.7 -    oldest of these stories.</td></tr>
     2.8 +    oldest of these stories. Set to 0 to disable this option.</td></tr>
     2.9  <tr>
    2.10    <td valign="top"><a name="desc_allow_reply_notifications">allow_reply_notifications</a></td>
    2.11    <td valign="top">0</td>
     3.1 --- a/public_html/docs/history	Sun Oct 11 20:51:25 2009 +0200
     3.2 +++ b/public_html/docs/history	Sun Oct 11 22:19:31 2009 +0200
     3.3 @@ -105,7 +105,7 @@
     3.4  
     3.5  Polls Plugin
     3.6  ------------
     3.7 -- Fixed display of the Polls block when it only contained blocks not visible
     3.8 +- Fixed display of the Polls block when it only contained polls not visible
     3.9    for anonymous visitors (bug #0000996) [Dirk]
    3.10  - When upgrading from Geeklog 1.5.2, the length of the poll IDs was not extended
    3.11    to 40 characters - only fresh installs of Geeklog 1.6.0 and upgrades from