After replying returns on the last message
[banana.git] / Changelog
CommitLineData
1e016f3a 1Sat, 05 Aug 2006 Florent Bruneau <florent.bruneau@m4x.org>
2
3 * Allow browsing through unread messages
4
2b057170 5Sat, 22 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
1e016f3a 6
2b057170 7 * Impove url and email catcher
8 * Bugfix: quotes formating
9
47117a0e 10Sat, 15 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
1e016f3a 11
8003ba55 12 * New tabbed structure
47117a0e 13 * Support of Content-ID references (multipart/related)
14
fc71753b 15Fri, 14 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
1e016f3a 16
fc71753b 17 * Bugfix: wrapping issues with very long lines
18
72afc3ec 19Thu, 13 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
1e016f3a 20
72afc3ec 21 * Bugfix: xfaces handling
22
4f75645f 23Wed, 12 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
1e016f3a 24
4f75645f 25 * Add the list of subscriptions after the spool
72afc3ec 26 * Make article view more user-friendly
4f75645f 27
322b97de 28Tue, 11 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
1e016f3a 29
322b97de 30 * Bugfix: body conversion from unknown charset
31
f4ea8376 32Mon, 10 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
1e016f3a 33
f4ea8376 34 * Use dynamic links from tree images
35 * Bugfix: force spool rows height
36
5d58099e 37Sun, 09 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
38
39 * Can use a user-defined Array instead of $_GET
a80c6fda 40 * Bugfix: can remove all subscriptions
36737fd3 41 * Bugfix: case sensitivity of newsgroup names
fb6428c8 42 * Bugfix: correctly remove outdated cache entries
5d58099e 43
6551668a 44Sat, 08 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
45
46 * Automatically set fup for crossposts
9cac5c87 47 * Full URL redirection
0eb1e7ef 48 * Link abstraction
73dfe367 49 * Interpret **, // and __ as formatting in plain text articles
6551668a 50
e13362d7 51================================================================================
52VERSION 1.3
53
5aea1437 54Sat, 08 Avr 2006 Florent Bruneau <florent.bruneau@m4x.org>
55
718eba61 56 * PHP5 Compatible
5aea1437 57
65d8c6e4 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
4cc7f778 71================================================================================
c8865a54
PHM
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.
ec8b5b6a 78 * Fix Header encoding problems.
c8865a54
PHM
79
80================================================================================
382606fb
PHM
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.
a75dcfa4 87 * Make the post forms use utf-8.
382606fb
PHM
88
89================================================================================
b8e8bb39 90VERSION 1.0
4cc7f778 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: