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