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