This commit is contained in:
Manfred Pürro 2022-12-31 18:27:24 +01:00
parent 569f08ecaa
commit 33d5ce32db
304 changed files with 11 additions and 19066 deletions

View File

@ -11,18 +11,17 @@
"silverstripe/blog": "^3.6",
"silverstripe/comments": "^3.4",
"silverstripe/siteconfig": "*",
"dnadesign/silverstripe-elemental": "^4",
"dynamic/silverstripe-elemental-blocks": "^3.0",
"silverstripe/elemental-bannerblock": "^2.0",
"silverstripe/elemental-fileblock": "^2.0",
"unclecheese/eventcalendar": "^2.0",
"dynamic/silverstripe-elemental-blog": "^2.1",
"ilateral/silverstripe-modern": "dev-master",
"ilateral/silverstripe-fancy-top-nav": "dev-main",
"jeffwhitfield/silverstripe-bootstrap-theme": "dev-master",
"entidi/silverstrap": "^3.0",
"cwp/starter-theme": "^3.1",
"ilateral/silverstripe-bootstrap-4": "dev-master"
"purplespider/basic-calendar": "dev-master",
"syntro/silverstripe-elemental-bootstrap-baseitems": "^0.4.0",
"syntro/silverstripe-elemental-bootstrap-alertsection": "^0.4.0",
"syntro/silverstripe-elemental-bootstrap-featuresection": "^0.4.0",
"syntro/silverstripe-elemental-bootstrap-testimonialsection": "^0.4.0",
"syntro/silverstripe-elemental-bootstrap-spotlightsection": "dev-master",
"syntro/silverstripe-elemental-bootstrap-gallerysection": "dev-master",
"syntro/silverstripe-elemental-bootstrap-staffsection": "dev-master",
"syntro/silverstripe-elemental-bootstrap-accordionsection": "dev-master",
"syntro/silverstripe-elemental-bootstrap-listgroupsection": "dev-master"
},
"require-dev": {
"sminnee/phpunit": "^5.7",

View File

@ -25,7 +25,7 @@ AddHandler default-handler php phtml php3 php4 php5 inc
RewriteRule error[^\\/]*\.html$ - [L]
# Allow specific file extensions
RewriteCond %{REQUEST_URI} !^[^.]*[^\/]*\.(?i:css|js|ace|arc|arj|asf|au|avi|bmp|bz2|cab|cda|csv|dmg|doc|docx|dotx|flv|gif|gpx|gz|hqx|ico|jpeg|jpg|kml|m4a|m4v|mid|midi|mkv|mov|mp3|mp4|mpa|mpeg|mpg|ogg|ogv|pages|pcx|pdf|png|pps|ppt|pptx|potx|ra|ram|rm|rtf|sit|sitx|tar|tgz|tif|tiff|txt|wav|webm|wma|wmv|xls|xlsx|xltx|zip|zipx|graphql)$
RewriteCond %{REQUEST_URI} !^[^.]*[^\/]*\.(?i:css|js|ace|arc|arj|asf|au|avi|bmp|bz2|cab|cda|csv|dmg|doc|docx|dotx|flv|gif|gpx|gz|hqx|ico|jpeg|jpg|kml|m4a|m4v|mid|midi|mkv|mov|mp3|mp4|mpa|mpeg|mpg|ogg|ogv|pages|pcx|pdf|png|pps|ppt|pptx|potx|ra|ram|rm|rtf|sit|sitx|tar|tgz|tif|tiff|txt|wav|webm|wma|wmv|xls|xlsx|xltx|zip|zipx|graphql|svg)$
RewriteRule .* - [F]
# Non existant files passed to requesthandler

View File

@ -1,29 +0,0 @@
BSD 3-Clause License
Copyright (c) 2018, ilateral
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View File

@ -1,4 +0,0 @@
# silverstripe-deferedimages-theme
Custom template overwrites for the defered images module
For additional instructions and information see https://github.com/i-lateral/silverstripe-deferedimages/blob/master/README.md

View File

@ -1,31 +0,0 @@
{
"name": "i-lateral/silverstripe-deferedimages-theme",
"description": "A theme addon to update image template for defered loading",
"type": "silverstripe-theme",
"keywords": [
"silverstripe",
"theme",
"deferedimage"
],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Mark Anderson (ilateral)",
"homepage": "http://www.ilateral.co.uk"
}
],
"extra": {
"installer-name": "deferedimages",
"expose": [
"css",
"javascript",
"images",
"webfonts"
]
},
"require": {
"composer/installers": "*",
"silverstripe/framework": ">=4.0",
"i-lateral/silverstripe-deferedimages": "^1.0"
}
}

View File

@ -1 +0,0 @@
<img src="$MicroImage.URL.ATT" alt="$Title.ATT" data-src="$URL.ATT" />

View File

@ -1,9 +0,0 @@
<picture>
<%-- video tag is needed for IE9 support - see https://scottjehl.github.io/picturefill/ --%>
<!--[if IE 9]><video style="display: none;"><![endif]-->
<% loop $Sizes %>
<source media="$Query" srcset="$Image.MicroImage.URL" data-srcset="$Image.URL">
<% end_loop %>
<!--[if IE 9]></video><![endif]-->
<img src="$DefaultImage.MicroImage.URL" data-src="$DefaultImage.URL" class="img-fluid w-100" alt="$Title">
</picture>

0
themes/silverstrap/AUTHORS Normal file → Executable file
View File

0
themes/silverstrap/CHANGELOG.md Normal file → Executable file
View File

0
themes/silverstrap/CONTRIBUTING.md Normal file → Executable file
View File

0
themes/silverstrap/LICENSE.md Normal file → Executable file
View File

0
themes/silverstrap/README.md Normal file → Executable file
View File

0
themes/silverstrap/composer.json Normal file → Executable file
View File

0
themes/silverstrap/css/bootstrap.min.css vendored Normal file → Executable file
View File

0
themes/silverstrap/css/bootstrap.min.css.map Normal file → Executable file
View File

0
themes/silverstrap/css/editor.css Normal file → Executable file
View File

0
themes/silverstrap/css/fotorama.min.css vendored Normal file → Executable file
View File

0
themes/silverstrap/css/fotorama.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

0
themes/silverstrap/css/fotorama@2x.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

0
themes/silverstrap/css/images/border.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 139 B

After

Width:  |  Height:  |  Size: 139 B

0
themes/silverstrap/css/images/controls.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

0
themes/silverstrap/css/images/loading.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

0
themes/silverstrap/css/images/loading_background.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 131 B

After

Width:  |  Height:  |  Size: 131 B

0
themes/silverstrap/css/silverstrap.css Normal file → Executable file
View File

View File

View File

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 106 KiB

View File

View File

View File

0
themes/silverstrap/js/bootstrap.min.js vendored Normal file → Executable file
View File

0
themes/silverstrap/js/fotorama.min.js vendored Normal file → Executable file
View File

0
themes/silverstrap/js/jquery.colorbox-min.js vendored Normal file → Executable file
View File

0
themes/silverstrap/js/jquery.min.js vendored Normal file → Executable file
View File

0
themes/silverstrap/js/silverstrap.js Normal file → Executable file
View File

0
themes/silverstrap/lang/en.yml Normal file → Executable file
View File

0
themes/silverstrap/lang/it.yml Normal file → Executable file
View File

0
themes/silverstrap/lang/zh_CN.yml Normal file → Executable file
View File

0
themes/silverstrap/templates/Includes/Autotoc.ss Normal file → Executable file
View File

0
themes/silverstrap/templates/Includes/AutotocHeader.ss Normal file → Executable file
View File

0
themes/silverstrap/templates/Includes/Bootstrap.ss Normal file → Executable file
View File

0
themes/silverstrap/templates/Includes/Colorbox.ss Normal file → Executable file
View File

0
themes/silverstrap/templates/Includes/Content.ss Normal file → Executable file
View File

0
themes/silverstrap/templates/Includes/ContentBody.ss Normal file → Executable file
View File

View File

0
themes/silverstrap/templates/Includes/ContentHeader.ss Normal file → Executable file
View File

View File

View File

View File

0
themes/silverstrap/templates/Includes/Favicon.ss Normal file → Executable file
View File

0
themes/silverstrap/templates/Includes/Footer.ss Normal file → Executable file
View File

0
themes/silverstrap/templates/Includes/Fotorama.ss Normal file → Executable file
View File

0
themes/silverstrap/templates/Includes/Html5Shiv.ss Normal file → Executable file
View File

0
themes/silverstrap/templates/Includes/JQuery.ss Normal file → Executable file
View File

0
themes/silverstrap/templates/Includes/Metadata.ss Normal file → Executable file
View File

0
themes/silverstrap/templates/Includes/Navbar.ss Normal file → Executable file
View File

0
themes/silverstrap/templates/Includes/NavbarItem.ss Normal file → Executable file
View File

0
themes/silverstrap/templates/Includes/NavbarLink.ss Normal file → Executable file
View File

0
themes/silverstrap/templates/Includes/NavbarMenu.ss Normal file → Executable file
View File

0
themes/silverstrap/templates/Includes/NavbarSubmenu.ss Normal file → Executable file
View File

View File

0
themes/silverstrap/templates/Includes/Pager_results.ss Normal file → Executable file
View File

0
themes/silverstrap/templates/Includes/Silverstrap.ss Normal file → Executable file
View File

View File

View File

View File

View File

0
themes/silverstrap/templates/Includes/Sitemap.ss Normal file → Executable file
View File

0
themes/silverstrap/templates/Layout/CarouselPage.ss Normal file → Executable file
View File

0
themes/silverstrap/templates/Layout/EnquiryPage.ss Normal file → Executable file
View File

View File

0
themes/silverstrap/templates/Layout/ErrorPage.ss Normal file → Executable file
View File

0
themes/silverstrap/templates/Layout/GalleryPage.ss Normal file → Executable file
View File

0
themes/silverstrap/templates/Layout/Page.ss Normal file → Executable file
View File

0
themes/silverstrap/templates/Layout/Page_results.ss Normal file → Executable file
View File

0
themes/silverstrap/templates/Page.ss Normal file → Executable file
View File

0
themes/silverstrap/templates/SearchForm.ss Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

Some files were not shown because too many files have changed in this diff Show More