Improve url catcher
[banana.git] / Changelog
CommitLineData
47117a0e 1Sat, 15 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
8003ba55 2 * New tabbed structure
47117a0e 3 * Support of Content-ID references (multipart/related)
4
fc71753b 5Fri, 14 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
6 * Bugfix: wrapping issues with very long lines
7
72afc3ec 8Thu, 13 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
9 * Bugfix: xfaces handling
10
4f75645f 11Wed, 12 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
12 * Add the list of subscriptions after the spool
72afc3ec 13 * Make article view more user-friendly
4f75645f 14
322b97de 15Tue, 11 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
16 * Bugfix: body conversion from unknown charset
17
f4ea8376 18Mon, 10 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
19 * Use dynamic links from tree images
20 * Bugfix: force spool rows height
21
5d58099e 22Sun, 09 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
23
24 * Can use a user-defined Array instead of $_GET
a80c6fda 25 * Bugfix: can remove all subscriptions
36737fd3 26 * Bugfix: case sensitivity of newsgroup names
fb6428c8 27 * Bugfix: correctly remove outdated cache entries
5d58099e 28
6551668a 29Sat, 08 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
30
31 * Automatically set fup for crossposts
9cac5c87 32 * Full URL redirection
0eb1e7ef 33 * Link abstraction
73dfe367 34 * Interpret **, // and __ as formatting in plain text articles
6551668a 35
e13362d7 36================================================================================
37VERSION 1.3
38
5aea1437 39Sat, 08 Avr 2006 Florent Bruneau <florent.bruneau@m4x.org>
40
718eba61 41 * PHP5 Compatible
5aea1437 42
65d8c6e4 43March 2006 Florent Bruneau <florent.bruneau@m4x.org>
44
45 * Add multipart and attachment support
46 * Add HTML and RichText support
47 * Improve url handling
48 * Fix invalid html in submission form
49 * Add quotations handling
50 * Fix cache issue with empty newsgroups
51 * Add x-face placement support
52 * Improve support of some non-standard clients
53 * Fix support of post without subject
54 * Improve wrapping
55
4cc7f778 56================================================================================
c8865a54
PHM
57VERSION 1.2
58
59Wed, 19 Oct 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
60
61 * Fix a problem wrt responses (Re: in subject).
62 * Fix a problem with empty overviews.
ec8b5b6a 63 * Fix Header encoding problems.
c8865a54
PHM
64
65================================================================================
382606fb
PHM
66VERSION 1.1
67
68Tue, 24 May 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
69
70 * Fix one problem with $this->ids beeing empty in Spool.
71 * Fix encoding issues since iconv truncates strings sometimes.
a75dcfa4 72 * Make the post forms use utf-8.
382606fb
PHM
73
74================================================================================
b8e8bb39 75VERSION 1.0
4cc7f778 76
77Fri, 07 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
78
79 * Banana is now a real standalone class.
80 * Clean hooks.
81 * Update the script spoolgen.php.
82
83Wed, 05 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
84
85 * continue the work with post.php.
86
87Tue, 04 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
88
89 * prepare Banana to be a library :
90 - delete a lot of echo's.
91 - use a lot of string passing.
92 - create more Banana:: functions.
93 => API IS NOT STABLE ATM.
94
95Mon, 03 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
96
97 * no more $news -> class Banana.
98 * continue include rework.
99 * hooks functions enters.
100 * $banana is now the only global variable we need.
101 * exit format.inc.php.
102
103Sun, 02 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
104
105 * _(..) -> _b_(..) that performs a dgettext('banana', ...).
106 * use gettext and no more $locales.
107 * rework includes.
108
109Sat, 01 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
110
111 * rework headerDecode function (biggest bottleneck).
112 * rework includes.
113
114================================================================================
115VERSION 0.7.1
116
117Before Jan 2005 David Bachelart <david.bachelart@m4x.org>
118
119 * first version.
120
121================================================================================
122vim:set ts=4 sw=4: