source: subversion/trunk/plugins/managesieve/Changelog @ 4983

Last change on this file since 4983 was 4983, checked in by alec, 23 months ago
  • Fixed bug where wrong folders hierarchy was displayed on folders listing
File size: 7.3 KB
Line 
1* version 4.3 [2011-07-28]
2-----------------------------------------------------------
3- Fixed handling of error in Net_Sieve::listScripts()
4- Fixed handling of REFERRAL responses (http://pear.php.net/bugs/bug.php?id=17107)
5- Fixed bug where wrong folders hierarchy was displayed on folders listing
6
7* version 4.2 [2011-05-24]
8-----------------------------------------------------------
9- Moved elsif replacement code to handle only imports from other formats
10- Fixed mod_mailbox() usage for newer Roundcube versions
11- Fixed regex extension (error: regex require missing)
12
13* version 4.1 [2011-03-07]
14-----------------------------------------------------------
15- Fix fileinto target is always INBOX (#1487776)
16- Fix escaping of backslash character in quoted strings (#1487780)
17- Fix handling of non-safe characters (double-quote, backslash)
18  or UTF-8 characters (dovecot's implementation bug workaround)
19  in script names
20- Fix saving of a script using flags extension on servers with imap4flags support (#1487825)
21
22* version 4.0 [2011-02-10]
23-----------------------------------------------------------
24- Fix STARTTLS for timsieved < 2.3.10
25- Added :regex and :matches support (#1487746)
26- Added setflag/addflag/removeflag support (#1487449)
27- Added support for vacation :subject field (#1487120)
28- rcube_sieve_script class moved to separate file
29- Moved javascript code from skin templates into managesieve.js file
30
31* version 3.0 [2011-02-01]
32-----------------------------------------------------------
33- Added support for SASL proxy authentication (#1486691)
34- Fixed parsing of scripts with \r\n line separator
35- Apply forgotten changes for form errors handling
36- Fix multi-line strings parsing (#1487685)
37- Added tests for script parser
38- Rewritten script parser
39- Fix double request when clicking on Filters tab using Firefox
40
41* version 2.10 [2010-10-10]
42-----------------------------------------------------------
43- Fixed import from Avelsieve
44- Use localized size units (#1486976)
45- Added support for relational operators and i;ascii-numeric comparator
46- Added popups with form errors
47
48* version 2.9 [2010-08-02]
49-----------------------------------------------------------
50- Fixed vacation parameters parsing (#1486883)
51
52* version 2.8 [2010-07-08]
53-----------------------------------------------------------
54- Added managesieve_auth_type option (#1486731)
55
56* version 2.7 [2010-07-06]
57-----------------------------------------------------------
58- Update Net_Sieve to version 1.3.0 (fixes LOGIN athentication)
59- Added support for copying and copy sending of messages (COPY extension)
60
61* version 2.6 [2010-06-03]
62-----------------------------------------------------------
63- Support %n and %d variables in managesieve_host option
64
65* version 2.5 [2010-05-04]
66-----------------------------------------------------------
67- Fix filters set label after activation
68- Fix filters set activation, add possibility to deactivate sets (#1486699)
69- Fix download button state when sets list is empty
70- Fix errors when sets list is empty
71
72* version 2.4 [2010-04-01]
73-----------------------------------------------------------
74- Fixed bug in DIGEST-MD5 authentication (http://pear.php.net/bugs/bug.php?id=17285)
75- Fixed disabling rules with many tests
76- Small css unification with core
77- Scripts import/export
78
79* version 2.3 [2010-03-18]
80-----------------------------------------------------------
81- Added import from Horde-INGO
82- Support for more than one match using if+stop instead of if+elsif structures (#1486078)
83- Support for selectively disabling rules within a single sieve script (#1485882)
84- Added vertical splitter
85
86* version 2.2 [2010-02-06]
87-----------------------------------------------------------
88- Fix handling of "<>" characters in filter names (#1486477)
89
90* version 2.1 [2010-01-12]
91-----------------------------------------------------------
92- Fix "require" structure generation when many modules are used
93- Fix problem with '<' and '>' characters in header tests
94
95* version 2.0 [2009-11-02]
96-----------------------------------------------------------
97- Added 'managesieve_debug' option
98- Added multi-script support
99- Small css improvements + sprite image buttons
100- PEAR::NetSieve 1.2.0b1
101
102* version 1.7 [2009-09-20]
103-----------------------------------------------------------
104- Support multiple managesieve hosts using %h variable
105  in managesieve_host option
106- Fix first rule deleting (#1486140)
107
108* version 1.6 [2009-09-08]
109-----------------------------------------------------------
110- Fix warning when importing squirrelmail rules
111- Fix handling of "true" as "anyof (true)" test
112
113* version 1.5 [2009-09-04]
114-----------------------------------------------------------
115- Added es_ES, ua_UA localizations
116- Added 'managesieve_mbox_encoding' option
117
118* version 1.4 [2009-07-29]
119-----------------------------------------------------------
120- Updated PEAR::Net_Sieve to 1.1.7
121
122* version 1.3 [2009-07-24]
123-----------------------------------------------------------
124- support more languages
125- support config.inc.php file
126
127* version 1.2 [2009-06-28]
128-----------------------------------------------------------
129- Support IMAP namespaces in fileinto (#1485943)
130- Added it_IT localization
131
132* version 1.1 [2009-05-27]
133-----------------------------------------------------------   
134- Added new icons
135- Added support for headers lists (coma-separated) in rules
136- Added de_CH localization
137
138* version 1.0 [2009-05-21]
139-----------------------------------------------------------   
140- Rewritten using plugin API
141- Added hu_HU localization (Tamas Tevesz)
142
143* version beta7 (svn-r2300) [2009-03-01]
144-----------------------------------------------------------   
145- Added SquirrelMail script auto-import (Jonathan Ernst)
146- Added 'vacation' support (Jonathan Ernst & alec)
147- Added 'stop' support (Jonathan Ernst)
148- Added option for extensions disabling (Jonathan Ernst & alec)
149- Added fi_FI, nl_NL, bg_BG localization
150- Small style fixes
151
152* version 0.2-stable1 (svn-r2205) [2009-01-03]
153-----------------------------------------------------------   
154- Fix moving down filter row
155- Fixes for compressed js files in stable release package
156- Created patch for svn version r2205
157
158* version 0.2-stable [2008-12-31]
159-----------------------------------------------------------   
160- Added ru_RU, fr_FR, zh_CN translation
161- Fixes for Roundcube 0.2-stable
162
163* version rc0.2beta [2008-09-21]
164-----------------------------------------------------------   
165- Small css fixes for IE
166- Fixes for Roundcube 0.2-beta
167
168* version beta6 [2008-08-08]
169-----------------------------------------------------------   
170- Added de_DE translation
171- Fix for Roundcube r1634
172
173* version beta5 [2008-06-10]
174-----------------------------------------------------------   
175- Fixed 'exists' operators
176- Fixed 'not*' operators for custom headers
177- Fixed filters deleting
178
179* version beta4 [2008-06-09]
180-----------------------------------------------------------   
181- Fix for Roundcube r1490
182
183* version beta3 [2008-05-22]
184-----------------------------------------------------------   
185- Fixed textarea error class setting
186- Added pagetitle setting
187- Added option 'managesieve_replace_delimiter'
188- Fixed errors on IE (still need some css fixes)
189   
190* version beta2 [2008-05-20]
191-----------------------------------------------------------   
192- Use 'if' only for first filter and 'elsif' for the rest
193
194* version beta1 [2008-05-15]
195-----------------------------------------------------------   
196- Initial version for Roundcube r1388.
Note: See TracBrowser for help on using the repository browser.