Ported exclusion feature to GPL

This commit is contained in:
Jamie Cameron 2007-08-08 00:30:38 +00:00
parent 4eb40cc03e
commit 49f176665d
4 changed files with 6 additions and 1 deletions

View File

@ -334,3 +334,6 @@ AWstats statistics are now included in cPanel migrations.
The real name of a virtual server's Unix user is updated when the server's description is changed.
Backported the simpler alias editing form from Virtualmin Pro, which makes it quicker to setup autoreponders and forwarders. Also includes easier to use fields for advanced autoresponder options, like the reply period and date ranges.
Added a link from the Mail Aliases page to manually edit aliases in a domain using a text box. This makes bulk changes and copies simpler.
Migrated cPanel users with forwarding have email also delivered to their inbox, to maintain consistency with cPanel.
Added the Excluded Directories page for entering directories not to include in backups for a virtual server.
Updated the modify-domain.pl script to allow excluded directories to be managed with the --add-exclude and --remove-exclude parameters. Also updated list-domains.pl to show exclusions.

View File

@ -0,0 +1 @@
../virtual-server/edit_exclude.cgi

View File

@ -3,7 +3,7 @@ desc=Virtualmin Virtual Servers (GPL)
category=servers
depends=net useradmin quota acl cron mailboxes 1.337
os_support=*-linux macos freebsd openbsd solaris
version=3.44.gpl
version=3.442.gpl
desc_de=Virtualmin Virtuelle Server
desc_fr=Serveurs Virtuels Virtualmin
virtualmin=gpl

View File

@ -0,0 +1 @@
../virtual-server/save_exclude.cgi