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

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