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