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