Commit Graph

10250 Commits

Author SHA1 Message Date
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
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
Carl Woodhouse
a992c1e74e Made shape placement parsing strategy extendable with providers (#7837) 2017-09-07 12:40:49 -07:00
ViRuSTriNiTy
fc38e0eb5d [Fixes #7811] Fixes exception occurred when BaseUrl setting is not set (#7813)
Fixes #7811
2017-08-17 12:12:02 -07:00
ViRuSTriNiTy
375c935ec7 [Fixes #7815] Orchard.MediaProcessing, adds scale option to resize filter (#7816)
Fixes #7815
2017-08-17 12:07:51 -07:00
ViRuSTriNiTy
a4240b107a [Fixes #7817] Orchard.MediaProcessing, fixed dimension format in filter descriptions (#7818)
Fixes #7817

* - fixed dimension format in filter descriptions
2017-08-17 12:05:21 -07:00
Kegan Maher
2b76dc95f8 Adding Identity to ShapeMenuItem (#7790) 2017-08-10 12:17:08 -07:00
Hazzamanic
bcf5f7a196 Update WebRequest help with correct way to format JSON (#7761)
Fixes #7760
2017-08-10 12:16:42 -07:00
Matteo Piovanelli
a9261d879d Fix taxonomy localization issue with fields (#7808)
Fixes #7805
2017-08-10 12:13:49 -07:00
LorenzoFrediani-Laser
2c5021f8d1 Add Validation FolderName to generate valid url link (#7768) 2017-08-03 12:20:49 -07:00
GiuseppeMusso-Laser
bb4116dbb9 Fix for issue #7763, bug 2. (#7764)
Avoided NullReferenceException in case of null value.
2017-07-27 12:23:26 -07:00
Andrew Cartwright
eff20785aa Adds support to LocalizationStreamParser for po entrys spanning multiple lines (#7752) 2017-07-06 21:13:05 +02:00
Xceno
93f8129cfa Orchard.Dashboards should use the existing bootstrap.css from Orchard.Resources. (#7756)
Fixes #7755
2017-07-06 21:08:03 +02:00
Benedek Farkas
cdcec3cd8b #7713: View compilation with MSBuild (#7732)
Fixes #7713
2017-06-29 21:10:51 +02:00
GiuseppeMusso-Laser
8fc3963acb Media Library: added global media permissions (#7622)
Fixes #7620
2017-06-22 12:27:29 -07:00
Hermes Sbicego
044f079e28 [#7729] Text tokens enhancements (#7730)
Fixes #7729
2017-06-22 12:25:39 -07:00
Anatolii Siryi
598b99871f Fixing displaying layout content and aside zones (#7716) 2017-06-08 12:08:19 -07:00
Lombiq
e093095a39 Fixing that Orchard.ImportExport had an unused project reference to Orchard.MultiTenancy 2017-06-02 20:12:28 +02:00
Lombiq
6ec826abc0 Removing leftover erroneous stylesheet inclusion from Dynamic Forms admin submission list 2017-05-19 19:30:42 +02:00
Thierry Fleury
6e95dc9d92 [Fixes #6323] Rename media folder fails with Azure Media Storage (#7670)
Fixes #6323
2017-05-04 12:17:39 -07:00
Lombiq
99e76e8af7 Fixing that the Text.LineEncode token didn't handle all line ending styles, fixes #7649 2017-04-29 16:13:14 +02:00
Andrew Cartwright
4af9e0a1da Adds LifecycleStatus to Feature Descriptor (#7674) 2017-04-26 08:51:07 -07:00
Sebastien Ros
683a37800c Merge branch 'refs/heads/master' into 1.10.x 2017-04-25 08:59:08 -07:00
ViRuSTriNiTy
f452048e0e emoved file jquery.calendars.min.js from Assets (#7652)
Fixes #7599
2017-04-20 12:17:56 -07:00
LorenzoFrediani-Laser
7c725bf2ec Email message option for read notification. (#7669)
Fixes #7668
2017-04-20 12:16:01 -07:00
Sebastien Ros
358c57464e Merge branch 'refs/heads/1.10.x' into 1.10.2 2017-04-13 12:42:46 -07:00
Sebastien Ros
5d892feceb Merge branch 'refs/heads/1.10.x' into 1.10.2 2017-04-13 12:39:38 -07:00
ViRuSTriNiTy
a200e35923 [Fixes #5745] Calling RoleService.Renamed() after it's been renamed (#7653)
[Fixes #5745]
2017-04-13 12:29:47 -07:00
Sebastien Ros
d384110253 Logging errors during Media Upload 2017-04-13 12:12:14 -07:00
Sebastien Ros
d17930395c Merge branch '1.10.x' into 1.10.2 2017-04-11 16:48:35 -07:00