Commit Graph
6683 Commits
Author SHA1 Message Date
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
Sebastien Ros b8f97cd0a7 Recovering DefaultOrchardHost.Current for unit tests 2013-08-23 17:07:09 -07:00
Sebastien Ros a50e1b704d #19799: Improving tenants creation stability
Work Item: 19799
2013-08-22 18:23:29 -07:00
Sebastien Ros 39f7cc0a78 Adding the container id of an item to the index 2013-08-22 16:29:21 -07:00
Sebastien Ros 3e973837ab Fixing datetime format in comments.
zzz is not valid for UTC values, Z is expected instead
2013-08-22 12:29:41 -07:00
Erik Oppedijk 7a538a7e19 Add caching to scripts and styles in Outputcache and Taxonomies 2013-08-22 10:59:12 -07:00
Daniel Dabrowski 8c9b3570d0 #19890: Allowing module from previous version to be installed
Work Item: 19890
2013-08-22 10:35:07 -07:00
Sebastien Ros 2a00ecdcfb Fixing decision activity
There was no way to return an outcome
2013-08-20 18:09:21 -07:00
Sebastien Ros 9ca4349218 Fixing custom forms event 2013-08-20 17:08:02 -07:00
Sebastien Ros 2fc774e93b #19956: Adding a token for MediaLibraryFieldPicker
Work Item: 19956
2013-08-20 16:54:55 -07:00
Sebastien Ros 70c38496f4 #19993: Migrating media fields for drafts too
Work Item: 19993
2013-08-20 15:15:06 -07:00
Sebastien Ros 936e790c95 #20032: Adding a custom Form Submitted activity
Work Item: 20032
2013-08-20 15:08:04 -07:00
Piotr Szmyd b95ce0cc7d #19235: Fixing possible multi-threading issues when striping characters from string.
This happened to be the reason for scripts/stylesheets not being included in the correct order sometimes. Char array passed might get corrupted when multiple string replacements were done in parallel, making the resulting string incorrect.
This method is most commonly used during shape name and alternate generation for resources, hence the issues.

Work Item: 19235
2013-08-20 23:00:53 +02:00
redbyron ee526030f8 #20022: Adding XmlRpcHandler in Media Library
Work Item: 20022
2013-08-19 12:34:48 -07:00
Sebastien Ros e42644a39b Removing unused files 2013-08-19 12:30:22 -07:00
jasperd f7d3f4a9a6 #20029: Fixing invalid empty span tag
Work Item: 20029
2013-08-19 10:48:40 -07:00
agriffard 4940de0347 #19948: Typo in Workflow
Work Item: 19948
2013-08-19 13:39:30 +02:00
Sipke Schoorstra 5fdea2e3e9 TextField validation localization: Translating the display name of the field as well on model validation error. 2013-08-18 20:11:22 -07:00
Sebastien Ros abac56cf58 #19987: Decoupling worfklows from other modules
Work Item: 19987
2013-08-16 17:23:41 -07:00
Sebastien Ros d2b981f182 #19943: Fixing taxonomy expando
Work Item: 19943
2013-08-16 17:23:39 -07:00
Zoltán Lehóczky c33e2f56a4 #19878: Adding default driver prefix, derived from the part's name
Work Item: 19878
2013-08-16 21:55:49 +02:00
Sebastien Ros ad23c73e81 #19971: Adding TrimEnd token
Work Item: 19971
2013-08-16 12:25:14 -07:00
Sebastien Ros 6a192cf154 #19953: Removing duplicate style definitions
Work Item: 19953
2013-08-16 12:13:15 -07:00
Sebastien Ros 030f3ed4c6 #19938: Workflow summary admin use T.Plural
Work Item: 19938
2013-08-16 12:05:28 -07:00
Sebastien Ros c8a2338bbb #19931: Adding a link to the media
Work Item: 19931
2013-08-16 12:04:06 -07:00
Sebastien Ros 18cd049690 #19919: Fixing MediaPicker upgrade on missing files
Work Item: 19919
2013-08-16 11:49:13 -07:00
Sebastien Ros 85d86b0623 #19745: usage of Environment.CurrentDirectory
Work Item: 19745
2013-08-16 11:28:26 -07:00
Sebastien Ros 151ab81a9f #19271: Fixing tokens description html encoding
Work Item: 19271
2013-08-16 11:15:25 -07:00
Sebastien Ros abed194f3d #19225: Fixing potential duplicate cultures
Work Item: 19225
2013-08-16 11:07:37 -07:00
Sebastien Ros 330937e821 Mocking HttpContext in background tasks 2013-08-15 16:56:15 -07:00
Kirix 29171b6531 #19998: Fix "Parts_Video" shape display
Work Item: 19998
2013-08-15 15:56:36 -07:00