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