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