Skip to content

Commit

Permalink
Removing example siteaccesses (#178)
Browse files Browse the repository at this point in the history
* Removing example siteaccesses

* Making Unit tests happy - adding new siteaccess for unit tests

* Changing the DefaultSiteaccess to force unittests to use it

* Fixing unit tests with an explicit siteaccess for the tests
  • Loading branch information
pkamps authored Jun 8, 2020
1 parent 4dbb610 commit 0a52081
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 830 deletions.
3 changes: 2 additions & 1 deletion settings/site.ini
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,8 @@ ErrorHandler=displayerror
DefaultPage=/content/view/full/2/
# Default access is needed when uri type matching is done, this is
# because with empty urls it's not possible to fetch the access
DefaultAccess=admin
# The siteaccess "test" is used by the unit tests.
DefaultAccess=test
# How the login page should be handled, use embedded to show inside default pagelayout
# or custom for loginpagelayout.tpl
LoginPage=custom
Expand Down
3 changes: 0 additions & 3 deletions settings/siteaccess/base/forum.ini

This file was deleted.

62 changes: 0 additions & 62 deletions settings/siteaccess/base/image.ini.append

This file was deleted.

Loading

0 comments on commit 0a52081

Please sign in to comment.