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