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