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