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