Yarik
/
artbox-basic
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
15047df7c25d5572aafa77b1586fc33c51a826e7
Authored by
Alexey Boroda
2017-03-20 14:24:19 +0200
1 parent
fe49a639
-Feedback almost ready
Showing
31 changed files
Show diff stats
backend/assets/AppAsset.php
backend/assets/css/custom.css
backend/assets/js/custom.js
backend/codeception.yml
backend/config/.gitignore
backend/config/bootstrap.php
backend/config/params.php
backend/config/test.php
backend/controllers/SiteController.php
backend/models/.gitkeep
backend/runtime/.gitignore
backend/tests/_bootstrap.php
backend/tests/_data/.gitignore
backend/tests/_data/login_data.php
backend/tests/_output/.gitignore
backend/tests/_support/.gitignore
backend/tests/_support/FunctionalTester.php
backend/tests/_support/UnitTester.php
backend/tests/functional.suite.yml
backend/tests/functional/LoginCest.php
backend/tests/functional/_bootstrap.php
backend/tests/unit.suite.yml
backend/tests/unit/_bootstrap.php
backend/views/site/error.php
backend/views/site/index.php
backend/views/site/login.php
backend/web/.gitignore
backend/web/assets/.gitignore
backend/web/css/site.css
backend/web/favicon.ico
backend/web/robots.txt
Inline
Side-by-side
backend/assets/AppAsset.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/assets/css/custom.css
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/assets/js/custom.js
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/codeception.yml
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/config/.gitignore
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/config/bootstrap.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/config/params.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/config/test.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/controllers/SiteController.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/models/.gitkeep
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/runtime/.gitignore
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/tests/_bootstrap.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/tests/_data/.gitignore
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/tests/_data/login_data.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/tests/_output/.gitignore
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/tests/_support/.gitignore
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/tests/_support/FunctionalTester.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/tests/_support/UnitTester.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/tests/functional.suite.yml
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/tests/functional/LoginCest.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/tests/functional/_bootstrap.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/tests/unit.suite.yml
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/tests/unit/_bootstrap.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/views/site/error.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/views/site/index.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/views/site/login.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/web/.gitignore
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/web/assets/.gitignore
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/web/css/site.css
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df
backend/web/favicon.ico
100644 → 100755
View file @
15047df
No preview for this file type
backend/web/robots.txt
100644 → 100755
Wrap text
Show/Hide comments
View file @
15047df