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