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