Matteo Piovanelli
b37256fc94
Update nhibernate ( #8488 )
...
* Update nHibernate to version 4.1.2.4000
# Conflicts:
# src/Orchard.Web/Modules/Orchard.ContentPicker/packages.config
# src/Orchard.Web/Modules/Orchard.ImportExport/packages.config
# src/Orchard.Web/Modules/Orchard.MessageBus/packages.config
# src/Orchard.Web/Modules/Orchard.MultiTenancy/packages.config
# src/Orchard.Web/Modules/Orchard.Projections/packages.config
# src/Orchard.Web/Modules/Orchard.Tags/packages.config
# src/Orchard.Web/Modules/Upgrade/packages.config
# src/Orchard.Web/Web.config
* Update AssemblyBindings for NHibernate
2021-07-30 08:41:53 +02:00
Matteo Piovanelli
af42947c9c
Cloning doesn't overwrite identity ( #8487 )
...
Fixes #8486
2021-07-30 08:40:53 +02:00
Matteo Piovanelli
7131970e91
Remove cache by tag on Unpublished ( #8483 )
...
As it was, cached lists/projections would not be evicted when a ContentItem they contained was unpublished.
2021-06-25 10:35:13 +02:00
ElenaRepository
f23d9292c5
flag exclude children for taxonomies ( #8481 )
2021-06-21 09:42:59 +02:00
Hermes Sbicego
230dfc30da
Bypass cache for XSRF Tokens ( #8470 )
...
Fixes #8469
2021-05-14 10:01:43 +02:00
Hermes Sbicego
6d0a29af53
Upgrades YamlDotNet from 9.1.3 to 11.1.1 because 9.1.3 is not more available as nuget package ( #8472 )
2021-05-12 17:59:16 +02:00
Hermes Sbicego
1d8c589055
Show disable action for deprecated features even if they are categorized as "Core" ( #8468 )
2021-04-22 10:03:46 -07:00
ElenaRepository
f407af594f
added culture in widgets page ( #8466 )
...
* added culture in widgets page
Co-authored-by: elena.lampugnani <elena.lampugnani@laser-group.com>
Co-authored-by: Hermes Sbicego <hermes.sbicego@laser-group.com>
2021-04-19 11:03:31 +02:00
Hermes Sbicego
089bc1d068
Prevents throwing exception when Href is null ( #8461 )
2021-03-19 08:13:06 +01:00
Matteo Piovanelli
3b9c5fef06
Updated Migration for CommonPartRecord and IdentityPartRecord ( #8459 )
...
This orders the operations differently than what is in dev for retrocompatibility in both environments.
2021-02-26 09:56:23 +01:00
Hermes Sbicego
c5240678bd
Feature/upgradable libraries ( #8457 )
2021-02-18 10:06:24 -08:00
Matteo Piovanelli
76fc64f48e
Fixed conflict with style for layouts ( #8456 )
...
the .overlay is used for different things in MediaLibraryPickerField and Layouts, and as it was the styles would conflict. This should fix it.
2021-02-04 10:06:04 -08:00
Hermes Sbicego
0c34ca3dd5
Feature/8445 libraries update ( #8446 )
2021-02-04 10:05:50 -08:00
Hermes Sbicego
700b029a34
target framework 4.8 to all projects ( #8444 )
2021-01-07 10:07:38 -08:00
Matteo Piovanelli
d3aca80447
Added an event activity for workflows that activates on the first Upd… ( #8438 )
2020-12-17 10:05:21 -08:00
Matteo Piovanelli
6e410a321d
Removed check preventing reassignment of loader delegates ( #8436 )
2020-12-03 10:12:31 -08:00
ElenaRepository
b583f8f0f0
Fixed Media Library Picker Style ( #8433 )
2020-12-03 10:06:49 -08:00
Matteo Piovanelli
0a41199451
Allow downstream methods to set default value ( #8419 )
...
Moreover, this won't try to set a default value to the bool when it's not sent.
This will allow calls with missing required parameters to fail as they should.
2020-09-24 19:15:18 +02:00
LorenzoFrediani-Laser
993e57d7fd
fix record mapping nhibernate ( #8415 )
2020-09-24 19:15:07 +02:00
Matteo Piovanelli
66a611fbf3
Handle the case where a form sends more than one attempted value for a boolean ( #8416 )
2020-09-18 08:40:56 +02:00
Matteo Piovanelli
f67e6b3695
Upgrade host resolution ( #8387 )
...
* Reverted changes to RunningShellTable and then changed the way shells are sorted,
so we can correctly give "priority" to tenants based on their prefix.
Added test adapter reference to Orchard.Framework.Tests so tests can be run in
the latest VS 2017.
Fixed a test that was failing to account for the order the shells were being
processed.
* Removed some stuff from csproj that vs had added
2020-09-18 08:40:44 +02:00
Matteo Piovanelli
b528ecd1e0
New version of Boolean Binder Provider ( #8413 )
...
* New version of Boolean Binder Provider
* Use Convert.ToBoolean(string) rather than ValueProviderResult.ConvertTo(bool)
2020-09-11 11:02:53 +02:00
Matteo Piovanelli
6dc4f62a98
Removed changes to model bindings ( #8412 )
...
This is the same as reverting 1.10.x to commit 868ce12ad6
2020-09-07 16:20:31 +02:00
Hermes Sbicego
3ceda381c5
Fix/8392 remeber me model state exception ( #8410 )
...
@sebastienros this fixes the possible NRE that would happen for absent models from merged #8393
(see your comment there https://github.com/OrchardCMS/Orchard/pull/8393#issuecomment-686630198 )
2020-09-04 09:12:10 +02:00
Hermes Sbicego
c566e12abd
Fixes Boolean Conversion error ( #8393 )
2020-09-03 10:07:47 -07:00
Matteo Piovanelli
868ce12ad6
fix for CPF when other scripts are also adding to sessionStorage ( #8404 )
2020-07-30 10:04:43 -07:00
Imran Azad
c62203116f
Update DistributedLockService.cs ( #8398 )
2020-07-09 10:09:35 -07:00
Imran Azad
df2bdb3e5c
Remove lock from the dictionary when the task has completed. ( #8395 )
...
Fixes #8391
2020-06-18 10:19:44 -07:00
Matteo Piovanelli
2bc7079593
tokens sort criteria ( #8382 )
...
* Tokenized state for sort criteria
* Tokenized state also in the other place where sort criteria are used
2020-06-05 12:37:35 +02:00
Matteo Piovanelli
f0c5b62b20
Process ignored paths while being aware of RequestUrlPrefix ( #8384 )
...
* Process ignored paths while being aware of RequestUrlPrefix
* Fix: I had moved a Trim to the wrong place
* Fixed issue with empty/uninitialized null set of ignored urls
2020-06-05 12:37:21 +02:00
Matteo Piovanelli
488e18d11a
Updated UI for projections ( #8380 )
...
Some textboxes were too small for the actual text users would generally write in them.
Those meant to hold HTML have been converted to textareas.
2020-05-21 10:08:12 -07:00
Matteo Piovanelli
f581d235d2
Memorize query results in blog service ( #8374 )
...
The query for all published blogs is being called twice while building the admin menu,
so we are memorizing its results.
2020-05-14 10:29:59 -07:00
Matteo Piovanelli
9392718d3e
Cache list of configured layers ( #8373 )
...
On every page load on frontend we were querying for all existing layers to test
for the ones that are currently active. Since that information is not bound to
change often, we added a cache layer to prevent querying every time. The cache
is evicted whenever a Layer gets updated.
2020-05-07 10:35:53 -07:00
Matteo Piovanelli
60464035f7
Save MemberBindingRecords in memory ( #8371 )
...
Prevent fetching the same table from the database 5+ times per request by
loading it and saving it in a private property for a request.
2020-05-07 10:29:58 -07:00
Matteo Piovanelli
a75203b883
Attempted AutoroutePart improvement ( #8360 )
...
This should ease Database issues, because it short circuits some code paths
through aliases.
2020-04-30 10:09:33 -07:00
Matteo Piovanelli
b2a8e92a53
Added a new index to CommonPartRecord ( #8362 )
2020-04-30 10:08:10 -07:00
Hermes Sbicego
c1374f9be9
Reuse Settings_ShellDescriptorRecord during an http request ( #8355 )
2020-04-30 10:05:57 -07:00
Matteo Piovanelli
b523b342d6
Added admin search permissions ( #8346 )
2020-04-16 10:22:20 -07:00
Hermes Sbicego
21cb531949
Fixes errors during Indexing ( #8349 )
2020-04-16 10:17:56 -07:00
Matteo Piovanelli
d57af5860a
Added tokenizable default value to ContentPickerFields ( #8351 )
2020-04-16 10:13:30 -07:00
Lombiq
dbc1e61069
Adding NuGet config file to keep packages in the packages folder and thus be able to build the solution with the current NuGet version
2020-04-07 22:06:10 +02:00
ElenaRepository
55f0115459
replace code with static method ( #8337 )
...
Co-authored-by: elena.lampugnani <elena.lampugnani@laser-group.com>
2020-03-26 12:03:56 -07:00
Hermes Sbicego
e4b251b9ce
- Moved condition of ContentType not null in a try catch statement to handle the case the ContentItem was destroyed ( #8335 )
2020-03-19 12:05:53 -07:00
Sébastien Ros
27e6401965
Add a fake transparent background for image thumbnails ( #8329 )
2020-03-05 14:35:11 -08:00
Hermes Sbicego
5015809444
Adds a link "View" in "Admin/Index.cshtml" to see how it looks the Taxonomony on the front-end ( #8323 )
...
Fixes #8322
2020-02-13 12:09:35 -08:00
Andrew Cartwright
0469c3a2fd
Remove ArchiveLaterTask if content item is deleted ( #8308 )
2020-01-23 12:26:46 -08:00
ElenaRepository
d94d50f67d
Correct archive when date changed ( #8306 )
2020-01-16 13:12:11 -08:00
Sébastien Ros
bb8348626b
Using Markdig ( #8299 )
...
Removes usage of regular expressions to convert markdown.
2019-12-12 12:07:44 -08:00
Matteo Piovanelli
abfe7a022e
caching sitecultureselector and sslsettingspart ( #8289 )
2019-12-05 12:10:18 -08:00
Matteo Piovanelli
104d18aa06
ReCaptchaPartDriver always returns a shape ( #8292 )
...
* We changed when ReCaptchaPartDriver verifies whether it's being executed on the Admin side, moving the test from the driver's execution to the shape's, so that the ShapeType is available to other features and services that process the driver's output (e.g. for placement)
* store the first validation of recaptcha to avoid failing if the driver runs again in a single request
2019-12-05 12:06:53 -08:00