This repository has been archived by the owner on May 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #477 from elcodi/feature/admin-bug-fixing
Feature/admin bug fixing
- Loading branch information
Showing
128 changed files
with
1,832 additions
and
217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 2 additions & 4 deletions
6
app/Resources/StoreOverrideBundle/views/Exception/error.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
{% extends '@AdminCore/layouts/center_box.html.twig' %} | ||
|
||
{% block center_width "600" %} | ||
{% block center_height "600" %} | ||
|
||
{% block title_container 'Unknown error' %} | ||
|
||
|
||
{% block content %} | ||
|
||
<h1>Oops! A wild error appeared!</h1> | ||
<img src="{{ asset('bundles/admincore/images/uh-si.png') }}" width="250" class="fl-r ml-m" /> | ||
|
||
<p> | ||
Something is broken. Please let us know what you were doing when this error occurred. | ||
We will fix it as soon as possible. Sorry for any inconvenience caused. | ||
</p> | ||
|
||
{% endblock content %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
sudo rm -rf app/cache/* | ||
sudo rm -rf app/logs/* | ||
|
||
HTTPDUSER=`ps aux | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\ -f1` | ||
sudo chmod +a "$HTTPDUSER allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs | ||
sudo chmod +a "`whoami` allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/Elcodi/Admin/CoreBundle/Resources/public/components/frontendcore-js/bower.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/Elcodi/Admin/CoreBundle/Resources/public/components/frontendcore-js/core.js
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...codi/Admin/CoreBundle/Resources/public/components/frontendcore-js/shims/color-polyfill.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
src/Elcodi/Admin/CoreBundle/Resources/public/components/frontendcore-js/tools.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
src/Elcodi/Admin/CoreBundle/Resources/public/components/frontendcore-js/ui/autosize.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
src/Elcodi/Admin/CoreBundle/Resources/public/components/frontendcore-js/ui/carousel.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
src/Elcodi/Admin/CoreBundle/Resources/public/components/frontendcore-js/ui/cart.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
src/Elcodi/Admin/CoreBundle/Resources/public/components/frontendcore-js/ui/center-box.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.