Accept quoted charset names (charset="mycharset" instead of charset=mycharset)
[banana.git] / Changelog
... / ...
CommitLineData
1Tue, 11 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
2 * Bugfix: body conversion from unknown charset
3
4Mon, 10 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
5 * Use dynamic links from tree images
6 * Bugfix: force spool rows height
7
8Sun, 09 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
9
10 * Can use a user-defined Array instead of $_GET
11 * Bugfix: can remove all subscriptions
12 * Bugfix: case sensitivity of newsgroup names
13 * Bugfix: correctly remove outdated cache entries
14
15Sat, 08 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
16
17 * Automatically set fup for crossposts
18 * Full URL redirection
19 * Link abstraction
20 * Interpret **, // and __ as formatting in plain text articles
21
22================================================================================
23VERSION 1.3
24
25Sat, 08 Avr 2006 Florent Bruneau <florent.bruneau@m4x.org>
26
27 * PHP5 Compatible
28
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
42================================================================================
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.
49 * Fix Header encoding problems.
50
51================================================================================
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.
58 * Make the post forms use utf-8.
59
60================================================================================
61VERSION 1.0
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: