root/tags/cpves-0.06/ChangeLog

Revision 187, 5.8 kB (checked in by jonas, 15 months ago)

done: 0.06

Line 
1CpVES 0.06 2007-09-11 - Jonas Genannt - <jonas.genannt@brachium-system.net>
2        o Added: autoresponder.pl: special X-Header vacation disable
3        o Added: special X-Header vacation to email user/admin frontend
4        o Added: pidfile for create_mailboxes.pl
5        o Added: pidfile for create_mailfilters.pl
6        o Added: script for calculate the mailbox size
7        o Added: new config value for "display mailbox size"
8        o Added: domain_view.tpl mailbox size
9        o Added: check if php-imap is enabled
10        o Added: lang selection per user/sadmin
11        o Added: md5sum of .mailfiter will be saved to database
12        o Added: cpves version string to structure.tpl
13        o Added: index_sadmin vacaction overview per domain and user
14        o Improved: removed reload to domain show on save emailaddress
15        o Improved: vacation magic quotes
16        o Fixed: autoresponder.pl. UTF-8 problems in body
17CpVES 0.05 2007-08-31 - Jonas Genannt - <jonas.genannt@brachium-system.net>
18        o Fixed: repaired listmailer.pl for access tinyint(1) column (T. Genannt)
19        o Fixed: domain_add: default postmaster forwarding (#26)
20        o Fixed: default paths in runScipts.sh and installService.sh
21        o Improved: server_ip: you can configure more than one
22        o Improved: Default config now in extra file (copy to config.inc.php / mail_config.conf) (T. Genannt)
23CpVES 0.04 2007-08-25 - Jonas Genannt - <jonas.genannt@brachium-system.net>
24        o Added: Webmail to config.inc.php and navigation for direct webmail link
25        o Added: initial language split
26        o Added: delete known spam option (frontend)
27        o Added: delete known spam option (backend)
28        o Added: domain perms for sa_wb_listing
29        o Added: optional Mailgraphlink for admin and superadmin
30        o Added: mailarchive frontend
31        o Added: permission for using spam_del option (more secure about stupid users)
32        o Added: sadmin: rebuild all mailfilters
33        o Added: user/admin option: delete duplicate mails
34        o Added: autoresponder send feature (#7)
35         (specify how many responds will send to one address back)
36        o Added: extra site for users password change
37        o Added: fetchmail mailfrontend + backendscript
38        o Added: whitelist localdomains (#22)
39        o Added: spam/ham learning frontend and backend (#9)
40        o Added: option to deny/allow cpves webinterface login per domain/user
41        o Fixed: typo in delete duplicate mails create_mailfilters.pl
42        o Fixed: autoresponder_disable bug, overrides complete table (#3)
43        o Fixed: autoresponder encoding with utf8 (#2)
44        o Fixed: autorepsonder quoting problems
45        o Fixed: Password dialog forms (#5)
46        o Fixed: create_mailfilters.pl: if() in bogofilter
47        o Fixed: delete domains (no old data will stay in other tables)
48        o Fixed: max forwardings in domain
49        o Fixed: max email addresses in domain
50        o Fixed: fixed some variable errors/usages
51        o Fixed: default spam_del value (10 -> 10.0) (#14)
52        o Fixed: spelling error (#16)
53        o Fixed: incorrect pidfile (#20)
54        o Fixed: error in sa_wb_listing.pl (#21)
55        o Fixed: forwardadd_fillform() (#23)
56        o Improved: backendscripts (default: /usr/local/cpves) (#21)
57        o Improved: config dir now default in /etc/cpves
58        o Improved: move_spam (only called in autoresponder if spamassassin is active)
59        o Improved: possible inputfailture on forwarding add
60        o Improved: moved all cpves js code to separate file (js/cpves.js)
61        o Improved: Upgrade to newest smarty version
62        o Improved: format error of del_known_spam (#6)
63        o Improved: delete domain; no email to sysadmin any more (#8)
64        o Improved: list_imap_folders: non-spam /spam folder
65        o Improved: make Spam folder bold in "move known spam to"
66        o Improved: check for correct permissions for every user_ site
67        o Improved: CpVES webinterface is english (#24)
68CpVES 0.03 2007-05-01 - Jonas Genannt - <jonas.genannt@brachium-system.net>
69        o Improved: create forward;copy addresses to form
70        o Improved: autoresponder - now send only to valid to addresses an responder
71        o Improved: check_domain_faeture (database change needed)
72        o Improved: forward_view (sorting of addresses)
73        o Improved: email_view admin domain sorting
74        o Improved: sadmin_edit success message
75        o Improved: index_sadmin.tpl layout
76        o Improved: index_admin.tpl layout
77        o Improved: functions for email_options
78        o Improved: forward_view delete complete forward
79        o Added: Whitelisting Support to Interface
80        o Added: automatic autoresponder disable feature
81        o Added: Initial Bogofilter frontend support
82        o Added: An SQL-Upgrade file
83        o Added: X-Loop and X-No-Loop check for autoresponder
84        o Added: Sending autoresponder with X-Loop and X-No-Loop header
85        o Added: new autoresponder feature to users interface
86        o Added: new autoresponder feature to admins interface
87        o Added: support forwarding per user dis/enable
88        o Added: ml_postmaster/mailserver_smtp to configfile
89        o Added: listMailer.pl support for configfile
90        o Added: index_sadmin: display sadmin privileges
91        o Added: sadmin/admin see move_spam option (ready only)
92        o Fixed: create forwarding
93        o Fixed: create mailinglist
94        o Fixed: listMailer.pl config file path
95        o Fixed: sadmin_add redirection to sadmin_view
96CpVES 0.02 2007-03-16 - Jonas Genannt - <jonas.genannt@brachium-system.net>
97        o Code Cleanup
98        o Complete new code structure
99        o Fixed: Wrong emailaddr count on index site
100        o Improved Layout (error/success messages)
101        o Improved Run ML-Code only if ML activated
102        o Improved sadmin and user password change
103        o Improved Char-Encoding in listMailer.pl error-mail (T. Genannt)
104        o Added filed:
105         ALTER TABLE `domains` ADD `spamassassin` TINYINT(1) DEFAULT '1' NOT NULL;
106        o Added: en/disable spamassassin support per domain
107        o Added: sadmin/admin can modify users autoresponder
108        o Added: sadmin/admin can modify users forwarding
109        o Added: sadmin/admin can modify users virus delete
110        o Added: inputfocus to emailaddress on loginpage and other pages
111        o Added: Cycle for backgroundcolors
112        o Added: domain_add: Forward do domain_view after creating
113        o Added: forward_add: List mailaddresses
114CpVES 0.01 2006-12-31 - Jonas Genannt - <jonas.genannt@brachium-system.net>
115        o First Release
Note: See TracBrowser for help on using the browser.