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