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