public_html/docs/history
branchHEAD
changeset 7395 bb675c876cb9
parent 7394 fdb273c78589
parent 7393 d0952e303944
child 7399 5260a7fb13df
     1.1 --- a/public_html/docs/history	Mon Sep 28 22:20:30 2009 +0200
     1.2 +++ b/public_html/docs/history	Thu Oct 29 11:56:23 2009 +0100
     1.3 @@ -6,13 +6,47 @@
     1.4  - Added an icon to make the plugin update option somewhat more obvious [Dirk]
     1.5    (icon "stock_update-data.png" taken from Gnome 2.18 icon theme set by
     1.6    AMAZIGH Aneglus, released under the GPL)
     1.7 +- Allow bigger values for a topic's Sort Order field (feature request #0001011)
     1.8 +  [Dirk]
     1.9 +- When a Story Admin did not have permission to edit a story, Geeklog threw a
    1.10 +  "call to a member function on a non-object" error when trying to display a
    1.11 +  proper "access denied" message (reported by Chase and Cesar) [Dirk]
    1.12 +- Don't display the comment form for a story when comments aren't enabled for it
    1.13 +  (bug #0000994) [Dirk]
    1.14 +- Fixed a long-standing quirk of the submission handling where the "Submissions"
    1.15 +  entry in the Admins Block wasn't updated after accepting / rejecting a
    1.16 +  submission [Dirk]
    1.17 +- Fixed creation of multiple plugin groups in plugin autoinstall [Randy, Dirk]
    1.18 +- Added new option $_CONF['article_comment_close_enabled'] to enable/disable
    1.19 +  automatically closing stories for comments after a certain amount of days
    1.20 +  (bug #0000959). Changed handling of comment_expire field in gl_stories such
    1.21 +  that 0 means the story is always open for comments [Dirk]
    1.22 +- The "Admin Group" checkbox in the Group Editor didn't work (bug #0000995,
    1.23 +  reported & fix provided by Tsuchi)
    1.24 +- Setting $_CONF['article_comment_close_days'] to a high value (to work around
    1.25 +  bugs with the "Disable Comments" option in 1.6.0) may result in values outside
    1.26 +  of the range of the year dropdown for that option, in which case it reverted
    1.27 +  to the current year a may have caused comments to be closed immediately [Dirk]
    1.28 +- When viewing your own profile page, you now get an "edit" link that take you
    1.29 +  to "My Account" [Dirk]
    1.30 +- Additional checks in "Mail Story to a Friend", "Send mail to user", and
    1.31 +  "Mail Users" dialogs to make sure users don't enter email addresses into the
    1.32 +  name fields (bug #0000992) [Dirk]
    1.33 +- Added an option to send a copy to self to the "Mail Story to a Friend" dialog
    1.34 +  and made the look of this and the "Send mail to user" dialogs more consistent
    1.35 +  [Dirk]
    1.36 +- Display the number of stories in the current topic in the Topic Editor
    1.37 +  (feature request #0000806) [Dirk]
    1.38 +- Call CUSTOM_userCheck from admin/user.php (bug #0000925) [Dirk]
    1.39 +- You can now have one featured story per topic (feature request #0000750,
    1.40 +  patch provided by Tom Homer)
    1.41  - Changing the Post Mode in Advanced Editor mode selected the wrong tab
    1.42    (bug #0000980, patch provided by dengen)
    1.43  - Made the former $cc parameter for COM_mail an optional array of additional
    1.44    email headers (using a string for that parameter still works as CC:) [Dirk]
    1.45  - Fixed reply notification for the very first comment (bug #0000973)
    1.46    [dengen, Dirk]
    1.47 -- When an anonymous commentor left a name, use it in the comment notification
    1.48 +- When an anonymous commenter left a name, use it in the comment notification
    1.49    email (bug #0000960) [Dirk]
    1.50  - Removed the CSRF token from all links to edit a comment. We only need it in
    1.51    the actual comment editor and it caused problems on the moderation page [Dirk]
    1.52 @@ -49,8 +83,8 @@
    1.53  - Only list [code], [raw] tags when story.* permissions are required [Dirk]
    1.54  - [page_break] was not listed when all HTML was allowed for Root users [Dirk]
    1.55  - Added support for meta tags and meta keywords, provided by Tom Homer
    1.56 -- When an error occurs in bigdump.php (during migration) keep the language when
    1.57 -  sending the user back to migrate.php (bug #0000943) [Dirk]
    1.58 +- When an error occurs in bigdump.php (during migration) keep the selected
    1.59 +  language when sending the user back to migrate.php (bug #0000943) [Dirk]
    1.60  - Use COM_getUserDateTimeFormat, i.e. the user's preferred format, for
    1.61    displaying the date and time in search results [Dirk]
    1.62  - When disabling a feed, delete the feed file [Dirk]
    1.63 @@ -66,8 +100,9 @@
    1.64  - Use $LANG_ADMIN['na'] instead of hard-coding 'N/A' in several places [Dirk]
    1.65  - For Remote Users, display their service name in the User Editor [Dirk]
    1.66  
    1.67 -Calendar Plugin
    1.68 +Calendar Plugin 1.1.1
    1.69  ---------------
    1.70 +- Keep track of the user id for submitted events (bug #0000993) [Dirk]
    1.71  - Reintroduced {event_begin_anchortag} and {event_end_anchortag} variables
    1.72    in event.php [Dirk]
    1.73  - The number of hits for an event was reset when editing the event [Dirk]
    1.74 @@ -77,11 +112,15 @@
    1.75  
    1.76  Links Plugin
    1.77  ------------
    1.78 +- Display the number of links in the current category in the Category Editor.
    1.79 +  Note: Does not (yet) count links in sub-categories [Dirk]
    1.80  - Link titles in autotags showed up with backslashes before quotes (bug
    1.81    #0000986) [Dirk]
    1.82  
    1.83  Polls Plugin
    1.84  ------------
    1.85 +- Fixed display of the Polls block when it only contained polls not visible
    1.86 +  for anonymous visitors (bug #0000996) [Dirk]
    1.87  - When upgrading from Geeklog 1.5.2, the length of the poll IDs was not extended
    1.88    to 40 characters - only fresh installs of Geeklog 1.6.0 and upgrades from
    1.89    older versions worked correctly (cf. feature request #0000754) [Dirk]
    1.90 @@ -89,8 +128,10 @@
    1.91  - Introduced [poll:], [poll_vote:], and [poll_result:] autotags, allowing to
    1.92    embed polls where autotags are allowed, provided by Tom Homer
    1.93  
    1.94 -Static Pages Plugin
    1.95 +Static Pages Plugin 1.6.1
    1.96  -------------------
    1.97 +- Fresh installs of the plugin in Geeklog 1.6.0 accidentally used a wrong name
    1.98 +  for the plugin's admin group. Silently fix that during the upgrade [Dirk]
    1.99  - Made the list of pages sortable by author (feature request #0000978) [Dirk]
   1.100  - List available autotags in the static pages editor [Dirk]
   1.101  - Added support for meta tags and meta keywords, provided by Tom Homer