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