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