source: github/plugins/managesieve/Changelog @ a49e00a

Last change on this file since a49e00a was a49e00a, checked in by Aleksander Machniak <alec@…>, 10 months ago

Update Changelog

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