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