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