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