Contents with the Query Tag Node
-
Lucene index rebuild and reset steps, Lombiq GitHub Actions - This week in Orchard (21/10/2022)
Admin UI, Query, Documentation, This week in Orchard, RecipesLucene index rebuild and reset steps, update all action bars, utilize
ContentTypeExtensions
, and a demo about the Lombiq GitHub Actions project! Do we need to tell more about the content of our current post? Let's jump into the recent news of Orchard Core! -
Bootstrap 5 in the default Admin theme, Orchard Core Commerce survey - This week in Orchard (27/05/2022)
Query, Documentation, This week in Orchard, Theme, Resource manifestThe default Admin theme now using Bootstrap 5, logging warning when a Zone isn't a Shape, adding documentation on Query API results changes and if you do e-commerce or if you have an opinion about e-commerce, please share your opinion with us by filling out this survey!
-
Feature aware Razor Pages, Orchard Core Commerce - This week in Orchard (06/05/2022)
Announcement, Query, Documentation, This week in OrchardThis week you can read that the Feature attribute was not working for Razor Pages, the Lucene documentation updates, and a demo of the Orchard Core Commerce module! Are you interested in the details? Check out this post for more!
-
Fix Liquid QueryCollection access, renaming page route parameter - This week in Orchard (04/12/2021)
Query, Documentation, This week in Orchard, LiquidFixed Liquid QueryCollection access, an interesting bug when using the page route in Razor Pages, and updated libraries used in Orchard Core. Check out our current post to read about the details!
-
Fixing rendering of helper and block tag helper, Bynder for Orchard Core - This week in Orchard (21/10/2021)
Media Library, Query, Documentation, This week in Orchard, Content fieldFixing rendering of helper and block tag helper, documentation for the Feature Profiles, OpenID improvements, and demo about a module that integrates Bynder for Orchard Core! Don't forget to check out our current post to know more!
-
GrahQL Queries queries, Negative role condition evaluator - This week in Orchard (07/06/2021)
Query, Documentation, This week in Orchard, Role, Widget, LiquidWe start this week by showing the ability to export templates as files, the negative role condition evaluator, and the brand new alternates for widget parts and for dynamic parts with great examples in the documentation. After, we will see a great demo about using templated GraphQL queries with Liquid. Check out our post for more!
-
Search filters to the contents list, Admin breadcrumbs - This week in Orchard (10/05/2021)
Admin UI, Query, This week in OrchardTwo new demos are coming this week! One is about extending the search capabilities on the contents list page, the second one is about adding admin breadcrumbs to your site. But first, let's check out some other great additions to Orchard Core!
-
Spatial Search, 5000+ Stargazers - This week in Orchard (02/05/2021)
Query, Localization, This week in Orchard, Content fieldThis week you could see a demo about an upcoming Spatial Search feature for Orchard Core! Do you know that Orchard Core's repository now has more than 5000+ stargazers? Check out our post for more!
-
Code Generation Templates for .NET 5, Fluid 2 breaking changes - This week in Orchard (18/04/2021)
Announcement, Query, This week in Orchard, Resource manifestThis week we will do some deep dives and take a look at the latest changes of Fluid 2. After, you can see how you can register your custom resources in Orchard Core and how to use the updated code generation templates with .NET 5! Check out our post for more!
-
Cypress Tests, Media Profiles background color - This week in Orchard (13/12/2020)
Query, This week in Orchard, Content field, Theme, RecipesHave you ever wondered how to write end-to-end tests for your Orchard Core application? Check out our current post to read about Cypress, which is a next generation front end testing tool built for the modern web. But first, let's start with the other exciting improvements!
-
This week in Orchard - 12/06/2019
Admin UI, Query, This week in OrchardNew domain for the home page and the documentation of Orchard Core! New list query helpers, updated documentation, designing the admin UI of Orchard Core and many more are waiting for you in our upcoming post!
-
This week in Orchard - 11/30/2019
Admin UI, Query, This week in OrchardFixing and improving Orchard Core for the upcoming 1.0 release. One of the main focuses is on every admin page that has a list with filters and/or bulk actions, use the same UI. With that, the users will get a better user experience by the unified UI. And don't forget to check out the Swagger demo!
-
This week in Orchard - 09/06/2019
Announcement, Query, Localization, Documentation, This week in OrchardLots of PRs merged to Orchard Core this week that adds new improvements, fixes, and features. You could also read a demo about the Content Fields Indexing, that is a very useful feature for the developers: they can now query content items based on the value of the fields! Oh, and we will have a meetup soon in Budapest, where Lombiq will giving a talk on Orchard. Get ready for a longer post about these amazing features! We promise: you won't regret reading it!
-
This week in Orchard - 08/16/2019
Query, Localization, Documentation, This week in OrchardMore Razor helpers, advanced Liquid support in GraphQL, a new OrchardCore.Application.Cms.Targets meta package, Full-Text-Indexing and updated milestones for Orchard Core. Want more? Then check out our current post!
-
This week in Orchard - 08/09/2019
SQL Server, Performance, Query, Documentation, Microsoft, This week in OrchardGetting closer and closer to the release of .NET Core 3.0 and Orchard Core RC! What do we need to ship the new version and what are the newest features of Orchard Core? Find out now!
-
This week in Orchard - 07/12/2019
Content management, Query, Localization, Documentation, This week in OrchardLots of new features and improvements and a very interesting demo about the Content Culture Picker is waiting for you in our current post! Oh, and of course our Orchard Core Training Demo Module has got a huge update too!
-
This week in Orchard - 06/28/2019
Query, Localization, This week in OrchardNew queries for GraphQL to return all the configured layers and their widgets and to have access to the site's configured culture settings, and other smaller changes and fixes for Orchard Core are waiting for you in the current post!
-
Checking your infoset data consistency after upgrading from 1.x to 1.8+
Database, Advanced, Upgrade, InfoSet, Orchard 1.x, Orchard 1.8, QueryMany Orchard developers, including ourselves act as early adopters of the Orchard source and use the code from the 1.x and other work-in-progress branches. While it gives us the opportunity to try the new features and get the latest bugfixes, some changes introduce important bugs every now and then. That was the case lately on the 1.x branch, when a problem surfaced regarding the infoset storage: for shifted, versionable content parts the infoset data was not saved in the ContentItemVersionRecord table, but into the ContentItemRecord table instead. Sébastien discovered this issue before 1.8 release and provided a method to fix it.