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