Can choose the part of the message to display
[banana.git] / Changelog
... / ...
CommitLineData
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
6================================================================================
7VERSION 1.4
8
9Sat, 19 Aug 2006 Florent Bruneau <florent.bruneau@m4x.org>
10
11 * Add shortkey browsing
12
13Sat, 05 Aug 2006 Florent Bruneau <florent.bruneau@m4x.org>
14
15 * Allow browsing through unread messages
16
17Sat, 22 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
18
19 * Impove url and email catcher
20 * Bugfix: quotes formating
21
22Sat, 15 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
23
24 * New tabbed structure
25 * Support of Content-ID references (multipart/related)
26
27Fri, 14 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
28
29 * Bugfix: wrapping issues with very long lines
30
31Thu, 13 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
32
33 * Bugfix: xfaces handling
34
35Wed, 12 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
36
37 * Add the list of subscriptions after the spool
38 * Make article view more user-friendly
39
40Tue, 11 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
41
42 * Bugfix: body conversion from unknown charset
43
44Mon, 10 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
45
46 * Use dynamic links from tree images
47 * Bugfix: force spool rows height
48
49Sun, 09 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
50
51 * Can use a user-defined Array instead of $_GET
52 * Bugfix: can remove all subscriptions
53 * Bugfix: case sensitivity of newsgroup names
54 * Bugfix: correctly remove outdated cache entries
55
56Sat, 08 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
57
58 * Automatically set fup for crossposts
59 * Full URL redirection
60 * Link abstraction
61 * Interpret **, // and __ as formatting in plain text articles
62
63================================================================================
64VERSION 1.3
65
66Sat, 08 Avr 2006 Florent Bruneau <florent.bruneau@m4x.org>
67
68 * PHP5 Compatible
69
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
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: