mirror of
https://github.com/jbcr/core.git
synced 2026-03-24 00:42:14 +01:00
Files ending in newline
This commit is contained in:
2
.github/ISSUE_TEMPLATE/2_Security_issue.md
vendored
2
.github/ISSUE_TEMPLATE/2_Security_issue.md
vendored
@@ -27,4 +27,4 @@ We see these functionalities as _features_, and not as security issues. Please
|
||||
report the mentioned items only if they can be performed by non-authorized
|
||||
users, or other exploitable vulnerabilities.
|
||||
|
||||
Thanks!
|
||||
Thanks!
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
suites:
|
||||
default:
|
||||
spec_path: tests
|
||||
spec_path: tests
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>
|
||||
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
# Set it to the preferred name of your country / city.
|
||||
|
||||
location: Paris
|
||||
#location:
|
||||
#location:
|
||||
|
||||
@@ -4,4 +4,4 @@ monolog:
|
||||
db:
|
||||
channels: ['db']
|
||||
type: service
|
||||
id: Bolt\Log\LogHandler
|
||||
id: Bolt\Log\LogHandler
|
||||
|
||||
@@ -13,4 +13,4 @@ twig:
|
||||
'config': '@Bolt\Configuration\Config'
|
||||
|
||||
# Override Symfony's error pages (so we can show custom 404's)
|
||||
exception_controller: Bolt\Controller\ExceptionController::showAction
|
||||
exception_controller: Bolt\Controller\ExceptionController::showAction
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
Bolt Skeleton Theme
|
||||
===================
|
||||
|
||||
Skeleton is a minimal theme for Bolt. It has the bare bones functionality of
|
||||
what you commonly expect from a template, without all the bells and whistles.
|
||||
|
||||
Features:
|
||||
|
||||
- Simple design, function over form.
|
||||
- Uses [Sakura](https://github.com/oxalorg/sakura) as a minimal CSS theme.
|
||||
- No Javascript.
|
||||
|
||||
Aw yiss.
|
||||
Bolt Skeleton Theme
|
||||
===================
|
||||
|
||||
Skeleton is a minimal theme for Bolt. It has the bare bones functionality of
|
||||
what you commonly expect from a template, without all the bells and whistles.
|
||||
|
||||
Features:
|
||||
|
||||
- Simple design, function over form.
|
||||
- Uses [Sakura](https://github.com/oxalorg/sakura) as a minimal CSS theme.
|
||||
- No Javascript.
|
||||
|
||||
Aw yiss.
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
|
||||
{% include 'helpers/_languageselect.html.twig' with {'type': 'select'} %}
|
||||
<hr>
|
||||
</header>
|
||||
</header>
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
{{ popup(image, 1368, 1026) }}
|
||||
<small>{{ image.get('alt') }}</small>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
<link rel="manifest" href="/assets/favicon/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="/assets/favicon/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
@@ -15,4 +15,4 @@
|
||||
{{ 'collection.remove_item'|trans }}
|
||||
</button>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
@@ -23,4 +23,4 @@
|
||||
:limit='{{ limit | json_encode }}'
|
||||
></editor-collection>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -15,4 +15,4 @@
|
||||
{{ field.value|json_encode(constant('JSON_PRETTY_PRINT')) }}
|
||||
</pre>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
:pattern='{{ pattern|json_encode }}'
|
||||
:placeholder='{{ placeholder|json_encode }}'
|
||||
></editor-email>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -34,4 +34,4 @@
|
||||
:pattern='{{ pattern|json_encode }}'
|
||||
:placeholder='{{ placeholder|json_encode }}'
|
||||
></editor-file>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
:value="{{ value|json_encode }}"
|
||||
:name='{{ name|json_encode }}'
|
||||
></editor-html>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -33,4 +33,4 @@
|
||||
:placeholder="{{ placeholder|json_encode }}"
|
||||
></editor-number>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
:pattern='{{ pattern|json_encode }}'
|
||||
:placeholder='{{ placeholder|json_encode }}'
|
||||
></editor-password>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
'generate_from': 'slug.generate_from'|trans,
|
||||
}|json_encode }}'
|
||||
></editor-slug>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
:pattern='{{ pattern|json_encode }}'
|
||||
:placeholder='{{ placeholder|json_encode }}'
|
||||
></editor-textarea>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -104,4 +104,4 @@
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -34,4 +34,4 @@
|
||||
<script src="{{ asset('bundles/apiplatform/swagger-ui/swagger-ui-bundle.js') }}"></script>
|
||||
<script src="{{ asset('bundles/apiplatform/swagger-ui/swagger-ui-standalone-preset.js') }}"></script>
|
||||
<script src="{{ asset('bundles/apiplatform/init-swagger-ui.js') }}"></script>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -32,4 +32,4 @@
|
||||
'disabled' : true
|
||||
} %}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -18,4 +18,4 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
@@ -118,4 +118,4 @@
|
||||
<p><strong>{{ 'files_cards.message_no_files'|trans }}</strong></p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -74,4 +74,4 @@
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
</table>
|
||||
|
||||
@@ -44,4 +44,4 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
@@ -51,4 +51,4 @@
|
||||
mode: '{{ mode }}'
|
||||
});
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
{% if not loop.last %} - {% endif %}
|
||||
{% endfor %}
|
||||
</p>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -94,4 +94,4 @@
|
||||
{# The 'aside' section is the right sidebar of the page. If omitted, 'main' will take up the full width. #}
|
||||
{% block aside %}
|
||||
{{ widgets('users_aside_top') }}
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user