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