Skip to content
Merged

v8.4 #658

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
d9ab9e2
start of adding scripts directly to page
markidox Jan 24, 2025
f8bcbda
#482 allowing for script input into dev tools
markidox Jan 24, 2025
2339a63
#501 Added check for user authentication, changed redirect accordingly
markidox Feb 4, 2025
69420c9
#500 looking into context menu jumping around
markidox Feb 19, 2025
3c5120f
#482 allowing users to enter CSP-safe JS snippets onto a page.
markidox Apr 23, 2025
9f2686a
#500 fixed page manager pop-up menu jumping around
markidox Apr 23, 2025
6cfd59d
Merge branch 'develop' into feature/482
JimKerslake Apr 24, 2025
17ace07
#482 solution that plays nicely with CSP and sanitises JS - jk
JimKerslake Apr 25, 2025
7560f29
#639 moving editorial details to bottom of page
markidox Jul 8, 2025
cd3788f
v8.4
JimKerslake Jul 24, 2025
47e86e6
v8.4
JimKerslake Jul 24, 2025
f4060d5
v8.4
JimKerslake Jul 24, 2025
32150c9
Merge pull request #647 from cloudscribe/version_8.4
JimKerslake Jul 24, 2025
999efaa
v8.4 - missing readme files (thanks but no thanks to AI)
JimKerslake Jul 24, 2025
5ebd5f9
Merge pull request #648 from cloudscribe/version_8.4
JimKerslake Jul 24, 2025
2e1244d
Update 20241108094512_simplecontent-20241108.cs
JimKerslake Jul 25, 2025
55f426f
Merge pull request #651 from cloudscribe/migration_patch_dev
JimKerslake Jul 25, 2025
2504314
#653 delete disused packages
JimKerslake Jul 30, 2025
9fa4e08
Merge pull request #654 from cloudscribe/feature/653
JimKerslake Jul 30, 2025
15470b4
Merge branch 'develop' into feature/482_2
JimKerslake Aug 14, 2025
f9d46bd
#482 missing migrations, clearing up messy ui issues
JimKerslake Aug 15, 2025
525c77b
#482 UI refinement
JimKerslake Aug 15, 2025
f74f83d
#482 unsaved data changes warning
JimKerslake Aug 15, 2025
fef78ad
#482 resx work
JimKerslake Aug 15, 2025
8dc2270
#482 resx again
JimKerslake Aug 15, 2025
ea58cf6
#482 remove disused Script property on PageResource
JimKerslake Aug 19, 2025
8685977
#482 alerts on success
JimKerslake Aug 19, 2025
ad41165
Merge pull request #635 from cloudscribe/feature/482_2
JimKerslake Aug 19, 2025
aeb0a15
#482 add missing checks to js sanitiser
JimKerslake Aug 20, 2025
2ab5721
Merge pull request #656 from cloudscribe/feature/482_2
JimKerslake Aug 20, 2025
6e2548a
#482 move rendering location of inlinescript
JimKerslake Aug 20, 2025
0a92f10
Merge pull request #657 from cloudscribe/feature/482_2
JimKerslake Aug 20, 2025
f181ed2
Merge pull request #640 from cloudscribe/feature/639
JimKerslake Aug 20, 2025
5e3f346
Merge branch 'develop' into feature/500
JimKerslake Aug 20, 2025
cd9175b
Merge pull request #634 from cloudscribe/feature/500
JimKerslake Aug 20, 2025
0c7d154
Merge branch 'develop' into feature/501
JimKerslake Aug 20, 2025
1e28324
Merge pull request #641 from cloudscribe/feature/501
JimKerslake Aug 20, 2025
38dbe8c
Merge branch 'master' into conflict_resolve
JimKerslake Aug 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ src/example.WebApp/wwwroot/s3/**
src/cloudscribe.Core.Repositories.EF/appsettings.local.overrides.json
src/cloudscribe.Logging.EF/appsettings.local.overrides.json
**/dp_keys/**
src/cloudscribe.MetaWeblog/README.md
samples/simpleauthnodb/.vs/**
src/cloudscribe.SimpleContent.Storage.EF/appsettings.local.overrides.json
src/cloudscribe.SimpleContent.Storage.EFCore/appsettings.local.overrides.json
Expand Down
23 changes: 1 addition & 22 deletions cloudscribe.SimpleContent.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35527.113 d17.12
VisualStudioVersion = 17.12.35527.113
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5243DE57-7C89-4208-8876-405E13605D16}"
EndProject
Expand All @@ -23,20 +23,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cloudscribe.SimpleContent.S
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cloudscribe.SimpleContent.Storage.EFCore.MySQL", "src\cloudscribe.SimpleContent.Storage.EFCore.MySQL\cloudscribe.SimpleContent.Storage.EFCore.MySQL.csproj", "{4713D574-918D-4129-A11C-2287AE4B119F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cloudscribe.SimpleContent.Storage.EFCore.pgsql", "src\cloudscribe.SimpleContent.Storage.EFCore.pgsql\cloudscribe.SimpleContent.Storage.EFCore.pgsql.csproj", "{194BE097-4347-4B9D-87C9-F3B13D337DA4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cloudscribe.SimpleContent.Storage.EFCore.SQLite", "src\cloudscribe.SimpleContent.Storage.EFCore.SQLite\cloudscribe.SimpleContent.Storage.EFCore.SQLite.csproj", "{CBB0F82E-371E-4F0C-8474-C1B7D30754A9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{E9B2D007-5701-4DEB-AC64-A435D71AA05F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cloudscribe.SimpleContent.Web.Tests", "test\cloudscribe.SimpleContent.Web.Tests\cloudscribe.SimpleContent.Web.Tests.csproj", "{16735222-D50E-4535-A9BD-85EE05AA5308}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap3", "src\cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap3\cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap3.csproj", "{94D5F158-FC61-4548-984C-786369AC519F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap4", "src\cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap4\cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap4.csproj", "{AD0BEF33-2C26-4ABB-BD71-9BF9E46A7DB4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cloudscribe.SimpleContent.CompiledViews.Bootstrap3", "src\cloudscribe.SimpleContent.CompiledViews.Bootstrap3\cloudscribe.SimpleContent.CompiledViews.Bootstrap3.csproj", "{7F5B360A-789D-4428-8CE5-ECFD721AAE1A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cloudscribe.SimpleContent.CompiledViews.Bootstrap4", "src\cloudscribe.SimpleContent.CompiledViews.Bootstrap4\cloudscribe.SimpleContent.CompiledViews.Bootstrap4.csproj", "{20ECAB1E-CF0B-4901-893B-ADF3C99C2093}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cloudscribe.SimpleContent.ContentTemplates.Bootstrap4", "src\cloudscribe.SimpleContent.ContentTemplates.Bootstrap4\cloudscribe.SimpleContent.ContentTemplates.Bootstrap4.csproj", "{C5A157C3-8A3D-467D-8D5A-52EA1A9297C6}"
Expand Down Expand Up @@ -99,10 +93,6 @@ Global
{4713D574-918D-4129-A11C-2287AE4B119F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4713D574-918D-4129-A11C-2287AE4B119F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4713D574-918D-4129-A11C-2287AE4B119F}.Release|Any CPU.Build.0 = Release|Any CPU
{194BE097-4347-4B9D-87C9-F3B13D337DA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{194BE097-4347-4B9D-87C9-F3B13D337DA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{194BE097-4347-4B9D-87C9-F3B13D337DA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{194BE097-4347-4B9D-87C9-F3B13D337DA4}.Release|Any CPU.Build.0 = Release|Any CPU
{CBB0F82E-371E-4F0C-8474-C1B7D30754A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBB0F82E-371E-4F0C-8474-C1B7D30754A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBB0F82E-371E-4F0C-8474-C1B7D30754A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -111,18 +101,10 @@ Global
{16735222-D50E-4535-A9BD-85EE05AA5308}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16735222-D50E-4535-A9BD-85EE05AA5308}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16735222-D50E-4535-A9BD-85EE05AA5308}.Release|Any CPU.Build.0 = Release|Any CPU
{94D5F158-FC61-4548-984C-786369AC519F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94D5F158-FC61-4548-984C-786369AC519F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94D5F158-FC61-4548-984C-786369AC519F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94D5F158-FC61-4548-984C-786369AC519F}.Release|Any CPU.Build.0 = Release|Any CPU
{AD0BEF33-2C26-4ABB-BD71-9BF9E46A7DB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD0BEF33-2C26-4ABB-BD71-9BF9E46A7DB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD0BEF33-2C26-4ABB-BD71-9BF9E46A7DB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD0BEF33-2C26-4ABB-BD71-9BF9E46A7DB4}.Release|Any CPU.Build.0 = Release|Any CPU
{7F5B360A-789D-4428-8CE5-ECFD721AAE1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F5B360A-789D-4428-8CE5-ECFD721AAE1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F5B360A-789D-4428-8CE5-ECFD721AAE1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F5B360A-789D-4428-8CE5-ECFD721AAE1A}.Release|Any CPU.Build.0 = Release|Any CPU
{20ECAB1E-CF0B-4901-893B-ADF3C99C2093}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20ECAB1E-CF0B-4901-893B-ADF3C99C2093}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20ECAB1E-CF0B-4901-893B-ADF3C99C2093}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -177,12 +159,9 @@ Global
{AC7D7A37-B684-4F02-A725-1625E96DE2B8} = {5243DE57-7C89-4208-8876-405E13605D16}
{B23CA546-4B27-472F-B962-7E2C981CE89C} = {5243DE57-7C89-4208-8876-405E13605D16}
{4713D574-918D-4129-A11C-2287AE4B119F} = {5243DE57-7C89-4208-8876-405E13605D16}
{194BE097-4347-4B9D-87C9-F3B13D337DA4} = {5243DE57-7C89-4208-8876-405E13605D16}
{CBB0F82E-371E-4F0C-8474-C1B7D30754A9} = {5243DE57-7C89-4208-8876-405E13605D16}
{16735222-D50E-4535-A9BD-85EE05AA5308} = {E9B2D007-5701-4DEB-AC64-A435D71AA05F}
{94D5F158-FC61-4548-984C-786369AC519F} = {5243DE57-7C89-4208-8876-405E13605D16}
{AD0BEF33-2C26-4ABB-BD71-9BF9E46A7DB4} = {5243DE57-7C89-4208-8876-405E13605D16}
{7F5B360A-789D-4428-8CE5-ECFD721AAE1A} = {5243DE57-7C89-4208-8876-405E13605D16}
{20ECAB1E-CF0B-4901-893B-ADF3C99C2093} = {5243DE57-7C89-4208-8876-405E13605D16}
{C5A157C3-8A3D-467D-8D5A-52EA1A9297C6} = {5243DE57-7C89-4208-8876-405E13605D16}
{76A12B64-BF45-464F-8B23-1AEBF9427E9B} = {5243DE57-7C89-4208-8876-405E13605D16}
Expand Down
24 changes: 24 additions & 0 deletions src/cloudscribe.ContentUtils/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# cloudscribe.ContentUtils

[![NuGet](https://img.shields.io/nuget/v/cloudscribe.ContentUtils.svg)](https://www.nuget.org/packages/cloudscribe.ContentUtils)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Utilities for content management and manipulation in cloudscribe projects.

## Installation

```shell
Install-Package cloudscribe.ContentUtils
```

## Usage

Add as a dependency to your .NET 8.0 project and use the provided utilities for content handling.

## Contributing

Contributions are welcome! Please see the [contributing guidelines](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/CONTRIBUTING.md).

## License

This project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/LICENSE) file for details.
7 changes: 5 additions & 2 deletions src/cloudscribe.ContentUtils/cloudscribe.ContentUtils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Content utilities for html and markdown</Description>
<Version>8.3.0</Version>
<Version>8.4.0</Version>
<TargetFramework>net8.0</TargetFramework>
<Authors>Joe Audette</Authors>
<PackageTags>cloudscribe;blog,content</PackageTags>
Expand All @@ -11,6 +11,7 @@
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/cloudscribe/cloudscribe.SimpleContent.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -21,5 +22,7 @@
<PackageReference Include="cloudscribe.HtmlAgilityPack" Version="1.0.1" />
<PackageReference Include="Markdig" Version="0.37.0" />
</ItemGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="/" />
</ItemGroup>
</Project>

This file was deleted.

This file was deleted.

This file was deleted.

Loading