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