Commit Graph

11374 Commits

Author SHA1 Message Date
ElenaRepository
bdf97f570d Add user event handler disabled (#8246) 2019-07-18 21:17:04 +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
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
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
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
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