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