Commit Graph

11315 Commits

Author SHA1 Message Date
Lombiq
aa969534a8 Orchard.Web: CopyRoslynFilesToOutputFolder task is now more tolerant to file locking 2018-01-24 20:28:05 +01:00
Hundrer
52e92d3a46 Update BooleanFilterForm.cs (#7908) 2018-01-18 12:41:05 -08:00
Xceno
7b971f4ce4 Workaround for possible NRE while indexing ContentItemRecords. (#7937) (#7938) 2018-01-18 12:37:17 -08:00
Hermes Sbicego
28c53efb09 New feature "Orchard.MediaLibrary.LocalizationExtensions" (#7935)
* New feature "Orchard.MediaLibrary.LocalizationExtensions":
- MediaLocalizationMigrations: Adds LocalizationPart to all Media stereotyped types
- MediaLibraryPickerFieldLocalizationExtensionHandler: Updates the media items within the field according to field settings
- Settings for translation behaviours for MediaLibraryPickerField
- Adds warning on localizing media items
- form filter media by culture

"MediaLibrary" feature:
- Implemented Cloning methods of all medias PartDrivers
- MediaPartHandler: Adds a check to prevent file system media deletion when the file is referenced by other medias
- ClientStorageController: Adds a check to prevent file system media deletion when the file is referenced by other medias

"Localization" feature:
- Adds a logic to propagate returnurl parameter to the redirection url
- ILocalizationService: Adds a new method to set the culture of a content and at the same time the master content of it
- Propagate returnurl parameter if necessary

"Search" feature:
- updated json of media items called via ajax
2018-01-18 12:36:13 -08:00
Hermes Sbicego
9ac21b837b Fixing duplicate media items
Fixes #7934
2018-01-18 12:35:42 -08:00
Lombiq
e37eae4bcd Merge branch '1.10.x' into dev
# Conflicts:
#	src/Orchard.Web/Modules/Upgrade/Upgrade.csproj
2018-01-15 01:00:38 +01: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
Julián Alazorza
481eee3561 Changes Sort to order by FullWeight and move old code to an obsolete method. Adds documentation to the term Weight and FullWeight. (#7926) 2018-01-04 12:23:43 -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
b396d40281 Orchard.SecureSocketsLayer: Fixing Microsoft.Owin assembly version conflict 2017-12-22 22:24:15 +01:00
Lombiq
7be118a504 Orchard.Widgets: Fixing build warning in WidgetFilter.cs 2017-12-22 21:23:26 +01:00
Lombiq
ab2a495ab7 Updating Dynamic Compilation and Roslyn-support for Orchard.Glimpse and Orchard.OpenId 2017-12-22 21:18:55 +01:00
Lombiq
5a6b56cc72 Merge branch '1.10.x' into dev
# Conflicts:
#	src/Orchard.Azure.Tests/Orchard.Azure.Tests.csproj
#	src/Orchard.Azure/Orchard.Azure.Web/Orchard.Azure.Web.csproj
#	src/Orchard.Web/Modules/Orchard.Taxonomies/Orchard.Taxonomies.csproj
#	src/Orchard.Web/packages.config
2017-12-22 21:05:17 +01: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
chanond-w
afff2f986e Fix import export of identically named fields (#7912) 2017-12-21 12:25:41 -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
Matteo Piovanelli
baac878337 Terms could not be saved (#7907)
Fixes #7676
2017-12-06 09:18:17 -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
Sam Harwell
024eaff854 Remove duplicate project reference (#7899) 2017-11-29 08:15:42 -08:00
Benedek Farkas
698791aed2 Updating Orchard.Glimpse and Orchard.OpenId to support Dynamic Compilation with C# 6 2017-11-10 15:13:40 +01:00
Benedek Farkas
3d37ded6b0 Updating Orchard.Glimpse and Orchard.OpenId to support View Compilation (#7713) 2017-11-10 15:12:46 +01:00
Benedek Farkas
018f07e1ca Adding missing file to Orchard.Core.csproj 2017-11-10 01:06:10 +01:00
Benedek Farkas
d8338df357 Fixing auto-merge errors 2017-11-10 01:01:21 +01:00
Benedek Farkas
7599a25594 Merge branch '1.10.x' into dev
# Conflicts:
#	src/Orchard.Azure.Tests/Orchard.Azure.Tests.csproj
#	src/Orchard.Azure/Orchard.Azure.Web/Orchard.Azure.Web.csproj
#	src/Orchard.Core.Tests/Orchard.Core.Tests.csproj
#	src/Orchard.Profile/Orchard.Profile.csproj
#	src/Orchard.Tests.Modules/Orchard.Tests.Modules.csproj
#	src/Orchard.Tests/Orchard.Framework.Tests.csproj
#	src/Orchard.Web/Core/Navigation/Migrations.cs
#	src/Orchard.Web/Modules/Orchard.MediaLibrary/Controllers/FolderController.cs
#	src/Orchard.Web/Modules/Orchard.MediaLibrary/Services/XmlRpcHandler.cs
#	src/Orchard.Web/Modules/Orchard.Taxonomies/Orchard.Taxonomies.csproj
#	src/Orchard.Web/Orchard.Web.csproj
#	src/Orchard.Web/Web.config
#	src/Orchard.Web/packages.config
#	src/Orchard/Mvc/MvcModule.cs
#	src/Orchard/Orchard.Framework.csproj
2017-11-10 00:54:02 +01:00
Sergio Navarro
fd3ad79dca Added eagerly loading extensions (#7861) 2017-11-09 12:10:03 -08:00
Mohammad Dameer
102d386d03 Update last modified and by properties when replace media item (#7889)
Fixes #7874
2017-11-09 12:08:10 -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
Matteo Piovanelli
f146b81f47 Rolls back previous change (#7882)
#7877 introduced more issues than it solved. I propose rolling it back, and test this deeper.
2017-10-13 12:31:06 -07:00
Matteo Piovanelli
d6fa50aaee TaxonomyField was running Update when it should not (#7877) 2017-10-12 12:21:40 -07:00
Andrew Cartwright
3152bb131a Adds support for multiple urls in urlcondition (#7868)
Fixes #1067
2017-09-28 12:11:56 -07:00
Ryan Wawrzaszek
521087d489 Extend ISearchBuilder to support grouping clauses (#7850)
Fixes #5764
2017-09-21 12:37:57 -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
Jack Cheng
7a734ec8bc Fixed comments total at /Admin/Blogs is always 0
Fixes #7838
2017-09-21 12:22:42 -07:00
Matteo Piovanelli
244ea89b27 Added join to order results of the query (#7860)
Fixes #7859
2017-09-21 12:09:42 -07:00
Another Developer
f7ddd1eb94 Adding null check on workContextAccessor. (#7864)
Fixes #4623
2017-09-21 12:07:09 -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
Andrew Cartwright
7b92bee1fc Makes ContentItemId nullable for audit trail summary admin (#7824) 2017-09-14 12:30:49 -07:00
greg84
630613db75 Only query database if a new tag is being added. (#7845) 2017-09-14 12:29:54 -07:00
Julián Alazorza
8036e539b6 Display custom login errors (#7734)
Fixes #7588
2017-09-14 12:26:55 -07:00