Commit Graph

7305 Commits

Author SHA1 Message Date
Sebastien Ros
0ea0077fa3 Moving content rules to the rules module 2013-09-05 16:46:53 -07:00
Sebastien Ros
887e02c38a Support all web deploy methods 2013-09-05 14:20:14 -07:00
Daniel Stolt
13af4c3f6d Adding support for controller-level OutputCacheAttribute to OutputCacheFilter. 2013-09-05 19:14:12 +02:00
Sebastien Ros
cf5714b2f8 Fixing NRE in Enumerate<TField> 2013-09-05 09:48:07 -07:00
Sebastien Ros
218db5af09 Fixing webdeploy support 2013-09-04 18:41:11 -07:00
Daniel Stolt
296154c294 Removed Azure assemblies from DLL exclusion list in Orchard.Web.csproj. 2013-09-04 22:28:29 +02:00
Daniel Stolt
c8e277ba11 Removed support for Shared Cache from Azure caching providers.
Fixed bug in Azure output cache provider with tenant names containing non-alphanumeric characters.
Removed all Azure-related assembly references from Orchard.Web.csproj.
2013-09-04 22:28:28 +02:00
Sebastien Ros
690e7f60e1 Fixing field indexing with nullable or multiple values 2013-09-04 12:40:59 -07:00
Daniel Stolt
66a4e03378 Fixed an issue in the Orchard.Web.csproj project file that caused publishing to fail. 2013-09-03 10:54:25 -07:00
Daniel Stolt
77f5eb1319 Enabled automatic updating of storage connection strings when publishing to Windows Azure. 2013-09-03 10:54:23 -07:00
Daniel Stolt
a5b6847b09 Removed unnecessary placeholder in Web.config. 2013-09-03 10:54:21 -07:00
Daniel Stolt
94d433daee Changed customErrors to Off in Web.config files and set RemoteOnly in config transform instead (for Release configuration). 2013-09-03 10:54:20 -07:00
Daniel Stolt
4f47c6a967 Brought back support for compression in Azure database caching. 2013-09-03 10:54:18 -07:00
agriffard
1edff1f34c Adding mediaItemActionUrl to mediaLibrarySettings (to distinguish with mediaItemsActionUrl) 2013-09-03 13:40:23 +02:00
Bertrand Le Roy
29f5463c0d Added Edit button for each image in media library field, restyled buttons, added remove confirmation, prevented accidental navigation when there are pending changes. 2013-09-01 19:07:21 -07:00
Zoltán Lehóczky
a0dc4ba9ba Adding JavaScriptAntiSpamPart for JS-drive spam filtering 2013-09-01 23:22:50 +02:00
Bertrand Le Roy
09376d5b06 Size the media library picker UI using viewport units, to dramatically improve usability with large directory structures, and fix infinite scrolling bug. 2013-08-31 20:40:34 -07:00
Bertrand Le Roy
fb052ea341 Moving media library admin script to a separate file. 2013-08-31 20:39:00 -07:00
Sebastien Ros
b3be2f397d Fixing azure caching property bag strings 2013-08-30 17:47:19 -07:00
Sebastien Ros
1ac989ee72 Making azure db cache provider tenant aware again
ICacheProvider calls Start() and provides the region prefix as a
property, which lets us create a dedicated DataCache.

The BuildCache method is called once per record, and reuse by
Nhibernate.
2013-08-30 15:42:11 -07:00
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