Pareil, mais en mieux
[banana.git] / Changelog
CommitLineData
65d8c6e4 1March 2006 Florent Bruneau <florent.bruneau@m4x.org>
2
3 * Add multipart and attachment support
4 * Add HTML and RichText support
5 * Improve url handling
6 * Fix invalid html in submission form
7 * Add quotations handling
8 * Fix cache issue with empty newsgroups
9 * Add x-face placement support
10 * Improve support of some non-standard clients
11 * Fix support of post without subject
12 * Improve wrapping
13
4cc7f778 14================================================================================
c8865a54
PHM
15VERSION 1.2
16
17Wed, 19 Oct 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
18
19 * Fix a problem wrt responses (Re: in subject).
20 * Fix a problem with empty overviews.
ec8b5b6a 21 * Fix Header encoding problems.
c8865a54
PHM
22
23================================================================================
382606fb
PHM
24VERSION 1.1
25
26Tue, 24 May 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
27
28 * Fix one problem with $this->ids beeing empty in Spool.
29 * Fix encoding issues since iconv truncates strings sometimes.
a75dcfa4 30 * Make the post forms use utf-8.
382606fb
PHM
31
32================================================================================
b8e8bb39 33VERSION 1.0
4cc7f778 34
35Fri, 07 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
36
37 * Banana is now a real standalone class.
38 * Clean hooks.
39 * Update the script spoolgen.php.
40
41Wed, 05 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
42
43 * continue the work with post.php.
44
45Tue, 04 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
46
47 * prepare Banana to be a library :
48 - delete a lot of echo's.
49 - use a lot of string passing.
50 - create more Banana:: functions.
51 => API IS NOT STABLE ATM.
52
53Mon, 03 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
54
55 * no more $news -> class Banana.
56 * continue include rework.
57 * hooks functions enters.
58 * $banana is now the only global variable we need.
59 * exit format.inc.php.
60
61Sun, 02 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
62
63 * _(..) -> _b_(..) that performs a dgettext('banana', ...).
64 * use gettext and no more $locales.
65 * rework includes.
66
67Sat, 01 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
68
69 * rework headerDecode function (biggest bottleneck).
70 * rework includes.
71
72================================================================================
73VERSION 0.7.1
74
75Before Jan 2005 David Bachelart <david.bachelart@m4x.org>
76
77 * first version.
78
79================================================================================
80vim:set ts=4 sw=4: