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

Revision 21, 9.4 kB (checked in by admin, 18 years ago)
RevLine 
[21]1  <p><strong>Changelog</strong></p>
2  <table>
3  <tbody><tr>
4  <td>Version</td>
5  <td>Date</td>
6
7  <td>Changes</td>
8  </tr>
9
10 <td valign="top">2.0.2</td>
11   <td valign="top">2007/09/25</td>
12   <td valign="top">Fix: Plugin was not compatible to WordPress 2.0.11 any more. Thank you to <a href="http://info.zumtee.de/">Stephan</a> for reporting the bug.
13   </td>
14  </tr>
15
16
17   <td valign="top">2.0.1</td>
18   <td valign="top">2007/09/24</td>
19   <td valign="top">Added switch on the categories page, which reverses the
20selection. It is now possible to include or exclude categories.
21   </td>
22  </tr>
23
24  <tr>
25   <td valign="top">2.0</td>
26   <td valign="top">2007/09/24</td>
27   <td valign="top">
28   New code for fetching the data:</br>
29   1. Instead of one expensive database query we now use two or more cheap queries. Thanks to mirra, who reported the problem. And again thank you to the people mentioned in changlog 1.4, where the cache was introduced for the same (performance-) problems on big blogs.</br>
30   2. This also fixed a bug, which lead to too less than requested comments in lists, ordered by post. Thanks to <a href="http://comicsworthreading.com/">Johanna</a> and <a href="http://comicsworthreading.com/">Frédéric</a> for reporting and documenting this.
31   </br>
32Changed the css in the admin gui, to work around a display issue with Tiger Admin. Thank you, <a href="http://gantenbein.ws/">Andi</a>, for finding this.
33   </br>
34   Added %time_since macro, which displays the time since the comment was posted. Thanks to <a href="http://www.iamalik.com/">Imran</a> and <a href="http://dcdl.org/">Keith</a> for sugesting (something like) this (very long ago).
35   </br>Admin interface: Added switch fpr turning on and off smileys. Thank you, panos, for requesting this feature.
36   </br>
37   Support for Custom Smileys Plugin. Thanks to Henry for suggesting this.
38   </br>
39   Fix: Username was not displayed as "Anonymous", if commentor left no name. Thanks to <a href="http://pixcapacitor.com/">Pixelation</a> for reporting this.   </br>
40   Added support for WordPress 2.3. It will drop the post2cat table. Changed plugin to new taxonomy scheme. A *great* thank you goes to <a href="http://djz.hu">Lakatos Zsolt</a>, who provided a complete patch for get-recent-comments-1.5.6, which made it very easy for me to understand how 2.0-beta10 had to be changed. Thank you also to xelios, Ville and <a href="http://diekretzschmars.de/">Kretzschmar</a> who warned me, that WordPress 2.3 will break the old plugin code.
41   </br>
42   </td>
43  </tr>
44<tr>
45  <td valign="top">1.5.5</td>
46  <td valign="top">2007/03/26</td>
47  <td valign="top">Added support for <a href="http://fredfred.net/skriker/index.php/polyglot">malyfred's</a> <a href="http://fredfred.net/skriker/index.php/polyglot">Polyglot</a> Plugin. Requested by <a href="http://blog.schreiter.info/">Torben</a>.
48</tr>
49<tr>
50  <td valign="top">1.5.4</td>
51  <td valign="top">2007/02/01</td>
52  <td valign="top">Use full pingback_author as %comment_author (instead of 'Unknown', if the pingback parser fails to recognize the pingback_author. Thanks again to <a href="http://www.garamiz.hu/blog">Gant</a> who found this in his blog.</br>
53 Added %author_url_href macros, which allows to generate inactive links, if the
54 commentator did not leave an url. This was wished (in part long ago) by <a href="http://somegirlwitha.com/">beej</a>,
55 <a href="http://revivalblog.com/">carl</a>, <a href="http://www.schiesty.org/">FilSchiesty</a> and SwB.<br>
56 Added %profile_picture macro, which supports <a href="http://geekgrl.net">Hannah Gray's</a> <a href="http://geekgrl.net/2007/01/02/profile-pics-plugin-release/">Profile Pics Plugin</a>. Thank you for the idea and your help, <a href="http://mein.meerblickzimmer.de/">Markus</a>
57  </td>
58</tr>
59
60<tr>
61  <td valign="top">1.5.3</td>
62  <td valign="top">2007/01/15</td>
63  <td valign="top">Refresh cache, when a comment is approved by moderator. Problem found by <a href="http://www.garamiz.hu/blog">Gant</a>. Thank you!
64  </td>
65</tr>
66
67<tr>
68  <td valign="top">1.5.2</td>
69  <td valign="top">2007/01/05</td>
70  <td valign="top">Added option for excluding comments from blog authors. Suggested by <a href="http://www.sokwanele.com/thisiszimbabwe">This is Zimbabwe</a>, <a href="http://tricolore.ca/">Slim</a>, <a href="http://marilynshampoo.co.uk/">marilyn's shampoo</a> and <a href="http://www.bizmord.com/Blog">Igor M.</a><br>
71  </td>
72</tr>
73
74<tr>
75  <td valign="top">1.5.1</td>
76  <td valign="top">2006/12/29</td>
77  <td valign="top">Store the cache base64 encoded. There seems to be a problem with the unserialization of multibyte characters. Thanks to <a href="http://priv.tw/blog">priv</a>, who reported the problem and suggested the encoding.<br>
78  <strong>After upgrading to this version you should trigger a regeneration of the cache by adding a comment somewhere.</strong> 
79  </td>
80</tr>
81
82  <tr>
83  <td valign="top">1.5</td>
84  <td valign="top">2006/12/27</td>
85  <td valign="top">New pingback parser<br>
86                   Stop losing html entities and tags in the post titles and comments by using wptexturize. Thanks to <a href="http://etherwork.net/blog/">ejm</a> (again!) and <a href="http://www.orthodoxanarchist.com/">mobius</a> for reporting the problem and making suggestions.<br>
87                   Bugfix in widget code: Error, when trackbacks came before comments
88  </td>
89  </tr>
90
91  <tr>
92  <td valign="top">1.4</td>
93  <td valign="top">2006/12/24</td>
94  <td valign="top">
95  The plugin is a widget now. Thanks to <a href="http://www.herrmueller.net/">herrmueller</a> and <a href="http://blog.deklein.de">Thomas de Klein</a> for suggesting this feature.<br />
96  Cache the output in order to reduce the database impact of the plugin. Thanks to the following people for reporting the poor performance and making suggestions to solve the problem: <a href="http://www.brandonstone.com/">Brandon Stone</a>, <a href="http://king-of-fools.com/">King of Fools</a>, <a href="http://www.basicthinking.de/blog/">Robert Basic</a> and especially <a href="http://www.4null4.de/">CountZero</a>.<br />
97  Option to combine comments and trackbacks in one list (requested by <a href="http://softwaremaniacs.org/blog/">Maniac</a> and <a href="http://www.dieproduzentin.de/">die produzentin</a>)<br />
98  Allow to Group comments by their posting (requested by <a href="http://www.dylanchords.com/blog">eyolf</a>)<br />
99  Allow limit of comments per post (suggested by <a href="http://blog.deklein.de">Thomas</a>)<br />
100  Use Wordpress 2.1 compatible database variables. Thanks to <a href="http://spencerp.net">spencerp</a>, for reporting and fixing.<br />
101  Bugfix: Wrong key used in gravatar hash (Thank you, <a href="http://scatterload.blogspot.com/">Hamzeh N.</a>, for finding and fixing this).<br />
102  Updated the stylesheets to the look of wordpress 2.x.<br />
103  Added two macros: %comment_type and %post_counter.<br />
104  Use less option variables in db.<br />
105  Updated instructions page.<br />
106  Dropped support for Wordpress 1.2
107  </td>
108  </tr>
109 
110  <tr>
111  <td valign="top">1.3.1</td>
112  <td valign="top">2006/12/11</td>
113  <td valign="top">Fixes for problems with wordpress running under windows.</td>
114  </tr>
115
116  <tr>
117  <td valign="top">1.3</td>
118  <td valign="top">2006/11/26</td>
119  <td valign="top">Fixes for problems with php5.</td>
120  </tr>
121
122  <tr>
123  <td valign="top">1.2</td>
124  <td valign="top">2005/09/15</td>
125  <td valign="top">Prevent pingbacks from own blog.  Thanks to <a href="http://www.tatteredcoat.com/">Matt</a> for the idea and support!<br>To use the feature, go to the trackbacks configuration and enter the address of your webserver.</td>
126  </tr>
127  </tr>
128
129<tr>
130  <td valign="top">1.0</td>
131  <td valign="top" nowrap>2005/03/21</td>
132  <td valign="top">Also show comments to static pages. (They are new in WP 1.5). Thanks to <a href="http://www.mazalien.nl/weblog/">maza</a> for the hint.</td>
133  </tr>
134
135  <tr>
136  <td valign="top">0.9</td>
137  <td valign="top">2005/03/20</td>
138
139  <td valign="top">Introduced admin gui. Handle trackbacks different than comments. Replaced most regular expressions with basic string operations.
140  Dedicated macro for posting time. Requested by Zonekiller</td>
141  </tr>
142
143  <tr>
144  <td valign="top">0.8</td>
145  <td valign="top">2005/02/04</td>
146  <td valign="top">Readjusted sequence of arguments to the one described in the documentation. Thanks to <a href="http://blog.deklein.de">Thomas</a> </td>
147  </tr>
148
149<tr>
150  <td valign="top">0.7</td>
151  <td valign="top">2005/02/03</td>
152  <td valign="top">Renamed plugin to get-recent-comments, to make it possible to use the subversion system at www.wp-plugins.org<br>
153
154  Allow to specify your own formatting in the function call</td>
155  </tr>
156
157<tr>
158  <td valign="top">0.5</td>
159  <td valign="top">2005/01/02</td>
160  <td valign="top">Removed superfluous &lt;/p&gt;</td>
161</tr>
162
163<tr>
164  <td valign="top">0.4</td>
165  <td valign="top">2004/12/19</td>
166  <td valign="top">Use function arguments for displaying HTML before and after the comment<br>Make number of comments and number of characters also function arguments</td>
167</tr>
168
169<tr>
170  <td valign="top">0.3</td>
171  <td valign="top">2004/12/08</td>
172  <td valign="top">Link to permalink of comment<br>Wrap very long strings</td>
173</tr>
174
175<tr>
176  <td valign="top">0.2</td>
177  <td valign="top">&nbsp;</td>
178  <td valign="top">Don’t show comments that are not approved</td>
179</tr>
180
181<tr>
182  <td valign="top">0.1</td>
183  <td valign="top">2004/11/03</td>
184  <td valign="top">Initial release</td>
185</tr>
186
187</tbody></table>
188  <p>Thanks to all who sent  bug reports and ideas for improvements. Please send me a mail if I forgot you to mention here.</p>
Note: See TracBrowser for help on using the browser.