fixes
[banana.git] / Changelog
1 ================================================================================
2 VERSION 1.1
3
4 Tue, 24 May 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
5
6         * Fix one problem with $this->ids beeing empty in Spool.
7         * Fix encoding issues since iconv truncates strings sometimes.
8         * Make the post forms use utf-8.
9
10 ================================================================================
11 VERSION 1.0
12
13 Fri, 07 Jan 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
14
15         * Banana is now a real standalone class.
16         * Clean hooks.
17         * Update the script spoolgen.php.
18
19 Wed, 05 Jan 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
20
21         * continue the work with post.php.
22
23 Tue, 04 Jan 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
24
25         * prepare Banana to be a library :
26                 - delete a lot of echo's.
27                 - use a lot of string passing.
28                 - create more Banana:: functions.
29                 => API IS NOT STABLE ATM.
30
31 Mon, 03 Jan 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
32
33         * no more $news -> class Banana.
34         * continue include rework.
35         * hooks functions enters.
36         * $banana is now the only global variable we need.
37         * exit format.inc.php.
38
39 Sun, 02 Jan 2005                        Pierre Habouzit <pierre.habouzit@m4x.org>
40
41         * _(..) -> _b_(..) that performs a dgettext('banana', ...).
42         * use gettext and no more $locales.
43         * rework includes.
44
45 Sat, 01 Jan 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
46
47         * rework headerDecode function (biggest bottleneck).
48         * rework includes.
49
50 ================================================================================
51 VERSION 0.7.1
52
53 Before Jan 2005                                         David Bachelart <david.bachelart@m4x.org>
54
55         * first version.
56
57 ================================================================================
58 vim:set ts=4 sw=4: