Commit Graph

10983 Commits

Author SHA1 Message Date
Lombiq
bd4b4fa58f Upgrading DotNetCompilerPlatform package from 2.0.0 to 2.0.1
This update includes version 2.9.0 of the Roslyn package (improved C# 7.3 compilation)
2018-09-19 20:17:41 +02:00
Lombiq
52b369a6db Orchard.proj: Removing unnecessary XmlUpdate step when setting up the Profiling site (Profiling-Stage) 2018-09-19 13:31:53 +02:00
Lombiq
659422bbff Orchard.Specs: Dynamic Compilation tests are ignored again due not being able to reliably run them outside VS 2018-09-18 21:26:29 +02:00
Lombiq
3788903e80 Orchard.Specs: Merging setup test scenarios for faster execution 2018-09-18 21:23:09 +02:00
Lombiq
b94b41ab72 Adding SpecFlow steps for setting up an Orchard site with the standard set of extensions 2018-09-18 21:21:49 +02:00
Lombiq
b2c8b8b916 Orchard.Specs: Actualizing web host config files 2018-09-18 20:13:34 +02:00
Lombiq
35fc455d43 Orchard.Specs: Removing unused reference to Orchard.Users and unused usings for Orchard.Roles 2018-09-18 20:10:00 +02:00
Lombiq
0068847ce3 Fixing repeating typo 2018-09-15 00:57:38 +02:00
Lombiq
0dcdcac089 Merge branch '1.10.x' into issue/7713 2018-09-13 18:57:09 +02:00
Lombiq
c68bb8bf77 Adding .editorconfig for Visual Studio 2017 (and above)
https://docs.microsoft.com/en-us/visualstudio/ide/create-portable-custom-editor-options
2018-09-13 18:56:10 +02:00
Lombiq
21c4a50b0f Fixing and re-enabling Dynamic Compilation SpecFlow tests 2018-09-07 00:44:24 +02:00
Lombiq
0138205078 Orchard.proj: Fixing that the BuildViews task should work without calling Compile first 2018-09-04 18:22:34 +02:00
Lombiq
99db70b9c0 Setting up csprojs to always allow the usage of the latest available C# version 2018-09-03 23:25:07 +02:00
Lombiq
ba0ee6e696 Configuring Roslyn for Dynamic Compilation and Razor Intellisense to always use the latest C# version 2018-09-03 23:15:34 +02:00
Benedek Farkas
ddfeefdb5c Extension web.configs reference Roslyn from Orchard.Web\bin\roslyn for static view compilation 2018-09-03 22:24:46 +02:00
Lombiq
fb6a7c8c56 Fixing that Razor IntelliSense and Dynamic Compilation should enforce the usage of the latest available C# version: 7.3
Reason: Microsoft.CodeDom.Providers.DotNetCompilerPlatform 2.0.0 is shipped containing Microsoft.Net.Compilers 2.8.2
2018-08-26 21:40:36 +02:00
Lombiq
82d12d5d58 Fixing that Roslyn tools should be copied from the correct folder containing the latest version 2018-08-26 21:08:40 +02:00
Lombiq
8308233252 Removing Microsoft.Net.Compilers package and Roslyn tools are now copied from the DotNetCompilerPlatform package 2018-08-26 20:04:48 +02:00
Lombiq
5c486db65b Updating DotNetCompilerPlatform package version to 2.0.0 2018-08-26 19:58:35 +02:00
Lombiq
2b009c9a6c Merge branch '1.10.x' into issue/7713
# Conflicts:
#	Orchard.proj
#	src/Orchard.Web/Orchard.Web.csproj
2018-08-26 19:21:06 +02:00
Hermes Sbicego
9a308335bf Editor placement on admin only 2018-08-09 12:15:05 -07:00
Hermes Sbicego
d44120ff3a Fixes #8090 - Weird ManageMenu Permissions (#8092) 2018-08-09 12:10:55 -07:00
Jay Harris
79aacf86b8 Update validation RegEx for email to latest spec (#8085) 2018-08-02 12:26:53 -07:00
Jay Harris
aa9276d9f0 Remove duplicate json.net assembly binding (#8086)
Fixes #7931
2018-08-02 12:19:42 -07:00
Mohammad Dameer
cc4be02dd1 Prevent the usage of "null" as tenant name (#8058) 2018-05-31 12:09:14 -07:00
Sipke Schoorstra
d3f4c91d40 Fixing ExclusiveBranchActivity
The ToList call prevents an issue where the foreach body would cause a collection change, whoch would throw a "collection modified" exception.
2018-05-21 12:54:03 +02:00
Matteo Piovanelli
92ca4128e3 Fix List.cshtml with new permission (#8053) 2018-05-17 12:21:59 -07:00
LorenzoFrediani-Laser
4c78799be3 Add javascript event onSelect (#8047)
Fixes #8046
2018-05-11 12:20:46 -07:00
Hermes Sbicego
de52d82955 [8030] Adds "Create content" permission (#8048)
Fixes #8030
2018-05-11 12:19:49 -07:00
Mohammad Dameer
c1522d5b03 Support byte[] column type with new test for generic create command method (#8050) 2018-05-11 12:08:52 -07:00
Matteo Piovanelli
91f0dac7dd Added Configuration to MembershipValidationService (#8029)
Fixes #8003
2018-04-19 12:10:00 -07:00
Lombiq
685f092a22 Adding authorization to widgets displayed from Layouts 2018-04-17 23:49:51 +02:00
Surawout Thepchalerm
25718a3e90 Added PostgreSqlCommandInterpreter (#8010)
Fixes #7942
2018-04-12 13:11:23 -07:00
Matteo Piovanelli
6da6368bcc Removed LocalizationPart (#7911) 2018-04-05 12:24:34 -07:00
Sébastien Ros
e3f010d62b Remove usage of BinaryFormatter for file cache (#8005) 2018-03-29 14:38:54 -07:00
Sébastien Ros
1908fff595 Fixing the FileSystemOutputCache feature (#7913)
Fixes #8004 #6115 
- Caching keys for filenames to prevent too long paths
- Separating metadata from content storage to optimize some scenarios
2018-03-29 09:53:56 -07:00
greg84
cc5ffcd313 Allow event propagation for RemoveUrl/UnsafeUrl links (#7994) 2018-03-22 12:21:11 -07:00
Matteo Piovanelli
b0db0454a5 Fix/failed tests (#7993)
* Fixed 10 tests that failed because the constructor for a service had changed. 26 Failing tests to fix.

* Fixed 4 tests that failed because the constructor for a service had changed. 22 Failing tests to fix.

* Fixed 7 tests from Orchard.Specs that were failing because of the changes made to how the name property of the form components for fields were generated.

* Fixed 2 more tests from Orchard.Specs
2018-03-15 12:16:16 -07:00
Carl Woodhouse
fcaaac3489 Decoupled cache eviction from cache settings handler fixes #7958 (#7959) 2018-02-01 14:46:05 -08:00
Lombiq
aa969534a8 Orchard.Web: CopyRoslynFilesToOutputFolder task is now more tolerant to file locking 2018-01-24 20:28:05 +01:00
Xceno
7b971f4ce4 Workaround for possible NRE while indexing ContentItemRecords. (#7937) (#7938) 2018-01-18 12:37:17 -08:00
Lombiq
5753a7cacc Fixing that ClickToBuild couldn't find VS 2017's MSBuild 2018-01-12 00:20:22 +01:00
Hundrer
9839ceca69 Fix #6825 by reducing the changed files to those only related to the issue (#7916) 2018-01-04 12:27:51 -08:00
Hermes Sbicego
5800e18324 Implements #7921 extend query to support latest versions (#7923)
* - Adds the column LatestValue to all type of FieldIndexRecord
- Adds Indexes to increase performances in queries
- Adds Handler to store LatestValue during Update event
- Adds Service to Get and Set the LatestValue of a field
- Adds heavy projections index tables update to the Upgrade module

* - Adds a new Transaction foreach content update in order to prevent tables locks during import

* - Adds Index over FieldIndexPartRecord_Id

* - Adds Column ScopeVersion to QueryPartRecord and manage it during the part's lifecycle
- Manage Queries using ScopeVersion informations

* - Manage the scope of the query within Fields

* - Manage the sort criterion for fields based on the VersionScope of the query

* - Adds the source QueryPartRecord which generates the IHqlQuery to FilterContext and SortCriteriaContext: used in ProjectionManager
- Adds a method which returns the columnName to Sort/Filter to FilterContext and SortCriteriaContext: used in ContentFieldsSortCriteria
- Externalize the logic to calculate the column to index
- Merge Update 4 and 5
- Modified the label "Query Version Scope" into "Content's version"

* - Batch upgrade for LatestValue

* - async ajax call in order to prevent freezing UI

* - Created a context for lambda diversification
2018-01-04 12:20:51 -08:00
Hermes Sbicego
5dc0003f25 Adds the Unpublished Event and the Unpublish Task to workflows (#7929)
Fixes #7902
2018-01-04 12:18:16 -08:00
Lombiq
b21c1edabb CodeGeneration: Fixing that the csproj template should specify DotNetCompilerPlatform reference details 2017-12-22 21:00:29 +01:00
Lombiq
26706a0b39 Orchard.Web: Removing language version restriction for Dynamic Compilation and updating codegen template 2017-12-22 20:47:00 +01:00
Lombiq
daf8678cac Extension web.configs: Specifying DotNetCompilerPlatform DLL version and removing language version restriction (as it's meaningless) 2017-12-22 20:42:27 +01:00
Lombiq
ebc3b86dfd Orchard.DynamicForms: Adding TypeScriptToolsVersion property to csproj to remove build warning 2017-12-22 20:08:47 +01:00
Benedek Farkas
ed0c60c5fd 5408: Dropping static view compilation temporarily to be able support Dynamic Compilation with Roslyn (#7892) 2017-12-21 12:49:53 -08:00