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