Git Product home page Git Product logo

emmanjr / orchardcore Goto Github PK

View Code? Open in Web Editor NEW

This project forked from orchardcms/orchardcore

0.0 0.0 0.0 212.86 MB

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.

Home Page: https://orchardcore.net

License: BSD 3-Clause "New" or "Revised" License

JavaScript 15.29% PHP 0.02% C# 61.40% TypeScript 0.27% CSS 9.38% HTML 11.47% Liquid 0.29% Dockerfile 0.01% Pug 0.37% SCSS 1.50%

orchardcore's Introduction

Orchard Core

Orchard Core consists of two distinct projects:

  • Orchard Core Framework: An application framework for building modular, multi-tenant applications on ASP.NET Core.
  • Orchard Core CMS: A Web Content Management System (CMS) built on top of the Orchard Core Framework.

Join the chat at https://gitter.im/OrchardCMS/OrchardCore BSD-3-Clause License Documentation Crowdin

Build Status

Stable (release/1.8.2):

Build status NuGet

Nightly (main):

Build status Cloudsmith

Status

1.8.2

The software is production-ready, and capable of serving large mission-critical applications as well, and we're not aware of any fundamental bugs or missing features we deem crucial. Orchard Core continues to evolve, with each version bringing new improvements, and keeping up with the cutting-edge of .NET.

Check out the Reference of Built-in Modules to see what kind of features Orchard Core provides built-in.

See the issue milestones for information on what we have planned for the next releases and what are the priorities.

Getting Started and Documentation

The documentation can be accessed under https://docs.orchardcore.net/. See the getting started docs on how to start using Orchard Core.

You can also run Orchard Core from Docker:

docker run --name orchardcms -p 8080:80 orchardproject/orchardcore-cms-linux:latest

Docker images and parameters can be found at https://hub.docker.com/u/orchardproject/. See our Docker documentation for more details, especially if you're new to Docker.

Help and Support

Do you need some help with Orchard Core? Don't worry, there are ways to get help from the community:

  • Did you find a bug or have a feature request? Open an issue in the issue tracker.
  • Do you have a question about how to do something with Orchard Core, or would like a second opinion on your code? Open a discussion.

Get in Touch

Local Communities

中文资源

Orchard Core CN 中文讨论组

Contributing

It's great that you're thinking about contributing to Orchard Core! You'd join our wonderful community of contributors.

First, clone the repository using the command git clone https://github.com/OrchardCMS/OrchardCore.git and checkout the main branch. Then, you have multiple options, see below. And when you're ready, head over to our contribution guide.

Command Line

  1. Install the latest version of the .NET SDK from this page: https://dotnet.microsoft.com/download.
  2. Navigate to ./OrchardCore/src/OrchardCore.Cms.Web.
  3. Run dotnet run.
  4. Open the http://localhost:5000 URL in your browser.

Visual Studio

  1. Download Visual Studio 2022 (v17.8+) from https://www.visualstudio.com/downloads.
  2. Launch the solution by clicking on OrchardCore.sln. Give Visual Studio time to restore all missing Nuget packages.
  3. Ensure OrchardCore.Cms.Web is set as the startup project. Then run the app.

Preview Package Feed

Hosted By: Cloudsmith

NuGet package repository hosting for the preview feed is graciously provided by Cloudsmith.

Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that enables your organization to create, store, and share packages in any format, to any place, with total confidence.

Code of Conduct

See our Code of Conduct.

.NET Foundation

This project is supported by the .NET Foundation.

orchardcore's People

Contributors

agriffard avatar sebastienros avatar jtkech avatar hishamco avatar jetski5822 avatar deanmarcussen avatar mikealhayek avatar skrypt avatar alexbocharov avatar matiasmolleja avatar jptissot avatar piedone avatar ns8482e avatar kevinchalet avatar michaelpetrinolis avatar hyzx86 avatar giannik avatar tfleury avatar infofromca avatar netwavebe avatar carlwoodhouse avatar dependabot[bot] avatar lukaskabrt avatar scleaver avatar piemp avatar petedavis avatar microposmp avatar matthijskrempel avatar jersiovic avatar lahma avatar

orchardcore's Issues

Monthly community metrics report for 2024-03-01..2024-03-31

Issue Metrics

Metric Average Median 90th percentile
Time to first response 1 day, 2:37:48 8:59:50 2 days, 16:21:06
Time to close 3 days, 20:42:27 1 day, 12:16:47 9 days, 0:57:43
Metric Count
Number of items that remain open 26
Number of items closed 27
Total number of items created 53
Title URL Author Time to first response Time to close
The ScriptsMiddleware(s) should be replaced by endpoints OrchardCMS#15629 sebastienros None None
Enabling some features on a site using SQL Server throws an exception OrchardCMS#15628 sarahelsaig None None
Liquid filters and comparison stopped working after upgrade to 1.9 OrchardCMS#15625 SzymonSel 1:03:27 None
'OrchardCore.Deployment.DeploymentStep' can't be serialized. OrchardCMS#15624 SzymonSel 0:03:35 0:18:50
Unable to add a sub Taxonomy term to the Taxonomies OrchardCMS#15614 MikeAlhayek None 1:48:40
Enabling the SearchAI module removes the icon from the search navigation item OrchardCMS#15613 MikeAlhayek None 4:18:39
Add HTML Support in the Notification Summary OrchardCMS#15606 MikeAlhayek None None
Software Bill of Materials (SBOM) OrchardCMS#15604 rjpowers10 21:30:54 None
Indexing Providers: Unit Tests OrchardCMS#15601 Skrypt 1:10:58 None
Taxonomy Terms Management is broken OrchardCMS#15590 urbanit 1:49:56 2 days, 19:39:44
Convert rendering a theme in the themes view to shapes to allow others to contribute to the output OrchardCMS#15588 MikeAlhayek None 23:33:15
Content shape alternate targeting a specific item with ContentItemId OrchardCMS#15572 Piedone 4 days, 16:58:14 None
MediaApplication constraining extensions based on the first instantiated media field OrchardCMS#15569 automatedChaos 3:28:34 None
1.9.0-preview-18132 Exception with backend and with frontend OrchardCMS#15565 bashuss 3:16:06 20:40:50
ListPart DisplayDriver does not set ListPart property on ListPartViewModel OrchardCMS#15558 MichaelPetrinolis None 1 day, 11:45:40
Yahoo Authentication OrchardCMS#15557 hassan123-dev 9:19:26 2 days, 11:08:06
Adding User to CMS User registered through manual Form OrchardCMS#15556 aashish803 None 1 day, 12:16:47
Update GitHub Actions actions to adapt to Node 16 deprecation OrchardCMS#15553 Piedone 3 days, 4:03:10 None
Daily preview package publish instead of on every commit to main OrchardCMS#15548 Piedone 0:03:12 9 days, 2:48:26
"SQL query" module and Postgre query: I get "Syntax error" for a query that on PostgreSQL server works OrchardCMS#15546 MarGraz 3:39:01 None
Add Blazor WASM Support for OrchardCore.Localization.Core OrchardCMS#15543 BrunoJuchli 9:48:00 None
Add target='_blank' to the Menus and AdminMenus OrchardCMS#15541 hyzx86 19:07:18 None
The CustomUserSettings in the graphql me field is registered incorrectly OrchardCMS#15540 hyzx86 None None
Clear user timezone cache when user is updated OrchardCMS#15536 deanmarcussen None None
Content parts with get-only collections can't retain their values (JOptions configuration) OrchardCMS#15533 sarahelsaig 3:17:25 3 days, 19:49:34
Grpahql editor query error OrchardCMS#15527 hyzx86 None 4 days, 22:52:06
The 'oi_act_lft' claim present in the specified principal is malformed or isn't of the expected type OrchardCMS#15526 hyzx86 3:02:39 0:05:02
Token Validation Settings Page Display Error on OC 1.9.x latest preview version OrchardCMS#15525 hyzx86 12 days, 14:07:39 None
Customize ReCaptcha OrchardCMS#15514 sebastienros None None
The logging functionality is messed up OrchardCMS#15511 hyzx86 0:36:59 2 days, 6:21:45
Cannot clone the repository OrchardCMS#15508 mmadushanka 0:26:25 3:32:40
Inconsistent JObject.SelectNode() behavior and feature loss OrchardCMS#15505 sarahelsaig 8:40:13 7 days, 19:15:04
Add unit tests for Script and Style tag helpers OrchardCMS#15504 Skrypt 0:04:30 None
Use time zone settings in Jint when parsing dates OrchardCMS#15501 Piedone None None
The Cors module supports ExposedHeaders OrchardCMS#15499 hyzx86 1 day, 3:59:22 8 days, 2:33:06
Can't delete menu items on the latest preview OrchardCMS#15497 sarahelsaig 10:27:09 8 days, 11:26:20
Implement the workflow version and keep the exsist instances OrchardCMS#15496 hyzx86 1 day, 13:53:53 None
System.ObjectDisposedException is thrown when navigating to Workflows in OrchardCore 1.8.2 OrchardCMS#15492 M-Lipin None 1:57:41
The OrchardCore.Cors module seems to be broken. OrchardCMS#15485 hyzx86 1:30:05 5:12:25
Orchard Core - Incompatible with Remora.Sdk OrchardCMS#15479 Foxtrek64 18:55:40 None
SqlException when querying content items with more than 5000 item OrchardCMS#15466 tonydev24 2:20:58 10:23:47
MediaField don't render editing UI in BagPart when adding new ContentItem in BagPart OrchardCMS#15462 effapp 13:40:29 1 day, 9:17:16
Extract common content item saving and publishing apis OrchardCMS#15459 hyzx86 1 day, 6:21:15 None
About “Owner” and "Author" property OrchardCMS#15458 hyzx86 1 day, 6:32:11 None
Incorrect Routing for Taxonomy Branches and Leaf Nodes with Absolute Paths OrchardCMS#15456 jooni91 2 days, 3:13:12 None
It is incorrect display when editing home page, there is a error "net::ERR_CONTENT_DECODING_FAILED" in console. OrchardCMS#15455 effapp 10:50:47 10 days, 13:39:30
Content Type layer rule behaves unexpectedly on pages where no content is displayed with "Detail" display type OrchardCMS#15452 rwawr None 23 days, 22:28:24
Create Feature Profile doesn't work on the latest preview OrchardCMS#15451 sarahelsaig 2 days, 4:39:01 2 days, 22:03:42
Script Error: “The node must be of type 'JsonObject'.” OrchardCMS#15450 hyzx86 None 8 days, 23:43:55
Initial setup fails when Database Shells is active OrchardCMS#15447 tommi-saaskilahti 3 days, 8:38:59 None
Try CodeRabbit for AI code reviews OrchardCMS#15439 Piedone 7:03:40 None
No required field identification in admin and inconsistent error messages OrchardCMS#15434 xtomas 0:56:28 None
AuditTrail - see action button only if user have right permission OrchardCMS#15431 PiemP None 16:04:57

This report was generated with the Issue Metrics Action
Search query used to find these items: repo:OrchardCMS/OrchardCore is:issue created:2024-03-01..2024-03-31 -reason:"not planned" -label:"community metrics"

Pull Request Metrics

Metric Average Median 90th percentile
Time to first response 13:54:18 2:33:29 1 day, 22:27:48
Time to close 1 day, 14:47:15 11:19:49 4 days, 10:47:51
Metric Count
Number of items that remain open 13
Number of items closed 105
Total number of items created 118
Title URL Author Time to first response Time to close
Cleanup Serializers OrchardCMS#15633 MikeAlhayek 1 day, 0:08:37 None
Use Array instead of List in ShapeDescriptorIndex OrchardCMS#15632 MikeAlhayek None None
Remove obsolete methods from INotifier OrchardCMS#15631 MikeAlhayek 0:05:52 None
Save byte array allocations OrchardCMS#15630 sebastienros 1:09:04 None
Configure Token provider from the corresponding provider OrchardCMS#15627 MikeAlhayek 3:19:50 None
Update Microsoft.Identity.Web 2.17.4 OrchardCMS#15626 hishamco None 3:47:58
Remove unnecessary FrozenDictionary OrchardCMS#15623 sebastienros None 15:41:03
Do not convert IShape to dynamic OrchardCMS#15622 MikeAlhayek 0:03:28 0:45:08
Refine hashing usages OrchardCMS#15621 sebastienros 2:42:51 23:04:09
Improve ShapeTableManager performance OrchardCMS#15620 sebastienros 1 day, 16:30:13 None
Update GitHub Actions actions to the latest versions OrchardCMS#15619 MikeAlhayek 0:28:32 None
Document the removal of PopulateSettings in 1.9 release notes OrchardCMS#15618 MikeAlhayek None 0:41:41
Improve the Pager extensions OrchardCMS#15617 MikeAlhayek None 1:08:13
Fix Taxonomy Serialization OrchardCMS#15615 MikeAlhayek 1:29:38 1:46:43
Ensure Search Icon shows up on any search module OrchardCMS#15611 MikeAlhayek None 4:28:05
Improve notification filter performance OrchardCMS#15610 sebastienros 0:41:19 19:13:04
Fix HTML style for ThemeEntry OrchardCMS#15609 MikeAlhayek 12:08:12 21:40:49
Add NotifyJsonSerializerOptions OrchardCMS#15608 MikeAlhayek None None
Add HTML support to notification summary OrchardCMS#15607 MikeAlhayek None None
Update Microsoft.Identity.Web 2.17.3 OrchardCMS#15605 hishamco None 0:18:54
Adjust content type condition to evaluate to true when no content is displayed OrchardCMS#15603 rwawr 1:30:26 1 day, 3:33:20
Adjust content type condition to evaluate to true when no content is displayed and the operation for the given condition is a negation to address. Fixes OrchardCMS#15452. OrchardCMS#15602 rwawr 1:44:06 None
Avoid NRE in ElasticQueryService.SearchAsync() OrchardCMS#15600 hishamco 9:23:54 10:33:34
Remove unnecessary null coalescing in settings.MergeArrayHandling OrchardCMS#15599 hishamco 13:57:00 4 days, 13:48:20
Check the null for searchResult.Value before call GetResultsAsync() OrchardCMS#15598 hishamco 15:24:07 1 day, 11:30:21
Update OpenIddict 5.4.0 OrchardCMS#15597 MikeAlhayek 1:24:02 1:24:09
Verify the return type in migration methods prior to invoking them OrchardCMS#15596 MikeAlhayek 0:18:54 2:01:12
Cleanup Navbar OrchardCMS#15595 MikeAlhayek 1:29:28 1:49:03
Rename Method in MinimalAPI OrchardCMS#15594 MikeAlhayek None 1:03:54
Update ZString 2.6.0 OrchardCMS#15592 hishamco None 0:11:16
Update libphonenumber-csharp 8.13.33 OrchardCMS#15591 hishamco None 0:17:44
Convert Themes views to shapes OrchardCMS#15589 MikeAlhayek 4:25:37 23:21:48
Update 1.9.0 Release notes after STJ recent changes OrchardCMS#15587 MikeAlhayek None 2:03:57
Bump gulp-cli from 2.3.0 to 3.0.0 OrchardCMS#15583 dependabot[bot] None None
Bump @babel/preset-flow from 7.22.5 to 7.24.1 OrchardCMS#15582 dependabot[bot] None None
Bump @babel/core from 7.22.11 to 7.24.3 OrchardCMS#15581 dependabot[bot] None None
Bump @babel/preset-env from 7.22.10 to 7.24.3 OrchardCMS#15580 dependabot[bot] None None
Bump typescript from 5.2.2 to 5.4.3 OrchardCMS#15579 dependabot[bot] None None
Bump @babel/cli from 7.22.10 to 7.24.1 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#15578 dependabot[bot] None None
Bump webpack from 5.88.2 to 5.91.0 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#15577 dependabot[bot] None None
Bump @babel/core from 7.22.11 to 7.24.3 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#15576 dependabot[bot] None None
Bump typescript from 5.2.2 to 5.4.3 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#15575 dependabot[bot] None None
Bump @babel/preset-typescript from 7.22.11 to 7.24.1 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#15574 dependabot[bot] None None
Update Blazor CMS guide with multitenancy support and interactivity demo OrchardCMS#15573 psijkof 2:21:12 None
Allows to serialize 'SitemapSource' derived types OrchardCMS#15571 MikeAlhayek None 0:06:37
add xtomas as a contributor for code OrchardCMS#15567 allcontributors[bot] None None
add porgabi as a contributor for code OrchardCMS#15566 allcontributors[bot] 14:41:52 14:54:15
add aliamiras as a contributor for code OrchardCMS#15564 allcontributors[bot] None None
Fix Input Widget css style and add alternate for Widget-Forms to allow customization OrchardCMS#15563 MikeAlhayek 1 day, 3:24:32 3 days, 20:31:05
Set listpart property in listpartviewmodel OrchardCMS#15560 aliamiras 6:27:53 12:26:59
Update Facebook link on Readme OrchardCMS#15559 MikeAlhayek None 2:42:58
Remove unnecessary check in AzureAISearchIndexingService OrchardCMS#15555 hishamco 10:53:43 1 day, 10:51:34
Publishing preview packages daily (Lombiq Technologies: OCORE-151) OrchardCMS#15552 Piedone 0:33:28 9 days, 0:52:49
Run preview_ci once a day OrchardCMS#15551 MikeAlhayek 0:20:04 None
Update HtmlSanitizer 8.1.860-beta OrchardCMS#15550 hishamco None 4:56:21
Add missing Cloudsmith attribution (Lombiq Technologies: OCORE-150) OrchardCMS#15547 Piedone 0:15:28 1 day, 6:14:26
Consolidate admin required fields OrchardCMS#15545 xtomas 2 days, 8:12:34 2 days, 15:55:25
Log graphql error OrchardCMS#15544 hyzx86 1 day, 9:32:27 2 days, 10:17:53
Update Fluid 2.7.0 OrchardCMS#15542 hishamco None 0:07:22
Bump postcss from 8.4.28 to 8.4.36 OrchardCMS#15538 dependabot[bot] None None
Update JOptions configuration (Lombiq Technologies: OCORE-149) OrchardCMS#15534 sarahelsaig 2:33:29 3 days, 19:03:57
Add Navbar shape for Liquid OrchardCMS#15532 MikeAlhayek 3 days, 20:33:06 3 days, 22:45:55
Update the Readme and add a way to get in touch OrchardCMS#15531 MikeAlhayek 0:46:00 8:33:11
Fix graphql api with parameters OrchardCMS#15529 hyzx86 1 day, 12:37:39 4 days, 14:41:36
Brand Twitter to X OrchardCMS#15528 hishamco 16:25:32 None
Use JsonPath.Net for JSONPath selectors (Lombiq Technologies: OCORE-148) OrchardCMS#15524 sarahelsaig 2 days, 11:46:25 5 days, 14:59:28
Update DocumentFormat.OpenXml 3.0.2 OrchardCMS#15523 hishamco None 0:06:17
Bump follow-redirects from 1.14.9 to 1.15.6 in /src/OrchardCore.Themes/TheBlogTheme/Assets OrchardCMS#15521 dependabot[bot] None None
Bump follow-redirects from 1.14.9 to 1.15.6 in /src/OrchardCore.Themes/TheAgencyTheme/Assets OrchardCMS#15520 dependabot[bot] None None
Bump follow-redirects from 1.14.9 to 1.15.6 in /src/OrchardCore.Themes/TheComingSoonTheme/Assets OrchardCMS#15519 dependabot[bot] None None
Update Microsoft.Identity.Web 2.17.2 OrchardCMS#15517 hishamco None 0:11:15
Update Markdig 0.36.2 OrchardCMS#15516 hishamco None 0:25:14
Update libphonenumber-csharp 8.13.32 OrchardCMS#15515 hishamco None 0:08:00
Markdig 0.36.0 OrchardCMS#15513 agriffard 1:07:27 1:15:00
Adding Content Item ApiController.cs endpoints documentation OrchardCMS#15512 MarGraz 1:27:56 None
Add SelectNode and Remove method to JsonDynamicObject class OrchardCMS#15509 hyzx86 5:06:22 10 days, 11:10:59
Update StackExchange.Redis 2.7.33 OrchardCMS#15503 hishamco None 0:12:03
add w-ko as a contributor for code OrchardCMS#15502 allcontributors[bot] 0:10:05 None
Fix menu item deletion OrchardCMS#15500 hishamco 1:54:59 8 days, 0:59:34
Issue 15492 bugfix: Prevent session connection closing in WorkflowTypeController OrchardCMS#15495 M-Lipin 0:23:25 1:08:30
Update Microsoft.Extensions.Http.Resilience 8.3.0 OrchardCMS#15494 hishamco None 1 day, 0:11:53
.NET 8.0.3 OrchardCMS#15493 agriffard 0:08:30 23:38:03
Fix SubResourceIntegrityTests to report all errors OrchardCMS#15490 Skrypt 6:05:37 None
Update Fluid 2.6.0 OrchardCMS#15489 hishamco 0:05:33 16:51:12
Display Drivers validation issue OrchardCMS#15488 Skrypt 0:36:49 None
Update README.md, Custom User Settings, wrong link to the video OrchardCMS#15487 MarGraz 4:00:07 2 days, 3:45:10
Don't run SRI locally be default OrchardCMS#15486 hishamco 1:46:36 4:23:15
Bump trumbowyg from 2.27.3 to 2.28.0 in /src/OrchardCore.Modules/OrchardCore.Resources OrchardCMS#15484 dependabot[bot] None None
Bump monaco-editor from 0.46.0 to 0.47.0 in /src/OrchardCore.Modules/OrchardCore.Resources OrchardCMS#15483 dependabot[bot] None None
Bump typescript from 5.2.2 to 5.4.2 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#15482 dependabot[bot] None None
Bump typescript from 5.2.2 to 5.4.2 OrchardCMS#15481 dependabot[bot] None None
Add LoginInfoJsonConverter to ContentSerializerJsonOptions OrchardCMS#15480 hyzx86 0:34:32 1:03:15
Set Owner field in graphql null able OrchardCMS#15477 hyzx86 0:35:15 3:11:06
Update AngleSharp 1.1.2 OrchardCMS#15476 hishamco None 0:10:34
Dojo Course 3 videos in docs (Lombiq Technologies: OCORE-137) OrchardCMS#15475 porgabi 2 days, 4:46:53 9 days, 22:33:09
Use ContentSerializerJsonOptions OrchardCMS#15474 MikeAlhayek 4 days, 22:21:48 20:13:46
Reduce constructor injection in controllers when possible OrchardCMS#15473 MikeAlhayek 0:19:02 None
Add a way to hide ContentTypeDefinitionSettings OrchardCMS#15472 MikeAlhayek 3 days, 4:30:15 17 days, 4:46:41
Remove TitlePart wrapper when it is hidden OrchardCMS#15471 douwinga 2:02:08 4:41:25
Update SixLabors.ImageSharp.Web 3.1.1 OrchardCMS#15468 hishamco None 0:13:19
Fix the serialization of Feature profile document OrchardCMS#15465 MikeAlhayek None 17:25:15
Use SHA384.HashDataAsync OrchardCMS#15461 hishamco 2:51:14 11:19:49
Configure JsonOptions by default OrchardCMS#15460 MikeAlhayek 6:45:09 2 days, 0:24:12
Author field perhaps is null OrchardCMS#15457 hyzx86 1 day, 7:02:14 2 days, 5:08:18
Update README.md Custom User Settings OrchardCMS#15454 MarGraz 0:34:13 2 days, 0:42:25
Update OpenIddict 5.3.0 OrchardCMS#15453 hishamco 0:54:15 0:54:09
Update the jint options to support System.text.json OrchardCMS#15449 hyzx86 7:41:11 16:51:30
Bump @babel/preset-env from 7.22.10 to 7.24.0 OrchardCMS#15446 dependabot[bot] None None
Bump @babel/core from 7.22.11 to 7.24.0 OrchardCMS#15445 dependabot[bot] None None
Bump @babel/preset-flow from 7.22.5 to 7.24.0 OrchardCMS#15444 dependabot[bot] None None
Bump vue-multiselect from 2.1.6 to 2.1.9 in /src/OrchardCore.Modules/OrchardCore.Resources OrchardCMS#15443 dependabot[bot] None None
Bump vue from 2.6.14 to 3.4.21 in /src/OrchardCore.Modules/OrchardCore.Resources OrchardCMS#15442 dependabot[bot] None None
Bump @babel/preset-env from 7.22.10 to 7.24.0 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#15441 dependabot[bot] None None
Bump @babel/core from 7.22.11 to 7.24.0 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#15440 dependabot[bot] None None
Fix script tag helper dependencies inheriting the script's HTML attributes OrchardCMS#15438 sarahelsaig 1 day, 23:57:12 3 days, 15:51:10
Update MailKit & MimeKit 4.4.0 OrchardCMS#15437 hishamco None 1:04:08
Update AngleSharp 1.1.1 OrchardCMS#15433 hishamco None 0:07:47
fix(AuditTrail): allow to see action option only if user have view au… OrchardCMS#15432 PiemP 6:21:04 16:04:03

This report was generated with the Issue Metrics Action
Search query used to find these items: repo:OrchardCMS/OrchardCore is:pr created:2024-03-01..2024-03-31 -label:dontmerge -label:notready -is:draft

Discussion Metrics

Metric Average Median 90th percentile
Time to first response 20:40:35 6:42:36 2 days, 17:06:32
Time to answer 3 days, 9:27:51 2 days, 0:27:58 7 days, 7:48:52
Metric Count
Number of items that remain open 16
Number of items closed 4
Total number of items created 20
Title URL Author Time to first response Time to answer
.NET 8 + Blazor In OC Module? OrchardCMS#15593 None 0:39:59 None
Confirmation Mail Token Lifetime OrchardCMS#15585 None 10:25:48 2 days, 0:27:58
Bag (BagPart), implement custom settings for a Bag with a list of different "Content Types" contained in it OrchardCMS#15612 None 0:08:05 23:01:52
I would like to know how to enable these features using a recipe OrchardCMS#15586 None 9:49:23 1 day, 3:39:44
Use the same Orchard Core headless app between environments: same database and two running environment, one in Docker and the other in Visual Studio OrchardCMS#15562 None 1 day, 17:24:20 3 days, 23:38:52
Content Items event handler: how to intercept the saving event of a Content Item? OrchardCMS#15568 None 0:33:14 3:25:10
Anything else needed to use HeadMea zone on the /login page? OrchardCMS#15570 None 0:06:34 None
Content Type, "Bag" Parts: how to limit the number of items a user can create in a "Bag" Parts? OrchardCMS#15549 None 0:56:43 None
Adding User to CMS User registered through manual Form OrchardCMS#15561 None 1 day, 15:38:34 None
Placement: how to define placement in my Custom Theme, and how to know existent placement in other Themes OrchardCMS#15464 None 15:12:49 None
Repository of a project implemented as Orchard decoupled, using Razor Pages and localization of content and pages. OrchardCMS#15554 None 1:30:21 None
Layer Script for Special Words in Content of a Page? OrchardCMS#15510 None 5 days, 12:35:29 None
Custom Content Fields: add custom settings in the Content Field settings page OrchardCMS#15522 None 0:35:12 12 days, 20:59:49
Pager Not Added to page OrchardCMS#15518 None 2 days, 19:15:42 None
Does the current Email Feature support OAuth? OrchardCMS#15507 None 4:14:04 None
Javascript inside custom module OrchardCMS#15448 None 9:11:07 5 days, 22:31:08
How to disable setup page entirely? OrchardCMS#15467 None 1:05:31 3 days, 0:31:52
How do I get the default connection string? OrchardCMS#15478 None 10:54:09 10:54:11
Multiple search pages OrchardCMS#15469 None 2:22:23 None
How do I make queries accessible in workflow context? OrchardCMS#15436 None 2 days, 16:52:11 None

This report was generated with the Issue Metrics Action
Search query used to find these items: repo:OrchardCMS/OrchardCore type:discussions created:2024-03-01..2024-03-31 category:Q&A

Monthly community metrics report for 2024-05-01..2024-05-31

Issue Metrics

Metric Average Median 90th percentile
Time to first response 21:43:41 5:01:57 1 day, 20:53:34
Time to close 4 days, 13:18:05 2 days, 6:31:44 11 days, 1:53:14
Metric Count
Number of items that remain open 28
Number of items closed 28
Total number of items created 56
Title URL Author Time to first response Time to close
TimeField , DateTimeField and DateField cannot be deserialised from Json OrchardCMS#16203 hyzx86 0:14:16 None
Hard to implement a ContentCulturePicker in Liquid OrchardCMS#16202 bashuss 0:09:17 None
SQL queries in GraphQL do not return results anymore OrchardCMS#16201 gvkries 2:32:24 None
Documentation: "Customize Admin Branding" code sample is unclear OrchardCMS#16198 ccnicholls99 0:34:34 None
Issue with Non-Gregorian Dates in Sitemap Causing Errors in Google Search Console OrchardCMS#16197 hamid-reza67 0:53:52 None
Should [shortcode] be resolved to an actual value when converting HtmlBodyPart or MarkdownBodyPart is graphql? OrchardCMS#16196 MikeAlhayek 3:43:54 11:14:43
ControllerTypeExtensions ControllerName should look for ControllerBase OrchardCMS#16186 Skrypt None 1 day, 15:59:04
GraphQL schema building fails and is inefficient OrchardCMS#16182 gvkries 1:21:53 2 days, 15:46:01
Redirect loop instead of error message when using external identity provider OrchardCMS#16181 mvarblow 5:57:26 None
ShortHand Template Feature Request OrchardCMS#16178 aashish803 None 7:57:06
Media Library Edit filename issue OrchardCMS#16162 KapilChouhanAst 11:32:49 12:53:43
/Localization/[CultureName]/[ModuleId].po PO file location doesn't work OrchardCMS#16153 hyzx86 15:38:55 None
Add SQL Server distributed services OrchardCMS#16149 Piedone 0:03:17 None
Changes made in admin not visible after save (until the page is refreshed) if Redis caching is enabled OrchardCMS#16146 mvarblow 7:00:07 4:06:34
Seo module crashing whole GraphQL schema OrchardCMS#16140 tropcicstefan 11:48:54 18:39:37
Background and foreground colors for hovered wysiwig/trumbowyg editor buttons are almost indistinguishable OrchardCMS#16137 rwawr 0:02:25 None
Copy translation message logs twice OrchardCMS#16133 hishamco 12:01:32 None
Unable to enable 2FA using email when the email is not verified OrchardCMS#16129 MikeAlhayek 0:07:50 6 days, 18:02:42
[Documentation] Difficulty in Creating Basic Content Type Filters OrchardCMS#16112 MikeKry None None
On workflow module optimisation OrchardCMS#16107 hyzx86 0:06:44 None
Automatically label GitHub issues OrchardCMS#16106 Piedone 0:05:48 None
Flow Part widget editor open/close buttons are broken OrchardCMS#16103 Piedone None 21:07:00
Auto-merge PRs after approve at the end of Functional Tests OrchardCMS#16078 Piedone 1:25:38 None
No IUserTwoFactorTokenProvider named 'Default' is registered. OrchardCMS#16074 MikeAlhayek None 1:07:22
Template Preview doesn't show anything OrchardCMS#16072 hishamco 0:39:50 1 day, 11:15:42
Make it possible to replace content items with an unknown ID using recipes OrchardCMS#16070 Piedone 1:50:09 None
fix: InvalidOperationException thrown in QueryAliasIndex when ISession is still in "connecting" state OrchardCMS#16069 ApacheTech 0:41:11 None
Upgrade workflows diagramming library to a modern digramming ui library OrchardCMS#16067 giannik 2:24:52 None
Add the layer configuration to the WidgetMetadata of the WidgetListPart OrchardCMS#16064 jeanbaptistedalle None 5:52:53
Support deserializing string to numeric property OrchardCMS#16059 MikeAlhayek None 2:09:43
Show recipe error instead if throwing an exeption OrchardCMS#16056 MikeAlhayek 0:04:30 10 days, 10:24:59
Add New Item to ListPart at the Top by Default OrchardCMS#16052 jaliao 9:51:46 None
The href of ContentLinkTagHelper is none when customizing list page include two kind of content type. OrchardCMS#16042 effapp 3 days, 7:31:25 3 days, 21:42:47
Make ResourcesTagHelper extensible OrchardCMS#16033 sarahelsaig 5:01:57 None
Unnecessary placement rules in OrchardCore.Contents OrchardCMS#16028 giannik 2 days, 21:12:18 4 days, 17:05:41
Remove VersionOptions.AllVersions OrchardCMS#16027 MarGraz 2 days, 0:32:13 11 days, 6:12:46
OrchardCore.Users - a service to decide which kind of parameter use to link external login to existing account in the second check OrchardCMS#16026 PiemP 6 days, 2:22:29 None
Creating Own content OrchardCMS#16022 DJ-Paxton 10:35:50 None
Invalid serial number for shell descriptor OrchardCMS#16019 cbadger-montecitobank 1 day, 15:25:35 None
RecentBlogPostsQueryTests.ShouldListBlogPostWhenCallingAQuery is flaky OrchardCMS#16018 Piedone 14 days, 17:08:08 16 days, 19:18:47
Liquid templates ContentItems property names became case insensitive OrchardCMS#16016 SzymonSel 2:00:47 None
IVolatileDocumentManager fails to return updated document during same request OrchardCMS#16014 deanmarcussen 1 day, 13:24:16 None
Expose SQL Queries in GraphQL too OrchardCMS#16008 Piedone 8:48:24 18 days, 14:14:18
Configure EnableThreadSafetyChecks for functional tests too OrchardCMS#16006 Piedone None 10 days, 21:50:21
Can we set Stereotype as a dropdown menu? OrchardCMS#16005 hyzx86 3:16:04 3 days, 17:50:43
Cannot return Elasticsearch results for Content Picker Field when multiple options are selected OrchardCMS#15990 MEllis-Bethany 1 day, 7:37:20 None
YesSql.ConcurrencyException: The document could not be updated as it has been changed by another process. When rebuilding elasticsearch index with version 1.8.3 OrchardCMS#15989 yqzhen1990 11:32:43 None
Add necessary checks for ContentType import OrchardCMS#15979 hyzx86 None 4 days, 3:43:36
Outputs more detailed logs to help quickly locate problems OrchardCMS#15978 hyzx86 11:17:51 1 day, 6:05:36
Deprecated packages OrchardCMS#15977 agriffard 8:32:17 None
Feature Profile configs are not respected OrchardCMS#15975 sarahelsaig 8:26:23 1 day, 21:17:26
Getting content element by name and type can fail even if valid OrchardCMS#15973 tropcicstefan 11:52:33 5 days, 12:28:30
still need Newtonsoft.Json OrchardCMS#15962 infofromca 0:10:32 11 days, 0:02:00
Using nested flowpart within a bagpart of a content item does not register and run javascript code OrchardCMS#15950 giannik None 7 days, 1:07:51
Hot reload does not work for Razor page in OC 1.8.3. OrchardCMS#15946 aaronamm 0:02:32 None
Expose media field attribute media text in GraphQL query OrchardCMS#15944 rpedu None 4:48:52

This report was generated with the Issue Metrics Action
Search query used to find these items: repo:OrchardCMS/OrchardCore is:issue created:2024-05-01..2024-05-31 -reason:"not planned" -label:"community metrics"

Pull Request Metrics

Metric Average Median 90th percentile
Time to first response 12:28:17 3:13:51 22:28:51
Time to close 1 day, 1:51:40 6:08:28 4 days, 2:14:22
Metric Count
Number of items that remain open 11
Number of items closed 131
Total number of items created 142
Title URL Author Time to first response Time to close
Add supported_cultures liquid filter OrchardCMS#16208 MikeAlhayek None None
Auto-close old community metrics issue(s) (Lombiq Technologies: OCORE-175) OrchardCMS#16207 Piedone None None
Bug report and issue management docs improvements (Lombiq Technologies: OCORE-174) OrchardCMS#16206 Piedone None None
Add serialisation compatibility of TimeSpan and DateTime OrchardCMS#16205 hyzx86 1:59:05 None
Merge main into testing OrchardCMS#16200 MichaelPetrinolis 0:04:40 None
Update Microsoft.Identity.Web 2.19.0 OrchardCMS#16199 hishamco None 0:07:28
Simplify error handling in recipe execution OrchardCMS#16195 MikeAlhayek 9:37:45 1:51:46
Add helpful SiteService extension OrchardCMS#16193 MikeAlhayek 3:14:23 1 day, 11:33:26
.NET 8.0.6 OrchardCMS#16192 agriffard None 0:16:24
Add helpful ShellFeaturesManager extensions OrchardCMS#16191 MikeAlhayek 0:39:27 10:43:10
Simplifies creating child containers for tenants. OrchardCMS#16190 gvkries 7:21:18 1 day, 5:10:25
Use TextArea in MarkdownField By Default OrchardCMS#16189 MikeAlhayek 21:36:36 1 day, 15:29:07
Update HtmlSanitizer OrchardCMS#16188 MikeAlhayek 0:17:05 None
ControllerTypeExtensions should look for ControllerBase type OrchardCMS#16187 Skrypt 2:23:08 1 day, 15:52:06
Fixes building the GraphQL schema. OrchardCMS#16184 gvkries 1 day, 16:41:06 2 days, 13:36:41
Release packages when a preview workflow is manually triggered OrchardCMS#16183 MikeAlhayek 4:36:09 4:36:14
add autocomplete="off" to CustomSettings form OrchardCMS#16177 hyzx86 0:45:53 None
Mark duplicate permissions as Obsolete OrchardCMS#16176 MikeAlhayek 14:46:02 1 day, 1:33:02
Use MinimalAPI for marking notifications as read OrchardCMS#16175 MikeAlhayek 1:31:53 3:59:13
Use MinimalAPI for two-factor authentication code request OrchardCMS#16174 MikeAlhayek 2:28:24 4:50:11
Bump glob from 10.3.12 to 10.4.1 OrchardCMS#16173 dependabot[bot] None None
Bump @babel/preset-flow from 7.22.5 to 7.24.6 OrchardCMS#16172 dependabot[bot] None None
Bump @babel/core from 7.22.11 to 7.24.6 OrchardCMS#16171 dependabot[bot] None None
Bump @babel/preset-env from 7.22.10 to 7.24.6 OrchardCMS#16170 dependabot[bot] None None
Bump @babel/preset-react from 7.22.5 to 7.24.6 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#16169 dependabot[bot] None None
Bump css-loader from 6.8.1 to 7.1.2 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#16168 dependabot[bot] None None
Bump @babel/cli from 7.22.10 to 7.24.6 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#16167 dependabot[bot] None None
Bump @babel/preset-typescript from 7.22.11 to 7.24.6 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#16166 dependabot[bot] None None
Bump @babel/preset-env from 7.22.10 to 7.24.6 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#16165 dependabot[bot] None None
Bump monaco-editor from 0.46.0 to 0.49.0 in /src/OrchardCore.Modules/OrchardCore.Resources OrchardCMS#16164 dependabot[bot] None None
add autocomplete="off" to CustomSettings from OrchardCMS#16161 hyzx86 12:38:42 None
Avoid auto complete for OpenID scopes OrchardCMS#16160 hishamco 0:50:56 None
Remove extra comma OrchardCMS#16159 hishamco None 0:09:19
Update xunit 2.8.1 OrchardCMS#16158 hishamco None 0:11:34
Update Jint 3.1.2 OrchardCMS#16157 hishamco None 0:06:27
Fixes several minor issues when building the GraphQL schema OrchardCMS#16151 gvkries 5 days, 7:16:33 None
Fix SixLabors.ImageSharp.Web reference in 1.8.3 release notes (Lombiq Technologies: OCORE-173) OrchardCMS#16150 Piedone 2 days, 22:29:26 2 days, 23:45:04
Show recipe error instead if throwing an exeption OrchardCMS#16148 MikeAlhayek 12:12:44 1 day, 12:01:26
Fix distributed cache document invalidation OrchardCMS#16147 mvarblow 2:37:56 2:45:37
Fix unreliable unit test OrchardCMS#16145 gvkries 4:09:29 2 days, 1:59:47
Register GraphQL types as transient OrchardCMS#16143 gvkries None 6:46:09
Update Microsoft.NET.Test.Sdk 17.10.0 OrchardCMS#16142 hishamco None 0:16:45
Prevent crashing crashing the GraphQL schema when SEO feature is also enabled OrchardCMS#16141 tropcicstefan 0:16:10 None
Fix casting during workflow instance restart OrchardCMS#16139 MikeAlhayek 16:54:33 20:12:38
Correctly escape public media URLs. OrchardCMS#16135 gvkries 1:03:40 5 days, 4:59:08
Do not expose unsupported queries in the GraphQL schema. OrchardCMS#16134 gvkries 1:29:24 4 days, 2:25:41
Update JsonPath.Net 1.1.0 OrchardCMS#16132 hishamco 0:44:55 0:56:27
Update Microsoft.Identity.Web 2.18.2 OrchardCMS#16131 hishamco None 0:09:01
Allow any user to manage two-factor OrchardCMS#16130 MikeAlhayek 0:32:46 6 days, 17:44:08
Improvements for Search Azure AI OrchardCMS#16127 MikeAlhayek 4:13:10 4:34:31
Update JsonPath.Net 1.0.5 OrchardCMS#16115 hishamco 1:28:54 15:06:06
Add LinkedIn & Discord links to README.md OrchardCMS#16113 hishamco 7:28:43 7:50:17
Add example for adding basic content type filters OrchardCMS#16111 MikeKry 9:06:28 None
feat(Users): added default services to retrieve user to link to login… OrchardCMS#16110 PiemP None None
Bump nouislider from 15.7.0 to 15.7.2 in /src/OrchardCore.Themes/TheAdmin OrchardCMS#16109 dependabot[bot] None None
Bump nouislider from 15.7.0 to 15.7.2 in /src/OrchardCore.Modules/OrchardCore.Resources OrchardCMS#16108 dependabot[bot] None None
Remove warnings related to CA1707 OrchardCMS#16101 lahma 0:14:03 0:39:40
Remove warnings related to CA1805 OrchardCMS#16100 lahma 0:53:12 1:12:26
BagPart/FlowPart editors couldn't be collapsed OrchardCMS#16099 microposmp 11:00:16 1 day, 12:37:33
Fix show password button on the login screen (Lombiq Technologies: OCORE-172) OrchardCMS#16098 Piedone 0:06:43 16:41:58
Prevent Functional Tests - All Databases triggering on PR comments (Lombiq Technologies: OCORE-171) OrchardCMS#16097 Piedone 9 days, 0:46:34 9 days, 4:38:24
Fix template preview OrchardCMS#16096 hishamco None 0:08:15
[OrchardCore.Modules.Cms.Alias] Add thread-safety for YesSql session queries. Fixes OrchardCMS#16069 OrchardCMS#16095 ApacheTech 15:30:07 None
Fix AzureAI Search issues OrchardCMS#16093 MikeAlhayek 16:18:55 1 day, 1:33:46
Expose Content Fields Indexing via GraphQL for content field filtering OrchardCMS#16092 mdameer 0:02:37 None
Update libphonenumber-csharp 8.13.37 OrchardCMS#16090 hishamco None 0:22:54
Update JsonPath.Net 1.0.4 OrchardCMS#16089 hishamco None 0:06:46
Update Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.2 OrchardCMS#16088 hishamco 1:31:52 None
Update MailKit & MimeKit 4.6.0 OrchardCMS#16087 hishamco None 0:40:39
Update Fluid 2.10.0 OrchardCMS#16086 hishamco None 0:06:52
Fix Azure Search AI docs OrchardCMS#16085 MikeAlhayek 2:09:35 2:27:55
Make YesSqlOptions configurable from configuration provider OrchardCMS#16079 MikeAlhayek 14:25:58 1 day, 18:16:45
Cleanup IContentManager OrchardCMS#16077 MikeAlhayek 0:21:10 5 days, 6:01:56
Register a default token provider to allow admin to rest password. OrchardCMS#16075 MikeAlhayek 0:59:36 0:59:24
Add a way to specify username to send notifications to OrchardCMS#16073 MikeAlhayek 1:35:33 7:50:36
Remove the ReturnUrl from the user's profile link OrchardCMS#16071 MikeAlhayek 2:59:24 5:40:57
Clear SiteSettings Cache after the update OrchardCMS#16068 MikeAlhayek 1 day, 0:55:52 1 day, 0:58:16
Update Azure.Storage.Blobs 12.20.0 OrchardCMS#16063 hishamco 20:13:22 20:37:42
Update Microsoft.Extensions.Http.Resilience 8.5.0 OrchardCMS#16062 hishamco 20:06:21 20:15:03
Benchmarking documentation (Lombiq Technologies: OCORE-170) OrchardCMS#16061 Piedone 0:05:31 1:08:28
Support deserializing string to numeric values OrchardCMS#16060 MikeAlhayek 0:21:06 2:08:51
.NET 8.0.5 OrchardCMS#16058 agriffard 1:18:30 2:20:08
Update OrchardCore.OpenId to explicitly reference Microsoft.IdentityModel.Protocols.OpenIdConnect OrchardCMS#16057 kevinchalet 2:19:56 1 day, 1:30:28
add LombiqBot as a contributor for code OrchardCMS#16055 allcontributors[bot] 0:00:49 None
Bump OpenIddict to 5.6.0 OrchardCMS#16054 kevinchalet 2:23:22 2:47:30
Fixes comparing content fields in Liquid OrchardCMS#16053 gvkries 3:24:49 8:03:07
OC project templates should show net8.0 only OrchardCMS#16048 hishamco 1:18:41 4 days, 18:57:18
"Pleaes" typo in Close stale PRs workflow (Lombiq Technologies: OCORE-168) OrchardCMS#16045 Piedone 3:20:08 3:40:36
Bump graphiql from 1.11.5 to 3.2.2 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#16041 dependabot[bot] None None
Bump @types/jquery from 3.5.5 to 3.5.30 in /src/OrchardCore.Modules/OrchardCore.Workflows OrchardCMS#16040 dependabot[bot] None None
Bump glob from 10.3.12 to 10.3.15 OrchardCMS#16039 dependabot[bot] None None
Bump vue from 2.6.14 to 3.4.27 in /src/OrchardCore.Modules/OrchardCore.Resources OrchardCMS#16038 dependabot[bot] None None
ListQueryObjectType should be filtered from the database OrchardCMS#16037 hyzx86 0:13:35 1 day, 5:51:19
Use is operator for null check instead of == OrchardCMS#16035 hishamco 1 day, 22:32:31 None
Remove Newtonsoft.Json entry from docs libraries OrchardCMS#16034 hishamco None 0:11:36
Update JsonPath.Net 1.0.3 OrchardCMS#16032 hishamco 2 days, 8:20:16 2 days, 8:51:16
Update ContentItemVersionId nullable in graphql OrchardCMS#16030 hyzx86 2 days, 17:02:22 4 days, 14:55:10
Remove unnecessary placement rules from OrchardCore.Content OrchardCMS#16029 giannik 3 days, 3:11:19 4 days, 17:02:13
Adding Autocomplete to Stereotype OrchardCMS#16025 hyzx86 3:13:51 16:06:12
Add null check in AutorouteEntries OrchardCMS#16020 MikeAlhayek 12:05:10 16:09:05
Update 2.0.0.md OrchardCMS#16015 gvkries 0:45:19 5 days, 0:44:42
Expose Dictionary Keys in JsonDynamicObject OrchardCMS#16013 MikeAlhayek 8:13:51 None
Replace Irony.Core deprecated package OrchardCMS#16012 hishamco 0:43:34 0:52:41
Update NLog.Web.AspNetCore 5.3.11 OrchardCMS#16011 hishamco None 0:06:59
Update Azure.Identity 1.11.3 OrchardCMS#16009 hishamco None 0:16:12
Fix the search admin menu item OrchardCMS#16007 MikeAlhayek None 0:07:52
Update Microsoft.Identity.Web 2.18.1 OrchardCMS#16003 hishamco None 21:30:37
add TonyWoo as a contributor for code OrchardCMS#15993 allcontributors[bot] 5:14:46 5:16:39
OpennIddict.Core 5.5.0 OrchardCMS#15991 agriffard None 1:24:49
Bump @babel/preset-env from 7.22.10 to 7.24.5 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#15988 dependabot[bot] None None
Bump @babel/cli from 7.22.10 to 7.24.5 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#15987 dependabot[bot] None None
Bump @babel/core from 7.22.11 to 7.24.5 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#15986 dependabot[bot] None None
Bump vue from 2.6.14 to 3.4.26 in /src/OrchardCore.Modules/OrchardCore.Resources OrchardCMS#15985 dependabot[bot] None None
Bump @babel/core from 7.22.11 to 7.24.5 OrchardCMS#15984 dependabot[bot] None None
Bump @babel/preset-env from 7.22.10 to 7.24.5 OrchardCMS#15983 dependabot[bot] None None
Add type checking when importing types from recipes OrchardCMS#15979 OrchardCMS#15980 hyzx86 9:48:02 4 days, 2:09:31
Fixed an issue where feature profile expressions could not be serialized. OrchardCMS#15976 TonyWoo 7:41:57 1 day, 9:14:26
Check if element type is as requested OrchardCMS#15974 tropcicstefan 12:00:59 5 days, 12:21:21
Update libphonenumber-csharp 8.13.36 OrchardCMS#15972 hishamco None 0:06:32
Adding a backport workflow OrchardCMS#15971 MikeAlhayek 3:57:17 2 days, 1:12:17
Add EnableThreadSafetyChecks support and Enable it for all test OrchardCMS#15961 MikeAlhayek 0:08:39 0:11:36
Improve the DefaultShellReleaseManager OrchardCMS#15960 MikeAlhayek 10:40:57 None
Upgrade YesSQL 5.0 OrchardCMS#15957 MikeAlhayek None 0:10:51
Running Functional Tests - All Databases on the main branch too (Lombiq Technologies: OCORE-167) OrchardCMS#15956 Piedone 17:05:37 19:01:46
load flowpart and bagpart resources by name OrchardCMS#15954 giannik 0:25:52 6:36:00
Update Workflow Type OrchardCMS#15953 MikeAlhayek 2:43:46 6:47:33
Run Functional Tests - All Databases automatically (Lombiq Technologies: OCORE-167) OrchardCMS#15951 Piedone 2:51:55 3:03:15
add rpedu as a contributor for code OrchardCMS#15949 allcontributors[bot] None 0:13:27
Use CultureInfo.GetCultureInfo() whenever it's possible OrchardCMS#15948 hishamco 3:54:26 3:54:36
Update NLog.Web.AspNetCore 5.3.10 OrchardCMS#15947 hishamco 4:25:43 4:25:53
Expose media field attribute media text in GraphQL query OrchardCMS#15945 rpedu 4:29:53 4:30:21
PoParser PERF OrchardCMS#15943 hishamco 22:41:55 None
Fix eagerly executed task in CustomSettingService OrchardCMS#15942 sebastienros 13:13:21 13:13:40
Remove unnecessary async code OrchardCMS#15941 sebastienros 0:55:48 14:45:14
Remove Obsolete APIs OrchardCMS#15939 MikeAlhayek 0:22:03 1 day, 16:05:01
Convert v1.9 to v2.0 OrchardCMS#15938 MikeAlhayek 0:02:10 5:24:45
Reduce allocations in ShellScope OrchardCMS#15937 sebastienros 0:05:44 2:11:02
Use dotnet ForEachAsync implementation OrchardCMS#15936 sebastienros 0:25:45 3:32:36
Prevent AliasPart index from throwing a null exception OrchardCMS#15934 MikeAlhayek 2:31:54 2:35:14
Cleanup Migrations OrchardCMS#15933 MikeAlhayek 4:19:45 22:23:46
Remove leftover issue_metrics workflow (Lombiq Technologies: OCORE-166) OrchardCMS#15932 Piedone None 0:31:06
Rename Twitter/X workflow task to match updated view names OrchardCMS#15930 davidpuplava 10:58:35 None

This report was generated with the Issue Metrics Action
Search query used to find these items: repo:OrchardCMS/OrchardCore is:pr created:2024-05-01..2024-05-31 -label:dontmerge -label:notready -is:draft

Discussion Metrics

Metric Average Median 90th percentile
Time to first response 11:15:20 5:50:00 23:59:23
Time to answer 2 days, 1:34:57 1 day, 18:02:02 4 days, 8:53:36
Metric Count
Number of items that remain open 19
Number of items closed 2
Total number of items created 21
Title URL Author Time to first response Time to answer
how to pass Content Item Id to workflow through http post OrchardCMS#16204 None 2:04:22 3:02:18
ShortHand Template Feature Request OrchardCMS#16180 None 7:59:41 None
Custom error views not displayed after OrchardCore 1.8.3 update OrchardCMS#16156 None 11:42:30 13:24:36
Configuring two Orchard Core instances to exchange data using APIs with OAuth 2.0 Client Credentials Flow OrchardCMS#16138 None 21:19:26 None
Issue retrieving the ContentItemId workflow from Input dictionary OrchardCMS#16136 None 0:26:43 None
Workflows: how to read the body of an incoming request or use a custom controller OrchardCMS#16066 None 4:13:35 6 days, 2:47:27
Username field not allowing email address for Microsoft Entra ID registration OrchardCMS#16114 None 0:13:13 None
new install error OrchardCMS#16076 None 2:28:47 None
Adding SqlServer DistributedCache breaks perceived tenant features, endpoints, and type definitions. OrchardCMS#16046 None 7:26:00 None
Best practice to update/create a Content Item using the Content Manager I receive in DI when I have multiple nested BagPart OrchardCMS#16044 None 1:08:31 1 day, 19:24:30
Add the layer configuration to the WidgetMetadata of the WidgetListPart OrchardCMS#16065 None None None
tag helper <style asp-name""> not work in my module OrchardCMS#16031 None 2 days, 20:41:37 None
Best practice to update/create a Content Item using the Content Manager I receive in DI OrchardCMS#16021 None 17:40:13 3 days, 22:25:08
Best practice to delete (permanently) a Content Item using the Content Manager I receive in DI OrchardCMS#16024 None 2:24:10 3 days, 4:50:00
Content package import error debugging OrchardCMS#16010 None 0:03:40 2:16:15
GraphQL "where" clause: filter using a "Text Field" I have used in all the Content Items OrchardCMS#15959 None 23:54:30 None
SQL Query, GraphQL where to find a valid schema definition for an array of string? OrchardCMS#15992 None 6:16:15 None
Cross client introspection? OrchardCMS#16004 None 0:00:34 None
Configure OrchardCore as Identity Server OrchardCMS#15958 None 1 day, 0:43:16 None
Content Items event handler, UpdatingAsync method: property "part" and "context.UpdatingItem.Elements" has always null properties OrchardCMS#15952 None 5:23:44 1 day, 0:02:16
tenants.json disappearing in Azure app_data OrchardCMS#15940 None 16:55:53 1 day, 18:02:02

This report was generated with the Issue Metrics Action
Search query used to find these items: repo:OrchardCMS/OrchardCore type:discussions created:2024-05-01..2024-05-31 category:Q&A

Monthly community metrics report for 2024-04-01..2024-04-30

Issue Metrics

Metric Average Median 90th percentile
Time to first response 21:30:10 7:10:14 2 days, 12:37:44
Time to close 2 days, 23:31:39 1 day, 16:41:53 7 days, 17:43:33
Metric Count
Number of items that remain open 26
Number of items closed 32
Total number of items created 58
Title URL Author Time to first response Time to close
Custom themes cannot override ShapeView in 1.9.x OrchardCMS#15924 hyzx86 6:08:59 6:22:20
Expose ContentItem props - Data and Elements OrchardCMS#15923 MikeKry None None
About indexing CustomUserSettings OrchardCMS#15921 hyzx86 None 12:50:59
Release 2.0 instead of 1.9 (Thoughts?) OrchardCMS#15892 MikeAlhayek 4:12:11 3 days, 21:27:19
Search type settings should be per index not global OrchardCMS#15891 MikeAlhayek 10:10:36 None
Add external library-based module loading feature. OrchardCMS#15885 hyzx86 7:16:03 11:16:18
Settings driver should not directly release the shell settings OrchardCMS#15884 MikeAlhayek None None
Release v1.8.3 OrchardCMS#15824 Piedone 7:04:26 None
Adjust Cloudsmith retention limit to have at most ~10k preview packages at all times OrchardCMS#15817 Piedone None None
asp-for taghelper not working properly in DisplayDrivers OrchardCMS#15811 Skrypt None None
Unable to read non-standard claims from OpenID IdP OrchardCMS#15808 cbadger-montecitobank 19:38:17 2 days, 18:17:38
Modifying a value returned by SiteSettings.As() causes incorrect values to be returned for subsequent calls OrchardCMS#15807 rwawr 20:27:39 23:05:43
Content Localization Autoroute problem with culture name in path OrchardCMS#15805 MichaelPetrinolis 6:47:55 None
Shortcodes are not resolved for content types in bag parts OrchardCMS#15804 giannik 3 days, 5:22:00 3 days, 6:01:33
LoginForm_Edit shape unable to override the view OrchardCMS#15799 nbalu 0:08:30 2 days, 2:36:42
"SqlException: The transaction operation cannot be performed because there are pending requests..." during setup with SQL Server OrchardCMS#15794 MikeAlhayek 0:33:48 None
Use Permissions.ViewContent for GetEndpoint OrchardCMS#15785 infofromca 0:58:54 0:59:07
Implement background batch processing for sitemap updates instead of locking OrchardCMS#15783 Piedone None None
DI dependencies of features in the same assembly are mapped to the wrong feature OrchardCMS#15782 gvkries 3:01:58 None
"SQL query" module: running long queries from the Admin panel return "HTTP Error 404.15 - Not Found" OrchardCMS#15780 MarGraz 3:41:48 None
Culture Selector Display on front OrchardCMS#15774 agriffard 2:35:50 5:28:14
System.Text.Json and dynamic types OrchardCMS#15762 gvkries 1 day, 15:43:46 None
Better verification to ReCaptcha OrchardCMS#15761 intellimedhu 6:50:33 None
Controller for the content picker field, add a content type parameter OrchardCMS#15754 chinasqzl 11:49:51 None
Null reference exception in the Admin theme OrchardCMS#15752 ItaloFSS 1 day, 1:04:26 8 days, 13:03:31
update Azure.Identity OrchardCMS#15745 infofromca None 4:10:23
ConcurrencyException with Sitemaps when saving two content items at once OrchardCMS#15743 Piedone 3 days, 9:29:05 5 days, 4:06:22
Rethink our JS/CSS build story (Gulp) OrchardCMS#15740 Piedone 1:32:30 None
Shortcode icon not aligned properly OrchardCMS#15738 Skrypt 0:40:04 22:31:23
Add Maria as support DB in the document and UI OrchardCMS#15737 infofromca None 2 days, 23:52:31
[GraphQL] A concurrent update was performed on this collection and corrupted its state. OrchardCMS#15731 lampersky 5:49:33 None
Should we add Version property to ContentItem class to get optimistic lock work properly? OrchardCMS#15729 aaronamm 1 day, 11:35:07 None
Issue with Menu Items via the Admin Panel - Adding More Than One Child Item Not Working OrchardCMS#15727 smanny 2 days, 0:58:41 4 days, 22:51:38
Frontend assets are outdated OrchardCMS#15726 Piedone 22:25:59 7 days, 19:42:11
Incorrect AISearch index prefix OrchardCMS#15722 MikeAlhayek None 2:47:52
[GraphQL] Error when trying to resolve fields (DateField, DateTimeField) OrchardCMS#15718 lampersky 3:32:14 5 days, 5:18:25
Allow more control for middleware pipeline ordering OrchardCMS#15716 gvkries 4:54:47 None
What was changed in the DI container , v1.9.0-preview-18169 OrchardCMS#15715 hyzx86 None 3:42:42
Culture and LocalizationSet are not set for LocalizationPart if content is created programmatically OrchardCMS#15713 M-Lipin 2 days, 20:46:33 None
CacheTicketStore.RenewAsync method throws NullReferenceException OrchardCMS#15709 M-Lipin None 1 day, 19:57:52
"The options are written in an incorrect format." when saving Trumbowyg settings OrchardCMS#15703 Piedone 4:50:56 6 days, 23:55:52
Replace ReCaptchaLoginFilter with drivers OrchardCMS#15702 MikeAlhayek None 9 days, 4:00:48
"Register as a new user" and "Forgot your password?" links are showing up on the login form when their features are disabled. OrchardCMS#15700 MikeAlhayek None 2 days, 3:48:14
media library ,delete file not success OrchardCMS#15698 jnucpz 4:18:21 8:49:10
Have a better way to auto-update dependencies OrchardCMS#15694 Piedone 1:03:30 None
Settings not reloaded on update OrchardCMS#15678 M-Lipin None 2:34:28
Document how to use the Amazon S3 Media module with a local storage emulator, implement support for it if necessary OrchardCMS#15676 Piedone None 1 day, 4:56:00
Content items actions placement in admin OrchardCMS#15674 agriffard 8:28:27 1 day, 13:15:03
Error with Content Culture Picker and TheTheme OrchardCMS#15673 agriffard 15:28:20 1 day, 13:25:54
Replace Arguments.From by source code generation. OrchardCMS#15671 sebastienros None None
Castle.Core could be replaced by source code generation OrchardCMS#15670 sebastienros None None
unable to use AutoSetup with DatabaseShellsConfiguration OrchardCMS#15665 weirdyang None 18:20:38
Add option to use DefaultAzureCredential for Azure BlobFileStore OrchardCMS#15663 mariojsnunes 2 days, 9:08:14 3 days, 8:47:31
Add file Tags for AzureBlob FileStorage provider. OrchardCMS#15662 mariojsnunes 6 days, 11:43:15 None
Use LinkGenerator instead of UrlHelper to generate URL OrchardCMS#15658 MikeAlhayek None None
RESTful endpoint for basic Media CRUD OrchardCMS#15655 muobeidat None None
docker build failed OrchardCMS#15648 infofromca 12:48:43 15 days, 16:28:14
"MissingMethodException: .ctor" exception occured while updating to OrchardCore version 1.9.0-preview-18162 OrchardCMS#15642 effapp 1 day, 5:54:40 None

This report was generated with the Issue Metrics Action
Search query used to find these items: repo:OrchardCMS/OrchardCore is:issue created:2024-04-01..2024-04-30 -reason:"not planned" -label:"community metrics"

Pull Request Metrics

Metric Average Median 90th percentile
Time to first response 1 day, 4:08:30 4:21:04 2 days, 23:10:40
Time to close 2 days, 7:04:50 16:50:03 6 days, 20:15:53
Metric Count
Number of items that remain open 18
Number of items closed 100
Total number of items created 118
Title URL Author Time to first response Time to close
Fix docs broken logo and redirect from old URLs (Lombiq Technologies: OCORE-165) OrchardCMS#15927 Piedone None None
Move UserType to OC.Users.Core OrchardCMS#15926 hishamco None None
Revert "Remove redirect to index after settings update" OrchardCMS#15925 MikeAlhayek None 0:17:52
Autoroute handle prefix as constant OrchardCMS#15918 hishamco 4:05:12 6:29:57
Bump react and react-dom in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#15916 dependabot[bot] None None
Bump monaco-editor from 0.46.0 to 0.48.0 in /src/OrchardCore.Modules/OrchardCore.Resources OrchardCMS#15915 dependabot[bot] None None
Bump vue from 2.6.14 to 3.4.25 in /src/OrchardCore.Modules/OrchardCore.Resources OrchardCMS#15914 dependabot[bot] None None
Update Jint 3.1.1 OrchardCMS#15912 hishamco None None
Update xUnit 2.8.0 & xunit.analyzers 1.13.0 OrchardCMS#15911 hishamco None 0:54:55
Update OpenIddict 5.5.0 OrchardCMS#15910 hishamco None None
Replace IDataMigrationManager.UpdateAsync(string) with IDataMigrationManager.UpdateAsync(IEnumerable) OrchardCMS#15909 hishamco 11:34:17 None
More automatic documentation build checks (Lombiq Technologies: OCORE-164) OrchardCMS#15887 Piedone 1 day, 0:25:15 2 days, 4:03:21
Add ITranslationProvider.LoadTranslationsAsync() OrchardCMS#15886 hishamco 4:03:39 None
Add a way to queue releasing shell context from setting display drivers OrchardCMS#15875 MikeAlhayek 1:23:49 None
Update release publishing guide and move it to an issue template (Lombiq Technologies: OCORE-163) OrchardCMS#15830 Piedone None None
Merge release/1.8.3 to main OrchardCMS#15829 Piedone None 0:09:41
Release v1.8.3 (Lombiq Technologies: OCORE-162) OrchardCMS#15826 Piedone 0:21:05 5:38:27
Update SixLabors.ImageSharp.Web.Providers.Azure 3.1.2 OrchardCMS#15823 hishamco 6:49:30 None
Update SixLabors.ImageSharp.Web.Providers.AWS & SixLabors.ImageSharp.Web.Providers.Azure 3.1.2 OrchardCMS#15822 hishamco 12:45:12 12:45:29
Update Microsoft.Identity.Web 2.18.0 OrchardCMS#15821 hishamco 6:36:18 2:59:29
Issue management docs, auto-close and triage comment workflow (Lombiq Technologies: OCORE-161) OrchardCMS#15820 Piedone None None
add sobotama as a contributor for code OrchardCMS#15819 allcontributors[bot] None 0:01:46
Implement more conversions from JsonDynamicValue OrchardCMS#15816 gvkries 6:40:58 None
Update the sort logic in the assets grouping OrchardCMS#15815 MikeAlhayek 0:18:49 None
Rename Identifier property to usernameOrEmail for clearity OrchardCMS#15814 MikeAlhayek None 0:21:50
Update Fluid 2.9.0 OrchardCMS#15812 hishamco None 0:20:21
Avoid cloning the AutoPart pattern in the localized content OrchardCMS#15810 hishamco 2:29:19 None
Bump vue from 2.6.14 to 3.4.23 in /src/OrchardCore.Modules/OrchardCore.Resources OrchardCMS#15803 dependabot[bot] None None
Refresh and simplify mkdocs instructions OrchardCMS#15802 sarahelsaig 11:54:29 16:50:03
Update Azure.Identity 1.11.2 OrchardCMS#15801 hishamco 13:43:02 22:50:48
Add TypePartDefinition to BagPartEditViewModel OrchardCMS#15798 giannik 9:38:17 11:29:10
Readme und Libs OrchardCMS#15797 OD45665 None None
Update libphonenumber-csharp 8.13.35 OrchardCMS#15795 hishamco None 0:12:43
Release notes about SectionDisplayDriver breaking changes OrchardCMS#15792 Skrypt 12:46:19 3 days, 21:22:12
Update Azure.Identity 1.11.1 OrchardCMS#15791 hishamco None 18:15:21
Update Azure.Extensions.AspNetCore.DataProtection.Blobs 1.3.4 OrchardCMS#15790 hishamco None 22:21:31
Update Microsoft.Identity.Web 2.17.5 OrchardCMS#15789 hishamco None 22:42:52
Update Microsoft.Extensions.Azure 1.7.3 OrchardCMS#15788 hishamco None 22:56:35
Add [Feature] attribute to the permission providers that are associated with a feature in a module OrchardCMS#15787 MikeAlhayek 4:23:07 None
Use Permissions.ViewContent for GetEndpoint OrchardCMS#15786 infofromca 0:10:21 None
Fix Dockerfile to allow successful build OrchardCMS#15784 MikeAlhayek 0:18:17 0:19:00
Fix ConcurrencyException with Sitemaps when saving two content items at once (Lombiq Technologies: GOV-33) OrchardCMS#15777 Piedone 15:51:16 17:20:26
Display selected culture as native name in content culture picker OrchardCMS#15776 hishamco None 0:06:53
Refresh and simplify mkdocs instructions, and fix warnings emitted by mkdocs OrchardCMS#15775 sarahelsaig 0:22:18 None
Rebuild all assets OrchardCMS#15772 MikeAlhayek 0:20:46 None
Update MailKit & MimeKit to 4.5.0 OrchardCMS#15769 hishamco 15:09:13 23:03:08
Fix Monaco and Trumbowyg editor settings OrchardCMS#15768 MikeAlhayek 0:09:12 16:43:53
ImageSharp.Web 3.1.2 OrchardCMS#15767 agriffard 19:17:39 21:10:06
Assign menu children correctly from MenuPartDisplayDriver OrchardCMS#15766 MikeAlhayek 2:10:51 2:10:59
Avoid null exception when href is null. OrchardCMS#15765 MikeAlhayek 0:16:17 6 days, 16:48:53
Treat warnings as errors during CI build (Lombiq Technologies: OCORE-157) OrchardCMS#15764 Piedone 3 days, 5:03:03 3 days, 18:41:46
Use static typing in ContentFieldsProvider instead of dynamic. OrchardCMS#15763 gvkries 1:35:46 2:20:24
Bump typescript from 5.2.2 to 5.4.5 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#15759 dependabot[bot] None None
Bump style-loader from 3.3.3 to 4.0.0 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#15758 dependabot[bot] None None
Bump css-loader from 6.8.1 to 7.1.1 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#15757 dependabot[bot] None None
Bump typescript from 5.2.2 to 5.4.5 OrchardCMS#15756 dependabot[bot] None None
Bump vue-multiselect from 2.1.6 to 3.0.0 in /src/OrchardCore.Modules/OrchardCore.Resources OrchardCMS#15755 dependabot[bot] None None
Support azure blob storage auth with managed identity. OrchardCMS#15753 mariojsnunes 3:32:09 None
Use constants for the common role names OrchardCMS#15751 MikeAlhayek 0:09:39 4:10:51
Update Microsoft.Extensions.Http.Resilience 8.4.0 OrchardCMS#15750 hishamco None 4:04:32
Update xunit.runner.visualstudio 2.5.8 OrchardCMS#15749 hishamco None 0:20:45
Update xunit.analyzers 1.12.0 OrchardCMS#15748 hishamco None 0:07:23
Update xUnit 2.7.1 OrchardCMS#15747 hishamco 0:01:04 0:19:44
Update Azure.Identity OrchardCMS#15746 infofromca 0:27:26 4:03:27
Add MariaDB support docs OrchardCMS#15744 infofromca 4:19:00 2 days, 7:52:24
Fix shortcode button with easy mde editor OrchardCMS#15741 Skrypt 7:45:42 16:11:18
Remove ReCaptchaLoginFilter OrchardCMS#15736 MikeAlhayek None 6 days, 20:15:53
Fix frontend assets being outdated (Lombiq Technologies: OCORE-158) OrchardCMS#15735 Piedone 10:25:38 6 days, 14:26:27
Fix graphql concurrency issue with ContentPickerFiled OrchardCMS#15734 sebastienros 3:01:24 None
allow users to setup default content type settings visibility OrchardCMS#15733 lampersky 1:06:24 2 days, 2:33:37
Jint 3.1.0 OrchardCMS#15730 agriffard 9:02:19 5 days, 8:16:25
Reduce contention by caching shellsetting accessors OrchardCMS#15728 sebastienros 4:07:28 1 day, 2:57:38
Fix AISearch index prefix and index creation OrchardCMS#15723 MikeAlhayek 2:03:14 2:45:46
Fix creating Culture and LocalizationSet OrchardCMS#15714 M-Lipin 2 days, 23:01:26 None
Fix analyzer errors on latest net9.0 SDK OrchardCMS#15712 sebastienros 15:14:10 22:00:56
Fix Issue-15709: Fix NullReferenceException in CacheTicketStore.RenewAsync method OrchardCMS#15711 M-Lipin 1 day, 18:42:11 1 day, 19:21:59
Adding GitHub Actions workflow to close stale PRs (Lombiq Technologies: OCORE-154) OrchardCMS#15710 Piedone 6 days, 21:07:46 7 days, 1:06:31
Welcome first-time contributors (Lombiq Technologies: OCORE-154) OrchardCMS#15708 Piedone 3 days, 0:33:43 14 days, 0:19:43
Suppress incorrect "CA1822:Mark members as static" analyzer violation in ShapeProxyBenchmark (Lombiq Technologies: OCORE-156) OrchardCMS#15707 Piedone 0:06:55 0:16:12
Revising contribution docs (Lombiq Technologies: OCORE-154) OrchardCMS#15706 Piedone 12 days, 13:15:01 14 days, 2:43:27
Markdig 0.37.0 OrchardCMS#15705 agriffard 0:53:59 None
.NET 8.0.4 OrchardCMS#15704 agriffard None 4:33:46
Add LoginForm Shapes OrchardCMS#15701 MikeAlhayek 0:59:58 2 days, 3:23:46
Trumbowyg 2.28.0 OrchardCMS#15699 agriffard 4:30:48 4:31:02
Make ShapeProxyBenchmark methods static OrchardCMS#15696 Skrypt 0:48:03 None
Fix unrecognized relative links in the docs and GitHub Actions workflow to validate building the documentation (Lombiq Technologies: OCORE-155) OrchardCMS#15695 Piedone 14 days, 15:49:07 14 days, 16:59:25
Add missing contributors (Lombiq Technologies: OCORE-154) OrchardCMS#15693 Piedone 14 days, 23:07:32 15 days, 0:14:36
Removing unnecessary and outdated CODEOWNERS (Lombiq Technologies: OCORE-154) OrchardCMS#15692 Piedone 3:37:31 8 days, 6:53:04
Makes the GraphQL user type reusable. OrchardCMS#15691 gvkries 8:11:18 14 days, 7:48:09
Bump graphiql from 1.11.5 to 3.2.0 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#15689 dependabot[bot] None None
Bump @babel/preset-env from 7.22.10 to 7.24.4 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#15688 dependabot[bot] None None
Bump @babel/core from 7.22.11 to 7.24.4 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#15687 dependabot[bot] None None
Bump css-loader from 6.8.1 to 7.0.0 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#15686 dependabot[bot] None None
Bump typescript from 5.2.2 to 5.4.4 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#15685 dependabot[bot] None None
Bump @babel/preset-env from 7.22.10 to 7.24.4 OrchardCMS#15684 dependabot[bot] None None
Bump typescript from 5.2.2 to 5.4.4 OrchardCMS#15683 dependabot[bot] None None
Bump @babel/core from 7.22.11 to 7.24.4 OrchardCMS#15682 dependabot[bot] None None
Fix Content Culture Picker OrchardCMS#15681 MikeAlhayek None 0:07:48
Fix Content Drivers OrchardCMS#15680 MikeAlhayek 1:09:00 0:11:52
Remove redirect to index after settings update OrchardCMS#15679 M-Lipin 1:56:43 2:09:50
Implement local storage emulator support for the Amazon S3 Media module, documentation (Lombiq Technologies: OCORE-153) OrchardCMS#15677 Piedone 5:36:30 1 day, 1:29:56
Add missing string comparison type to equals comparisons OrchardCMS#15675 lahma 1 day, 8:05:26 2 days, 6:28:03
Update libphonenumber-csharp 8.13.34 OrchardCMS#15669 hishamco 4:59:56 2 days, 9:02:52
Seal private and internal types OrchardCMS#15668 lahma 2:59:36 3:28:02
Upgrade to Jint 3.0.2 OrchardCMS#15667 lahma 0:48:58 3:51:47
Monaco 0.47 OrchardCMS#15666 agriffard 9:11:12 None
Several perf improvements around shape processing OrchardCMS#15661 sebastienros 2:03:28 3 days, 18:08:29
Update Fluid 2.8.0 OrchardCMS#15660 hishamco None 0:31:24
fontawesome 6.5.2 OrchardCMS#15656 agriffard None 11:37:27
Some improvements around building common shapes OrchardCMS#15652 MikeAlhayek 0:49:35 1 day, 1:40:14
Use FrozenDictionaries in ShapeTables OrchardCMS#15651 sebastienros 3:32:56 21:34:35
Add extensions to register conditions in the Rules module OrchardCMS#15645 MikeAlhayek 5:39:06 5 days, 3:52:21
Bump @babel/preset-react from 7.22.5 to 7.24.1 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#15641 dependabot[bot] 7 days, 9:01:13 None
Bump @babel/preset-env from 7.22.10 to 7.24.3 in /src/OrchardCore.Modules/OrchardCore.Apis.GraphQL OrchardCMS#15640 dependabot[bot] None None
Bump gulp from 4.0.2 to 5.0.0 OrchardCMS#15639 dependabot[bot] None None
Bump postcss from 8.4.28 to 8.4.38 OrchardCMS#15638 dependabot[bot] None None
Bump glob from 8.1.0 to 10.3.12 OrchardCMS#15637 dependabot[bot] None None
Update Azure.Search.Documents 11.6.0-beta.3 OrchardCMS#15635 hishamco 11:17:02 None

This report was generated with the Issue Metrics Action
Search query used to find these items: repo:OrchardCMS/OrchardCore is:pr created:2024-04-01..2024-04-30 -label:dontmerge -label:notready -is:draft

Discussion Metrics

Metric Average Median 90th percentile
Time to first response 14:19:46 7:13:18 1 day, 9:24:58
Time to answer 2 days, 21:44:16 1 day, 2:47:42 5 days, 0:57:50
Metric Count
Number of items that remain open 23
Number of items closed 4
Total number of items created 27
Title URL Author Time to first response Time to answer
Migrate Workflow Definition After Task Rename OrchardCMS#15928 None None None
Use Redis Cache with Orchard Core OrchardCMS#15920 None 19:38:12 None
I can't import an exported content item. OrchardCMS#15922 None 0:21:04 None
Placement Modifiers. Nested columns OrchardCMS#15919 None 23:34:08 None
Localization causing error. OrchardCMS#15893 None 0:19:10 1 day, 6:38:29
Valkey support OrchardCMS#15913 None 4:55:41 None
Possible to use Liquid syntax on Manage Content page in order to differentiate between different items OrchardCMS#15806 None 3 days, 22:16:19 None
Unable to localize content in liquid html part OrchardCMS#15818 None 4:39:17 19:22:23
"TextField": how to override "TextField.Edit.cshtml" to use my "Custom Settings" in it? OrchardCMS#15644 None 0:02:12 16 days, 21:52:14
Catch-All routing with Blazor/OrchardCore De-Coupled CMS. OrchardCMS#15781 None 0:16:26 None
k8s pod replication OrchardCMS#15773 None 1 day, 4:41:04 2 days, 3:22:57
How can I add action to Actions of the ContentItem and hide a certain action of the ContentItem,please? OrchardCMS#15760 None 8:55:15 3 days, 17:18:27
Serving Files From wwwroot OrchardCMS#15770 None 1 day, 9:40:32 None
"SQL query" module and Postgre query: how to retrieve the user details stored in the DB using a "CustomUserSettings" Content Type? OrchardCMS#15771 None 0:07:30 23:43:43
Blazor Components Inside OrchardCore MVC Module stopped working in .Net 8 OrchardCMS#15697 None 7:13:18 1 day, 3:44:35
private readonly IOrchardHelper _orchardHelper; var product = _orchardHelper.GetContentItemByIdAsync(productId); OrchardCMS#15742 None 10:38:12 None
Why is BagPart empty after passing ContentItem to method as param or querying? OrchardCMS#15732 None 1 day, 9:01:38 None
Disabled User can still use the website OrchardCMS#15717 None 4:44:51 1 day, 1:50:50
How do you make optimistic lock for updating a content item? OrchardCMS#15721 None 15:23:16 None
.NET 8 - Blazor in Module - dotnet.js file not served. OrchardCMS#15653 None 1:19:28 None
How do I set up OrchardCore for horizontal scaling in kubernetes? OrchardCMS#15664 None 5:08:59 21:50:48
Event in workflow for change password and forgot password OrchardCMS#15690 None None None
How do I add ContentParts to tabs within the admin editor, for a ContentType, as I can with ContentFields? OrchardCMS#15657 None 1:38:05 1:38:13
Auto Setup runs again on service restart OrchardCMS#15659 None 1 day, 14:36:34 None
Send File/Image From Angular To OrchardCore OrchardCMS#15646 None 4:12:43 None
Windows authentication implementation OrchardCMS#15654 None 8:42:05 None
What happens to the "custom settings" if the Content Types to which they are added get deleted? OrchardCMS#15643 None 8:08:17 None

This report was generated with the Issue Metrics Action
Search query used to find these items: repo:OrchardCMS/OrchardCore type:discussions created:2024-04-01..2024-04-30 category:Q&A

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.