Aleksander Machniak
2016-04-06 80cb362b8001ead4289c22dffca2ef0a1bd5b3f2
commit | author | age
80cb36 1 * version 8.6 [2016-04-06]
AM 2 -----------------------------------------------------------
3 - Refactored script parser to be 100x faster
4
162bc8 5 * version 8.5 [2015-11-15]
AM 6 -----------------------------------------------------------
7 - Add support for :from parameter in vacation action (patch from Michele Locati)
8
a4ba3d 9 * version 8.4 [2015-04-20]
AM 10 -----------------------------------------------------------
9c38c5 11 - Add option to prepopulate vacation addresses on form init (#1490030)
fa8577 12 - Add option to define default vacation interval
224a1b 13 - Fix missing position idicator in Larry skin when dragging a filter
AM 14 - Fix incorrect filter data after filter delete (#1490356)
fa8577 15
05b11f 16 * version 8.3 [2015-03-12]
AM 17 -----------------------------------------------------------
3e0ad2 18 - Fix PHP fatal error when visiting Vacation interface and there's no sieve script yet
05b11f 19 - Fix handling of header test with one-element array as header name
e4338f 20 - Fix missing host:port in connection error message
3e0ad2 21
b196d2 22 * version 8.2 [2015-01-14]
AM 23 -----------------------------------------------------------
1f9c9f 24 - Fix bug where actions without if/elseif/else in sieve scripts were skipped
6af79f 25 - Support "not allof" test as a negation of all sub-tests
501cdd 26 - Fix bug where vacation rule was saved to wrong script if managesieve_kolab_master=true
dc9cc7 27 - Improve procedure of script selection to write a vacation rule
1f9c9f 28
ecf6c7 29 * version 8.1 [2014-12-09]
AM 30 -----------------------------------------------------------
613f96 31 - Added simple API to manage vacation rule
4d52ee 32 - Fix missing css/js scripts in filter form in mail task
9828c1 33 - Fix default vacation status (#1490019)
581b6b 34 - Make possible to set vacation start/end date and time
f2fe48 35 - Fix compatibility with contextmenu plugin
4d52ee 36
319751 37 * version 8.0 [2014-07-16]
AM 38 -----------------------------------------------------------
b0aee4 39 - Fix bug where non-existing (or unsubscribed) folder wasn't listed in folder selector (#1489956)
50a57e 40 - Added optional separate interface for out-of-office management (#1488266)
056d45 41 - Fix disabled "create filter" action
f22de5 42 - Fix enotify/notify extension handling
13b33d 43 - Improved UI accessibility
b76f8e 44 - Added option to specify connection socket parameters - managesieve_conn_options
319751 45 - Support vacation date rules without date extension (#1489978)
50a57e 46
c6227f 47 * version 7.2 [2014-02-14]
AM 48 -----------------------------------------------------------
27f0c2 49 - Nicely handle server-side modification of script names (#1489412)
4e040e 50 - Add Filters tab/section using plugin API hook
a329cc 51 - Fix issue where folder selector wasn't visible on new filter form
9a0900 52 - Fix issue where multi-select fields were not visible in new filter action rows (#1489600)
022f51 53 - Fix issue in displaying filter form when managesieve_kolab_master=true
AM 54   and sieve variables extension is supported by the server (#1489599)
a62245 55 - Fix wrong action folder selection if managesieve_domains is not empty (#1489617)
fb5255 56 - Fix filter creation from an email when preview frame is disabled (#1489647)
27f0c2 57
aac4b4 58 * version 7.1 [2013-11-22]
AM 59 -----------------------------------------------------------
9a0900 60 - lib/Net_Sieve.php moved to Roundcube /lib directory
0f4806 61 - Added managesieve_domains option to limit redirect destinations
962eff 62 - Fix bug where at least one additional address of vacation message was required (#1489345)
889c76 63 - Fix so i;ascii-numeric comparator is not forced as default for :count and :value operators
AM 64 - Fix date/currentdate related form issues and comparators handling (#1489346)
78ef00 65 - Fix a bug where deleted filter was not removed from the list
962eff 66
09fed6 67 * version 7.0 [2013-09-09]
AM 68 -----------------------------------------------------------
b6fa7d 69 - Add vacation-seconds extension support (RFC 6131)
ed837a 70 - Several script parser code improvements
c6f075 71 - Support string list arguments in filter form (#1489018)
0185a2 72 - Support date, currendate and index tests - RFC5260 (#1488120)
8ea08a 73 - Split plugin file into two files
d6b592 74 - Fix handling of &, <, > characters in scripts/filter names (#1489208)
dda39a 75 - Support 'keep' action (#1489226)
09fed6 76 - Add common headers to header selector (#1489271)
b6fa7d 77
f3d017 78 * version 6.2 [2013-02-17]
AM 79 -----------------------------------------------------------
6c7ac2 80 - Support tls:// prefix in managesieve_host option
61be82 81 - Removed depracated functions usage
2e33a2 82 - Don't trim whitespace in folder names (#1488955)
6c7ac2 83
0a9d41 84 * version 6.1 [2012-12-21]
AM 85 -----------------------------------------------------------
84f2a7 86 - Fixed filter activation/deactivation confirmation message (#1488765)
0d4ccb 87 - Moved rcube_* classes to <plugin>/lib/Roundcube for compat. with Roundcube Framework autoloader
a648ba 88 - Fixed filter selection after filter deletion (#1488832)
46f06c 89 - Fixed compatibility with jQueryUI-1.9
0a9d41 90 - Don't force 'stop' action on last rule in a script
84f2a7 91
7b274b 92 * version 6.0 [2012-10-03]
AM 93 -----------------------------------------------------------
c1037e 94 - Fixed issue with DBMail bug [http://pear.php.net/bugs/bug.php?id=19077] (#1488594)
cd97f0 95 - Added support for enotify/notify (RFC5435, RFC5436, draft-ietf-sieve-notify-00)
e69516 96 - Change default port to 4190 (IANA-allocated), add port auto-detection (#1488713)
30f10b 97 - Added request size limits detection and script corruption prevention (#1488648)
7b274b 98 - Fix so scripts listed in managesieve_filename_exceptions aren't displayed on the list (#1488724)
c1037e 99
23856c 100 * version 5.2 [2012-07-24]
a49e00 101 -----------------------------------------------------------
ebb204 102 - Added GUI for variables setting - RFC5229 (patch from Paweł Słowik)
40b6df 103 - Fixed scrollbars in Larry's iframes
23856c 104 - Fix performance issue in message_headers_output hook handling
ebb204 105
7dc7eb 106 * version 5.1 [2012-06-21]
AM 107 -----------------------------------------------------------
48e9c1 108 - Fixed filter popup width (for non-english localizations)
T 109 - Fixed tokenizer infinite loop on invalid script content
8d8f7a 110 - Larry skin support
7dc7eb 111 - Fixed custom header name validity check, made RFC2822-compliant
48e9c1 112
T 113 * version 5.0 [2012-01-05]
114 -----------------------------------------------------------
115 - Fixed setting test type to :is when none is specified
116 - Fixed javascript error in IE8
117 - Fixed possible ID duplication when adding filter rules very fast (#1488288)
118 - Fixed bug where drag layer wasn't removed when dragging was ended over sets list
119
120 * version 5.0-rc1 [2011-11-17]
121 -----------------------------------------------------------
122 - Fixed sorting of scripts, scripts including aware of the sort order
123 - Fixed import of rules with unsupported tests
124 - Added 'address' and 'envelope' tests support
125 - Added 'body' extension support (RFC5173)
126 - Added 'subaddress' extension support (RFC5233)
127 - Added comparators support
128 - Changed Sender/Recipient labels to From/To
129 - Fixed importing rule names from Ingo
130 - Fixed handling of extensions disabled in config
131
132 * version 5.0-beta [2011-10-17]
133 -----------------------------------------------------------
134 - Added possibility to create a filter based on selected message "in-place"
135 - Fixed import from Horde-INGO (#1488064)
136 - Add managesieve_script_name option for default name of the script (#1487956)
137 - Fixed handling of enabled magic_quotes_gpc setting
138 - Fixed PHP warning on connection error when submitting filter form
139 - Fixed bug where new action row with flags wasn't handled properly
140 - Added managesieve_connect hook for plugins
141 - Fixed doubled Filter tab on page refresh
142 - Added filters set selector in filter form when invoked in mail task
143 - Improved script parser, added support for include and variables extensions
144 - Added Kolab's KEP:14 support (http://wiki.kolab.org/User:Greve/Drafts/KEP:14)
145 - Use smaller action/rule buttons
146 - UI redesign: added possibility to move filter to any place using drag&drop
147   (instead of up/down buttons), added filter sets list object, added more
148   'loading' messages
149 - Added option to hide some scripts (managesieve_filename_exceptions)
150
151 * version 4.3 [2011-07-28]
152 -----------------------------------------------------------
153 - Fixed handling of error in Net_Sieve::listScripts()
154 - Fixed handling of REFERRAL responses (http://pear.php.net/bugs/bug.php?id=17107)
155 - Fixed bug where wrong folders hierarchy was displayed on folders listing
156
157 * version 4.2 [2011-05-24]
158 -----------------------------------------------------------
159 - Moved elsif replacement code to handle only imports from other formats
160 - Fixed mod_mailbox() usage for newer Roundcube versions
161 - Fixed regex extension (error: regex require missing)
162
163 * version 4.1 [2011-03-07]
164 -----------------------------------------------------------
165 - Fix fileinto target is always INBOX (#1487776)
166 - Fix escaping of backslash character in quoted strings (#1487780)
167 - Fix handling of non-safe characters (double-quote, backslash)
168   or UTF-8 characters (dovecot's implementation bug workaround)
169   in script names
170 - Fix saving of a script using flags extension on servers with imap4flags support (#1487825)
171
172 * version 4.0 [2011-02-10]
173 -----------------------------------------------------------
174 - Fix STARTTLS for timsieved < 2.3.10
175 - Added :regex and :matches support (#1487746)
176 - Added setflag/addflag/removeflag support (#1487449)
177 - Added support for vacation :subject field (#1487120)
178 - rcube_sieve_script class moved to separate file
179 - Moved javascript code from skin templates into managesieve.js file
180
181 * version 3.0 [2011-02-01]
182 -----------------------------------------------------------
183 - Added support for SASL proxy authentication (#1486691)
184 - Fixed parsing of scripts with \r\n line separator
185 - Apply forgotten changes for form errors handling
186 - Fix multi-line strings parsing (#1487685)
187 - Added tests for script parser
188 - Rewritten script parser
189 - Fix double request when clicking on Filters tab using Firefox
190
191 * version 2.10 [2010-10-10]
192 -----------------------------------------------------------
193 - Fixed import from Avelsieve
194 - Use localized size units (#1486976)
195 - Added support for relational operators and i;ascii-numeric comparator
196 - Added popups with form errors
197
198 * version 2.9 [2010-08-02]
199 -----------------------------------------------------------
200 - Fixed vacation parameters parsing (#1486883)
201
202 * version 2.8 [2010-07-08]
203 -----------------------------------------------------------
204 - Added managesieve_auth_type option (#1486731)
205
206 * version 2.7 [2010-07-06]
207 -----------------------------------------------------------
208 - Update Net_Sieve to version 1.3.0 (fixes LOGIN athentication)
209 - Added support for copying and copy sending of messages (COPY extension)
210
211 * version 2.6 [2010-06-03]
212 -----------------------------------------------------------
213 - Support %n and %d variables in managesieve_host option
214
215 * version 2.5 [2010-05-04]
216 -----------------------------------------------------------
217 - Fix filters set label after activation
218 - Fix filters set activation, add possibility to deactivate sets (#1486699)
219 - Fix download button state when sets list is empty
220 - Fix errors when sets list is empty
221
222 * version 2.4 [2010-04-01]
223 -----------------------------------------------------------
224 - Fixed bug in DIGEST-MD5 authentication (http://pear.php.net/bugs/bug.php?id=17285)
225 - Fixed disabling rules with many tests
226 - Small css unification with core
227 - Scripts import/export
228
229 * version 2.3 [2010-03-18]
230 -----------------------------------------------------------
231 - Added import from Horde-INGO
232 - Support for more than one match using if+stop instead of if+elsif structures (#1486078)
233 - Support for selectively disabling rules within a single sieve script (#1485882)
234 - Added vertical splitter
235
236 * version 2.2 [2010-02-06]
237 -----------------------------------------------------------
238 - Fix handling of "<>" characters in filter names (#1486477)
239
240 * version 2.1 [2010-01-12]
241 -----------------------------------------------------------
242 - Fix "require" structure generation when many modules are used
243 - Fix problem with '<' and '>' characters in header tests
244
245 * version 2.0 [2009-11-02]
246 -----------------------------------------------------------
247 - Added 'managesieve_debug' option
248 - Added multi-script support
249 - Small css improvements + sprite image buttons
250 - PEAR::NetSieve 1.2.0b1
251
252 * version 1.7 [2009-09-20]
253 -----------------------------------------------------------
254 - Support multiple managesieve hosts using %h variable
255   in managesieve_host option
256 - Fix first rule deleting (#1486140) 
257
258 * version 1.6 [2009-09-08]
259 -----------------------------------------------------------
260 - Fix warning when importing squirrelmail rules
261 - Fix handling of "true" as "anyof (true)" test
262
263 * version 1.5 [2009-09-04]
264 -----------------------------------------------------------
265 - Added es_ES, ua_UA localizations
266 - Added 'managesieve_mbox_encoding' option
267
268 * version 1.4 [2009-07-29]
269 -----------------------------------------------------------
270 - Updated PEAR::Net_Sieve to 1.1.7
271
272 * version 1.3 [2009-07-24]
273 -----------------------------------------------------------
274 - support more languages
275 - support config.inc.php file
276
277 * version 1.2 [2009-06-28]
278 -----------------------------------------------------------
279 - Support IMAP namespaces in fileinto (#1485943)
280 - Added it_IT localization
281
282 * version 1.1 [2009-05-27]
c6f075 283 -----------------------------------------------------------
48e9c1 284 - Added new icons
T 285 - Added support for headers lists (coma-separated) in rules
286 - Added de_CH localization
287
288 * version 1.0 [2009-05-21]
c6f075 289 -----------------------------------------------------------
48e9c1 290 - Rewritten using plugin API
T 291 - Added hu_HU localization (Tamas Tevesz)
292
293 * version beta7 (svn-r2300) [2009-03-01]
c6f075 294 -----------------------------------------------------------
48e9c1 295 - Added SquirrelMail script auto-import (Jonathan Ernst)
T 296 - Added 'vacation' support (Jonathan Ernst & alec)
297 - Added 'stop' support (Jonathan Ernst)
298 - Added option for extensions disabling (Jonathan Ernst & alec)
299 - Added fi_FI, nl_NL, bg_BG localization
300 - Small style fixes
301
302 * version 0.2-stable1 (svn-r2205) [2009-01-03]
c6f075 303 -----------------------------------------------------------
48e9c1 304 - Fix moving down filter row
T 305 - Fixes for compressed js files in stable release package
306 - Created patch for svn version r2205
307
308 * version 0.2-stable [2008-12-31]
c6f075 309 -----------------------------------------------------------
48e9c1 310 - Added ru_RU, fr_FR, zh_CN translation
T 311 - Fixes for Roundcube 0.2-stable
312
c6f075 313 * version 0.2-beta [2008-09-21]
AM 314 -----------------------------------------------------------
48e9c1 315 - Small css fixes for IE
T 316 - Fixes for Roundcube 0.2-beta
317
318 * version beta6 [2008-08-08]
c6f075 319 -----------------------------------------------------------
48e9c1 320 - Added de_DE translation
T 321 - Fix for Roundcube r1634
322
323 * version beta5 [2008-06-10]
c6f075 324 -----------------------------------------------------------
48e9c1 325 - Fixed 'exists' operators
T 326 - Fixed 'not*' operators for custom headers
327 - Fixed filters deleting
328
329 * version beta4 [2008-06-09]
c6f075 330 -----------------------------------------------------------
48e9c1 331 - Fix for Roundcube r1490
T 332
333 * version beta3 [2008-05-22]
c6f075 334 -----------------------------------------------------------
48e9c1 335 - Fixed textarea error class setting
T 336 - Added pagetitle setting
337 - Added option 'managesieve_replace_delimiter'
338 - Fixed errors on IE (still need some css fixes)
c6f075 339
48e9c1 340 * version beta2 [2008-05-20]
c6f075 341 -----------------------------------------------------------
48e9c1 342 - Use 'if' only for first filter and 'elsif' for the rest
T 343
344 * version beta1 [2008-05-15]
c6f075 345 -----------------------------------------------------------
48e9c1 346 - Initial version for Roundcube r1388.