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