Commit Graph

7335 Commits

Author SHA1 Message Date
Sebastien Ros
6ca9b41fab #20052: Fixing title duplication in admin
Work Item: 20052
2013-08-30 15:18:43 -07:00
Sebastien Ros
760269c900 Ignoring tenant specific configuration for db cache
There is no way to configure the cache provider for specific tenants,
thus ignoring it. NHibernate should take an instance instead of a type
for the provider.
2013-08-30 15:01:23 -07:00
Sebastien Ros
a567a99cd4 Removing static fields usage 2013-08-30 14:31:59 -07:00
Sebastien Ros
bde2006dc7 Code cleanup 2013-08-30 12:50:39 -07:00
Daniel Stolt
5dbb82415b Changed tenant name prefix separator in platform configuration reader. 2013-08-30 12:14:10 -07:00
Daniel Stolt
eac7d6290e Removed incorrect comment in Web.config in Orchard.Azure.Web. 2013-08-30 12:14:09 -07:00
Daniel Stolt
db85911c2f Modified all providers in Orchard.Azure to read their settings from platform configuration.
Added clear exceptions in provider constructors when settings are missing or invalid.
Refactored cache client configuration and creation into separate class.
2013-08-30 12:14:06 -07:00
Daniel Stolt
4f354898b9 Committed missing file to repo. 2013-08-30 12:14:05 -07:00
Daniel Stolt
063ea025e6 Cleaned up Web.config comments in Orchard.Web. 2013-08-30 12:14:03 -07:00
Daniel Stolt
375738df93 Added support for Windows Azure Shared Cache to Orchard.Azure.DatabaseCache. 2013-08-30 12:14:01 -07:00
Daniel Stolt
a690b9cc66 Improved the Azure database cache provider. 2013-08-30 12:13:59 -07:00
Daniel Stolt
8020447191 Corrected the fake record in Orchard.Azure. 2013-08-30 12:13:57 -07:00
Daniel Stolt
f6d01c8d23 Improved logging in Orchard.Azure module. 2013-08-30 12:13:55 -07:00
Daniel Stolt
9c61a70e41 Reverted platform configuration override change. 2013-08-30 12:13:53 -07:00
Daniel Stolt
5bb2ff2f78 Fixed bug in Azure cache providers (endless tenant restart). 2013-08-30 12:13:51 -07:00
Daniel Stolt
c163d87902 Fixed initialization bug in ShellSettings. 2013-08-30 12:13:49 -07:00
Daniel Stolt
0d8a0bfb10 Corrected errors in Web.config. 2013-08-30 12:13:48 -07:00
Daniel Stolt
ea3d926095 Changed AzureOutputCacheStorageProvider to return empty list when asked to enumerate cache contents (instead of throwing NotImplementedException as before). 2013-08-30 12:13:46 -07:00
Daniel Stolt
687fdadccc Extended default ShellSettingsManager implementation to apply platform configuration overrrides when loading settings.
Removed the AzureConfigShellSettingsManager class.
2013-08-30 12:13:44 -07:00
Daniel Stolt
93c628bf85 Added missing file. 2013-08-30 12:13:42 -07:00
Daniel Stolt
bafda7583f Fixed compilation error. 2013-08-30 12:13:40 -07:00
Daniel Stolt
ebd0fbf72a Improved AzureDiagnosticsAppender. 2013-08-30 12:13:38 -07:00
Daniel Stolt
dcd64ddb87 Changed default logging level in Orchard.Azure.Web. 2013-08-30 12:13:37 -07:00
Daniel Stolt
852128991e Changed default named cache expiration parameters.
Added support for per-item expiration time when not targeting Shared Caching.
2013-08-30 12:13:35 -07:00
Daniel Stolt
e973c490d4 Added all Azure SDK assemblies to lib folder and referenced them from there. Removed redundant documentation comment. 2013-08-30 12:13:33 -07:00
Daniel Stolt
2814794bd2 Moved shell settings initialization from MissingSettingsBanner into the providers themselves. 2013-08-30 12:13:30 -07:00
Daniel Stolt
ca34a462b6 Enabled caching by default in Orchard.Azure.Web cloud service role.
Enabled session state cache provider by default in Orchard.Azure.Wew.
Moved all string constants into Constants class.
Got rid of unused implicit module feature of Orchard.Azure.
Added missing settings banner.
Split Orchard.StorageConnectionString role configuration setting up into two separate settings for Media and Settings respectively.
Renamed startup task.
Removed hard coded connection string and container name from AzureFileSystem, making it truly reusable.
2013-08-30 12:13:28 -07:00
Daniel Stolt
5872371189 Moved a project to a different solution folder. 2013-08-30 12:13:26 -07:00
Daniel Stolt
a1f25fef81 Committed missing change from previous commit. 2013-08-30 12:13:24 -07:00
Daniel Stolt
b44c1a342d Added diagnostics configuration in Orchard.Azure.CloudService.
Fixed enumeration bug in AzureConfigShellSettingsManager.
Added missing cache client library references.
2013-08-30 12:13:22 -07:00
Daniel Stolt
d0fe93fa66 Removed Orchard.WarmupStarter from Web.config in Orchard.Azure.Web. 2013-08-30 12:13:21 -07:00
Daniel Stolt
95087800bd Changed Host.config files to use AzureConfigShellSettingsManager. 2013-08-30 12:13:19 -07:00
Daniel Stolt
92f8d0df80 Added module Orchard.Azure. Added Azure Cache providers to it.
Deleted old module Orchard.AzureBlobStorage.
Moved all Azure code into Orchard.Azure module, deleting the old Orchard.Azure project.
Cleaned up Web.config and Config\* files in Orchard.Web and Orchard.Azure.Web.
2013-08-30 12:13:17 -07:00
Daniel Stolt
d4154fa1fe Cleaned up and fixed a couple of errors in Orchard.Web.csproj.
Publishing now works for both Release and Debug configurations (previously worked only for Debug).
Added missing module project Orchard.AzureBlobStogare to Orchard.Azure.sln and added a reference to it from Orchard.Azure.Web.csproj.
Created separate solution folders Modules and Modules.Deprecated in Orchard.Azure.sln to be consistent with Orchard.sln.
Cleaned up web.config transformation files.
Upgraded Orchard.Azure, Orchard.Web and Orchard.Azure.Web to new storage client (version 2.0).
Removed duplication between Orchard.Azure and Orchard.AzureBlobStorage (the latter is now just a thin wrapper over the former).
Added proper transformations for log4net.config and HostComponents.config in both Orchard.Azure.Web and Orchard.Web (recreating what was previously done by custom MSBuild logic in the project files).
2013-08-30 12:13:15 -07:00
Nuno Duarte
f3169400bc #19990, 19991: Fixing taxonomy menu
Work Items: 19990, 19991
2013-08-30 12:08:21 -07:00
Walance
1086aaf0b7 #20000: Moving the logic of replacing newlines to a filter.
Work Item: 20000
2013-08-30 11:56:57 -07:00
agriffard
92111e203f #20057 : Image Editor : Localize buttons Crop, Resize, Filters, Preset
Work Item: 20057
2013-08-30 14:54:50 +02:00
agriffard
1c9eb8c23a Fix Casing issue 2013-08-30 14:26:16 +02:00
bsdr
e98e73e958 #20020 : MediaProcessing settings.PaddingColor not set
Work Item: 20020
2013-08-30 14:08:12 +02:00
nduarte
e2e9e2afa9 #20003 : Admin Search Paging Results Broken (Orchard 1.7)
Work Item: 20003
2013-08-30 13:46:30 +02:00
Jimasp
83653814c4 #20039, 20040: When adding a Taxonomy Field to a Content Type, the DisplayName is not used in the Editor Templates.
Taxonomy field does not show as mandatory in edit mode

Work Items: 20039, 20040
2013-08-30 11:30:08 +02:00
Bertrand Le Roy
e9e5d1f49e #20027: Media library field putting one thumbnail per line in summary admin
Work Item: 20027
2013-08-30 11:16:45 +02:00
Timbioz
3fbf4042a3 #19954: Media Library - AlternateText is null in frontend
Work Item: 19954
2013-08-30 11:10:24 +02:00
Jeff
b3da02c6a6 Added additional tokens for MediaLibraryPickerField
Chained tokens to Text.
2013-08-28 11:04:03 -07:00
Sebastien Ros
ef6298d272 Fixing xml content caching issues 2013-08-27 15:07:06 -07:00
Zoltán Lehóczky
3a73e77afe Fixing file name typo 2013-08-27 18:44:05 +02:00
kmulder
7f463d07cc #18269: Mapping localized data annotation attributes to existing attributes to support client side validation.
Work Item: 18269
2013-08-23 22:21:04 -07:00
bgrabkowitz
a8ff9e218a #20042: Cache invalidation by user defined request headers
Work Item: 20042
2013-08-23 17:22:49 -07:00
Sebastien Ros
4a6daa9ffa Fix exception when comments are used in Workflows 2013-08-23 17:07:49 -07:00
Sebastien Ros
6fe6b5afce Fixing potential exception when NotifyActivity is not configured 2013-08-23 17:07:33 -07:00