Virtuworks
055141a735
Update Build.xml for Codeplex Upload
2012-08-13 21:29:12 -04:00
Virtuworks
bf5de8066e
Re-Test upload to Codeplex #4
2012-08-13 20:05:31 -04:00
Virtuworks
58deb03d6d
Re-Test upload to Codeplex #3
2012-08-13 19:50:53 -04:00
Virtuworks
6b2da4fa66
Re-Test upload to Codeplex #2
2012-08-13 19:45:36 -04:00
Virtuworks
356e39cdc9
Re-test upload to Codeplex
2012-08-13 19:34:37 -04:00
Virtuworks
84a64a606f
Test Codeplex Upload
2012-08-13 19:29:37 -04:00
Virtuworks
4da2636ca0
Commit to test upload to codeplex
2012-08-13 19:16:26 -04:00
Virtuworks
d69255af16
Update Build batch files to support new build.xml format
...
Add rest of FTP Uploading commands to Build.xml
2012-08-13 18:46:07 -04:00
Virtuworks
f126e0bad3
Move FTP to new Target in Build.xml
2012-08-13 17:32:27 -04:00
Virtuworks
cf5eaea6b1
Continue Test of FTP Upload After Build
2012-08-13 16:08:25 -04:00
Virtuworks
bcea0be90a
Test automatic FTP Upload after Build
2012-08-13 15:59:37 -04:00
Virtuworks
4f5312c7c5
Update Build.xml
2012-08-13 11:44:42 -04:00
Virtuworks
e6fe6b35fa
Further Build.xml changes
2012-08-13 11:35:18 -04:00
Virtuworks
6f2126247e
Further Build.xml Changes
2012-08-13 11:30:12 -04:00
Virtuworks
b32af40414
Update Build.xml for further better versioning control
2012-08-13 10:52:40 -04:00
ruslan
5d88284609
Web PlatfromInstaller updated to v 4.0
2012-08-13 14:25:50 +03:00
Virtuworks
082152b3bc
Fixed build issues with AWstat and WSPTransportAgent creating empty update files
2012-08-13 01:52:11 -04:00
Virtuworks
e47a46ac00
Commit Updater
2012-08-12 23:04:31 -04:00
Virtuworks
ac62ca524c
Fix issue with tenant home page not displaying available modules when signed in as a user
2012-08-12 08:17:03 -04:00
Virtuworks
7d835d3046
Work Item 313: Further removal of Enteprise right pane
2012-08-11 13:28:54 -04:00
Virtuworks
a6f64d9b3e
Work Item 313: Remove help information from right side of enterprise module to create more space
2012-08-11 12:06:55 -04:00
Virtuworks
1fa67981eb
Fix resource file for "Internal Server" name on SQL Edit Database Screen. Resource Key was missing and was causing a blank display.
2012-08-11 00:07:09 -04:00
Virtuworks
0cc948dabe
Fix bug in Enterprise Exchange Contacts page not loading after adding page size
2012-08-10 23:53:42 -04:00
Virtuworks
43d32e4af6
Update DOCTYPE and HTML tag for HTML5 Compatibility
2012-08-10 23:19:00 -04:00
Virtuworks
752902b7ee
Commit changes for Lync Global Plans
2012-08-10 11:01:58 -04:00
Virtuworks
cf00fbadba
Commit Updater
2012-08-10 10:59:32 -04:00
robvde
260e981140
Lync user plans aligned with Exchange mailbox plans
2012-08-10 16:12:59 +04:00
Virtuworks
ddf7a699c0
Commit changes from Robvde
2012-08-10 07:50:53 -04:00
Virtuworks
d44ede92a1
Commit Changes from Helicon for Work Item 9
2012-08-10 07:42:01 -04:00
Virtuworks
260a0a4ecd
Commit Updater
2012-08-10 07:38:15 -04:00
Sergey
4e8930c69d
patch for http://websitepanel.codeplex.com/workitem/9 issue
...
When users install Helcon Ape their sites go down with error
WebsitePanel IIS Modules Error
AuthName directive not found.
2012-08-10 13:38:15 +03:00
robvde
0ecd34363a
Fixed: When deleting an exchange user the operations failed with "Cannot delete
...
object when there are leaf objects
Ensure activesync devices are removed before deleting or disabling a mailbox
2012-08-10 11:28:02 +04:00
robvde
12d0e687f1
Fixed: OrganizationUsers deleted from the AD will throw exception in users pages
...
list within the portal.
List shows up, organization user can be deleted from the websitepanel through
the portal
2012-08-10 10:49:07 +04:00
robvde
42b2912a5b
Commit after pull/merge
2012-08-10 10:16:03 +04:00
rdolezel
29c1a54382
Quick fix for issue tracker #315
...
- AntiXSS Library upgraded from version 1.5 to 4.2.1
- WebPortal web.config changed to force framework to use AntiXSS
- obsolete AntiXss.HtmlEncode calls replaced with Microsoft.Security.Application.Encoder.HtmlEncode
2012-08-09 17:56:41 +02:00
robvde
8dc98d08aa
Fixes on latest merge
2012-08-09 09:11:01 +04:00
robvde
6f75325b36
Commit after merge
2012-08-09 09:06:15 +04:00
Virtuworks
141efa1b1b
Backed out changeset: b2f65fa37117
2012-08-08 18:44:34 -04:00
robvde
3bee86e791
Fixed display sql server external and internal name
2012-08-09 00:35:38 +04:00
Virtuworks
9f43a46fe1
Work Item 312: fix typo on create SSL page
2012-08-08 15:24:58 -04:00
robvde
6187d6f1ce
Fixed Error on ExchangeController CalculateDiskapace
2012-08-08 20:22:53 +04:00
Virtuworks
0adda57f62
Commit changes to Display SQL Server name on Edit Database Screen
2012-08-07 20:35:32 -04:00
Virtuworks
e270bdc1eb
Commit Changes from Robvde
2012-08-07 11:43:17 -04:00
Virtuworks
02295fd35f
Commit Updater
2012-08-07 11:42:01 -04:00
robvde
4cbc7f0a68
1) Alter view tried to use column SubscriberNumber before it was created. I have moved alter table upwards.
...
2) No alter procedure existed for SP GetUserByExchangeOrganizationIdInternally, only create procedure, I believe this is wrong.
2012-08-07 19:33:12 +04:00
robvde
08def1c888
Fixed: enable the creation of mulitple organizations
...
Fixed: Usage reporting hosted organizations
2012-08-07 19:26:11 +04:00
Virtuworks
18c68db5d7
Commit changes from Robvde
2012-08-07 11:17:00 -04:00
Virtuworks
5e094734e2
Commit Updater
2012-08-07 11:16:29 -04:00
debug
9a52ed5bb4
Updated update_db.sql
2012-08-07 15:59:45 +02:00
robvde
69e778b2b0
rebind of mailbox plan added
2012-08-07 08:51:36 +04:00