Remove Old Release Notes
Updated Build Date
This commit is contained in:
parent
139d2463ef
commit
5c7cea1c9f
3 changed files with 1 additions and 387 deletions
|
@ -1,178 +0,0 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
|
||||||
<head>
|
|
||||||
<title>WebsitePanel - Readme</title>
|
|
||||||
<style type="text/css">
|
|
||||||
.style1 {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<h1>
|
|
||||||
WebsitePanel - Readme</h1>
|
|
||||||
<p>
|
|
||||||
WebsitePanel is a hosting control panel for Windows servers.</p>
|
|
||||||
|
|
||||||
<h2>
|
|
||||||
License</h2>
|
|
||||||
<p>
|
|
||||||
WebsitePanel is released under BSD license. Please see LICENSE.txt file in the
|
|
||||||
root folder of this project.</p>
|
|
||||||
|
|
||||||
<h2>
|
|
||||||
Project Structure</h2>
|
|
||||||
<p>
|
|
||||||
The project has the following folders structure:</p>
|
|
||||||
<ul>
|
|
||||||
<li><strong>\Trunk</strong> - project version currently in development<ul>
|
|
||||||
<li><strong>\Sources</strong> - project source codes.</li>
|
|
||||||
<li><strong>\Lib</strong> - all referenced 3rd-party assemblies required to build
|
|
||||||
the solution are placed in this folder.</li>
|
|
||||||
<li><strong>\Database</strong> - the folder contains SQL scripts for creating
|
|
||||||
initial database structure and its update to the current version.<ul>
|
|
||||||
<li><strong>install_db.sql</strong> - SQL script to create full database structure
|
|
||||||
for the <em>previous</em> release.</li>
|
|
||||||
<li><strong>update_db.sql</strong> - SQL script to update database structure for the
|
|
||||||
revious release to the current one.</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li><strong>\Docs</strong> - project documentation<ul>
|
|
||||||
<li><strong>\Developer</strong> - technical documentation (specs, diagrams, POCs,
|
|
||||||
etc.) for developers working on the project</li>
|
|
||||||
<li><strong>\User</strong> - user-related documentation (user guides, how-tows,
|
|
||||||
etc.) for end-users using the product</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li><strong>\Build</strong> - folder containing solution assemblies that
|
|
||||||
are referenced from other projects</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li><strong>\Releases</strong> - contains all project releases</li>
|
|
||||||
<li><strong>\Branches</strong> - contains project branches for proof-of-concepts,
|
|
||||||
new development, bug fixing, etc.</li>
|
|
||||||
<li><strong>LICENSE.txt</strong> - project license</li>
|
|
||||||
<li><strong>Readme.htm</strong> - the file you are reading right now</li>
|
|
||||||
<li><strong>ReleaseNotes.htm</strong> - project release notes</li>
|
|
||||||
</ul>
|
|
||||||
<h2>
|
|
||||||
Build How-To</h2>
|
|
||||||
<h3>
|
|
||||||
Downloading 3rd-Party Libraries</h3>
|
|
||||||
<p class="style1">
|
|
||||||
SimpleDNS API</p>
|
|
||||||
<p>
|
|
||||||
SDNSAPI.dll is required to build "WebsitePanel.Providers.DNS.SimpleDNS50"
|
|
||||||
project.</p>
|
|
||||||
<p>
|
|
||||||
Download "Simple DNS Plus API for .NET and COM" library from "Downloads" section
|
|
||||||
on <a href="http://www.simpledns.com">www.simpledns.com</a> web site web site (at the
|
|
||||||
time of writing direct link to this library is
|
|
||||||
<a href="http://www.simpledns.com/outbox/sdnsapi-setup.exe">
|
|
||||||
http://www.simpledns.com/outbox/sdnsapi-setup.exe</a>). Install the library and
|
|
||||||
then copy SDNSAPI.dll (located in "C:\Program Files (x86)\Simple DNS Plus API
|
|
||||||
for .NET and COM" by default) from its installation folder to "Lib" folder of
|
|
||||||
WebsitePanel project.</p>
|
|
||||||
<p class="style1">
|
|
||||||
MySQL .NET Connector</p>
|
|
||||||
<p>
|
|
||||||
MySQL .NET Connector is required to build
|
|
||||||
"WebsitePanel.Providers.Database.MySql" project.</p>
|
|
||||||
<p>
|
|
||||||
Go to <a href="http://www.mysql.com">www.mysql.com</a> web site and download the
|
|
||||||
latest release of "MySQL .NET Connector" library from there (at the time of
|
|
||||||
writing it is located at <a href="http://dev.mysql.com/downloads/connector/net/">
|
|
||||||
http://dev.mysql.com/downloads/connector/net/</a>). Install MySQL connector and
|
|
||||||
then copy "MySQL.Data.dll" assembly from its installation folder to "Lib" folder
|
|
||||||
of WebsitePanel project.</p>
|
|
||||||
<p class="style1">
|
|
||||||
OrderBox (Directi API)</p>
|
|
||||||
<p>
|
|
||||||
Certain libraries are required to compile "WebsitePanel.Plugins.Directi" project
|
|
||||||
of Enterprise Server solution.</p>
|
|
||||||
<p>
|
|
||||||
Open <a href="http://40083.myorderbox.com/kb/servlet/KBServlet/faq589.html">
|
|
||||||
http://40083.myorderbox.com/kb/servlet/KBServlet/faq589.html</a> page and
|
|
||||||
download the following files:</p>
|
|
||||||
<ul>
|
|
||||||
<li>NET_CoreExamples_vX.zip</li>
|
|
||||||
|
|
||||||
<li>NET_DomainsExamples_vX.zip</li>
|
|
||||||
</ul>
|
|
||||||
<p>
|
|
||||||
Unpack both archives to some temporary location and then copy the following
|
|
||||||
files to "Lib" folder of WebsitePanel project:</p>
|
|
||||||
<ul>
|
|
||||||
<li>OrderBoxCoreLib.dll</li>
|
|
||||||
<li>OrderBoxDomainsLib.dll</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h3>Set the Reference Paths to 3rd-Party Libraries</h3>
|
|
||||||
<p>After placing the required 3rd-Party Libraries into "Lib" folder
|
|
||||||
of WebsitePanel project, open WebsitePanel.Server solution (WebsitePanel.Server.sln)
|
|
||||||
and set ReferencePath of "WebsitePanel.Providers.Database.MySQL" and "WebsitePanel.Providers.DNS.SimpleDNS50" projects
|
|
||||||
to the absolute path of the "Lib" folder. See "Reference Path Is Incorrect" paragraph of
|
|
||||||
<a href="http://msdn.microsoft.com/en-us/library/ayds71se%28v=VS.100%29.aspx" target="_blank">Troubleshooting Broken References</a>
|
|
||||||
article for help.<br />
|
|
||||||
Do the same for "WebsitePanel.Plugins.Directi" project of WebsitePanel.EnterpriseServer solution (WebsitePanel.EnterpriseServer.sln).</p>
|
|
||||||
|
|
||||||
<h3>
|
|
||||||
Building Solutions</h3>
|
|
||||||
<p>
|
|
||||||
Build WebsitePanel solutions in the following order:</p>
|
|
||||||
<ul>
|
|
||||||
<li>WebsitePanel.Server.sln</li>
|
|
||||||
<li>WebsitePanel.EnterpriseServer.sln</li>
|
|
||||||
<li>WebsitePanel.WebPortal.sln</li>
|
|
||||||
</ul>
|
|
||||||
<h3>
|
|
||||||
Creating Database</h3>
|
|
||||||
<p>
|
|
||||||
In order to run WebsitePanel Enterprise Server it's required to create SQL
|
|
||||||
Server database to hold its internal data.</p>
|
|
||||||
<ol>
|
|
||||||
<li>Using SQL Server Management Studio or any other database tool create a database
|
|
||||||
called "WebsitePanel".</li>
|
|
||||||
<li>Execute "install_db.sql" script containing DDL and initial data from "\Database"
|
|
||||||
folder of WebsitePanel project against created database.</li>
|
|
||||||
<li>Create "WebsitePanel" SQL user account and grant it "db_owner" rights on
|
|
||||||
"WebsitePanel" database.</li>
|
|
||||||
<li>Open "web.config" file in the root of Enterprise Server application and update
|
|
||||||
CryptoKey (appSettings/add/WebsitePanel.CryptoKey element) value there. It might
|
|
||||||
be arbitrary non-empty string.</li>
|
|
||||||
<li>Run WebsitePanel.PasswordEncoder tool available in "Tools" folder and generate
|
|
||||||
hash for "serveradmin" account password using CryptoKey and "Encrypt" button.</li>
|
|
||||||
<li>Update "Password" column in "Users" database table with generated hash for the
|
|
||||||
record with UserID = 1 ("serveradmin" account).</li>
|
|
||||||
<li>In Enterprise Server's web.config update database connection string with proper
|
|
||||||
settings in order to connect to WebsitePanel database.</li>
|
|
||||||
</ol>
|
|
||||||
<h3>
|
|
||||||
Configuring Web Applications</h3>
|
|
||||||
<p>
|
|
||||||
It's assumed below that root of WebsitePanel project is pointing to "C:\Projects\WebsitePanel"
|
|
||||||
folder.</p>
|
|
||||||
<ul>
|
|
||||||
<li>Create "WebsitePanel Server" web site (with 127.0.0.1:9003 binding) using IIS Management Tool with the root
|
|
||||||
folder pointing to "C:\Projects\WebsitePanel\Trunk\Sources\WebsitePanel.Server".</li>
|
|
||||||
<li>Create new user account called "WebsitePanelServer" and update process identity
|
|
||||||
with it for "WebsitePanel Server" application pool. This user account must have
|
|
||||||
required privileges to manage computer resources (by default be a member of
|
|
||||||
local "Administrators" group) and also must be a member of "IIS_IUSRS" (IIS 7).</li>
|
|
||||||
<li>Create "WebsitePanel Enterprise Server" web site (with 127.0.0.1:9002
|
|
||||||
binding) using IIS Management Tool with
|
|
||||||
the root folder pointing to "C:\Projects\WebsitePanel\Trunk\Sources\WebsitePanel.EnterpriseServer".</li>
|
|
||||||
<li>Create "WebsitePanel Web Portal" web site (with <all unassigned>:9001
|
|
||||||
binding) using IIS Management Tool with the
|
|
||||||
root folder pointing to "C:\Projects\WebsitePanel\Trunk\Sources\WebsitePanel.WebPortal".</li>
|
|
||||||
<li>Open "App_Data\SiteSettings.config" file in "WebsitePanel.WebPortal" folder and
|
|
||||||
update URL to Enterprise Server (http://127.0.0.1:9002 by default).</li>
|
|
||||||
<li>Open web.config in the root of WebsitePanel.Server application and update
|
|
||||||
"server access password" ("websitepanel.server/security/password" element). You
|
|
||||||
should be able to generate password SHA1 hash using WebsitePanel.PasswordEncoder
|
|
||||||
tool.</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,208 +0,0 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
||||||
<head>
|
|
||||||
<title>WebsitePanel - Release Notes</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1>
|
|
||||||
WebsitePanel - Release Notes</h1>
|
|
||||||
<p>
|
|
||||||
<strong>July 14, 2011 - v1.2.0</strong></p>
|
|
||||||
<ul>
|
|
||||||
<li>Added: Support for managing private Hyper-V cloud solution implemented with System
|
|
||||||
Center Virtual Machine Manager 2008 R2, System Center Operations Manager 2007 and
|
|
||||||
Dynamic Data Center Toolkit v3 (Beta) (contributed by Austen Knowledge Group)</li>
|
|
||||||
<li>Added: Support of Helicon Ape module for securing files & folders on web-site level
|
|
||||||
(contributed by <a href="http://www.helicontech.com/" target="_blank">HeliconTech</a>)</li>
|
|
||||||
<li>Added: Support for Razor files extensions (*.cshtml, *.vbhtml) in File Manager</li>
|
|
||||||
<li>Added: "Notify Overused Databases" scheduled task (contributed by <a href="http://social.msdn.microsoft.com/profile/yoda-ict"
|
|
||||||
target="_blank">yoda-ict</a>)</li>
|
|
||||||
<li>Added: Display size for MySQL databases on Edit Database page (contributed by <a
|
|
||||||
href="http://social.msdn.microsoft.com/profile/yoda-ict" target="_blank">yoda-ict</a>)</li>
|
|
||||||
<li>Added: SSL Management (contributed by <a href="http://social.msdn.microsoft.com/profile/onionman/?type=forum&referrer=http://social.msdn.microsoft.com/Forums/en-US/wspdiscuss/threads"
|
|
||||||
target="_blank">OnionMan</a>)</li>
|
|
||||||
<li>Added: Domain aliases changed to allow using existing DNS domains to setup aliases
|
|
||||||
and pointers (contributed by <a href="http://social.msdn.microsoft.com/profile/yoda-ict/?type=forum&referrer=http://social.msdn.microsoft.com/Forums/en-US/wspdiscuss/thread/0053f21c-f7ee-4e97-8fd5-0e84cb046cc2"
|
|
||||||
target="_blank">yoda-ict</a>)</li>
|
|
||||||
<li>Added: "Announcements" posting mode for Mail Lists in hMail Server Service Provider</li>
|
|
||||||
<li>Added: Personal Information and Signature sections added in hMail Mail Account settings</li>
|
|
||||||
<li>Added: SMTP authentication for Mail Lists in hMail Server Provider</li>
|
|
||||||
<li>Updated: Project code base migrated to .NET Framework 4</li>
|
|
||||||
<li>Fixed: Minor corrections in default landing page supplied by WebsitePanel for newly
|
|
||||||
created web sites (contributed by <a href="http://social.msdn.microsoft.com/profile/jegor"
|
|
||||||
target="_blank">jegor</a>)</li>
|
|
||||||
<li>Fixed: Customer's first and last names with localized characters are not properly
|
|
||||||
rendered on some pages</li>
|
|
||||||
<li>Fixed: Issue with unlimited mailbox quotas in SmarterMail 7 service provider</li>
|
|
||||||
<li>Fixed: Dynamics CRM 4 rollup updates are not applied for new organizations being
|
|
||||||
created through WebsitePanel</li>
|
|
||||||
<li>Fixed: Original deployment error messages with sensitive information are shown to
|
|
||||||
a user instead of a generic error message in MS Web App Gallery module</li>
|
|
||||||
<li>Fixed: Dedicated IP Addresses are incorrectly distributed via Virtual Servers</li>
|
|
||||||
<li>Fixed: SQL User is unable to login with "Browse Database" feature if its password
|
|
||||||
has '=' character (contributed by <a href="http://social.msdn.microsoft.com/profile/webio"
|
|
||||||
target="_blank">webio</a>)</li>
|
|
||||||
<li>Fixed: Wrong default button on "Create New Exchange 2010 Organization" page</li>
|
|
||||||
<li>Fixed: Missing required validation for Forwarding field on Edit Mailbox Account
|
|
||||||
properties page (contributed by <a href="http://social.msdn.microsoft.com/profile/webio"
|
|
||||||
target="_blank">webio</a>)</li>
|
|
||||||
<li>Fixed: Adjust "maxRequestLength" attribute in "httpRuntime" element in WSP Enterprise
|
|
||||||
Server & Server web.config files to support large files uploading</li>
|
|
||||||
<li>Fixed: Missing information whether Administrator password is set or not in hMail
|
|
||||||
Provider Settings</li>
|
|
||||||
<li>Fixed: Issue with setting up a correct type handler for WebsitePanel.IisModules.SecureFolders
|
|
||||||
HTTP authentication module in IIS 7 (contributed by <a href="http://social.msdn.microsoft.com/profile/yoda-ict/?type=forum&referrer=http://social.msdn.microsoft.com/Forums/en-US/wspdiscuss/thread/0053f21c-f7ee-4e97-8fd5-0e84cb046cc2"
|
|
||||||
target="_blank">yoda-ict</a>)</li>
|
|
||||||
<li>Fixed: Issue with Mail List members removed after clicking “Save List” button in
|
|
||||||
hMail Server Service Provider</li>
|
|
||||||
<li>Fixed: Issue when a domain alias could not be enabled for hMail Server Service Provider</li>
|
|
||||||
<li>Fixed: Issue when forwarding address is incorrectly set for a mail account in hMail
|
|
||||||
Server Service Provider</li>
|
|
||||||
<li>Fixed: Issue when integrity check is not performed if to add a contact in Hosted
|
|
||||||
Exchange Service Provider</li>
|
|
||||||
<li>Fixed: Issue when a user is unable to remove subscribers from the list or group
|
|
||||||
In Merak Mail Service Provider</li>
|
|
||||||
</ul>
|
|
||||||
<h1>
|
|
||||||
WebsitePanel - Release Notes</h1>
|
|
||||||
<p>
|
|
||||||
<strong>March 15, 2011 - v1.2.0 (Beta)</strong></p>
|
|
||||||
<ul>
|
|
||||||
<li>Added: Support for managing private Hyper-V cloud solution implemented with System Center Virtual Machine Manager 2008 R2, System Center Operations Manager 2007 and Dynamic Data Center Toolkit v3 (Beta) (contributed by Austen Knowledge Group)</li>
|
|
||||||
<li>Added: Support of Helicon Ape module for securing files & folders on web-site level (contributed by <a href="http://www.helicontech.com/" target="_blank">HeliconTech</a>)</li>
|
|
||||||
<li>Added: Support for Razor files extensions (*.cshtml, *.vbhtml) in File Manager</li>
|
|
||||||
<li>Added: "Notify Overused Databases" scheduled task (contributed by <a href="http://social.msdn.microsoft.com/profile/yoda-ict" target="_blank">yoda-ict</a>)</li>
|
|
||||||
<li>Added: Display size for MySQL databases on Edit Database page (contributed by <a href="http://social.msdn.microsoft.com/profile/yoda-ict" target="_blank">yoda-ict</a>)</li>
|
|
||||||
<li>Updated: Project code base migrated to .NET Framework 4</li>
|
|
||||||
<li>Fixed: Minor corrections in default landing page supplied by WebsitePanel for newly created web sites (contributed by <a href="http://social.msdn.microsoft.com/profile/jegor" target="_blank">jegor</a>)</li>
|
|
||||||
<li>Fixed: Customer's first and last names with localized characters are not properly rendered on some pages</li>
|
|
||||||
<li>Fixed: Issue with unlimited mailbox quotas in SmarterMail 7 service provider</li>
|
|
||||||
<li>Fixed: Dynamics CRM 4 rollup updates are not applied for new organizations being created through WebsitePanel</li>
|
|
||||||
<li>Fixed: Original deployment error messages with sensitive information are shown to a user instead of a generic error message in MS Web App Gallery module</li>
|
|
||||||
<li>Fixed: Dedicated IP Addresses are incorrectly distributed via Virtual Servers</li>
|
|
||||||
<li>Fixed: SQL User is unable to login with "Browse Database" feature if its password has '=' character (contributed by <a href="http://social.msdn.microsoft.com/profile/webio" target="_blank">webio</a>)</li>
|
|
||||||
<li>Fixed: Wrong default button on "Create New Exchange 2010 Organization" page</li>
|
|
||||||
<li>Fixed: Missing required validation for Forwarding field on Edit Mailbox Account properties page (contributed by <a href="http://social.msdn.microsoft.com/profile/webio"
|
|
||||||
target="_blank">webio</a>)</li>
|
|
||||||
<li>Fixed: Adjust "maxRequestLength" attribute in "httpRuntime" element in WSP Enterprise Server & Server web.config files to support large files uploading</li>
|
|
||||||
</ul>
|
|
||||||
<p>
|
|
||||||
<strong>December 9, 2010 - v1.1.1 (Beta)</strong></p>
|
|
||||||
<ul>
|
|
||||||
<li>Added: SSL Management (contributed by <a href="http://social.msdn.microsoft.com/profile/onionman/?type=forum&referrer=http://social.msdn.microsoft.com/Forums/en-US/wspdiscuss/threads"
|
|
||||||
target="_blank">OnionMan</a>)</li>
|
|
||||||
<li>Added: Domain aliases changed to allow using existing DNS
|
|
||||||
domains to setup aliases and pointers (contributed by <a href="http://social.msdn.microsoft.com/profile/yoda-ict/?type=forum&referrer=http://social.msdn.microsoft.com/Forums/en-US/wspdiscuss/thread/0053f21c-f7ee-4e97-8fd5-0e84cb046cc2"
|
|
||||||
target="_blank">yoda-ict</a>)</li>
|
|
||||||
<li>Added: "Announcements" posting mode for Mail Lists in hMail Server Service Provider</li>
|
|
||||||
<li>Added: Personal Information and Signature sections added in hMail Mail Account settings</li>
|
|
||||||
<li>Added: SMTP authentication for Mail Lists in hMail Server Provider</li>
|
|
||||||
<li>Fixed: Missing information whether Administrator password is set or not in hMail
|
|
||||||
Provider Settings</li>
|
|
||||||
<li>Fixed: Issue with setting up a correct type handler for WebsitePanel.IisModules.SecureFolders
|
|
||||||
HTTP authentication module in IIS 7 (contributed by <a href="http://social.msdn.microsoft.com/profile/yoda-ict/?type=forum&referrer=http://social.msdn.microsoft.com/Forums/en-US/wspdiscuss/thread/0053f21c-f7ee-4e97-8fd5-0e84cb046cc2"
|
|
||||||
target="_blank">yoda-ict</a>)</li>
|
|
||||||
<li>Fixed: Issue with Mail List members removed after clicking “Save List” button in
|
|
||||||
hMail Server Service Provider</li>
|
|
||||||
<li>Fixed: Issue when a domain alias could not be enabled for hMail Server Service Provider</li>
|
|
||||||
<li>Fixed: Issue when forwarding address is incorrectly set for a mail account in hMail
|
|
||||||
Server Service Provider</li>
|
|
||||||
<li>Fixed: Issue when integrity check is not performed if to add a contact in Hosted
|
|
||||||
Exchange Service Provider</li>
|
|
||||||
<li>Fixed: Issue when a user is unable to remove subscribers from the list or group
|
|
||||||
In Merak Mail Service Provider</li>
|
|
||||||
</ul>
|
|
||||||
<p>
|
|
||||||
<strong>November 17, 2010 - v1.1.0</strong></p>
|
|
||||||
<ul>
|
|
||||||
<li>Added Exchange 2010 SP1 Hosting Mode module</li>
|
|
||||||
<li>Added SharePoint 2010 module (contributed by <a href="http://social.msdn.microsoft.com/profile/webio/?type=forum&referrer=http://social.msdn.microsoft.com/Forums/en-US/wspdiscuss/threads"
|
|
||||||
target="_blank">Webio</a>)</li>
|
|
||||||
<li>Added SmarterMail 7 module (contributed by <a href="http://social.msdn.microsoft.com/profile/yoda-ict/?type=forum&referrer=http://social.msdn.microsoft.com/Forums/en-US/wspdiscuss/thread/0053f21c-f7ee-4e97-8fd5-0e84cb046cc2"
|
|
||||||
target="_blank">yoda-ict</a>)</li>
|
|
||||||
<li>Added SmarterStats 6 module (contributed by <a href="http://social.msdn.microsoft.com/profile/yoda-ict/?type=forum&referrer=http://social.msdn.microsoft.com/Forums/en-US/wspdiscuss/thread/0053f21c-f7ee-4e97-8fd5-0e84cb046cc2"
|
|
||||||
target="_blank">yoda-ict</a>)</li>
|
|
||||||
<li>Added: Addition to get the correct domain name inside the TaskManager (contributed
|
|
||||||
by <a href="http://social.msdn.microsoft.com/profile/yoda-ict/?type=forum&referrer=http://social.msdn.microsoft.com/Forums/en-US/wspdiscuss/thread/0053f21c-f7ee-4e97-8fd5-0e84cb046cc2"
|
|
||||||
target="_blank">yoda-ict</a>)</li>
|
|
||||||
<li>Added: Workaround for Global Address list to show up after Exchange 2010 SP1 installation
|
|
||||||
without /hosting switch. This workaround is not switched on by default; to switch
|
|
||||||
it on, please follow the instructions provided in this <a href="http://social.msdn.microsoft.com/Forums/en-US/wspsupport/thread/342db243-a74b-4374-a848-d9edfbc7f072"
|
|
||||||
target="_blank">post</a>.</li>
|
|
||||||
<li>Added: WebsitePanel.IISModules (<a href="http://iismodules.codeplex.com/" target="_blank">http://iismodules.codeplex.com</a>)</li>
|
|
||||||
<li>Added: meta:resourcekey to BillingCyclesEditCycle.ascx and BillingCyclesAddCycle.ascx</li>
|
|
||||||
<li>Updated WSP Portal web.config in 1.1 upgrade script to enable custom error</li>
|
|
||||||
<li>Fixed: MDaemon alias import fails: Directory hardcoded in the module (contributed
|
|
||||||
by <a href="https://sourceforge.net/tracker/?func=detail&atid=1330292&aid=3032904&group_id=316247"
|
|
||||||
target="_blank">mcrook</a>)</li>
|
|
||||||
<li>Fixed: When updating Exchange account general settings an empty account password
|
|
||||||
is stored into WSP database (contributed by <a href="http://social.msdn.microsoft.com/profile/webio/?type=forum&referrer=http://social.msdn.microsoft.com/Forums/en-US/wspdiscuss/threads"
|
|
||||||
target="_blank">Webio</a>)</li>
|
|
||||||
<li>Fixed: Bug with mail aliases (MDaemon) (contributed by <a href="https://sourceforge.net/tracker/?func=detail&atid=1330292&aid=3032904&group_id=316247"
|
|
||||||
target="_blank">mcrook</a>)</li>
|
|
||||||
<li>Fixed: SmarterMail 7: Max mailbox size -1 (contributed by <a href="http://social.msdn.microsoft.com/profile/yoda-ict/?type=forum&referrer=http://social.msdn.microsoft.com/Forums/en-US/wspdiscuss/thread/0053f21c-f7ee-4e97-8fd5-0e84cb046cc2"
|
|
||||||
target="_blank">yoda-ict</a>)</li>
|
|
||||||
<li>Fixed: Not showing emails (MDaemon ODBC database) (contributed by <a href="https://sourceforge.net/tracker/?func=detail&atid=1330292&aid=3032904&group_id=316247"
|
|
||||||
target="_blank">mcrook</a>)</li>
|
|
||||||
<li>Fixed: Show apps for all languages in Microsoft Web App Gallery module</li>
|
|
||||||
<li>Fixed: Microsoft Web Application Gallery 1.0.1 module - images missing when apps
|
|
||||||
catalog or an individual app page is displayed</li>
|
|
||||||
<li>Fixed: Exchange 2010 SP1 Beta module unable to create organization when plan quotas
|
|
||||||
are set to unlimited</li>
|
|
||||||
<li>Fixed: Customer login account gets error while clicking on "Export report" button
|
|
||||||
under Disk Space Report</li>
|
|
||||||
<li>Fixed: Microsoft SQL 2008 user creation with some characters fails</li>
|
|
||||||
<li>Fixed: Unable to restore Microsoft SQL Server 2008 R2 databases</li>
|
|
||||||
<li>Fixed: Zip Files Error in File Manager and related modules: cannot zip 65535 files
|
|
||||||
or greater</li>
|
|
||||||
<li>Fixed: Localization Toolkit Import is not working</li>
|
|
||||||
<li>Fixed: Problems calculating disk space for Exchange-enabled spaces</li>
|
|
||||||
<li>Fixed: Negative value is allowed in "Max Mailbox Size, MB" field when
|
|
||||||
create or edit a mail box</li>
|
|
||||||
<li>Fixed: Service provider properties are not updated/Missing UpdateServiceProperties
|
|
||||||
stored procedure in the database when do a fresh install</li>
|
|
||||||
<li>Fixed: Exchange 2010 SP1 Hosted Edition provider renamed to Exchange 2010 SP1 Hosting
|
|
||||||
Mode</li>
|
|
||||||
</ul>
|
|
||||||
<p>
|
|
||||||
<strong>September 3, 2010 - v1.0.2</strong></p>
|
|
||||||
<ul>
|
|
||||||
<li>Added Exchange 2010 SP1 Module Beta</li>
|
|
||||||
<li>Added SharePoint 2010 Module Beta (contributed by <a href="http://social.msdn.microsoft.com/profile/webio/?type=forum&referrer=http://social.msdn.microsoft.com/Forums/en-US/wspdiscuss/threads">
|
|
||||||
Webio</a>)</li>
|
|
||||||
<li>Added SmarterMail 7 Module Beta (contributed by <a href="http://social.msdn.microsoft.com/profile/yoda-ict/?type=forum&referrer=http://social.msdn.microsoft.com/Forums/en-US/wspdiscuss/thread/0053f21c-f7ee-4e97-8fd5-0e84cb046cc2">
|
|
||||||
yoda-ict</a>)</li>
|
|
||||||
<li>Added Exchange Import Tool for WSP 1.0 - WSP 1.0.2</li>
|
|
||||||
<li>Added “Disable Mailbox Size Edit” quota for “Mail” group</li>
|
|
||||||
<li>Fixed: Zip Files Error: cannot zip 65535 files or greater</li>
|
|
||||||
<li>Fixed: Microsoft Web Application Gallery 1.0.1 images missing bug</li>
|
|
||||||
<li>Fixed: Bug in Mail Aliases for Mdaemon (patch provided by <a href="https://sourceforge.net/tracker/?func=detail&atid=1330292&aid=3032904&group_id=316247">
|
|
||||||
mcrook</a>)</li>
|
|
||||||
</ul>
|
|
||||||
<p>
|
|
||||||
<strong>July 8, 2010 - v1.0.1</strong></p>
|
|
||||||
<ul>
|
|
||||||
<li>Added Windows 7 and Windows Vista support.</li>
|
|
||||||
<li>Added "All unassigned" support for web site bindings.</li>
|
|
||||||
<li>"Instant Alias" is allowed in DNS-less hosting spaces.</li>
|
|
||||||
<li>Improved "Web App Gallery" module:<ul>
|
|
||||||
<li>all application packs are shown, but only those ones with satisfying requirements
|
|
||||||
could be installed</li>
|
|
||||||
<li>application packs are filtered by language and sorted alphabetically</li>
|
|
||||||
<li>added caching for applications graphics</li>
|
|
||||||
<li>re-designed application installation page</li>
|
|
||||||
<li>improved handling of databases and database users</li>
|
|
||||||
<li>improved errors reporting</li>
|
|
||||||
<li>temporary web site URL is displayed on completion screen</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>Added for "IIS 7" provider an ability to specify paths to ASP.NET and
|
|
||||||
ASP ISAPIs.</li>
|
|
||||||
</ul>
|
|
||||||
<p>
|
|
||||||
<strong>April 16, 2010 - v1.0</strong></p>
|
|
||||||
<ul>
|
|
||||||
<li>Initial release of WebsitePanel under BSD license.</li>
|
|
||||||
</ul>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -5,7 +5,7 @@
|
||||||
<Version>2.0.0</Version>
|
<Version>2.0.0</Version>
|
||||||
<FileVersion>$(BUILD_NUMBER)</FileVersion>
|
<FileVersion>$(BUILD_NUMBER)</FileVersion>
|
||||||
<VersionLabel>$(BUILD_NUMBER)</VersionLabel>
|
<VersionLabel>$(BUILD_NUMBER)</VersionLabel>
|
||||||
<ReleaseDate>2012-09-23</ReleaseDate>
|
<ReleaseDate>2012-11-28</ReleaseDate>
|
||||||
<BuildConfiguration></BuildConfiguration>
|
<BuildConfiguration></BuildConfiguration>
|
||||||
<RootFolder>..</RootFolder>
|
<RootFolder>..</RootFolder>
|
||||||
<TrunkFolder>$(RootFolder)\WebsitePanel</TrunkFolder>
|
<TrunkFolder>$(RootFolder)\WebsitePanel</TrunkFolder>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue