Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the Global HTML's save action #611

Closed
wants to merge 29 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
7be6830
Version bump
Feb 20, 2024
807784b
updating the orm extension to always use the latest for now
lmajano Feb 21, 2024
24031b1
CONTENTBOX-1510 - change email santization to use canonicalize becaus…
jclausen Apr 23, 2024
388d784
Version bump
Apr 23, 2024
21daa04
revert minor version
jclausen Apr 23, 2024
c74bc19
fix: upgrade webpack from 5.90.0 to 5.90.1 (#604)
lmajano Jun 26, 2024
0672079
Bump follow-redirects from 1.15.4 to 1.15.6 (#605)
dependabot[bot] Jun 26, 2024
cf65b21
fix: upgrade alpinejs from 3.13.5 to 3.13.6 (#606)
lmajano Jun 26, 2024
c1d80d6
fix: upgrade @alpinejs/focus from 3.13.5 to 3.13.6 (#607)
lmajano Jun 26, 2024
0c7df70
Bump braces from 3.0.2 to 3.0.3 (#609)
dependabot[bot] Jun 26, 2024
a8314cc
Update RateLimiter.cfc, fix for CONTENTBOX-1512 (#608)
GunnarLieb Jun 26, 2024
ae9e72e
Apply cfformat changes
lmajano Jun 26, 2024
a3b627a
I create a new variable to increase the scope of site ID
DavisVega1990 Jul 30, 2024
559635b
Merge pull request #610 from Ortus-Solutions/update_variableScope_dvega
jclausen Jul 30, 2024
b410e2e
Apply cfformat changes
jclausen Jul 30, 2024
a730825
CONTENTBOX-1511 #resolve
lmajano Jul 31, 2024
cf34fa1
Apply cfformat changes
lmajano Jul 31, 2024
8b03b8b
fix query that was causing ConcurrentModificationException
jclausen Sep 13, 2024
30090d2
Apply cfformat changes
jclausen Sep 13, 2024
e2e8825
oops
jclausen Sep 13, 2024
b0d7e7a
bypass relocation creation if the slug is unchanged
jclausen Sep 13, 2024
06576d8
add null empty include for expireDate
jclausen Sep 13, 2024
0581140
Apply cfformat changes
jclausen Sep 13, 2024
f77f026
Fix_postgres_quoted_columns (#613)
elpete Oct 23, 2024
43fe463
Update seed_permissions.cfc (#614)
GunnarLieb Oct 29, 2024
8becade
Parent ID on Menu items table should be nullable for top-level items.
jclausen Nov 1, 2024
9e1c907
Update SecurityValidator.cfc (#616)
GunnarLieb Nov 21, 2024
a2f8f54
Bump cross-spawn in /modules/contentbox/themes/default (#615)
dependabot[bot] Nov 21, 2024
3c92c17
Bump webpack from 5.89.0 to 5.94.0 (#612)
dependabot[bot] Nov 21, 2024
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
162 changes: 81 additions & 81 deletions box.json
Original file line number Diff line number Diff line change
@@ -1,83 +1,83 @@
{
"name":"ContentBox Tester Site",
"version":"6.0.4",
"author":"Ortus Solutions <[email protected]>",
"shortDescription":"A tester site for developing the ContentBox Modular CMS",
"type":"cms",
"keywords":"cms,content management,modular cms",
"homepage":"https://www.contentboxcms.org",
"documentation":"https://contentbox.ortusbooks.com",
"repository":{
"type":"git",
"url":"https://github.com/Ortus-Solutions/ContentBox"
},
"bugs":"https://ortussolutions.atlassian.net/browse/CONTENTBOX",
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"contributors":[
"Joel Watson <[email protected]>",
"Brad Wood <[email protected]>",
"Curt Gratz <[email protected]>"
],
"dependencies":{
"coldbox":"^7.0.0",
"commandbox-dotenv":"*",
"commandbox-cfconfig":"*",
"commandbox-migrations":"^4.0.0"
},
"devDependencies":{
"testbox":"^5.0.0+1",
"commandbox-cfformat":"*",
"commandbox-docbox":"*",
"cbdebugger":"be",
"route-visualizer":"^2.0.0+6"
},
"installPaths":{
"testbox":"testbox/",
"coldbox":"coldbox/",
"cbdebugger":"modules/cbdebugger/",
"route-visualizer":"modules/route-visualizer/"
},
"ignores":[],
"scripts":{
"release":"recipe build/release.boxr",
"build:allDocs":"task run taskFile=build/BuildDocs.cfc :version=`package show version`",
"build:apidocs":"task run taskFile=build/BuildDocs.cfc target=apiDocs :version=`package show version`",
"build:swagger":"task run taskFile=build/BuildDocs.cfc target=swagger :version=`package show version`",
"dbseed:mysql":"task run contentbox/modules/seeders/MSSQL.cfc",
"dbseed:mssal":"task run contentbox/modules/seeders/SeedMySQL.cfc",
"dbseed:postgres":"task run contentbox/modules/seeders/SeedPostgreSQL.cfc",
"format":"cfformat run config/**/*.cfc,modules_app/**/*.cfc,modules/contentbox/**/*.cfc,tests/**/*.cfc,Application.cfc --overwrite",
"format:watch":"cfformat watch config/**/*.cfc,modules_app/**/*.cfc,modules/contentbox/**/*.cfc,tests/**/*.cfc,Application.cfc ./.cfformat.json",
"format:watch:core":"cfformat watch config/**/*.cfc,modules/contentbox/models/**/*.cfc,Application.cfc ./.cfformat.json",
"format:check":"cfformat check config/**/*.cfc,modules_app/**/*.cfc,modules/contentbox/**/*.cfc,tests/**/*.cfc,Application.cfc",
"start:lucee":"server start serverConfigFile='[email protected]' --force",
"start:2018":"server start serverConfigFile='[email protected]' --force",
"start:2021":"server start serverConfigFile='[email protected]' --force",
"start:2023":"server start serverConfigFile='[email protected]' --force",
"log:lucee":"server log [email protected] --follow",
"log:2018":"server log [email protected] --follow",
"log:2021":"server log [email protected] --follow",
"log:2023":"server log [email protected] --follow",
"contentbox:install":"install --force && cd modules/contentbox && install --force",
"contentbox:migrate:create":"migrate create name=${1} manager=contentbox",
"contentbox:migrate":"migrate up manager=contentbox",
"contentbox:migrate:up":"run-script contentbox:migrate",
"contentbox:migrate:down":"migrate down manager=contentbox",
"contentbox:migrate:fresh":"migrate fresh manager=contentbox"
},
"testbox":{
"runner":[
{
"default":"http://127.0.0.1:8589/tests/runner.cfm"
},
{
"api":"http://127.0.0.1:8589/tests/runner-api.cfm"
}
]
}
"name": "ContentBox Tester Site",
"version": "6.1.0",
"author": "Ortus Solutions <[email protected]>",
"shortDescription": "A tester site for developing the ContentBox Modular CMS",
"type": "cms",
"keywords": "cms,content management,modular cms",
"homepage": "https://www.contentboxcms.org",
"documentation": "https://contentbox.ortusbooks.com",
"repository": {
"type": "git",
"url": "https://github.com/Ortus-Solutions/ContentBox"
},
"bugs": "https://ortussolutions.atlassian.net/browse/CONTENTBOX",
"license": [
{
"type": "Apache2",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"contributors": [
"Joel Watson <[email protected]>",
"Brad Wood <[email protected]>",
"Curt Gratz <[email protected]>"
],
"dependencies": {
"coldbox": "^7.0.0",
"commandbox-dotenv": "*",
"commandbox-cfconfig": "*",
"commandbox-migrations": "^4.0.0"
},
"devDependencies": {
"testbox": "^5.0.0+1",
"commandbox-cfformat": "*",
"commandbox-docbox": "*",
"cbdebugger": "be",
"route-visualizer": "^2.0.0+6"
},
"installPaths": {
"testbox": "testbox/",
"coldbox": "coldbox/",
"cbdebugger": "modules/cbdebugger/",
"route-visualizer": "modules/route-visualizer/"
},
"ignores": [],
"scripts": {
"release": "recipe build/release.boxr",
"build:allDocs": "task run taskFile=build/BuildDocs.cfc :version=`package show version`",
"build:apidocs": "task run taskFile=build/BuildDocs.cfc target=apiDocs :version=`package show version`",
"build:swagger": "task run taskFile=build/BuildDocs.cfc target=swagger :version=`package show version`",
"dbseed:mysql": "task run contentbox/modules/seeders/MSSQL.cfc",
"dbseed:mssal": "task run contentbox/modules/seeders/SeedMySQL.cfc",
"dbseed:postgres": "task run contentbox/modules/seeders/SeedPostgreSQL.cfc",
"format": "cfformat run config/**/*.cfc,modules_app/**/*.cfc,modules/contentbox/**/*.cfc,tests/**/*.cfc,Application.cfc --overwrite",
"format:watch": "cfformat watch config/**/*.cfc,modules_app/**/*.cfc,modules/contentbox/**/*.cfc,tests/**/*.cfc,Application.cfc ./.cfformat.json",
"format:watch:core": "cfformat watch config/**/*.cfc,modules/contentbox/models/**/*.cfc,Application.cfc ./.cfformat.json",
"format:check": "cfformat check config/**/*.cfc,modules_app/**/*.cfc,modules/contentbox/**/*.cfc,tests/**/*.cfc,Application.cfc",
"start:lucee": "server start serverConfigFile='[email protected]' --force",
"start:2018": "server start serverConfigFile='[email protected]' --force",
"start:2021": "server start serverConfigFile='[email protected]' --force",
"start:2023": "server start serverConfigFile='[email protected]' --force",
"log:lucee": "server log [email protected] --follow",
"log:2018": "server log [email protected] --follow",
"log:2021": "server log [email protected] --follow",
"log:2023": "server log [email protected] --follow",
"contentbox:install": "install --force && cd modules/contentbox && install --force",
"contentbox:migrate:create": "migrate create name=${1} manager=contentbox",
"contentbox:migrate": "migrate up manager=contentbox",
"contentbox:migrate:up": "run-script contentbox:migrate",
"contentbox:migrate:down": "migrate down manager=contentbox",
"contentbox:migrate:fresh": "migrate fresh manager=contentbox"
},
"testbox": {
"runner": [
{
"default": "http://127.0.0.1:8589/tests/runner.cfm"
},
{
"api": "http://127.0.0.1:8589/tests/runner-api.cfm"
}
]
}
}
2 changes: 1 addition & 1 deletion build/resources/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"file":".cfconfig.json"
},
"env":{
"lucee-extensions":"D062D72F-F8A2-46F0-8CBC91325B2F067B;version=6.4.0"
"lucee-extensions":"D062D72F-F8A2-46F0-8CBC91325B2F067B"
}
}
Loading
Loading