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