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