root/afridex/plugins/get-recent-comments 2/changelog.txt @ 21

Revision 21, 7.6 kB (checked in by admin, 18 years ago)
RevLine 
[21]1Changelog
2
3Version Date       Changes
42.0.2   2007/09/25 Fix: Plugin was not compatible to WordPress
5                   2.0.11 any more. Thank you to Stephan for
6                   reporting the bug.
72.0.1   2007/09/24 Added switch on the categories page, which
8                   reverses the selection. It is now possible to
9                   include or exclude categories.
102.0     2007/09/24 New code for fetching the data: 1. Instead of
11                   one expensive database query we now use two
12                   or more cheap queries. Thanks to mirra, who
13                   reported the problem. And again thank you to
14                   the people mentioned in changlog 1.4, where
15                   the cache was introduced for the same
16                   (performance-) problems on big blogs. 2. This
17                   also fixed a bug, which lead to too less than
18                   requested comments in lists, ordered by post.
19                   Thanks to Johanna and Frédéric for reporting
20                   and documenting this. Changed the css in the
21                   admin gui, to work around a display issue
22                   with Tiger Admin. Thank you, Andi, for
23                   finding this. Added %time_since macro, which
24                   displays the time since the comment was
25                   posted. Thanks to Imran and Keith for
26                   sugesting (something like) this (very long
27                   ago). Admin interface: Added switch fpr
28                   turning on and off smileys. Thank you, panos,
29                   for requesting this feature. Support for
30                   Custom Smileys Plugin. Thanks to Henry for
31                   suggesting this. Fix: Username was not
32                   displayed as "Anonymous", if commentor left
33                   no name. Thanks to Pixelation for reporting
34                   this. Added support for WordPress 2.3. It
35                   will drop the post2cat table. Changed plugin
36                   to new taxonomy scheme. A *great* thank you
37                   goes to Lakatos Zsolt, who provided a
38                   complete patch for get-recent-comments-1.5.6,
39                   which made it very easy for me to understand
40                   how 2.0-beta10 had to be changed. Thank you
41                   also to xelios, Ville and Kretzschmar who
42                   warned me, that WordPress 2.3 will break the
43                   old plugin code.
441.5.5   2007/03/26 Added support for malyfred's Polyglot Plugin.
45                   Requested by Torben.
461.5.4   2007/02/01 Use full pingback_author as %comment_author
47                   (instead of 'Unknown', if the pingback parser
48                   fails to recognize the pingback_author.
49                   Thanks again to Gant who found this in his
50                   blog. Added %author_url_href macros, which
51                   allows to generate inactive links, if the
52                   commentator did not leave an url. This was
53                   wished (in part long ago) by beej, carl,
54                   FilSchiesty and SwB.
55                   Added %profile_picture macro, which supports
56                   Hannah Gray's Profile Pics Plugin. Thank you
57                   for the idea and your help, Markus
581.5.3   2007/01/15 Refresh cache, when a comment is approved by
59                   moderator. Problem found by Gant. Thank you!
601.5.2   2007/01/05 Added option for excluding comments from blog
61                   authors. Suggested by This is Zimbabwe, Slim,
62                   marilyn's shampoo and Igor M.
631.5.1   2006/12/29 Store the cache base64 encoded. There seems
64                   to be a problem with the unserialization of
65                   multibyte characters. Thanks to priv, who
66                   reported the problem and suggested the
67                   encoding.
68                   After upgrading to this version you should
69                   trigger a regeneration of the cache by adding
70                   a comment somewhere.
711.5     2006/12/27 New pingback parser
72                   Stop losing html entities and tags in the
73                   post titles and comments by using
74                   wptexturize. Thanks to ejm (again!) and
75                   mobius for reporting the problem and making
76                   suggestions.
77                   Bugfix in widget code: Error, when trackbacks
78                   came before comments
791.4     2006/12/24 The plugin is a widget now. Thanks to
80                   herrmueller and Thomas de Klein for
81                   suggesting this feature.
82                   Cache the output in order to reduce the
83                   database impact of the plugin. Thanks to the
84                   following people for reporting the poor
85                   performance and making suggestions to solve
86                   the problem: Brandon Stone, King of Fools,
87                   Robert Basic and especially CountZero.
88                   Option to combine comments and trackbacks in
89                   one list (requested by Maniac and die
90                   produzentin)
91                   Allow to Group comments by their posting
92                   (requested by eyolf)
93                   Allow limit of comments per post (suggested
94                   by Thomas)
95                   Use Wordpress 2.1 compatible database
96                   variables. Thanks to spencerp, for reporting
97                   and fixing.
98                   Bugfix: Wrong key used in gravatar hash
99                   (Thank you, Hamzeh N., for finding and fixing
100                   this).
101                   Updated the stylesheets to the look of
102                   wordpress 2.x.
103                   Added two macros: %comment_type and
104                   %post_counter.
105                   Use less option variables in db.
106                   Updated instructions page.
107                   Dropped support for Wordpress 1.2
1081.3.1   2006/12/11 Fixes for problems with wordpress running
109                   under windows.
1101.3     2006/11/26 Fixes for problems with php5.
1111.2     2005/09/15 Prevent pingbacks from own blog. Thanks to
112                   Matt for the idea and support!
113                   To use the feature, go to the trackbacks
114                   configuration and enter the address of your
115                   webserver.
1161.0     2005/03/21 Also show comments to static pages. (They are
117                   new in WP 1.5). Thanks to maza for the hint.
1180.9     2005/03/20 Introduced admin gui. Handle trackbacks
119                   different than comments. Replaced most
120                   regular expressions with basic string
121                   operations. Dedicated macro for posting time.
122                   Requested by Zonekiller
1230.8     2005/02/04 Readjusted sequence of arguments to the one
124                   described in the documentation. Thanks to
125                   Thomas
1260.7     2005/02/03 Renamed plugin to get-recent-comments, to
127                   make it possible to use the subversion system
128                   at www.wp-plugins.org
129                   Allow to specify your own formatting in the
130                   function call
1310.5     2005/01/02 Removed superfluous </p>
1320.4     2004/12/19 Use function arguments for displaying HTML
133                   before and after the comment
134                   Make number of comments and number of
135                   characters also function arguments
1360.3     2004/12/08 Link to permalink of comment
137                   Wrap very long strings
1380.2                Don’t show comments that are not approved
1390.1     2004/11/03 Initial release
140
141Thanks to all who sent bug reports and ideas for improvements.
142Please send me a mail if I forgot you to mention here.
143
Note: See TracBrowser for help on using the browser.