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