Commit Graph

11208 Commits

Author SHA1 Message Date
Lombiq
d202598953 Orchard.Projections: Fixing build warning in MemberBindingsStep
The change in the previous commit (b497f80dd7) is required for this to work
2018-09-19 22:48:18 +02:00
Lombiq
b497f80dd7 Orchard.Recipes: Fixing that RecipeExecutionLogger should be able to handle messages without arguments 2018-09-19 22:45:34 +02:00
Lombiq
1a1470c77a Orchard.Dashboards: Fixing build warning in Debug mode
This change also makes the value of that configuration the same as other modules
2018-09-19 22:44:26 +02:00
Lombiq
f31e6aa60d 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:59:06 +02:00
Lombiq
65f78c3d8d Orchard.Layouts: Fixing potential NRE in ContentPartDisplay (fixes #8110) 2018-09-19 19:27:48 +02:00
Benedek Farkas
be802146bc Dynamic C# Compilation, Static and Dynamic Razor Compilation with Roslyn (1.10.x) (#7713) 2018-09-19 13:45:23 +02:00
Benedek Farkas
fab98c5adb Projections: Updating QueryVersionScopeOptions and ProjectionManager to support Draft-only Queries (#8111) 2018-09-13 22:41:10 +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
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
Carl Woodhouse
9ea077830b Fixed the image profiler manager returning profile paths even when the image creation has failed (#7901) 2017-12-07 12:07:49 -08:00
Hazzamanic
60077743eb #7794 make shape descriptor key comparison case insensitive (#7904) 2017-12-04 10:09:39 -08:00
GiuseppeMusso-Laser
2821e362a0 Lucene index settings lock file (#7897)
Fixes #7890
2017-11-30 12:10:55 -08:00
ub3rman123
59dc2bab85 Adds Created Content token for Dynamic Form submission (#7879)
Fixes #7878
2017-11-09 12:06:08 -08:00
Benedek Farkas
2904d35d91 Enabling C# 6 for Dynamic Compilation and Razor IntelliSense
Fixes #5408
2017-11-09 12:04:12 -08:00
Lombiq
54b4ca174a Updating codegen to support view compilation (#7713) 2017-11-06 19:19:44 +01:00
Matteo Piovanelli
584ba97b27 Binding in ContentType editor (#7886)
Change the prefix so that binding does not care whether parts are in a different order in the type definition
2017-10-26 12:14:42 -07:00
Andrew Cartwright
3152bb131a Adds support for multiple urls in urlcondition (#7868)
Fixes #1067
2017-09-28 12:11:56 -07:00
ViRuSTriNiTy
f5192d89c7 [Fixes #7862] Orchard.Taxonomies, allow autocomplete query to return results when no query term is passed (#7865)
Fixes #7862
2017-09-21 12:30:44 -07:00
Matteo Piovanelli
244ea89b27 Added join to order results of the query (#7860)
Fixes #7859
2017-09-21 12:09:42 -07:00
Matteo Piovanelli
e407bb86aa Allow handling culture patterns more robustly (#7867)
Fixes #7866
2017-09-21 12:06:14 -07:00
Lombiq
6a6e059ee4 Removing leftover code that prevented every spam filtered content item from being persisted if spam was configured to be deleted 2017-09-15 21:16:22 +02:00