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