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