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