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