Yarik
/
artbox-blog
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
514be31e7eebb0c40e84aab857d27d776157ced6
Authored by
Alexey Boroda
2016-11-15 11:53:47 +0200
1 parent
b3214cd3
-Product card (without video)
Showing
37 changed files
Show diff stats
Module.php
composer.json
controllers/BlogArticleController.php
controllers/BlogCategoryController.php
controllers/BlogTagController.php
controllers/DefaultController.php
models/BlogArticle.php
models/BlogArticleLang.php
models/BlogArticleSearch.php
models/BlogCategory.php
models/BlogCategoryLang.php
models/BlogCategorySearch.php
models/BlogTag.php
models/BlogTagLang.php
models/BlogTagSearch.php
views/blog-article/_form.php
views/blog-article/_form_language.php
views/blog-article/_search.php
views/blog-article/create.php
views/blog-article/index.php
views/blog-article/update.php
views/blog-article/view.php
views/blog-category/_form.php
views/blog-category/_form_language.php
views/blog-category/_search.php
views/blog-category/create.php
views/blog-category/index.php
views/blog-category/update.php
views/blog-category/view.php
views/blog-tag/_form.php
views/blog-tag/_form_language.php
views/blog-tag/_search.php
views/blog-tag/create.php
views/blog-tag/index.php
views/blog-tag/update.php
views/blog-tag/view.php
views/default/index.php
Inline
Side-by-side
Module.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
composer.json
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
controllers/BlogArticleController.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
controllers/BlogCategoryController.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
controllers/BlogTagController.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
controllers/DefaultController.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
models/BlogArticle.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
models/BlogArticleLang.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
models/BlogArticleSearch.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
models/BlogCategory.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
models/BlogCategoryLang.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
models/BlogCategorySearch.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
models/BlogTag.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
models/BlogTagLang.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
models/BlogTagSearch.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
views/blog-article/_form.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
views/blog-article/_form_language.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
views/blog-article/_search.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
views/blog-article/create.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
views/blog-article/index.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
views/blog-article/update.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
views/blog-article/view.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
views/blog-category/_form.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
views/blog-category/_form_language.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
views/blog-category/_search.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
views/blog-category/create.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
views/blog-category/index.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
views/blog-category/update.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
views/blog-category/view.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
views/blog-tag/_form.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
views/blog-tag/_form_language.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
views/blog-tag/_search.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
views/blog-tag/create.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
views/blog-tag/index.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
views/blog-tag/update.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
views/blog-tag/view.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31
views/default/index.php
100644 → 100755
Wrap text
Show/Hide comments
View file @
514be31