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