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