Commit Graph

11521 Commits

Author SHA1 Message Date
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
Lombiq
cf4fabf11d Merge branch '1.10.x' into dev 2019-05-21 17:24:35 +02:00
Lombiq
759f50c5c0 Unifying Web.config assembly references to Orchard.Framework and Orchard.Core 2019-05-21 17:05:33 +02:00
Lombiq
1ce0166745 Merge branch '1.10.x' into dev 2019-05-21 16:32:04 +02:00
Lombiq
91dfb8880b Projections: Moving QueryVersionScopeOptions to the Models folder, code styling 2019-05-21 16:30:40 +02:00
Gábor Domonkos
12c0a029fd Removing IProjectionManagerExtension, fixes #7455 (#8206)
Lombiq Technologies: ORCH-201
2019-05-18 20:56:38 +02:00
Attila Álmos Szabó
2f96ccbd8a Textbox for specifying Default value to NumericField re-added, fixes #8124 (#8204)
Lombiq Technologies: ORCH-194
2019-05-18 20:46:53 +02:00
Gábor Domonkos
eababa3d13 Update Newtonsoft.Json to 12.0 everywhere, fixes #7213 (#8202)
Lombiq Technologies: ORCH-205
2019-05-18 20:19:29 +02:00
Hermes Sbicego
9955d92485 [8192] Fix permissions check for taxonomies, terms and widgets during translations (#8193) 2019-05-16 12:30:32 -07:00
Hermes Sbicego
d63068026a Null check in Localization.ContentTranslations.Edit.cshtml (#8197) 2019-05-16 12:29:21 -07:00
Matteo Piovanelli
e19d835e5a DefaultContentManager performance upgrade (#8207) 2019-05-16 12:15:44 -07:00
Márk Bartha
f66169cd29 Fixing that Orchard.Workflows requires styles that don't exist (#8201)
Improves the changes from https://github.com/OrchardCMS/Orchard/pull/8009 by HengzheLi,
but allows loading Activity stylesheets from any extension (including custom paths), not just modules
2019-05-15 23:26:52 +02:00
Márk Bartha
ecc089a7a6 DisplayManagement: Fixing that stylesheets that don't exist shouldn't create shapes (#8199) 2019-05-15 17:52:00 +02:00
Benedek Farkas
b64280174c Orchard.Specs: Fixing package references and assembly redirects (#7524) 2019-05-15 16:42:32 +02:00
Lombiq
cfb29c8335 Users: Fixing manual and automatic merge errors in AccountController, code styling 2019-05-14 15:03:13 +02:00
Lombiq
61d9b462a2 Merge branch '1.10.x' into dev
# Conflicts:
#	src/Orchard.Web/Modules/Orchard.Users/Controllers/AccountController.cs
#	src/Orchard/UI/Resources/ResourceManager.cs
2019-05-14 14:53:06 +02:00
GiuseppeMusso-Laser
7e174d9cfe Performance fix for autoroute check (#8186) 2019-05-10 12:38:14 -07:00
Hermes Sbicego
a542efbe8d [8194] Find translations for Localizaed Terms (#8195)
Fixes #8194
2019-05-10 12:13:58 -07:00
Niranjan Kala
f3f7c98e47 Issue/upgrade jquery (#8183) 2019-05-02 12:11:26 -07:00
Matteo Piovanelli
258a490536 fix NRE in DefaultHQLQuery (#8184)
In the InSubquery method Criterion was not being set. This caused NRE when processing a WHERE predicate that used that method.
2019-04-18 12:10:53 -07:00
Hermes Sbicego
c7f9cddb76 Fixes #8181: Prevent placement info loss (#8182)
Fixes #8181
2019-04-18 12:09:04 -07:00
cmsilv
2a047eaab3 Fix issue where unable to access files in App_data (#8180) 2019-04-18 12:07:26 -07:00
Lombiq
9beedf8b19 Projections: Fixing NRE in FieldTypeEditors when the Query doesn't have its VersionScope configured 2019-04-09 18:29:46 +02:00
Hermes Sbicego
a02323572d Style.Include and Script.Include register the wrong resource key in debug mode (#8177)
Fixes #8176
2019-04-04 12:11:03 -07:00
MarcoViglione-Laser
7b346f8a4d Custom Forms module enhanced with editing capabilities and improved permission handling (#8167) 2019-03-28 12:13:28 -07:00
Chaleomkiat Munkong
43f378769c Fix Tab id in Tab_Galley view (#8170) 2019-03-28 12:10:27 -07:00
Chris Payne
4d9a3ccaad Adds ability to configure field indexing options (#8173) 2019-03-28 12:05:54 -07:00
Lombiq
cb0011c307 Users: Fixing that registration-related actions should always be accessible (#8166) 1.10.3 2019-03-09 23:07:12 +01:00
Lombiq
ba722cf618 Users: Code styling and removing outdated comment from AccountController 2019-03-09 22:58:20 +01:00
Lombiq
c491990a0e Merge branch '1.10.x' into dev 2019-02-28 21:46:22 +01:00
GiuseppeMusso-Laser
a53d30dd6a Subquery improvement for HqlExpressions (#8163) 2019-02-28 12:21:49 -08:00
Lombiq
3c4de528c4 Orchard.proj: Fixing that BuildViews should be able to run without running Compile first 2019-02-28 17:46:45 +01:00
Lombiq
5c21b72793 Removing unnecessary step from BuildViews target (Orchard.proj) and removing debug build step from Orchard.Web.csproj 2019-02-27 21:12:07 +01:00
Lombiq
39894eb1fb Updating the CopyRoslynFilesToOutputFolder build target in Orchard.Web.csproj
to make sure that the exact version used for Dynamic Compilation is found, even if there are multiple different versions restored
2019-02-27 19:56:41 +01:00
Lombiq
8a44db7439 CodeGeneration: Updating website protocol to HTTPS in extension manifest templates 2019-02-27 15:45:27 +01:00
Lombiq
b912594699 CodeGeneration: Fixing that the csproj template was referencing DotNetCompilerPlatform in the wrong folder 2019-02-27 15:43:47 +01:00
Lombiq
38130f427b Updating Docs links in Readme to use HTTPS 2019-02-25 14:49:51 +01:00
Lombiq
82db009d70 Updating Microsoft.Data.* and System.Spatial packages to latest (5.8.4) version 2019-02-21 01:59:10 +01:00
Lombiq
48d24d7554 Merge branch '1.10.x' into dev 2019-02-21 01:39:48 +01:00