source: github/plugins/managesieve/Changelog @ 3ad2b1b

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