Skip to content

Commit 60c9da5

Browse files
authored
Remove openconext theme (#1994)
Remove unmaintained openconext theme Prior to this change, the openconext theme was still there, but it was broken and unmaintained. Many twig variables were not set. This change deprecates / removes the openconext theme that was succeeded by the new base and skeune themes in 2021. Resolves #1980
1 parent db99ab8 commit 60c9da5

127 files changed

Lines changed: 17 additions & 4941 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/run-cypress.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,4 @@ jobs:
4545
' && \
4646
docker compose exec -T cypress bash -c '
4747
yarn install && cypress run --spec "cypress/integration/skeune/**/*.spec.js,cypress/integration/shared/*.spec.js" --browser=chrome --headless
48-
' && \
49-
docker compose exec -T --user www-data engine.dev.openconext.local bash -c '
50-
EB_THEME=openconext ./theme/scripts/prepare-test.js
51-
' && \
52-
docker compose exec -T cypress bash -c '
53-
cypress run --spec "cypress/integration/openconext/**/*.spec.js" --browser=chrome --headless
5448
'

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ The following feedback pages previously returned HTTP **200 OK** and now return
5454
| `/authentication/feedback/invalid-acs-binding` | 200 | 400 |
5555
| `/authentication/feedback/received-error-status-code` | 200 | 400 |
5656

57+
Maintenance:
58+
* Removed the `openconext` theme. The `skeune` theme is now the only supported theme and the default. (#1980)
5759

5860
## UNRELEASED 7.2.0
5961
Upgrade to Symfony 7.4

tests/e2e/cypress/integration/openconext/consent/consent.material.spec.js

Lines changed: 0 additions & 51 deletions
This file was deleted.

tests/e2e/cypress/integration/openconext/wayf/UnconnectedIdpPicker.spec.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

tests/e2e/cypress/integration/openconext/wayf/WayfMouseBehaviour.spec.js

Lines changed: 0 additions & 49 deletions
This file was deleted.

tests/e2e/cypress/integration/openconext/wayf/WayfShowsConnectedIdps.spec.js

Lines changed: 0 additions & 61 deletions
This file was deleted.

tests/e2e/cypress/visual-regression/openconext/ConsentPage.spec.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)