fix wrt Re:
[banana.git] / Changelog
CommitLineData
4cc7f778 1================================================================================
382606fb
PHM
2VERSION 1.1
3
4Tue, 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.
a75dcfa4 8 * Make the post forms use utf-8.
382606fb
PHM
9
10================================================================================
b8e8bb39 11VERSION 1.0
4cc7f778 12
13Fri, 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
19Wed, 05 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
20
21 * continue the work with post.php.
22
23Tue, 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
31Mon, 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
39Sun, 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
45Sat, 01 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
46
47 * rework headerDecode function (biggest bottleneck).
48 * rework includes.
49
50================================================================================
51VERSION 0.7.1
52
53Before Jan 2005 David Bachelart <david.bachelart@m4x.org>
54
55 * first version.
56
57================================================================================
58vim:set ts=4 sw=4: