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