Daniel Stolt
d6f3bfd419
Updated to Newtonsoft.Json 7.0 and Azure SDK 2.7.
2015-08-25 16:17:32 +02:00
Daniel Stolt
ff6cb5688d
Removed incorrect unique constraints and added missing ones.
2015-08-21 23:43:33 +01:00
Daniel Stolt
2a9d931e39
Shortened unique constraint names for compatibility with MySQL.
...
MySQL has a maximum identifier length of 64 chars for constraints and indexes.
2015-08-20 12:38:58 +01:00
Daniel Stolt
aa7f9dd1cd
Added unique constraints to core settings tables.
2015-08-20 12:38:57 +01:00
Daniel Stolt
aae53c3909
Added unique constraints to data migration records.
2015-08-20 12:38:57 +01:00
Daniel Stolt
90b3c1e7f6
Added unique constraints to ContentItemVersionRecord table.
2015-08-20 12:38:56 +01:00
Daniel Stolt
1c7ed9cb94
Added support for unique constraints to SchemaBuilder.
2015-08-20 12:38:55 +01:00
Daniel Stolt
6b4a497e2d
Merge pull request #5659 from planetClaire/5658
...
Show Default layer by default in Widgets admin
2015-08-19 14:03:38 +01:00
Daniel Stolt
1b55f42754
Merge branch '1.9.x' into dev
2015-08-17 00:26:33 +01:00
Daniel Stolt
f19b57c1e6
Fixed one remaining unit datetime localization unit test on Windows 10.
2015-08-17 00:25:34 +01:00
Daniel Stolt
9429ad6e63
Merge branch '1.9.x' into dev
2015-08-17 00:03:59 +01:00
Daniel Stolt
7533cd8879
Improved DateTime localization and unit tests on Windows 10.
...
Added support for era names to date formatting/parsing framework. Added handling of cultures with missing AM/PM designators. Fixes failing unit tests on Windows 10. Fixes #5595 .
2015-08-17 00:01:32 +01:00
Daniel Stolt
75609bf2ce
Excluded private locator URLs from JSON serialization in Azure Media Services. Fixes #4686 .
2015-08-16 20:13:33 +01:00
Daniel Stolt
6228f4e8fb
Merge branch '1.9.x' into dev
2015-08-16 18:02:29 +01:00
Daniel Stolt
4b44827f2a
Added skeleton Assets.json to codegen theme template.
2015-08-16 17:50:47 +01:00
Daniel Stolt
a04195ee0e
Added a simple skeleton Assets.json to codegen module template. Fixes #5606 .
2015-08-16 17:38:16 +01:00
Daniel Stolt
3183df5b4a
Recreated folder to resolve git case inconsistency.
2015-08-16 16:27:09 +01:00
Daniel Stolt
dfa1ada978
Deleted folder to resolve git case inconsistency.
2015-08-16 16:25:58 +01:00
Daniel Stolt
a6a6cb2d90
Merge branch '1.9.x' into dev
2015-08-16 16:19:59 +01:00
Daniel Stolt
b2c131f516
Refactored watch task in Gulpfile.js.
2015-08-16 16:15:46 +01:00
Daniel Stolt
359d25c1f2
Merge branch 'patch-5' of https://github.com/dcinzona/Orchard into 1.9.x
2015-08-16 14:43:36 +01:00
Daniel Stolt
c508584e63
Merge branch '1.9.x' into dev
2015-08-14 11:57:38 +01:00
Daniel Stolt
f2bf75328e
Merge pull request #5642 from paynecrl97/5520/tenantAwareConfig
...
#5520 AppConfigurationAccessor is now tenant aware.
Fixes #5520 .
2015-08-14 11:43:09 +01:00
Daniel Stolt
df25fbad8f
Reverted my own stupidity.
...
(i.e. injecting the actual dependency instead of a WorkContextAccessor to resolve it.)
2015-08-03 16:44:58 +01:00
Daniel Stolt
43922eaf20
Extended recipe execution logging.
2015-08-03 15:01:33 +01:00
Daniel Stolt
eec888ff71
Made order of field and part elements in export XML predictable.
2015-07-30 20:32:37 +01:00
Daniel Stolt
faa216147d
Merge pull request #5575 from Codinlab/issue/5519
...
Fixes #5519 : DynamicForms client validation issue
2015-07-29 16:59:40 +01:00
Daniel Stolt
dedded7422
Changed distributed shell restart to only apply to the correct tenant.
2015-07-28 16:35:51 +01:00
Daniel Stolt
f708362313
Made execution ID an ambient context property in recipe logging.
2015-07-28 13:33:07 +01:00
Daniel Stolt
0dd8686a6f
Added "recipes result" command to print result of a recipe execution.
...
This helps in automation scenarios where you need to programmatically find out whether setup succeeded or not. Also clarified "setup" command output and added execution ID to the message and cleaned up code in RecipeCommands.
2015-07-27 21:03:04 +01:00
Daniel Stolt
f023f66d63
Merged branch '1.9.x' into dev.
2015-07-26 01:28:38 +01:00
Daniel Stolt
6da6c5c214
#5450 : Implemented generalized Gulp automation.
...
Fixes #5446 .
2015-07-26 01:14:14 +01:00
Daniel Stolt
34be0b302f
#5564 : Fixed potential NRE when tenant RequestUrlHost is empty.
...
Fixes #5564 .
2015-07-24 16:40:47 +01:00
Daniel Stolt
33da5617b7
Added a /Force option to the tenant reset command.
2015-07-23 11:41:55 +01:00
Daniel Stolt
7411013b45
Fixed a localization unit test that was failing on some cultures.
2015-07-21 22:11:54 +01:00
Daniel Stolt
83cae5f0a0
#5536 : Removed dependency on IContentManager from FormsAuthenticationService.
...
FormsAuthenticationService now uses IMembershipService instead. Also introduced a NullMembershipService implementation in Orchard.Framework, used only for dependency resolution during setup. Fixes #5536 .
2015-07-18 22:05:39 +01:00
Daniel Stolt
a9eb00c8fa
#4253 : Made Azure Blob Storage container names configurable.
...
Fixes #4253
2015-07-17 13:23:21 +01:00
Daniel Stolt
3d3d6205b6
#5516 : Changed DefaultDateLocalizationServices.ConvertFromLocalizedDateString() to return DateTimeKind.Utc and added unit test to verify.
...
Fixes #5516
2015-07-16 22:00:20 +01:00
Daniel Stolt
1471ab8cd5
Fixed handling of multiple URL hosts in multi tenancy UI.
2015-07-16 12:29:29 +01:00
Daniel Stolt
fe5b591b21
Fixed potential NRE in TenantCommand.
2015-07-16 12:16:42 +01:00
Daniel Stolt
c07bd4b2b2
Merge branch 'dev' of https://github.com/OrchardCMS/Orchard.git
2015-07-15 22:33:40 +01:00
Daniel Stolt
551ffb1252
Fixed failing unit tests.
2015-07-15 22:33:24 +01:00
Daniel Stolt
60c546dd7c
Fixed XML docs for ITenantService.
2015-07-15 21:57:56 +01:00
Daniel Stolt
bcd3eb1e2e
Cleaned up tenant management commands code. Added validation of the DataProvider parameter.
2015-07-15 13:09:33 +01:00
Daniel Stolt
ed0fc158e0
Added full command line support for tenant management operations.
2015-07-15 12:18:11 +01:00
Daniel Stolt
4581642425
Checking in CSS files that somebody forgot to include.
2015-07-15 12:17:49 +01:00
Daniel Stolt
9e49568d38
"Improved" log formatting even more.
2015-07-15 11:19:12 +01:00
Daniel Stolt
dbe7697803
Cleaned up migration file in Orchard.Recipes.
2015-07-14 21:00:55 +01:00
Daniel Stolt
6c48766f54
Merge branch 'dev'
2015-07-14 19:51:02 +01:00
Daniel Stolt
012c15c18c
Merged from 1.9.x.
2015-07-14 19:49:05 +01:00
Daniel Stolt
b6d0fa3dd2
Implemented tenant reset action.
2015-07-14 17:43:40 +01:00
Daniel Stolt
bfe2c296ec
Added IRecipeResultAccessor for programmatically obtaining result of recipe execution.
2015-07-11 23:22:18 +01:00
Daniel Stolt
3036396ae6
Merge from dev.
2015-07-11 20:59:35 +01:00
Daniel Stolt
6fe3cf8538
Deleted unused element from layout editor.
2015-07-11 17:03:45 +01:00
Daniel Stolt
db6c25aba2
Added keyboard shortcut reference to layout editor.
2015-07-11 16:58:49 +01:00
Daniel Stolt
27da7125b8
Improved log formatting.
2015-07-10 16:11:50 +01:00
Daniel Stolt
863761d30a
Improved logging in recipe components.
2015-07-09 22:34:21 +01:00
Daniel Stolt
ad4a702f7c
Adding the Reports feature back.
2015-07-09 21:49:02 +01:00
Daniel Stolt
95eecd30b9
Added logging to replace removed recipe journals.
2015-07-09 16:54:13 +01:00
Daniel Stolt
a431bb0cb0
Removed recipe journals.
2015-07-09 14:09:29 +01:00
Daniel Stolt
2c10b0df98
Added Log4net configuration for recipes logging. Added logging to replace the removed reports logging.
2015-07-09 12:31:37 +01:00
Daniel Stolt
e054a833af
Removed Orchard.Reports.
2015-07-09 11:43:04 +01:00
Daniel Stolt
723c177fe3
Fixed merge artifacts.
2015-06-22 21:12:43 +03:00
Daniel Stolt
45aeb7b467
Merged 1.9.x into dev.
2015-06-20 23:30:49 +03:00
Daniel Stolt
220c1b591a
Restored reset of markup content styling in layout editor.
2015-06-20 20:38:42 +03:00
Daniel Stolt
b06a4ecb73
#5403 Improved native clipboard support in layout editor.
2015-06-20 19:35:11 +03:00
Daniel Stolt
764db254da
Made layout editor toolbox separately scrollable while in sticky mode.
2015-06-20 16:42:53 +03:00
Daniel Stolt
83429f4000
Restoring commit: Render fieldset as a fieldset in the editor canvas (by Bertrand Le Roy).
2015-06-11 16:11:30 +03:00
Daniel Stolt
c8590fd934
Added missing NPM dependency in Orchard.Layouts.
2015-06-10 23:06:41 +03:00
Daniel Stolt
e8de82b611
Added Gulp build to Orchard.DynamicForms.
2015-06-10 20:43:59 +03:00
Daniel Stolt
c1eff70f4a
Refactored client-side asset build automation to fix watch triggering.
2015-06-10 16:26:51 +03:00
Daniel Stolt
5d40be8390
Removing an MSBuild property that was not supposed to be committed.
2015-06-09 21:31:27 +03:00
Daniel Stolt
452b8cfeac
Added sticky positioning to layout editor toolbox.
2015-06-09 19:38:44 +03:00
Daniel Stolt
d86a5ec8c5
Replaced Web Essentials with Gulp for Orchard.Layouts.
...
Starting with VS2015, Web Essentials will no longer perform tasks such as bundling, minification and LESS compilation. Developers are expected to use either Grunt or Gulp for front-end build automation. In order to enable working with the codebase in VS2015 going forward, this change is therefore necessary.
2015-06-09 14:09:03 +03:00
Daniel Stolt
d9208bcc14
#5295 : Fixed clipboard operations in layout element property popups.
2015-06-09 02:08:58 +03:00
Daniel Stolt
d3ccd743e9
Added a missing MVC dependency assembly.
...
For people with MVC 4 installed on their local box, this DLL was in the GAC so this was not an issue. However, with only VS2015 installed and no pre-nuget version of MVC, this causes a YSOD.
2015-06-09 00:24:19 +03:00
Daniel Stolt
b2b6ea4bc2
Removed orphaned reference in Orchard.Layouts.
2015-06-08 23:49:39 +03:00
Daniel Stolt
9491a5750b
Added support for era names to date formatting/parsing framework (fixes failing unit tests on Windows 10).
2015-05-07 16:44:41 +02:00
Daniel Stolt
635abd7456
Fixed unit tests not being discovered due to CopyLocal=false on core references.
...
Having CopyLocal=false on references to Orchard.Core and Orchard.Framework in unit test projects prevented VS from discovering unit tests (at least when using the NUnit Test Adapter for Visual Studio). This change resets CopyLocal=true for these references in all unit test projects.
2015-05-07 14:16:56 +02:00
Daniel Stolt
12a95c0335
Fixed missing assembly binding redirects for Azure Storage.
2015-05-02 22:48:23 +02:00
Daniel Stolt
920819544a
Merge branch 'feature/outputcache' into 1.9-int
2015-04-10 23:04:47 +02:00
Daniel Stolt
8b1f00e31c
Disabled ASP.NET OutputCacheModule in Web.config.
2015-04-10 22:35:47 +02:00
Daniel Stolt
8fbc1e41f3
Improved debug log message for ignored child actions.
2015-03-22 14:44:40 +01:00
Daniel Stolt
c80c961513
#20879 : Fixed handling of child actions in OutputCache and SecureSocketsLayer.
...
Work Item: 20879
2015-03-22 14:41:02 +01:00
Daniel Stolt
fac9080326
Removed JetBrains attributes from code base and removed suppression of CS0436 compiler warning.
2015-03-21 15:38:35 +01:00
Daniel Stolt
bdc64df4eb
#21277 : Fixed possible cache key collisions in output cache.
...
The cache keys of action method parameters are now prefixed with "PARAM:" to avoid collisions with built-in keys such as "theme". Similar to the "HEADER:" prefixing done for headers.
Work Item: 21277
2015-03-21 14:32:23 +01:00
Daniel Stolt
ca6eee88db
Made output cache lock management more robust.
2015-03-19 21:15:25 +01:00
Daniel Stolt
adf8ba85da
Changed output cache storage from string to byte[] to fix encoding issues with binary content.
2015-03-19 21:03:00 +01:00
Daniel Stolt
fbf39acac6
Added preservation of original response encoding.
2015-03-19 12:53:02 +01:00
Daniel Stolt
017a101069
Deferred insertion of CaptureStream to improve memory performance.
2015-03-19 12:46:50 +01:00
Daniel Stolt
c9cfb8639c
#20881 : Changed capture mechanism in Orchard.OutputCache to support any result type.
...
Instead of using a custom writer for the Response.Output property, the OutputCacheFilter now uses a specialized Stream class for the Response.Filter property, which captures anything written to it. This seems to work with any type of result, including FileContentResult.
Work Item: 20881
2015-03-18 23:10:36 +01:00
Daniel Stolt
0d2afe3206
Added a post-build binding to TypeScript gulp task for Task Runner Explorer.
2015-03-18 12:54:10 +01:00
Daniel Stolt
2d4c1c817d
#21249 : Removed build dependency on TypeScript.
...
Instead added a gulpfile to enable compilation of TypeScript files when needed.
Work Item: 21249
2015-03-18 12:34:29 +01:00
Daniel Stolt
0f7d385350
Made casing of Web.config file names consistent.
2015-03-04 02:33:18 +01:00
Daniel Stolt
78901ba095
Suppressed warning CS0436 in Orchard.Framework.
2015-03-04 02:26:54 +01:00
Daniel Stolt
8e81de333f
Removed more source map files and disabled source map generation for TypeScript.
2015-03-04 02:22:19 +01:00
Daniel Stolt
1a8ebf2548
Fixed version conflict build warnings and cleaned up all Web.config files.
2015-03-04 02:06:09 +01:00
Daniel Stolt
d32accb089
#21213 : Improved layout popup keyboard handling.
...
Work Item: 21213
Fixed space key issue when popup input field has focus. Also added ESC as a keyboard shortcut to close the popup. Also set focus to the first input when popup is opened.
2015-02-24 12:47:57 +01:00
Daniel Stolt
caa50ad440
Updated TypeScript to version 1.4.
...
Download from here: https://visualstudiogallery.msdn.microsoft.com/2d42d8dc-e085-45eb-a30b-3f7d50d55304
2015-02-23 15:23:15 +01:00
Daniel Stolt
cc4fe86d83
Fixed JS language service errors in Orchard.Layouts.
2015-02-20 12:53:17 +01:00