Benedek Farkas
1eaa9f3068
Removing duplicate action from the Core/Navigation AdminController
2025-10-05 19:53:45 +02:00
Benedek Farkas
ce23a974d7
Merge branch '1.10.x' into 1.10.x-to-dev
...
# Conflicts:
# src/Orchard.Web/Core/Navigation/Controllers/AdminController.cs
2025-10-05 19:46:43 +02:00
Benedek Farkas
dbbe3efedf
Merge branch 'dev' into 1.10.x-to-dev
2025-10-05 19:42:59 +02:00
Benedek Farkas
28f0bd52ed
#8830 : Fixing that fields attached to a Menu Item are not updated ( #8844 )
...
Compile / Compile .NET solution (push) Has been cancelled
Compile / Compile Client-side Assets (push) Has been cancelled
SpecFlow Tests / Define Strategy Matrix (push) Has been cancelled
SpecFlow Tests / SpecFlow Tests (push) Has been cancelled
* Navigation: Fixing that saving a menu item should not force creating a draft version
* Navigation: Adding support to the AdminController for the Delete button rendered by the Contents feature
* Navigation: Fixing that fields attached to a Menu Item should also be updated when creating the item
* MainMenuService: Fixing that unpublished menu items could not be deleted
* Adding notification when deleting a menu items
2025-10-05 16:26:36 +02:00
Benedek Farkas
971a97874c
Preventing Indexing AdminController and Commands from operating with unsafe index names ( #8845 )
Compile / Compile .NET solution (push) Has been cancelled
Compile / Compile Client-side Assets (push) Has been cancelled
SpecFlow Tests / Define Strategy Matrix (push) Has been cancelled
SpecFlow Tests / SpecFlow Tests (push) Has been cancelled
2025-10-02 19:18:19 +02:00
Benedek Farkas
8851f622a3
Adding release package workflow ( #8846 )
...
Compile / Compile .NET solution (push) Has been cancelled
Compile / Compile Client-side Assets (push) Has been cancelled
SpecFlow Tests / Define Strategy Matrix (push) Has been cancelled
SpecFlow Tests / SpecFlow Tests (push) Has been cancelled
(cherry picked from commit 4268b28d95
)
2025-09-29 21:10:53 +02:00
Benedek Farkas
4268b28d95
Adding release package workflow ( #8846 )
...
* Updating release-package workflow
* Updating 3rd-party actions to their latest versions
* Testing artifact upload without separate compress step to avoid double-zipping [skip ci]
Hopefully it doesn't have horrible performance anymore
* Updating release-package workflow [skip ci]
2025-09-29 20:53:30 +02:00
Benedek Farkas
8891ee4873
Adding the skeleton of the release-package workflow [skip ci]
2025-09-29 19:45:48 +02:00
Michael Wentz
26fcdfbc5b
#8839 Orchard Layouts Bootstrap 4 columns fix ( #8840 )
...
Compile / Compile .NET solution (push) Has been cancelled
Compile / Compile Client-side Assets (push) Has been cancelled
SpecFlow Tests / Define Strategy Matrix (push) Has been cancelled
SpecFlow Tests / SpecFlow Tests (push) Has been cancelled
Build Crowdin Translation Packages / build-crowdin-translation-packages (push) Has been cancelled
* #8839 update all col-xs-* in Orchard.Layouts module to just col-* to fix columns. col-xs-* was removed in Bootstrap 4. display:flex was also added to Row.less to counteract the display:block on all the divs between .row and the .col-*
* Remove unnecessary file update. Didn't mean to include this, it is part of the Bootstrap 3 source which is not used anymore.
* OrchardCMS#8839 fixes for the layout editor from the previous work. If multiple elements were in a column, they were displaying horizontally instead of vertically. In order to fix this and manage situations where there are nested rows, the CSS specification had to be high.
* Rebuild client-side assets
---------
Co-authored-by: Benedek Farkas <benedek.farkas@lombiq.com >
2025-09-26 21:29:55 +02:00
Benedek Farkas
acd93104e2
Merge branch '1.10.x-to-dev' into dev
2025-09-26 20:48:59 +02:00
Benedek Farkas
99ce4ca61e
Users: Hiding the Unpublish and Delete buttons in the User editor
2025-09-26 18:41:31 +02:00
Benedek Farkas
e7e888d422
Projections: Hiding the Unpublish button in the Query (Properties) editor
2025-09-26 17:44:06 +02:00
Benedek Farkas
4490c9bc38
Taxonomies: Updating AdminController to support the Core/Contents Delete button + a bit of code styling
2025-09-26 17:28:13 +02:00
Benedek Farkas
3cdf4e9a1b
Taxonomies: Hiding the Unpublish button in the Taxonomy editor
2025-09-26 17:27:22 +02:00
Benedek Farkas
08b65c241c
Taxonomies: Hiding the Unpublish and Delete buttons in the Term editor
2025-09-26 17:26:59 +02:00
Benedek Farkas
d42fbd3448
Media: Hiding Unpublish Button in the Media editor, since it doesn't do anything
2025-09-26 17:10:25 +02:00
Benedek Farkas
0a5187a699
Specs: Fixing typos in WebAppHosting
2025-09-26 16:59:40 +02:00
Benedek Farkas
bd680a44e5
Fixing SpecFlow test CreatingAndUsingDateTimeFieldsInAnotherCulture
2025-09-26 16:11:45 +02:00
Benedek Farkas
811f7a9c33
Updating SpecFlow generated files
2025-09-24 22:29:50 +02:00
Benedek Farkas
ea48baa146
Moving SpecFlow test files to the Test subfolder
2025-09-24 22:26:03 +02:00
Benedek Farkas
99a5003764
Upgrading SpecFlow packages to 2.4.1 to fix issues with VS sometimes not recognizing that a feature file has changed
2025-09-24 22:23:51 +02:00
Benedek Farkas
2dc01bba5e
Updating SpecFlow workflow schedule to run once a week, but also on every push to 1.10.x and dev [skip ci]
2025-09-20 23:55:01 +02:00
Benedek Farkas
55fafa896f
Widget editor: Hiding the UnpublishButton as it's not supported by the Widget AdminController
2025-09-20 23:50:53 +02:00
Benedek Farkas
fa5e1e48c7
Menu Item editor: Adding support in the Navigation AdminController for the Unpublish and Delete buttons rendered by the Core ContentsDriver
2025-09-20 23:29:28 +02:00
Benedek Farkas
6c2420dae4
Menu editor: Hiding the Unpublish button, since the menu will become inaccessible unless the Menu type is Listable
2025-09-20 23:27:44 +02:00
Benedek Farkas
e95bf05ecc
Menu editor: Removing the duplicate Delete button, since the Core ContentsDriver already renders one
2025-09-20 23:27:00 +02:00
Benedek Farkas
973114988e
Blog editor: Hiding the UnpublishButton as it's not supported by the Controller
2025-09-20 22:56:44 +02:00
Benedek Farkas
8227579c2e
Blog admin editor: Removing the duplicate Delete button, since the Core ContentsDriver now renders one
2025-09-20 22:56:10 +02:00
Benedek Farkas
8d862f5a94
Adding NUnit.Runners to Orchard.Tests packages as nunit-console is no longer packaged since NUnit 2.6.0
2025-09-19 23:13:37 +02:00
Benedek Farkas
6ca9e5ad7e
Updating Module Test project codegen templates with NUnit upgraded to 2.7.1
2025-09-19 23:04:53 +02:00
Benedek Farkas
c3f6beea4c
Updating obsolete code due to NUnit upgrade
2025-09-19 22:57:28 +02:00
Benedek Farkas
ab986ad0a3
Regenerating Profiling.feature
2025-09-19 22:38:40 +02:00
Benedek Farkas
b7f5ace53b
Cleaning up Orchard.Profile and Orchard.Specs.csproj as the SpecFlow VS extension is no longer needed
2025-09-19 22:37:09 +02:00
Benedek Farkas
2f7deb7fef
Fixing the rendering of buttons from the merge in ContentsDriver
2025-09-19 18:48:40 +02:00
Benedek Farkas
d66c6b8919
Updating generated SpecFlow files
2025-09-19 18:31:39 +02:00
Benedek Farkas
0e71cf3c9d
Upgrading NUnit to 2.7.1 in the whole solution
2025-09-19 18:29:27 +02:00
Benedek Farkas
e42519c988
Adding SpecFlow.Tools.MsBuild.Generation v2.3.0 (and upgrading SpecFlow to v2.3.0) in Orchard.Profile and Orchard.Specs
2025-09-19 18:00:14 +02:00
Benedek Farkas
1a0bfa17ab
Code styling
2025-09-19 12:16:19 +02:00
Benedek Farkas
65eb601c0c
Code styling in Core/Contents/Placement.info [skip ci]
2025-09-19 11:17:21 +02:00
Benedek Farkas
307b2918f3
Fixing that Content.SaveButton should be "Save" instead of "Save Draft" if the type is not Draftable
2025-09-19 11:12:28 +02:00
Benedek Farkas
7759803a49
Capitalization in workflow/step display names
2025-09-19 10:59:17 +02:00
Benedek Farkas
8a1afeafb2
Updating the specflow workflow to run on the selected branch when triggered manually, take 2 [skip ci]
2025-09-19 10:42:03 +02:00
Benedek Farkas
c3f162c958
build-crowdin-translation-packages runner version pinning to ubuntu-24.04
2025-09-19 10:26:24 +02:00
Benedek Farkas
e89b31bbcc
Switching the specflow workflow to use windows-2025 runners
2025-09-19 10:13:54 +02:00
Benedek Farkas
61ee88a46d
Switching the specflow workflow to use cmd instead of pwsh
2025-09-19 10:13:25 +02:00
Benedek Farkas
7e53fcb272
Cleaning up the build-crowdin-translation-packages workflow
2025-09-19 10:11:51 +02:00
Benedek Farkas
c683103578
Fixing that the specflow workflow should run on the selected branch when triggered manually
2025-09-19 10:10:12 +02:00
Benedek Farkas
4a0dc97f5f
Updating bootstrap.css and bootstrap.min.css from gulp rebuild
2025-09-19 10:03:28 +02:00
Benedek Farkas
10471049d4
Merge branch '1.10.x' into 1.10.x-to-dev
2025-09-19 09:58:03 +02:00
Benedek Farkas
0063c18f7f
Testing windows-2025 runners on 1.10.x ( #8843 )
...
* Testing compile workflow on windows-2025 runners
* Wording [skip ci]
* Compile workflow: Switch shell to cmd where pwsh is not needed
2025-09-19 09:57:27 +02:00