DNN Platform GitHub Activity

Stay Up To Date With The Latest GitHub Activity

Following is a direct feed from the open and free source code repository for DNN Platform on GitHub. For those less savvy with GitHub, the below list serves as a less techy rendition of the most recent commits for DNN Platform. These come complete with links to the GitHub repository for those wishing to dig deeper.

Merge pull request #6012 from pascalberger/feature/cake-frosting-addins

Wednesday, April 24, 2024

Merge pull request #6012 from pascalberger/feature/cake-frosting-addins

Use Cake Frosting optimized addins

Use Cake Frosting optimized addins

Wednesday, April 24, 2024

Use Cake Frosting optimized addins

Merge pull request #6007 from dnnsoftware/dependabot/nuget/teststack-…

Tuesday, April 2, 2024

Merge pull request #6007 from dnnsoftware/dependabot/nuget/teststack-dossier-1203a63b67

Bump the teststack-dossier group with 2 updates

Bump the teststack-dossier group with 2 updates

Monday, April 1, 2024

Bump the teststack-dossier group with 2 updates

Bumps the teststack-dossier group with 2 updates: [AutoFixture](https://github.com/AutoFixture/AutoFixture) and NSubstitute.


Updates `AutoFixture` from 4.18.0 to 4.18.1
- [Release notes](https://github.com/AutoFixture/AutoFixture/releases)
- [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.18.0...v4.18.1)

Updates `NSubstitute` from 5.0.0 to 5.1.0

---
updated-dependencies:
- dependency-name: AutoFixture
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: teststack-dossier
- dependency-name: NSubstitute
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: teststack-dossier
...

Signed-off-by: dependabot[bot] <[email protected]>

Merge pull request #6006 from dnnsoftware/dependabot/npm_and_yarn/exp…

Thursday, March 28, 2024

Merge pull request #6006 from dnnsoftware/dependabot/npm_and_yarn/express-4.19.2

Bump express from 4.18.2 to 4.19.2

Bump express from 4.18.2 to 4.19.2

Thursday, March 28, 2024

Bump express from 4.18.2 to 4.19.2

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Merge pull request #5976 from zyhfish/task/roles-cache-issue

Tuesday, March 19, 2024

Merge pull request #5976 from zyhfish/task/roles-cache-issue

fix the user roles cache issue.

Update versions in bug-report.yml

Wednesday, March 13, 2024

Update versions in bug-report.yml

Merge pull request #5992 from stetard/Fix_casPermissionsValues_DNN9_13

Wednesday, March 6, 2024

Merge pull request #5992 from stetard/Fix_casPermissionsValues_DNN9_13

Replaced the boolean values by the corresponding permissions constants values

Replaced the boolean values by the corresponding permissions constant…

Wednesday, March 6, 2024

Replaced the boolean values by the corresponding permissions constants values

Merge pull request #5988 from valadas/resprect-EnableFileAutoSync

Monday, March 4, 2024

Merge pull request #5988 from valadas/resprect-EnableFileAutoSync

Fixed a performance issue while navigating folders for providers

Fixed a performance issue while navigating folders for providers

Friday, March 1, 2024

Fixed a performance issue while navigating folders for providers

When navigating folders using a Folder Provider, this code would refresh the whole providers even though we are not making changes.

This PR avoids doing so if EnableFileAutoSync is off, thus improving navigaiton performance.

Merge pull request #5985 from dnnsoftware/dependabot/github_actions/p…

Tuesday, February 27, 2024

Merge pull request #5985 from dnnsoftware/dependabot/github_actions/peterjgrainger/action-create-branch-3.0.0

Bump peterjgrainger/action-create-branch from 2.4.0 to 3.0.0

Bump peterjgrainger/action-create-branch from 2.4.0 to 3.0.0

Tuesday, February 27, 2024

Bump peterjgrainger/action-create-branch from 2.4.0 to 3.0.0

Bumps [peterjgrainger/action-create-branch](https://github.com/peterjgrainger/action-create-branch) from 2.4.0 to 3.0.0.
- [Release notes](https://github.com/peterjgrainger/action-create-branch/releases)
- [Commits](https://github.com/peterjgrainger/action-create-branch/compare/v2.4.0...v3.0.0)

---
updated-dependencies:
- dependency-name: peterjgrainger/action-create-branch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Merge pull request #5980 from dnnsoftware/release/9.13.3

Thursday, February 22, 2024

Merge pull request #5980 from dnnsoftware/release/9.13.3

Merges build issue fix done in `release/9.13.3` back into `develop`

Fix error when when logging settings

Thursday, February 22, 2024

Fix error when when logging settings

Update Cake build & issues packages

Thursday, February 22, 2024

Update Cake build & issues packages

fix the user roles cache issue.

Tuesday, February 20, 2024

fix the user roles cache issue.

Merge pull request #5975 from dnnsoftware/dependabot/npm_and_yarn/ip-…

Tuesday, February 20, 2024

Merge pull request #5975 from dnnsoftware/dependabot/npm_and_yarn/ip-1.1.9

Bump ip from 1.1.8 to 1.1.9

Merge pull request #5930 from zyhfish/task/fix-bug-5894

Tuesday, February 20, 2024

Merge pull request #5930 from zyhfish/task/fix-bug-5894

Fix #5894: remove the child node with null reference check.