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