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