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