source: github/plugins/managesieve/Changelog @ c994e0e

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