stash
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
|
@ -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
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
<img src="$MicroImage.URL.ATT" alt="$Title.ATT" data-src="$URL.ATT" />
|
|
@ -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
0
themes/silverstrap/CHANGELOG.md
Normal file → Executable file
0
themes/silverstrap/CONTRIBUTING.md
Normal file → Executable file
0
themes/silverstrap/LICENSE.md
Normal file → Executable file
0
themes/silverstrap/README.md
Normal file → Executable file
0
themes/silverstrap/composer.json
Normal file → Executable file
0
themes/silverstrap/css/bootstrap.min.css
vendored
Normal file → Executable file
0
themes/silverstrap/css/bootstrap.min.css.map
Normal file → Executable file
0
themes/silverstrap/css/editor.css
Normal file → Executable file
0
themes/silverstrap/css/fotorama.min.css
vendored
Normal file → Executable file
0
themes/silverstrap/css/fotorama.png
Normal file → Executable 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
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
Before Width: | Height: | Size: 139 B After Width: | Height: | Size: 139 B |
0
themes/silverstrap/css/images/controls.png
Normal file → Executable file
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2 KiB |
0
themes/silverstrap/css/images/loading.gif
Normal file → Executable 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
Before Width: | Height: | Size: 131 B After Width: | Height: | Size: 131 B |
0
themes/silverstrap/css/silverstrap.css
Normal file → Executable file
0
themes/silverstrap/fonts/glyphicons-halflings-regular.eot
Normal file → Executable file
0
themes/silverstrap/fonts/glyphicons-halflings-regular.svg
Normal file → Executable file
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 106 KiB |