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