Thomas Bruederli
2012-08-06 c41a86e5cc26dc8ae37ed4b3fddcaa195b1616a4
commit | author | age
23856c 1 * version 5.2 [2012-07-24]
a49e00 2 -----------------------------------------------------------
ebb204 3 - Added GUI for variables setting - RFC5229 (patch from Paweł Słowik)
40b6df 4 - Fixed scrollbars in Larry's iframes
23856c 5 - Fix performance issue in message_headers_output hook handling
ebb204 6
7dc7eb 7 * version 5.1 [2012-06-21]
AM 8 -----------------------------------------------------------
48e9c1 9 - Fixed filter popup width (for non-english localizations)
T 10 - Fixed tokenizer infinite loop on invalid script content
8d8f7a 11 - Larry skin support
7dc7eb 12 - Fixed custom header name validity check, made RFC2822-compliant
48e9c1 13
T 14 * version 5.0 [2012-01-05]
15 -----------------------------------------------------------
16 - Fixed setting test type to :is when none is specified
17 - Fixed javascript error in IE8
18 - Fixed possible ID duplication when adding filter rules very fast (#1488288)
19 - Fixed bug where drag layer wasn't removed when dragging was ended over sets list
20
21 * version 5.0-rc1 [2011-11-17]
22 -----------------------------------------------------------
23 - Fixed sorting of scripts, scripts including aware of the sort order
24 - Fixed import of rules with unsupported tests
25 - Added 'address' and 'envelope' tests support
26 - Added 'body' extension support (RFC5173)
27 - Added 'subaddress' extension support (RFC5233)
28 - Added comparators support
29 - Changed Sender/Recipient labels to From/To
30 - Fixed importing rule names from Ingo
31 - Fixed handling of extensions disabled in config
32
33 * version 5.0-beta [2011-10-17]
34 -----------------------------------------------------------
35 - Added possibility to create a filter based on selected message "in-place"
36 - Fixed import from Horde-INGO (#1488064)
37 - Add managesieve_script_name option for default name of the script (#1487956)
38 - Fixed handling of enabled magic_quotes_gpc setting
39 - Fixed PHP warning on connection error when submitting filter form
40 - Fixed bug where new action row with flags wasn't handled properly
41 - Added managesieve_connect hook for plugins
42 - Fixed doubled Filter tab on page refresh
43 - Added filters set selector in filter form when invoked in mail task
44 - Improved script parser, added support for include and variables extensions
45 - Added Kolab's KEP:14 support (http://wiki.kolab.org/User:Greve/Drafts/KEP:14)
46 - Use smaller action/rule buttons
47 - UI redesign: added possibility to move filter to any place using drag&drop
48   (instead of up/down buttons), added filter sets list object, added more
49   'loading' messages
50 - Added option to hide some scripts (managesieve_filename_exceptions)
51
52 * version 4.3 [2011-07-28]
53 -----------------------------------------------------------
54 - Fixed handling of error in Net_Sieve::listScripts()
55 - Fixed handling of REFERRAL responses (http://pear.php.net/bugs/bug.php?id=17107)
56 - Fixed bug where wrong folders hierarchy was displayed on folders listing
57
58 * version 4.2 [2011-05-24]
59 -----------------------------------------------------------
60 - Moved elsif replacement code to handle only imports from other formats
61 - Fixed mod_mailbox() usage for newer Roundcube versions
62 - Fixed regex extension (error: regex require missing)
63
64 * version 4.1 [2011-03-07]
65 -----------------------------------------------------------
66 - Fix fileinto target is always INBOX (#1487776)
67 - Fix escaping of backslash character in quoted strings (#1487780)
68 - Fix handling of non-safe characters (double-quote, backslash)
69   or UTF-8 characters (dovecot's implementation bug workaround)
70   in script names
71 - Fix saving of a script using flags extension on servers with imap4flags support (#1487825)
72
73 * version 4.0 [2011-02-10]
74 -----------------------------------------------------------
75 - Fix STARTTLS for timsieved < 2.3.10
76 - Added :regex and :matches support (#1487746)
77 - Added setflag/addflag/removeflag support (#1487449)
78 - Added support for vacation :subject field (#1487120)
79 - rcube_sieve_script class moved to separate file
80 - Moved javascript code from skin templates into managesieve.js file
81
82 * version 3.0 [2011-02-01]
83 -----------------------------------------------------------
84 - Added support for SASL proxy authentication (#1486691)
85 - Fixed parsing of scripts with \r\n line separator
86 - Apply forgotten changes for form errors handling
87 - Fix multi-line strings parsing (#1487685)
88 - Added tests for script parser
89 - Rewritten script parser
90 - Fix double request when clicking on Filters tab using Firefox
91
92 * version 2.10 [2010-10-10]
93 -----------------------------------------------------------
94 - Fixed import from Avelsieve
95 - Use localized size units (#1486976)
96 - Added support for relational operators and i;ascii-numeric comparator
97 - Added popups with form errors
98
99 * version 2.9 [2010-08-02]
100 -----------------------------------------------------------
101 - Fixed vacation parameters parsing (#1486883)
102
103 * version 2.8 [2010-07-08]
104 -----------------------------------------------------------
105 - Added managesieve_auth_type option (#1486731)
106
107 * version 2.7 [2010-07-06]
108 -----------------------------------------------------------
109 - Update Net_Sieve to version 1.3.0 (fixes LOGIN athentication)
110 - Added support for copying and copy sending of messages (COPY extension)
111
112 * version 2.6 [2010-06-03]
113 -----------------------------------------------------------
114 - Support %n and %d variables in managesieve_host option
115
116 * version 2.5 [2010-05-04]
117 -----------------------------------------------------------
118 - Fix filters set label after activation
119 - Fix filters set activation, add possibility to deactivate sets (#1486699)
120 - Fix download button state when sets list is empty
121 - Fix errors when sets list is empty
122
123 * version 2.4 [2010-04-01]
124 -----------------------------------------------------------
125 - Fixed bug in DIGEST-MD5 authentication (http://pear.php.net/bugs/bug.php?id=17285)
126 - Fixed disabling rules with many tests
127 - Small css unification with core
128 - Scripts import/export
129
130 * version 2.3 [2010-03-18]
131 -----------------------------------------------------------
132 - Added import from Horde-INGO
133 - Support for more than one match using if+stop instead of if+elsif structures (#1486078)
134 - Support for selectively disabling rules within a single sieve script (#1485882)
135 - Added vertical splitter
136
137 * version 2.2 [2010-02-06]
138 -----------------------------------------------------------
139 - Fix handling of "<>" characters in filter names (#1486477)
140
141 * version 2.1 [2010-01-12]
142 -----------------------------------------------------------
143 - Fix "require" structure generation when many modules are used
144 - Fix problem with '<' and '>' characters in header tests
145
146 * version 2.0 [2009-11-02]
147 -----------------------------------------------------------
148 - Added 'managesieve_debug' option
149 - Added multi-script support
150 - Small css improvements + sprite image buttons
151 - PEAR::NetSieve 1.2.0b1
152
153 * version 1.7 [2009-09-20]
154 -----------------------------------------------------------
155 - Support multiple managesieve hosts using %h variable
156   in managesieve_host option
157 - Fix first rule deleting (#1486140) 
158
159 * version 1.6 [2009-09-08]
160 -----------------------------------------------------------
161 - Fix warning when importing squirrelmail rules
162 - Fix handling of "true" as "anyof (true)" test
163
164 * version 1.5 [2009-09-04]
165 -----------------------------------------------------------
166 - Added es_ES, ua_UA localizations
167 - Added 'managesieve_mbox_encoding' option
168
169 * version 1.4 [2009-07-29]
170 -----------------------------------------------------------
171 - Updated PEAR::Net_Sieve to 1.1.7
172
173 * version 1.3 [2009-07-24]
174 -----------------------------------------------------------
175 - support more languages
176 - support config.inc.php file
177
178 * version 1.2 [2009-06-28]
179 -----------------------------------------------------------
180 - Support IMAP namespaces in fileinto (#1485943)
181 - Added it_IT localization
182
183 * version 1.1 [2009-05-27]
184 -----------------------------------------------------------    
185 - Added new icons
186 - Added support for headers lists (coma-separated) in rules
187 - Added de_CH localization
188
189 * version 1.0 [2009-05-21]
190 -----------------------------------------------------------    
191 - Rewritten using plugin API
192 - Added hu_HU localization (Tamas Tevesz)
193
194 * version beta7 (svn-r2300) [2009-03-01]
195 -----------------------------------------------------------    
196 - Added SquirrelMail script auto-import (Jonathan Ernst)
197 - Added 'vacation' support (Jonathan Ernst & alec)
198 - Added 'stop' support (Jonathan Ernst)
199 - Added option for extensions disabling (Jonathan Ernst & alec)
200 - Added fi_FI, nl_NL, bg_BG localization
201 - Small style fixes
202
203 * version 0.2-stable1 (svn-r2205) [2009-01-03]
204 -----------------------------------------------------------    
205 - Fix moving down filter row
206 - Fixes for compressed js files in stable release package
207 - Created patch for svn version r2205
208
209 * version 0.2-stable [2008-12-31]
210 -----------------------------------------------------------    
211 - Added ru_RU, fr_FR, zh_CN translation
212 - Fixes for Roundcube 0.2-stable
213
214 * version rc0.2beta [2008-09-21]
215 -----------------------------------------------------------    
216 - Small css fixes for IE
217 - Fixes for Roundcube 0.2-beta
218
219 * version beta6 [2008-08-08]
220 -----------------------------------------------------------    
221 - Added de_DE translation
222 - Fix for Roundcube r1634
223
224 * version beta5 [2008-06-10]
225 -----------------------------------------------------------    
226 - Fixed 'exists' operators
227 - Fixed 'not*' operators for custom headers
228 - Fixed filters deleting
229
230 * version beta4 [2008-06-09]
231 -----------------------------------------------------------    
232 - Fix for Roundcube r1490
233
234 * version beta3 [2008-05-22]
235 -----------------------------------------------------------    
236 - Fixed textarea error class setting
237 - Added pagetitle setting
238 - Added option 'managesieve_replace_delimiter'
239 - Fixed errors on IE (still need some css fixes)
240     
241 * version beta2 [2008-05-20]
242 -----------------------------------------------------------    
243 - Use 'if' only for first filter and 'elsif' for the rest
244
245 * version beta1 [2008-05-15]
246 -----------------------------------------------------------    
247 - Initial version for Roundcube r1388.