Show server error message if posting failed...
[banana.git] / Changelog
CommitLineData
28ab52c0 1Sat, 15 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
92f5ea62 2 * New tabbed structure
28ab52c0 3 * Support of Content-ID references (multipart/related)
4
f206493f 5Fri, 14 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
6 * Bugfix: wrapping issues with very long lines
7
0cae4790 8Thu, 13 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
9 * Bugfix: xfaces handling
10
e230b41a 11Wed, 12 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
12 * Add the list of subscriptions after the spool
0cae4790 13 * Make article view more user-friendly
e230b41a 14
05074d42 15Tue, 11 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
16 * Bugfix: body conversion from unknown charset
17
35b995f5 18Mon, 10 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
19 * Use dynamic links from tree images
20 * Bugfix: force spool rows height
21
1786dc36 22Sun, 09 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
23
24 * Can use a user-defined Array instead of $_GET
20e25a42 25 * Bugfix: can remove all subscriptions
f37bac43 26 * Bugfix: case sensitivity of newsgroup names
9d18c838 27 * Bugfix: correctly remove outdated cache entries
1786dc36 28
d14182c8 29Sat, 08 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
30
31 * Automatically set fup for crossposts
fe8cbf1d 32 * Full URL redirection
8e519bd8 33 * Link abstraction
3b13d2fb 34 * Interpret **, // and __ as formatting in plain text articles
d14182c8 35
0b53e7e8 36================================================================================
37VERSION 1.3
38
cdded1d3 39Sat, 08 Avr 2006 Florent Bruneau <florent.bruneau@m4x.org>
40
c284416b 41 * PHP5 Compatible
cdded1d3 42
a4d41ee0 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
78cd27b3 56================================================================================
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.
63 * Fix Header encoding problems.
64
65================================================================================
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.
72 * Make the post forms use utf-8.
73
74================================================================================
75VERSION 1.0
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: