Lombiq
|
3770e65bda
|
Merge remote-tracking branch 'origin/1.10.x' into dev
# Conflicts:
# src/Orchard.Web/Core/Contents/Views/Content.SummaryAdmin.cshtml
# src/Orchard.Web/Core/Contents/Views/Parts.Contents.Clone.SummaryAdmin.cshtml
# src/Orchard.Web/Core/Contents/Views/Parts.Contents.Publish.SummaryAdmin.cshtml
# src/Orchard.Web/Modules/Orchard.AntiSpam/Views/Parts/SpamFilter.Metadata.Actions.cshtml
# src/Orchard.Web/Modules/Orchard.Blogs/Views/Content-BlogPost.SummaryAdmin.cshtml
# src/Orchard.Web/Modules/Orchard.Comments/Views/Admin/Index.cshtml
# src/Orchard.Web/Modules/Orchard.Comments/Views/Parts.Comment.SummaryAdmin.cshtml
# src/Orchard.Web/Modules/Orchard.Comments/Views/Parts.CommentForm.cshtml
# src/Orchard.Web/Modules/Orchard.Localization/Orchard.Localization.csproj
# src/Orchard.Web/Modules/Orchard.Roles/Views/Admin/Index.cshtml
# src/Orchard.Web/Modules/Orchard.Tags/Views/Admin/Index.cshtml
# src/Orchard.Web/Modules/Orchard.Widgets/Views/WidgetPlacement.Zones.cshtml
|
2019-08-19 16:47:31 +02:00 |
|
Lombiq
|
f7a5ec7c34
|
Framework/Resources: Fixing automatic merge mistake in ResourceManager
The merge commit 61d9b462a2 from 1.10.x did not bring over
a method call in the PR #8177 (fix for #8166) making the bugfix inoperable
|
2019-08-19 13:05:14 +02:00 |
|
Lombiq
|
8c5d3b6fc7
|
Framework/Resources: Fixing ResourceManager code styling and failing ResourceManagerTests
PR #8177 (fix for #8176) added new dependencies to ResourceManager, whose stubs need to be registered for unit tests.
|
2019-08-19 12:59:53 +02:00 |
|
Lombiq
|
d2aa33d494
|
Framework/Resources: Fixing a regression with Style.Include, so it supports paths with a query string again, fixes #8231
|
2019-08-15 23:59:46 +02:00 |
|
Zoltán Lehóczky
|
638a588101
|
Live preview feature (Orchard.ContentPreview back-port; Lombiq Technologies: WESD-1) (#8260)
|
2019-08-15 12:21:45 -07:00 |
|
DiegoMarguerettaz-Laser
|
04ae8096de
|
Add Token for Request Header (#8263)
|
2019-08-15 12:20:30 -07:00 |
|
LorenzoFrediani-Laser
|
6c7390a073
|
Change returnurl from abosuleurl to relaviveurl (#8265)
|
2019-08-15 12:17:19 -07:00 |
|
Lombiq
|
dce04a2587
|
Localization: ContextHelpers.IsRequestAdmin refactored to AdminFilter static method
|
2019-08-13 20:30:42 +02:00 |
|
Lombiq
|
a808fdbb6b
|
ContentTypes: Removing punctuation from the permissions' description to match other permissions
|
2019-08-13 18:41:06 +02:00 |
|
Lombiq
|
a7b0e33a43
|
AuditTrail: Fixing notification messages in RecycleBinController regarding the necessary permissions
|
2019-08-13 18:37:52 +02:00 |
|
Benedek Farkas
|
bbc86d38cd
|
Merge branch '1.10.x' into dev
# Conflicts:
# src/Orchard.Web/Core/Contents/Controllers/AdminController.cs
# src/Orchard.Web/Modules/Orchard.MediaLibrary/Scripts/media-library.js
|
2019-08-13 17:38:13 +02:00 |
|
Lombiq
|
b03d83473f
|
Localization: Code styling in FrontEndCultureSelector, displaying culture name instead of code in AdminCultureSelector
|
2019-08-13 16:25:07 +02:00 |
|
Lombiq
|
eba6f118dd
|
TheAdmin: Code styling in AdminCultureSelector override
|
2019-08-13 16:17:10 +02:00 |
|
Lombiq
|
9ce774efa5
|
Framework: Marking the Permissions.RequiresOwnership property obsolete
|
2019-08-13 15:25:49 +02:00 |
|
Matteo Piovanelli
|
21417a9768
|
Taxonomies: Refactoring Terms' FullWeight calculation including Upgrade path, fixes #8209 (#8214)
FullWeight is now correctly computed based on hierarchy, then Weight, then alphabetical order (in this order).
|
2019-08-08 13:42:15 +02:00 |
|
cmsilv
|
2082f3691e
|
Fix misaligned checkboxes on workflow admin page (#8253)
Remove unnecessary html class to fix misaligned check boxes on workflow admin page
|
2019-08-01 12:06:48 -07:00 |
|
MarcoViglione-Laser
|
ec9673a1ca
|
Modified CreateRouteValues when no blog Id is specified to avoid creation of orphaned posts (#8255)
|
2019-08-01 12:05:42 -07:00 |
|
MarcoViglione-Laser
|
b6a4ef609d
|
Use CreateRouteValues for creation routes (#8241)
Fixes #8238
|
2019-07-25 12:10:34 -07:00 |
|
Matteo Piovanelli
|
4d04dcc5bb
|
Provide source Url for OEmbedPart as MediaUrl (#8249)
Fixes #8242
|
2019-07-25 12:08:53 -07:00 |
|
Paul Custance
|
906ee6fe0c
|
Fixed a Layout race condition
Fixes #8250
|
2019-07-25 12:05:05 -07:00 |
|
GiuseppeMusso-Laser
|
8ca5351872
|
Fixed media deletion (#8240)
Fixes #8239
|
2019-07-18 21:22:31 +02:00 |
|
ElenaRepository
|
bdf97f570d
|
Add user event handler disabled (#8246)
|
2019-07-18 21:17:04 +02:00 |
|
MarcoViglione-Laser
|
a5b2c3d53f
|
Added "Options.SelectedCulture" to RouteData (#8244)
Fixes #8243
|
2019-07-18 21:09:46 +02:00 |
|
MarcoViglione-Laser
|
927e04b4ad
|
Allows selected contents to not be lost after changing page (#8248)
Fixes #8247
|
2019-07-18 21:07:15 +02:00 |
|
Benedek Farkas
|
5b7df36640
|
Media Library Web Search: Minor updates in settings editors (Lombiq Technologies: ORCH-206) (#8245)
|
2019-07-17 16:23:45 +02:00 |
|
Hermes Sbicego
|
96ffefd078
|
Placement's path condition now strips the Tenant/Site UrlPrefix (#8222)
Fixes #6962
|
2019-07-11 21:09:13 +02:00 |
|
Hermes Sbicego
|
bb87e47bc3
|
Contents: Adding redirects to overridden routes in AdminController and ItemController (#8224)
|
2019-07-11 21:08:39 +02:00 |
|
Milán Keszthelyi
|
89c562c502
|
MediaLibrary: Refactoring web search API (Lombiq Technologies: ORCH-206), fixes #7118 (#8229)
Fixes #7118
|
2019-07-04 21:04:35 +02:00 |
|
LorenzoFrediani-Laser
|
902ad928ad
|
Add Customforms publish button option with settings for button label (#8228)
Fixes #8227
|
2019-07-04 20:59:38 +02:00 |
|
DiegoMarguerettaz-Laser
|
02ff859cf4
|
Add return url when clicking on a content hosted into a contentpicker field. (#8234)
|
2019-07-04 20:58:06 +02:00 |
|
Matteo Piovanelli
|
bfc0c302f8
|
Fixes the bug by adding the correct binding source to the list (#8236)
|
2019-07-04 20:56:50 +02:00 |
|
Chaleomkiat Munkong
|
46f76d7140
|
Update TaxonomyService.cs (#8223)
|
2019-06-20 12:12:14 -07:00 |
|
Zoltán Lehóczky
|
bf1945d3a9
|
Throwing exception when an invalid XML character is being saved into Infoset (#8219) (Lombiq Technologies: ORCH-208), fixes #7560
|
2019-06-05 13:36:04 +02:00 |
|
Zoltán Lehóczky
|
744f8880ff
|
Using Single fcnMode in Release builds (Lombiq Technologies: ORCH-207), fixes #6942
|
2019-05-31 15:49:53 +02:00 |
|
Matteo Piovanelli
|
4eba79c66e
|
Added a filter for projections over StringFields (#8213)
|
2019-05-30 12:08:54 -07:00 |
|
Márk Bartha
|
21f5d33402
|
Workaround for the Azure blob rename bug (#8215) (Lombiq Technologies: ORCH-202), fixes #7741
|
2019-05-27 19:59:26 +02:00 |
|
Márk Bartha
|
63b1674d09
|
Extending automatic Workflows CSS discovery with caching (extends #8201) (#8216)
Lombiq Technologies: ORCH-197
|
2019-05-27 18:42:28 +02:00 |
|
eszterkoczak
|
cfa335a8cf
|
Autoroute migrations: Consolidate UpdateFrom4 changes into Create (#8217), fixes #8198
Lombiq Technologies: ORCH-196
|
2019-05-26 13:53:07 +02:00 |
|
eszterkoczak
|
26e7a4d251
|
Adding indices to CommonPart(Version)Record tables (#8210), fixes #8196
Lombiq Technologies: ORCH-193
|
2019-05-26 13:05:12 +02:00 |
|
Lombiq
|
30fa9458a0
|
Media Library: "Select All" visibility bound to having at least one item
|
2019-05-23 18:06:37 +02:00 |
|
Lombiq
|
03c24d8cc7
|
Media Library: Updating "Select All" logic to also be able to "Select None" depending on whether every item is selected or not
|
2019-05-23 17:57:39 +02:00 |
|
Lombiq
|
9cafbb82c6
|
Media Library: Code styling in media-library.js
|
2019-05-23 17:55:22 +02:00 |
|
MobesE46
|
40e56c5dd9
|
Media Library: Add button to select all items, fixes #6518 (#6610)
|
2019-05-23 17:52:38 +02:00 |
|
Lombiq
|
367d2d7d66
|
Packaging: Code styling in PackageInstaller and PackageManager
|
2019-05-23 14:13:16 +02:00 |
|
Geert Doornbos
|
f692fc36a9
|
Packaging: Fixing that trying to install a package that doesn't exist should display a relevant error notification, fixes #6533
|
2019-05-23 14:10:43 +02:00 |
|
Jim Macdonald
|
bbb5376594
|
Fixing that ProjectionManager can return duplicate results when using multiple filter groups, fixes 8108
|
2019-05-21 20:28:54 +02:00 |
|
Gábor Domonkos
|
ce63f47dc4
|
Merge DraftFieldIndexService.cs into FieldIndexService.cs, fixes #7925 (#8205)
Lombiq Technologies: ORCH-199
|
2019-05-21 20:05:19 +02:00 |
|
Lombiq
|
b07a9ee5bb
|
Orchard.Azure.Tests.csproj: Updating Newtonsoft.Json to v12 and fixing Microsoft.Data.* DLL paths
that were broken in 82db009d70
|
2019-05-21 18:24:57 +02:00 |
|
Lombiq
|
d155887c64
|
Glimpse: Removing Web.config references to Orchard.Framework and Orchard.Core as this project doesn't have views
|
2019-05-21 18:13:08 +02:00 |
|
Lombiq
|
ef290f9788
|
OpenId: Unifying Web.config assembly references to other Orchard.* projects
|
2019-05-21 18:12:27 +02:00 |
|