Benedek Farkas
4be3049686
Upgrading jQueryUI from 1.13.2 to 1.14.1
2025-10-01 21:01:06 +02:00
Benedek Farkas
e02d3f3d8c
Upgrading jQuery from 3.6.0 to 3.7.1
2025-10-01 18:35:32 +02:00
Benedek Farkas
b254910d06
Updating csproj with Bootstrap file location changes
2025-10-01 18:31:54 +02:00
Benedek Farkas
c93349fef6
Code styling in jQuery resource manifest
2025-10-01 18:26:01 +02:00
Benedek Farkas
d0227cb022
Adding new Bootstrap files, moving scripts and styles into separate subfolders
2025-10-01 18:25:25 +02:00
Benedek Farkas
63a0a48757
Moving AngularJS output files into a separate subfolder
2025-10-01 17:57:46 +02:00
Benedek Farkas
148360aa97
Upgrading Bootstrap to 4.6.2 source
2025-10-01 17:21:13 +02:00
Benedek Farkas
5890914ef4
Removing Bootstrap 3.3.5
2025-10-01 16:45:04 +02:00
Benedek Farkas
bb263cba6a
A bit of DRYing in Gulpfile
2025-10-01 16:25:51 +02:00
Benedek Farkas
3a38a952ac
Blogs: Setting up asset compilation
2025-10-01 12:25:46 +02:00
Benedek Farkas
15100724ad
Removing unused packages from the Gulp pipeline
2025-10-01 12:19:04 +02:00
Benedek Farkas
09b3b89508
Revert "Sorting entries in the Assets.json of Orchard.Layouts"
...
This reverts commit bc5abc045a .
2025-10-01 11:47:55 +02:00
Benedek Farkas
5e05ba7938
Removing duplicate entry from Orchard.Resources.csproj
2025-09-30 22:54:42 +02:00
Benedek Farkas
9e5591d2c4
Moving Resource Manifests into a separate subfolder in Orchard.Resources
2025-09-30 22:53:14 +02:00
Benedek Farkas
28014eb733
Code styling/simplification in LayoutEditor.Template.Children.cshtml
2025-09-30 22:45:36 +02:00
Benedek Farkas
bc5abc045a
Sorting entries in the Assets.json of Orchard.Layouts
2025-09-30 22:41:13 +02:00
Benedek Farkas
332c6b0269
Removing unused files from Orchard.Layouts
2025-09-30 22:38:59 +02:00
Benedek Farkas
84d4cbf32b
Updating Blog Archives scripts
2025-09-30 22:21:08 +02:00
Benedek Farkas
e23267bd67
Updating jquery.mjs.nestedSortable.js from https://github.com/ilikenwf/nestedSortable/blob/master/jquery.mjs.nestedSortable.js
2025-09-30 21:11:07 +02:00
Benedek Farkas
330d9e563a
Gulp file code styling
2025-09-30 21:08:18 +02:00
Benedek Farkas
fe7854d0c0
Merge branch 'dev' into Upgrade/8525_JQuery3.6-Bootstrap4.6
...
# Conflicts:
# src/Orchard.Web/Modules/Orchard.Layouts/Assets/JavaScript/LayoutEditor/Services/ScopeConfigurator.js
# src/Orchard.Web/Modules/Orchard.Layouts/Scripts/LayoutEditor.js
# src/Orchard.Web/Modules/Orchard.Layouts/Scripts/LayoutEditor.min.js
# src/Orchard.Web/Modules/Orchard.Resources/Assets/Css/jQueryUI/jquery-ui.css
# src/Orchard.Web/Modules/Orchard.Resources/Assets/Css/jQueryUI/jquery-ui.structure.css
# src/Orchard.Web/Modules/Orchard.Resources/Assets/Css/jQueryUI/jquery-ui.theme.css
# src/Orchard.Web/Modules/Orchard.Resources/Assets/Js/jQueryUI/jquery-ui.js
# src/Orchard.Web/Modules/Orchard.Resources/Orchard.Resources.csproj
# src/Orchard.Web/Modules/Orchard.Resources/Scripts/bootstrap.js
# src/Orchard.Web/Modules/Orchard.Resources/Scripts/bootstrap.min.js
# src/Orchard.Web/Modules/Orchard.Resources/Scripts/jquery-ui.js
# src/Orchard.Web/Modules/Orchard.Resources/Scripts/jquery-ui.min.js
# src/Orchard.Web/Modules/Orchard.Resources/Scripts/jquery.js
# src/Orchard.Web/Modules/Orchard.Resources/Scripts/jquery.min.js
# src/Orchard.Web/Modules/Orchard.Resources/Styles/bootstrap.css
# src/Orchard.Web/Modules/Orchard.Resources/Styles/bootstrap.min.css
# src/Orchard.Web/Modules/Orchard.Resources/Styles/jquery-ui.css
# src/Orchard.Web/Modules/Orchard.Resources/Styles/jquery-ui.min.css
# src/Orchard.Web/Modules/Orchard.Resources/jQuery.cs
# src/Orchard.Web/Modules/TinyMce/Scripts/orchard-tinymce.js
# src/Orchard.Web/Themes/TheAdmin/Styles/site.css
2025-09-30 20:42:32 +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