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