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