Commit | Line | Data |
---|---|---|
6e0f0e15 | 1 | Sat, 19 Aug 2006 Florent Bruneau <florent.bruneau@m4x.org> |
2 | ||
3 | * Add shortkey browsing | |
4 | ||
1e016f3a | 5 | Sat, 05 Aug 2006 Florent Bruneau <florent.bruneau@m4x.org> |
6 | ||
7 | * Allow browsing through unread messages | |
8 | ||
2b057170 | 9 | Sat, 22 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org> |
1e016f3a | 10 | |
2b057170 | 11 | * Impove url and email catcher |
12 | * Bugfix: quotes formating | |
13 | ||
47117a0e | 14 | Sat, 15 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org> |
1e016f3a | 15 | |
8003ba55 | 16 | * New tabbed structure |
47117a0e | 17 | * Support of Content-ID references (multipart/related) |
18 | ||
fc71753b | 19 | Fri, 14 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org> |
1e016f3a | 20 | |
fc71753b | 21 | * Bugfix: wrapping issues with very long lines |
22 | ||
72afc3ec | 23 | Thu, 13 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org> |
1e016f3a | 24 | |
72afc3ec | 25 | * Bugfix: xfaces handling |
26 | ||
4f75645f | 27 | Wed, 12 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org> |
1e016f3a | 28 | |
4f75645f | 29 | * Add the list of subscriptions after the spool |
72afc3ec | 30 | * Make article view more user-friendly |
4f75645f | 31 | |
322b97de | 32 | Tue, 11 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org> |
1e016f3a | 33 | |
322b97de | 34 | * Bugfix: body conversion from unknown charset |
35 | ||
f4ea8376 | 36 | Mon, 10 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org> |
1e016f3a | 37 | |
f4ea8376 | 38 | * Use dynamic links from tree images |
39 | * Bugfix: force spool rows height | |
40 | ||
5d58099e | 41 | Sun, 09 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org> |
42 | ||
43 | * Can use a user-defined Array instead of $_GET | |
a80c6fda | 44 | * Bugfix: can remove all subscriptions |
36737fd3 | 45 | * Bugfix: case sensitivity of newsgroup names |
fb6428c8 | 46 | * Bugfix: correctly remove outdated cache entries |
5d58099e | 47 | |
6551668a | 48 | Sat, 08 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org> |
49 | ||
50 | * Automatically set fup for crossposts | |
9cac5c87 | 51 | * Full URL redirection |
0eb1e7ef | 52 | * Link abstraction |
73dfe367 | 53 | * Interpret **, // and __ as formatting in plain text articles |
6551668a | 54 | |
e13362d7 | 55 | ================================================================================ |
56 | VERSION 1.3 | |
57 | ||
5aea1437 | 58 | Sat, 08 Avr 2006 Florent Bruneau <florent.bruneau@m4x.org> |
59 | ||
718eba61 | 60 | * PHP5 Compatible |
5aea1437 | 61 | |
65d8c6e4 | 62 | March 2006 Florent Bruneau <florent.bruneau@m4x.org> |
63 | ||
64 | * Add multipart and attachment support | |
65 | * Add HTML and RichText support | |
66 | * Improve url handling | |
67 | * Fix invalid html in submission form | |
68 | * Add quotations handling | |
69 | * Fix cache issue with empty newsgroups | |
70 | * Add x-face placement support | |
71 | * Improve support of some non-standard clients | |
72 | * Fix support of post without subject | |
73 | * Improve wrapping | |
74 | ||
4cc7f778 | 75 | ================================================================================ |
c8865a54 PHM |
76 | VERSION 1.2 |
77 | ||
78 | Wed, 19 Oct 2005 Pierre Habouzit <pierre.habouzit@m4x.org> | |
79 | ||
80 | * Fix a problem wrt responses (Re: in subject). | |
81 | * Fix a problem with empty overviews. | |
ec8b5b6a | 82 | * Fix Header encoding problems. |
c8865a54 PHM |
83 | |
84 | ================================================================================ | |
382606fb PHM |
85 | VERSION 1.1 |
86 | ||
87 | Tue, 24 May 2005 Pierre Habouzit <pierre.habouzit@m4x.org> | |
88 | ||
89 | * Fix one problem with $this->ids beeing empty in Spool. | |
90 | * Fix encoding issues since iconv truncates strings sometimes. | |
a75dcfa4 | 91 | * Make the post forms use utf-8. |
382606fb PHM |
92 | |
93 | ================================================================================ | |
b8e8bb39 | 94 | VERSION 1.0 |
4cc7f778 | 95 | |
96 | Fri, 07 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org> | |
97 | ||
98 | * Banana is now a real standalone class. | |
99 | * Clean hooks. | |
100 | * Update the script spoolgen.php. | |
101 | ||
102 | Wed, 05 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org> | |
103 | ||
104 | * continue the work with post.php. | |
105 | ||
106 | Tue, 04 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org> | |
107 | ||
108 | * prepare Banana to be a library : | |
109 | - delete a lot of echo's. | |
110 | - use a lot of string passing. | |
111 | - create more Banana:: functions. | |
112 | => API IS NOT STABLE ATM. | |
113 | ||
114 | Mon, 03 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org> | |
115 | ||
116 | * no more $news -> class Banana. | |
117 | * continue include rework. | |
118 | * hooks functions enters. | |
119 | * $banana is now the only global variable we need. | |
120 | * exit format.inc.php. | |
121 | ||
122 | Sun, 02 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org> | |
123 | ||
124 | * _(..) -> _b_(..) that performs a dgettext('banana', ...). | |
125 | * use gettext and no more $locales. | |
126 | * rework includes. | |
127 | ||
128 | Sat, 01 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org> | |
129 | ||
130 | * rework headerDecode function (biggest bottleneck). | |
131 | * rework includes. | |
132 | ||
133 | ================================================================================ | |
134 | VERSION 0.7.1 | |
135 | ||
136 | Before Jan 2005 David Bachelart <david.bachelart@m4x.org> | |
137 | ||
138 | * first version. | |
139 | ||
140 | ================================================================================ | |
141 | vim:set ts=4 sw=4: |