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