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