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