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