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