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