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