public_html/docs/history
branchHEAD
changeset 7434 aa322b3c4d3d
parent 7433 a8de0db60197
parent 7427 7915c1f5f403
child 7437 37aac60623c4
     1.1 --- a/public_html/docs/history	Sun Sep 20 19:11:47 2009 +0200
     1.2 +++ b/public_html/docs/history	Sun Nov 01 09:43:28 2009 +0100
     1.3 @@ -1,18 +1,71 @@
     1.4  Geeklog History/Changes:
     1.5  
     1.6 -Oct ??, 2009 (1.6.1)
     1.7 -------------
     1.8 +Nov 1, 2009 (1.6.1b1)
     1.9 +-----------
    1.10  
    1.11  - The user's time zone selection (from My Account) is actually used now [Dirk]
    1.12  - Modernized the "timezone hack", made the config option a dropdown, and moved
    1.13    all timezone-related code into a new TimeZoneConfig class [Dirk]
    1.14 +- Fixed an old bug that could cause SQL errors when a user changed their "Show
    1.15 +  & hide boxes" settings [Dirk]
    1.16 +- Searching by author threw an error on PHP 4 (bug #0001008) [Dirk]
    1.17 +- Moved the functionality of the toinnodb.php script into the Database Backups
    1.18 +  admin panel [Dirk]
    1.19 +- Added an option to optimze tables to the Database Backups admin panel [Dirk]
    1.20 +- Added a notice about the expiry time for the security token (and the potential
    1.21 +  loss of changes) to most editors. This is meant as an intermediate step
    1.22 +  until we get around to updating the editors and provide a more user friendly
    1.23 +  solution. [Dirk]
    1.24 +- Fixed display of text excerpt for search results on PHP 4 (bug #0001004)
    1.25 +  [Dirk]
    1.26 +- The comment speed limit was being ignored (bug #0001003) [Dirk]
    1.27 +- Added an icon to make the plugin update option somewhat more obvious [Dirk]
    1.28 +  (icon "stock_update-data.png" taken from Gnome 2.18 icon theme set by
    1.29 +  AMAZIGH Aneglus, released under the GPL)
    1.30 +- Allow bigger values for a topic's Sort Order field (feature request #0001011)
    1.31 +  [Dirk]
    1.32 +- When a Story Admin did not have permission to edit a story, Geeklog threw a
    1.33 +  "call to a member function on a non-object" error when trying to display a
    1.34 +  proper "access denied" message (reported by Chase and Cesar) [Dirk]
    1.35 +- Allow external apps to contribute to search results (feature request #0000985)
    1.36 +  [Sami]
    1.37 +- Remember current sort/limit in search results (bug #0001007) [Sami]
    1.38 +- Don't display the comment form for a story when comments aren't enabled for it
    1.39 +  (bug #0000994) [Dirk]
    1.40 +- Fixed a long-standing quirk of the submission handling where the "Submissions"
    1.41 +  entry in the Admins Block wasn't updated after accepting / rejecting a
    1.42 +  submission [Dirk]
    1.43 +- Fixed creation of multiple plugin groups in plugin autoinstall [Randy, Dirk]
    1.44 +- Added new option $_CONF['article_comment_close_enabled'] to enable/disable
    1.45 +  automatically closing stories for comments after a certain amount of days
    1.46 +  (bug #0000959). Changed handling of comment_expire field in gl_stories such
    1.47 +  that 0 means the story is always open for comments [Dirk]
    1.48 +- The "Admin Group" checkbox in the Group Editor didn't work (bug #0000995,
    1.49 +  reported & fix provided by Tsuchi)
    1.50 +- Setting $_CONF['article_comment_close_days'] to a high value (to work around
    1.51 +  bugs with the "Disable Comments" option in 1.6.0) may result in values outside
    1.52 +  of the range of the year dropdown for that option, in which case it reverted
    1.53 +  to the previous(!) year and caused comments to be closed immediately [Dirk]
    1.54 +- When viewing your own profile page, you now get an "edit" link that take you
    1.55 +  to "My Account" [Dirk]
    1.56 +- Additional checks in "Mail Story to a Friend", "Send mail to user", and
    1.57 +  "Mail Users" dialogs to make sure users don't enter email addresses into the
    1.58 +  name fields (bug #0000992) [Dirk]
    1.59 +- Added an option to send a copy to self to the "Mail Story to a Friend" dialog
    1.60 +  and made the look of this and the "Send mail to user" dialogs more consistent
    1.61 +  [Dirk]
    1.62 +- Display the number of stories in the current topic in the Topic Editor
    1.63 +  (feature request #0000806) [Dirk]
    1.64 +- Call CUSTOM_userCheck from admin/user.php (bug #0000925) [Dirk]
    1.65 +- You can now have one featured story per topic (feature request #0000750,
    1.66 +  patch provided by Tom Homer)
    1.67  - Changing the Post Mode in Advanced Editor mode selected the wrong tab
    1.68    (bug #0000980, patch provided by dengen)
    1.69  - Made the former $cc parameter for COM_mail an optional array of additional
    1.70    email headers (using a string for that parameter still works as CC:) [Dirk]
    1.71  - Fixed reply notification for the very first comment (bug #0000973)
    1.72    [dengen, Dirk]
    1.73 -- When an anonymous commentor left a name, use it in the comment notification
    1.74 +- When an anonymous commenter left a name, use it in the comment notification
    1.75    email (bug #0000960) [Dirk]
    1.76  - Removed the CSRF token from all links to edit a comment. We only need it in
    1.77    the actual comment editor and it caused problems on the moderation page [Dirk]
    1.78 @@ -49,8 +102,8 @@
    1.79  - Only list [code], [raw] tags when story.* permissions are required [Dirk]
    1.80  - [page_break] was not listed when all HTML was allowed for Root users [Dirk]
    1.81  - Added support for meta tags and meta keywords, provided by Tom Homer
    1.82 -- When an error occurs in bigdump.php (during migration) keep the language when
    1.83 -  sending the user back to migrate.php (bug #0000943) [Dirk]
    1.84 +- When an error occurs in bigdump.php (during migration) keep the selected
    1.85 +  language when sending the user back to migrate.php (bug #0000943) [Dirk]
    1.86  - Use COM_getUserDateTimeFormat, i.e. the user's preferred format, for
    1.87    displaying the date and time in search results [Dirk]
    1.88  - When disabling a feed, delete the feed file [Dirk]
    1.89 @@ -66,8 +119,9 @@
    1.90  - Use $LANG_ADMIN['na'] instead of hard-coding 'N/A' in several places [Dirk]
    1.91  - For Remote Users, display their service name in the User Editor [Dirk]
    1.92  
    1.93 -Calendar Plugin
    1.94 +Calendar Plugin 1.1.1
    1.95  ---------------
    1.96 +- Keep track of the user id for submitted events (bug #0000993) [Dirk]
    1.97  - Reintroduced {event_begin_anchortag} and {event_end_anchortag} variables
    1.98    in event.php [Dirk]
    1.99  - The number of hits for an event was reset when editing the event [Dirk]
   1.100 @@ -75,8 +129,17 @@
   1.101  - Avoid triggering a false spam report when submitting an event with the default
   1.102    "http://" entry for the link still in place (bug #0000946) [Dirk]
   1.103  
   1.104 +Links Plugin
   1.105 +------------
   1.106 +- Display the number of links in the current category in the Category Editor.
   1.107 +  Note: Does not (yet) count links in sub-categories [Dirk]
   1.108 +- Link titles in autotags showed up with backslashes before quotes (bug
   1.109 +  #0000986) [Dirk]
   1.110 +
   1.111  Polls Plugin
   1.112  ------------
   1.113 +- Fixed display of the Polls block when it only contained polls not visible
   1.114 +  for anonymous visitors (bug #0000996) [Dirk]
   1.115  - When upgrading from Geeklog 1.5.2, the length of the poll IDs was not extended
   1.116    to 40 characters - only fresh installs of Geeklog 1.6.0 and upgrades from
   1.117    older versions worked correctly (cf. feature request #0000754) [Dirk]
   1.118 @@ -84,8 +147,14 @@
   1.119  - Introduced [poll:], [poll_vote:], and [poll_result:] autotags, allowing to
   1.120    embed polls where autotags are allowed, provided by Tom Homer
   1.121  
   1.122 -Static Pages Plugin
   1.123 +Static Pages Plugin 1.6.1
   1.124  -------------------
   1.125 +- Certain types or all Static Pages can now be excluded from the search results
   1.126 +  (feature request #0000979, provided by Tom Homer)
   1.127 +- New and updated Static Pages are now listed in the What's New block
   1.128 +  (feature request #0000908, provided by Tom Homer)
   1.129 +- Fresh installs of the plugin in Geeklog 1.6.0 accidentally used a wrong name
   1.130 +  for the plugin's admin group. Silently fix that during the upgrade [Dirk]
   1.131  - Made the list of pages sortable by author (feature request #0000978) [Dirk]
   1.132  - List available autotags in the static pages editor [Dirk]
   1.133  - Added support for meta tags and meta keywords, provided by Tom Homer