Clean params to remove empty strings and fix the default checkCancel implementation
[banana.git] / Changelog
... / ...
CommitLineData
1Wed, 30 May 2007 Florent Bruneau <florent.bruneau@m4x.org>
2
3 * Bugfix: references compliance
4
5Thu, 21 May 2007 Florent Bruneau <florent.bruneau@m4x.org>
6
7 * Bugfix: message truncation
8
9Fri, 11 May 2007 Florent Bruneau <florent.bruneau@m4x.org>
10
11 * Bugfix: posting messages when canAttach is set
12 * Can disable javascript
13 * Bugfix: References when artid is 0
14
15Sun, 6 May 2007 Florent Bruneau <florent.bruneau@m4x.org>
16
17 * Substantial speed-up
18
19Sat, 5 May 2007 Florent Bruneau <florent.bruneau@m4x.org>
20
21 * Post messages using flowed format instead of fixed format
22 * Bugfix: do not rtrim spaces anymore when getting a line from NNTP
23
24Sat, 4 May 2007 Florent Bruneau <florent.bruneau@m4x.org>
25
26 * Bugfix: do not inline attachments in message text anymore
27 * Highly reduce the cost of the mbox-helper during spool updates
28
29================================================================================
30VERSION 1.6
31
32Sat, 24 Mar 2007 Pascal Corpet <pascal.corpet@m4x.org>
33
34 * Threads are foldable (using jquery)
35
36Tue, 27 Feb 2007 Florent Bruneau <florent.bruneau@m4x.org>
37
38 * Bugfix: accentuated headers
39
40Sun, 25 Feb 2007 Florent Bruneau <florent.bruneau@m4x.org>
41
42 * RSS Feeds
43
44Wed, 21 Feb 2007 Florent Bruneau <florent.bruneau@m4x.org>
45
46 * MBox helper written in C
47
48================================================================================
49VERSION 1.5
50
51Dec 2006, Jan 2007 Florent Bruneau <florent.bruneau@m4x.org>
52
53 * Use Smarty for page rendering
54 * XHTML output
55 * Protocole abstraction and a new MBox handler
56 * Improved HTML message rendering
57 * Full PHP5
58
59Mon, 25 Dec 2006 Florent Bruneau <florent.bruneau@m4x.org>
60
61 * Bugfix: groups description
62
63Sat, 14 Oct 2006 Florent Bruneau <florent.bruneau@m4x.org>
64
65 * Bugfix: Signature encoding in replies
66 * Bugfix: Don't lose badly encoded messages
67
68================================================================================
69VERSION 1.4
70
71Sat, 19 Aug 2006 Florent Bruneau <florent.bruneau@m4x.org>
72
73 * Add shortkey browsing
74
75Sat, 05 Aug 2006 Florent Bruneau <florent.bruneau@m4x.org>
76
77 * Allow browsing through unread messages
78
79Sat, 22 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
80
81 * Impove url and email catcher
82 * Bugfix: quotes formating
83
84Sat, 15 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
85
86 * New tabbed structure
87 * Support of Content-ID references (multipart/related)
88
89Fri, 14 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
90
91 * Bugfix: wrapping issues with very long lines
92
93Thu, 13 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
94
95 * Bugfix: xfaces handling
96
97Wed, 12 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
98
99 * Add the list of subscriptions after the spool
100 * Make article view more user-friendly
101
102Tue, 11 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
103
104 * Bugfix: body conversion from unknown charset
105
106Mon, 10 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
107
108 * Use dynamic links from tree images
109 * Bugfix: force spool rows height
110
111Sun, 09 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
112
113 * Can use a user-defined Array instead of $_GET
114 * Bugfix: can remove all subscriptions
115 * Bugfix: case sensitivity of newsgroup names
116 * Bugfix: correctly remove outdated cache entries
117
118Sat, 08 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
119
120 * Automatically set fup for crossposts
121 * Full URL redirection
122 * Link abstraction
123 * Interpret **, // and __ as formatting in plain text articles
124
125================================================================================
126VERSION 1.3
127
128Sat, 08 Avr 2006 Florent Bruneau <florent.bruneau@m4x.org>
129
130 * PHP5 Compatible
131
132March 2006 Florent Bruneau <florent.bruneau@m4x.org>
133
134 * Add multipart and attachment support
135 * Add HTML and RichText support
136 * Improve url handling
137 * Fix invalid html in submission form
138 * Add quotations handling
139 * Fix cache issue with empty newsgroups
140 * Add x-face placement support
141 * Improve support of some non-standard clients
142 * Fix support of post without subject
143 * Improve wrapping
144
145================================================================================
146VERSION 1.2
147
148Wed, 19 Oct 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
149
150 * Fix a problem wrt responses (Re: in subject).
151 * Fix a problem with empty overviews.
152 * Fix Header encoding problems.
153
154================================================================================
155VERSION 1.1
156
157Tue, 24 May 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
158
159 * Fix one problem with $this->ids beeing empty in Spool.
160 * Fix encoding issues since iconv truncates strings sometimes.
161 * Make the post forms use utf-8.
162
163================================================================================
164VERSION 1.0
165
166Fri, 07 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
167
168 * Banana is now a real standalone class.
169 * Clean hooks.
170 * Update the script spoolgen.php.
171
172Wed, 05 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
173
174 * continue the work with post.php.
175
176Tue, 04 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
177
178 * prepare Banana to be a library :
179 - delete a lot of echo's.
180 - use a lot of string passing.
181 - create more Banana:: functions.
182 => API IS NOT STABLE ATM.
183
184Mon, 03 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
185
186 * no more $news -> class Banana.
187 * continue include rework.
188 * hooks functions enters.
189 * $banana is now the only global variable we need.
190 * exit format.inc.php.
191
192Sun, 02 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
193
194 * _(..) -> _b_(..) that performs a dgettext('banana', ...).
195 * use gettext and no more $locales.
196 * rework includes.
197
198Sat, 01 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
199
200 * rework headerDecode function (biggest bottleneck).
201 * rework includes.
202
203================================================================================
204VERSION 0.7.1
205
206Before Jan 2005 David Bachelart <david.bachelart@m4x.org>
207
208 * first version.
209
210================================================================================
211vim:set ts=4 sw=4: