pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

php-basercms: Update tp 5.0.8



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Mon Nov 13 23:29:55 2023 +0900
Changeset:	b23cedcebea2c48a22d0684582df088b468d9858

Modified Files:
	php-basercms/Makefile
	php-basercms/PLIST
	php-basercms/distinfo

Log Message:
php-basercms: Update tp 5.0.8

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b23cedcebea2c48a22d0684582df088b468d9858

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 php-basercms/Makefile |   2 +-
 php-basercms/PLIST    | 343 ++++++++++++++++++++++++--------------------------
 php-basercms/distinfo |   6 +-
 3 files changed, 165 insertions(+), 186 deletions(-)

diffs:
diff --git a/php-basercms/Makefile b/php-basercms/Makefile
index 282b54b22c..9425dabea5 100644
--- a/php-basercms/Makefile
+++ b/php-basercms/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-BASERVER=	5.0.2
+BASERVER=	5.0.8
 DISTNAME=	basercms-${BASERVER}
 PKGNAME=	${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=	www
diff --git a/php-basercms/PLIST b/php-basercms/PLIST
index 7fea996e64..e5bf3a688f 100644
--- a/php-basercms/PLIST
+++ b/php-basercms/PLIST
@@ -18,6 +18,7 @@ share/basercms/__assets/plugins/baser-core/config/routes-4.php
 share/basercms/__assets/plugins/baser-core/src/Controller/Component/BcEmailComponent.php
 share/basercms/__assets/plugins/baser-core/src/Controller/Component/BcManagerComponent.php
 share/basercms/__assets/plugins/baser-core/src/Event/CakeEventManager-4.php
+share/basercms/__assets/plugins/baser-core/src/Middleware/BcCacheDispatcher.php
 share/basercms/__assets/plugins/baser-core/src/Model/Behavior/BcCacheBehavior.php
 share/basercms/__assets/plugins/baser-core/src/Model/CakeSchema.php
 share/basercms/__assets/plugins/baser-core/src/Model/Datasource/Database/BcMysql.php
@@ -70,8 +71,142 @@ share/basercms/monorepo-builder.php
 share/basercms/package-lock.json
 share/basercms/package.json
 share/basercms/phpdoc.dist.xml
-share/basercms/phpstan.neon
 share/basercms/phpunit.xml.dist
+share/basercms/plugins/BcColumn/LICENCE.txt
+share/basercms/plugins/BcColumn/VERSION.txt
+share/basercms/plugins/BcColumn/composer.json
+share/basercms/plugins/BcColumn/config.php
+share/basercms/plugins/BcColumn/config/data/default/BaserCore/content_folders.csv
+share/basercms/plugins/BcColumn/config/data/default/BaserCore/contents.csv
+share/basercms/plugins/BcColumn/config/data/default/BaserCore/pages.csv
+share/basercms/plugins/BcColumn/config/data/default/BaserCore/site_configs.csv
+share/basercms/plugins/BcColumn/config/data/default/BaserCore/sites.csv
+share/basercms/plugins/BcColumn/config/data/default/BaserCore/user_groups.csv
+share/basercms/plugins/BcColumn/config/data/default/BaserCore/users_user_groups.csv
+share/basercms/plugins/BcColumn/config/data/default/BcBlog/blog_categories.csv
+share/basercms/plugins/BcColumn/config/data/default/BcBlog/blog_comments.csv
+share/basercms/plugins/BcColumn/config/data/default/BcBlog/blog_configs.csv
+share/basercms/plugins/BcColumn/config/data/default/BcBlog/blog_contents.csv
+share/basercms/plugins/BcColumn/config/data/default/BcBlog/blog_posts.csv
+share/basercms/plugins/BcColumn/config/data/default/BcBlog/blog_posts_blog_tags.csv
+share/basercms/plugins/BcColumn/config/data/default/BcBlog/blog_tags.csv
+share/basercms/plugins/BcColumn/config/data/default/BcContentLink/content_links.csv
+share/basercms/plugins/BcColumn/config/data/default/BcEditorTemplate/editor_templates.csv
+share/basercms/plugins/BcColumn/config/data/default/BcMail/mail_configs.csv
+share/basercms/plugins/BcColumn/config/data/default/BcMail/mail_contents.csv
+share/basercms/plugins/BcColumn/config/data/default/BcMail/mail_fields.csv
+share/basercms/plugins/BcColumn/config/data/default/BcSearchIndex/search_indexes.csv
+share/basercms/plugins/BcColumn/config/data/default/BcThemeConfig/theme_configs.csv
+share/basercms/plugins/BcColumn/config/data/default/BcWidgetArea/widget_areas.csv
+share/basercms/plugins/BcColumn/screenshot.png
+share/basercms/plugins/BcColumn/src/Plugin.php
+share/basercms/plugins/BcColumn/templates/Pages/default.php
+share/basercms/plugins/BcColumn/templates/element/blog_comments.php
+share/basercms/plugins/BcColumn/templates/element/contents_menu.php
+share/basercms/plugins/BcColumn/templates/element/crumbs.php
+share/basercms/plugins/BcColumn/templates/element/footer.php
+share/basercms/plugins/BcColumn/templates/element/header.php
+share/basercms/plugins/BcColumn/templates/element/sidebar.php
+share/basercms/plugins/BcColumn/templates/element/site_search_form.php
+share/basercms/plugins/BcColumn/templates/element/toppage.php
+share/basercms/plugins/BcColumn/templates/layout/default.php
+share/basercms/plugins/BcColumn/templates/layout/left_column.php
+share/basercms/plugins/BcColumn/templates/layout/right_column.php
+share/basercms/plugins/BcColumn/templates/plugin/BcBlog/Blog/default/archives.php
+share/basercms/plugins/BcColumn/templates/plugin/BcBlog/Blog/default/index.php
+share/basercms/plugins/BcColumn/templates/plugin/BcBlog/Blog/default/posts.php
+share/basercms/plugins/BcColumn/templates/plugin/BcBlog/Blog/default/single.php
+share/basercms/plugins/BcColumn/templates/plugin/BcBlog/Blog/topics/archives.php
+share/basercms/plugins/BcColumn/templates/plugin/BcBlog/Blog/topics/index.php
+share/basercms/plugins/BcColumn/templates/plugin/BcBlog/Blog/topics/posts.php
+share/basercms/plugins/BcColumn/templates/plugin/BcBlog/Blog/topics/single.php
+share/basercms/plugins/BcColumn/templates/plugin/BcBlog/Blog/works/archives.php
+share/basercms/plugins/BcColumn/templates/plugin/BcBlog/Blog/works/index.php
+share/basercms/plugins/BcColumn/templates/plugin/BcBlog/Blog/works/posts.php
+share/basercms/plugins/BcColumn/templates/plugin/BcBlog/Blog/works/single.php
+share/basercms/plugins/BcColumn/templates/plugin/BcBlog/element/.gitkeep
+share/basercms/plugins/BcColumn/templates/plugin/BcMail/Mail/default/confirm.php
+share/basercms/plugins/BcColumn/templates/plugin/BcMail/Mail/default/index.php
+share/basercms/plugins/BcColumn/templates/plugin/BcMail/Mail/default/submit.php
+share/basercms/plugins/BcColumn/webroot/css/class.css
+share/basercms/plugins/BcColumn/webroot/css/colorbox/colorbox-1.6.1.css
+share/basercms/plugins/BcColumn/webroot/css/colorbox/images/controls.png
+share/basercms/plugins/BcColumn/webroot/css/colorbox/images/loading.gif
+share/basercms/plugins/BcColumn/webroot/css/common.css
+share/basercms/plugins/BcColumn/webroot/css/config.css
+share/basercms/plugins/BcColumn/webroot/css/font/Oswald/OFL.txt
+share/basercms/plugins/BcColumn/webroot/css/font/Oswald/Oswald-Bold.ttf
+share/basercms/plugins/BcColumn/webroot/css/font/Oswald/Oswald-Light.ttf
+share/basercms/plugins/BcColumn/webroot/css/font/Oswald/Oswald-Regular.ttf
+share/basercms/plugins/BcColumn/webroot/css/html5reset.css
+share/basercms/plugins/BcColumn/webroot/css/layout.css
+share/basercms/plugins/BcColumn/webroot/css/page.css
+share/basercms/plugins/BcColumn/webroot/css/responsive.css
+share/basercms/plugins/BcColumn/webroot/css/style.css
+share/basercms/plugins/BcColumn/webroot/css/top.css
+share/basercms/plugins/BcColumn/webroot/files/blog/2/blog_posts/2015/09/00000001_eye_catch.png
+share/basercms/plugins/BcColumn/webroot/files/blog/2/blog_posts/2015/09/00000001_eye_catch__thumb.png
+share/basercms/plugins/BcColumn/webroot/files/blog/2/blog_posts/2015/09/00000002_eye_catch.png
+share/basercms/plugins/BcColumn/webroot/files/blog/2/blog_posts/2015/09/00000002_eye_catch__thumb.png
+share/basercms/plugins/BcColumn/webroot/files/blog/2/blog_posts/2015/09/00000003_eye_catch.png
+share/basercms/plugins/BcColumn/webroot/files/blog/2/blog_posts/2015/09/00000003_eye_catch__thumb.png
+share/basercms/plugins/BcColumn/webroot/files/blog/2/blog_posts/2015/09/00000004_eye_catch.png
+share/basercms/plugins/BcColumn/webroot/files/blog/2/blog_posts/2015/09/00000004_eye_catch__thumb.png
+share/basercms/plugins/BcColumn/webroot/files/blog/3/blog_posts/2015/09/00000001_eye_catch.png
+share/basercms/plugins/BcColumn/webroot/files/blog/3/blog_posts/2015/09/00000001_eye_catch__thumb.png
+share/basercms/plugins/BcColumn/webroot/files/blog/3/blog_posts/2015/09/00000002_eye_catch.png
+share/basercms/plugins/BcColumn/webroot/files/blog/3/blog_posts/2015/09/00000002_eye_catch__thumb.png
+share/basercms/plugins/BcColumn/webroot/files/blog/3/blog_posts/2015/09/00000003_eye_catch.png
+share/basercms/plugins/BcColumn/webroot/files/blog/3/blog_posts/2015/09/00000003_eye_catch__thumb.png
+share/basercms/plugins/BcColumn/webroot/files/blog/3/blog_posts/2015/09/00000004_eye_catch.png
+share/basercms/plugins/BcColumn/webroot/files/blog/3/blog_posts/2015/09/00000004_eye_catch__thumb.png
+share/basercms/plugins/BcColumn/webroot/files/blog/3/blog_posts/2015/09/00000005_eye_catch.png
+share/basercms/plugins/BcColumn/webroot/files/blog/3/blog_posts/2015/09/00000005_eye_catch__thumb.png
+share/basercms/plugins/BcColumn/webroot/files/editor/template1.gif
+share/basercms/plugins/BcColumn/webroot/files/editor/template2.gif
+share/basercms/plugins/BcColumn/webroot/files/editor/template3.gif
+share/basercms/plugins/BcColumn/webroot/img/blog/works/noimage.png
+share/basercms/plugins/BcColumn/webroot/img/common/bg_headline.png
+share/basercms/plugins/BcColumn/webroot/img/common/bg_table_th.png
+share/basercms/plugins/BcColumn/webroot/img/common/icn_arrow01.png
+share/basercms/plugins/BcColumn/webroot/img/common/icn_arrow02.png
+share/basercms/plugins/BcColumn/webroot/img/common/icn_circle.png
+share/basercms/plugins/BcColumn/webroot/img/common/icn_square.png
+share/basercms/plugins/BcColumn/webroot/img/common/logo.png
+share/basercms/plugins/BcColumn/webroot/img/footer/btn_pagetop.png
+share/basercms/plugins/BcColumn/webroot/img/footer/clip.gif
+share/basercms/plugins/BcColumn/webroot/img/footer/komomo.gif
+share/basercms/plugins/BcColumn/webroot/img/logo.png
+share/basercms/plugins/BcColumn/webroot/img/main_image_1.png
+share/basercms/plugins/BcColumn/webroot/img/main_image_2.png
+share/basercms/plugins/BcColumn/webroot/img/main_image_3.png
+share/basercms/plugins/BcColumn/webroot/img/main_image_4.png
+share/basercms/plugins/BcColumn/webroot/img/main_image_5.png
+share/basercms/plugins/BcColumn/webroot/img/page/bg_sub_title.png
+share/basercms/plugins/BcColumn/webroot/img/page/img_layout01.png
+share/basercms/plugins/BcColumn/webroot/img/page/img_theme01.png
+share/basercms/plugins/BcColumn/webroot/img/page/img_theme02.png
+share/basercms/plugins/BcColumn/webroot/img/page/img_theme03.png
+share/basercms/plugins/BcColumn/webroot/img/sp/bg_sub_title.png
+share/basercms/plugins/BcColumn/webroot/img/sp/btn_close.png
+share/basercms/plugins/BcColumn/webroot/img/sp/btn_menu.png
+share/basercms/plugins/BcColumn/webroot/img/sp/icn_arrow.png
+share/basercms/plugins/BcColumn/webroot/img/top/img_about01.png
+share/basercms/plugins/BcColumn/webroot/img/top/img_about02.png
+share/basercms/plugins/BcColumn/webroot/img/top/img_about03.png
+share/basercms/plugins/BcColumn/webroot/img/top/img_blog01.png
+share/basercms/plugins/BcColumn/webroot/img/top/img_main.png
+share/basercms/plugins/BcColumn/webroot/img/top/img_photo01.png
+share/basercms/plugins/BcColumn/webroot/img/top/img_photo02.png
+share/basercms/plugins/BcColumn/webroot/img/top/img_photo03.png
+share/basercms/plugins/BcColumn/webroot/img/top/img_photo04.png
+share/basercms/plugins/BcColumn/webroot/js/IE9.js
+share/basercms/plugins/BcColumn/webroot/js/baser.min.js
+share/basercms/plugins/BcColumn/webroot/js/html5shiv.js
+share/basercms/plugins/BcColumn/webroot/js/jquery-1.7.2.min.js
+share/basercms/plugins/BcColumn/webroot/js/jquery.bxSlider.min.js
+share/basercms/plugins/BcColumn/webroot/js/jquery.colorbox-1.6.1.min.js
+share/basercms/plugins/BcColumn/webroot/js/startup.js
 share/basercms/plugins/BcPluginSample/README.md
 share/basercms/plugins/BcPluginSample/VERSION.txt
 share/basercms/plugins/BcPluginSample/config.php
@@ -134,6 +269,7 @@ share/basercms/plugins/BcThemeSample/src/View/Helper/BcThemeSampleHelper.php
 share/basercms/plugins/BcThemeSample/src/img/screenshot.psd
 share/basercms/plugins/BcThemeSample/templates/element/.gitkeep
 share/basercms/plugins/BcThemeSample/templates/layout/default.php
+share/basercms/plugins/BcThemeSample/webroot/css/config.css
 share/basercms/plugins/BcThemeSample/webroot/img/logo.png
 share/basercms/plugins/BcThemeSample/webroot/img/main_image_1.jpg
 share/basercms/plugins/BcThemeSample/webroot/img/main_image_2.jpg
@@ -238,7 +374,6 @@ share/basercms/plugins/baser-core/src/Controller/Api/ContentFoldersController.ph
 share/basercms/plugins/baser-core/src/Controller/Api/ContentsController.php
 share/basercms/plugins/baser-core/src/Controller/Api/PagesController.php
 share/basercms/plugins/baser-core/src/Controller/AppController.php
-share/basercms/plugins/baser-core/src/Controller/BcAppController.php
 share/basercms/plugins/baser-core/src/Controller/BcErrorController.php
 share/basercms/plugins/baser-core/src/Controller/BcFormController.php
 share/basercms/plugins/baser-core/src/Controller/BcFrontAppController.php
@@ -265,6 +400,7 @@ share/basercms/plugins/baser-core/src/Event/BcEventDispatcher.php
 share/basercms/plugins/baser-core/src/Event/BcEventDispatcherTrait.php
 share/basercms/plugins/baser-core/src/Event/BcEventListener.php
 share/basercms/plugins/baser-core/src/Event/BcHelperEventListener.php
+share/basercms/plugins/baser-core/src/Event/BcMailerEventListener.php
 share/basercms/plugins/baser-core/src/Event/BcModelEventDispatcher.php
 share/basercms/plugins/baser-core/src/Event/BcModelEventListener.php
 share/basercms/plugins/baser-core/src/Event/BcShortCodeEventListener.php
@@ -276,10 +412,9 @@ share/basercms/plugins/baser-core/src/Mailer/Admin/BcAdminMailer.php
 share/basercms/plugins/baser-core/src/Mailer/Admin/PasswordRequestMailer.php
 share/basercms/plugins/baser-core/src/Mailer/BcMailer.php
 share/basercms/plugins/baser-core/src/Middleware/BcAdminMiddleware.php
-share/basercms/plugins/baser-core/src/Middleware/BcCacheDispatcher.php
 share/basercms/plugins/baser-core/src/Middleware/BcFrontMiddleware.php
-share/basercms/plugins/baser-core/src/Middleware/BcRedirectMainSiteFilter.php
-share/basercms/plugins/baser-core/src/Middleware/BcRedirectSubSiteFilter.php
+share/basercms/plugins/baser-core/src/Middleware/BcRedirectMainSiteMiddleware.php
+share/basercms/plugins/baser-core/src/Middleware/BcRedirectSubSiteMiddleware.php
 share/basercms/plugins/baser-core/src/Middleware/BcRequestFilterMiddleware.php
 share/basercms/plugins/baser-core/src/Model/Behavior/BcContentsBehavior.php
 share/basercms/plugins/baser-core/src/Model/Behavior/BcKeyValueBehavior.php
@@ -403,10 +538,13 @@ share/basercms/plugins/baser-core/src/Utility/BcComposer.php
 share/basercms/plugins/baser-core/src/Utility/BcContainer.php
 share/basercms/plugins/baser-core/src/Utility/BcContainerTrait.php
 share/basercms/plugins/baser-core/src/Utility/BcEvent.php
+share/basercms/plugins/baser-core/src/Utility/BcFile.php
 share/basercms/plugins/baser-core/src/Utility/BcFileUploader.php
+share/basercms/plugins/baser-core/src/Utility/BcFolder.php
 share/basercms/plugins/baser-core/src/Utility/BcGmaps.php
 share/basercms/plugins/baser-core/src/Utility/BcLang.php
 share/basercms/plugins/baser-core/src/Utility/BcSiteConfig.php
+share/basercms/plugins/baser-core/src/Utility/BcText.php
 share/basercms/plugins/baser-core/src/Utility/BcUpdateLog.php
 share/basercms/plugins/baser-core/src/Utility/BcUtil.php
 share/basercms/plugins/baser-core/src/Utility/BcZip.php
@@ -471,19 +609,6 @@ share/basercms/plugins/baser-core/tests/Fixture/ContentsFixture.php
 share/basercms/plugins/baser-core/tests/Fixture/Controller/UserGroupsController/UserGroupsPaginationFixture.php
 share/basercms/plugins/baser-core/tests/Fixture/Controller/UsersController/UsersPaginationFixture.php
 share/basercms/plugins/baser-core/tests/Fixture/DblogsFixture.php
-share/basercms/plugins/baser-core/tests/Fixture/Factory/ContentFoldersFixture.php
-share/basercms/plugins/baser-core/tests/Fixture/Factory/ContentsFixture.php
-share/basercms/plugins/baser-core/tests/Fixture/Factory/DblogsFixture.php
-share/basercms/plugins/baser-core/tests/Fixture/Factory/PagesFixture.php
-share/basercms/plugins/baser-core/tests/Fixture/Factory/PasswordRequestsFixture.php
-share/basercms/plugins/baser-core/tests/Fixture/Factory/PermissionGroupsFixture.php
-share/basercms/plugins/baser-core/tests/Fixture/Factory/PermissionsFixture.php
-share/basercms/plugins/baser-core/tests/Fixture/Factory/SearchIndexesFixture.php
-share/basercms/plugins/baser-core/tests/Fixture/Factory/SiteConfigsFixture.php
-share/basercms/plugins/baser-core/tests/Fixture/Factory/SitesFixture.php
-share/basercms/plugins/baser-core/tests/Fixture/Factory/UserGroupsFixture.php
-share/basercms/plugins/baser-core/tests/Fixture/Factory/UsersFixture.php
-share/basercms/plugins/baser-core/tests/Fixture/Factory/UsersUserGroupsFixture.php
 share/basercms/plugins/baser-core/tests/Fixture/LoginStoresFixture.php
 share/basercms/plugins/baser-core/tests/Fixture/MailContentsFixture.php
 share/basercms/plugins/baser-core/tests/Fixture/Model/Entity/Site/ContentShouldRedirectsFixture.php
@@ -557,7 +682,6 @@ share/basercms/plugins/baser-core/tests/TestCase/Controller/Api/ContentFoldersCo
 share/basercms/plugins/baser-core/tests/TestCase/Controller/Api/ContentsControllerTest.php
 share/basercms/plugins/baser-core/tests/TestCase/Controller/Api/PagesControllerTest.php
 share/basercms/plugins/baser-core/tests/TestCase/Controller/AppControllerTest.php
-share/basercms/plugins/baser-core/tests/TestCase/Controller/BcAppControllerTest.php
 share/basercms/plugins/baser-core/tests/TestCase/Controller/BcErrorControllerTest.php
 share/basercms/plugins/baser-core/tests/TestCase/Controller/BcFormControllerTest.php
 share/basercms/plugins/baser-core/tests/TestCase/Controller/BcFrontAppControllerTest.php
@@ -581,7 +705,7 @@ share/basercms/plugins/baser-core/tests/TestCase/Form/ContentsSearchFormTest.php
 share/basercms/plugins/baser-core/tests/TestCase/Middleware/BcAdminMiddlewareTest.php
 share/basercms/plugins/baser-core/tests/TestCase/Middleware/BcFrontMiddlewareTest.php
 share/basercms/plugins/baser-core/tests/TestCase/Middleware/BcRedirectMainSiteFilterTest.php
-share/basercms/plugins/baser-core/tests/TestCase/Middleware/BcRedirectSubSiteFilterTest.php
+share/basercms/plugins/baser-core/tests/TestCase/Middleware/BcRedirectSubSiteMiddlewareTest.php
 share/basercms/plugins/baser-core/tests/TestCase/Middleware/BcRequestFilterMiddlewareTest.php
 share/basercms/plugins/baser-core/tests/TestCase/Model/Behavior/BcContentsBehaviorTest.php
 share/basercms/plugins/baser-core/tests/TestCase/Model/Behavior/BcKeyValueBehaviorTest.php
@@ -591,7 +715,6 @@ share/basercms/plugins/baser-core/tests/TestCase/Model/Entity/SearchIndexTest.ph
 share/basercms/plugins/baser-core/tests/TestCase/Model/Entity/SiteTest.php
 share/basercms/plugins/baser-core/tests/TestCase/Model/Entity/UserTest.php
 share/basercms/plugins/baser-core/tests/TestCase/Model/Table/AppTableTest.php
-share/basercms/plugins/baser-core/tests/TestCase/Model/Table/BcAppTableTest.php
 share/basercms/plugins/baser-core/tests/TestCase/Model/Table/ContentFoldersTableTest.php
 share/basercms/plugins/baser-core/tests/TestCase/Model/Table/ContentsFixtureTest.php
 share/basercms/plugins/baser-core/tests/TestCase/Model/Table/ContentsTableTest.php
@@ -659,6 +782,7 @@ share/basercms/plugins/baser-core/tests/TestCase/Utility/BcContainerTest.php
 share/basercms/plugins/baser-core/tests/TestCase/Utility/BcContainerTraitTest.php
 share/basercms/plugins/baser-core/tests/TestCase/Utility/BcFileUploaderTest.php
 share/basercms/plugins/baser-core/tests/TestCase/Utility/BcGmapsTest.php
+share/basercms/plugins/baser-core/tests/TestCase/Utility/BcTextTest.php
 share/basercms/plugins/baser-core/tests/TestCase/Utility/BcUpdateLogTest.php
 share/basercms/plugins/baser-core/tests/TestCase/Utility/BcUtilTest.php
 share/basercms/plugins/baser-core/tests/TestCase/View/AppViewTest.php
@@ -695,7 +819,6 @@ share/basercms/plugins/bc-admin-third/VERSION.txt
 share/basercms/plugins/bc-admin-third/composer.json
 share/basercms/plugins/bc-admin-third/config.php
 share/basercms/plugins/bc-admin-third/gulpfile.js
-share/basercms/plugins/bc-admin-third/package-lock.json
 share/basercms/plugins/bc-admin-third/package.json
 share/basercms/plugins/bc-admin-third/src/Plugin.php
 share/basercms/plugins/bc-admin-third/src/bc_blog/js/admin/blog_categories/form.js
@@ -1685,12 +1808,6 @@ share/basercms/plugins/bc-blog/tests/Fixture/Default/BlogContentsFixture.php
 share/basercms/plugins/bc-blog/tests/Fixture/Default/BlogPostsBlogTagFixture.php
 share/basercms/plugins/bc-blog/tests/Fixture/Default/BlogPostsFixture.php
 share/basercms/plugins/bc-blog/tests/Fixture/Default/BlogTagsFixture.php
-share/basercms/plugins/bc-blog/tests/Fixture/Factory/BlogCategoriesFixture.php
-share/basercms/plugins/bc-blog/tests/Fixture/Factory/BlogCommentsFixture.php
-share/basercms/plugins/bc-blog/tests/Fixture/Factory/BlogContentsFixture.php
-share/basercms/plugins/bc-blog/tests/Fixture/Factory/BlogPostsBlogTagsFixture.php
-share/basercms/plugins/bc-blog/tests/Fixture/Factory/BlogPostsFixture.php
-share/basercms/plugins/bc-blog/tests/Fixture/Factory/BlogTagsFixture.php
 share/basercms/plugins/bc-blog/tests/Fixture/File/test1.png
 share/basercms/plugins/bc-blog/tests/Fixture/Model/BlogPost/BlogCategoryModelFixture.php
 share/basercms/plugins/bc-blog/tests/Fixture/Model/BlogPost/BlogPostModelFixture.php
@@ -1738,6 +1855,7 @@ share/basercms/plugins/bc-blog/tests/TestCase/Model/BlogCommentsTableTest.php
 share/basercms/plugins/bc-blog/tests/TestCase/Model/BlogContentsTableTest.php
 share/basercms/plugins/bc-blog/tests/TestCase/Model/BlogPostsTableTest.php
 share/basercms/plugins/bc-blog/tests/TestCase/Model/BlogTagsTableTest.php
+share/basercms/plugins/bc-blog/tests/TestCase/Model/Entity/BlogPostTest.php
 share/basercms/plugins/bc-blog/tests/TestCase/Model/Validation/BlogCategoryValidationTest.php
 share/basercms/plugins/bc-blog/tests/TestCase/Model/Validation/BlogContentValidationTest.php
 share/basercms/plugins/bc-blog/tests/TestCase/PluginTest.php
@@ -1757,141 +1875,6 @@ share/basercms/plugins/bc-blog/tests/TestCase/View/BlogAppViewTest.php
 share/basercms/plugins/bc-blog/tests/TestCase/View/Helper/BlogHelperTest.php
 share/basercms/plugins/bc-blog/webpack.config.js
 share/basercms/plugins/bc-blog/webroot/css/admin/bc_blog_admin.css
-share/basercms/plugins/bc-column/LICENCE.txt
-share/basercms/plugins/bc-column/VERSION.txt
-share/basercms/plugins/bc-column/composer.json
-share/basercms/plugins/bc-column/config.php
-share/basercms/plugins/bc-column/config/data/default/BaserCore/content_folders.csv
-share/basercms/plugins/bc-column/config/data/default/BaserCore/contents.csv
-share/basercms/plugins/bc-column/config/data/default/BaserCore/pages.csv
-share/basercms/plugins/bc-column/config/data/default/BaserCore/site_configs.csv
-share/basercms/plugins/bc-column/config/data/default/BaserCore/sites.csv
-share/basercms/plugins/bc-column/config/data/default/BaserCore/user_groups.csv
-share/basercms/plugins/bc-column/config/data/default/BaserCore/users_user_groups.csv
-share/basercms/plugins/bc-column/config/data/default/BcBlog/blog_categories.csv
-share/basercms/plugins/bc-column/config/data/default/BcBlog/blog_comments.csv
-share/basercms/plugins/bc-column/config/data/default/BcBlog/blog_configs.csv
-share/basercms/plugins/bc-column/config/data/default/BcBlog/blog_contents.csv
-share/basercms/plugins/bc-column/config/data/default/BcBlog/blog_posts.csv
-share/basercms/plugins/bc-column/config/data/default/BcBlog/blog_posts_blog_tags.csv
-share/basercms/plugins/bc-column/config/data/default/BcBlog/blog_tags.csv
-share/basercms/plugins/bc-column/config/data/default/BcContentLink/content_links.csv
-share/basercms/plugins/bc-column/config/data/default/BcEditorTemplate/editor_templates.csv
-share/basercms/plugins/bc-column/config/data/default/BcMail/mail_configs.csv
-share/basercms/plugins/bc-column/config/data/default/BcMail/mail_contents.csv
-share/basercms/plugins/bc-column/config/data/default/BcMail/mail_fields.csv
-share/basercms/plugins/bc-column/config/data/default/BcSearchIndex/search_indexes.csv
-share/basercms/plugins/bc-column/config/data/default/BcThemeConfig/theme_configs.csv
-share/basercms/plugins/bc-column/config/data/default/BcWidgetArea/widget_areas.csv
-share/basercms/plugins/bc-column/screenshot.png
-share/basercms/plugins/bc-column/src/Plugin.php
-share/basercms/plugins/bc-column/templates/Pages/default.php
-share/basercms/plugins/bc-column/templates/element/blog_comments.php
-share/basercms/plugins/bc-column/templates/element/contents_menu.php
-share/basercms/plugins/bc-column/templates/element/crumbs.php
-share/basercms/plugins/bc-column/templates/element/footer.php
-share/basercms/plugins/bc-column/templates/element/header.php
-share/basercms/plugins/bc-column/templates/element/sidebar.php
-share/basercms/plugins/bc-column/templates/element/site_search_form.php
-share/basercms/plugins/bc-column/templates/element/toppage.php
-share/basercms/plugins/bc-column/templates/layout/default.php
-share/basercms/plugins/bc-column/templates/layout/left_column.php
-share/basercms/plugins/bc-column/templates/layout/right_column.php
-share/basercms/plugins/bc-column/templates/plugin/BcBlog/Blog/default/archives.php
-share/basercms/plugins/bc-column/templates/plugin/BcBlog/Blog/default/index.php
-share/basercms/plugins/bc-column/templates/plugin/BcBlog/Blog/default/posts.php
-share/basercms/plugins/bc-column/templates/plugin/BcBlog/Blog/default/single.php
-share/basercms/plugins/bc-column/templates/plugin/BcBlog/Blog/topics/archives.php
-share/basercms/plugins/bc-column/templates/plugin/BcBlog/Blog/topics/index.php
-share/basercms/plugins/bc-column/templates/plugin/BcBlog/Blog/topics/posts.php
-share/basercms/plugins/bc-column/templates/plugin/BcBlog/Blog/topics/single.php
-share/basercms/plugins/bc-column/templates/plugin/BcBlog/Blog/works/archives.php
-share/basercms/plugins/bc-column/templates/plugin/BcBlog/Blog/works/index.php
-share/basercms/plugins/bc-column/templates/plugin/BcBlog/Blog/works/posts.php
-share/basercms/plugins/bc-column/templates/plugin/BcBlog/Blog/works/single.php
-share/basercms/plugins/bc-column/templates/plugin/BcBlog/element/.gitkeep
-share/basercms/plugins/bc-column/templates/plugin/BcMail/Mail/default/confirm.php
-share/basercms/plugins/bc-column/templates/plugin/BcMail/Mail/default/index.php
-share/basercms/plugins/bc-column/templates/plugin/BcMail/Mail/default/submit.php
-share/basercms/plugins/bc-column/webroot/css/class.css
-share/basercms/plugins/bc-column/webroot/css/colorbox/colorbox-1.6.1.css
-share/basercms/plugins/bc-column/webroot/css/colorbox/images/controls.png
-share/basercms/plugins/bc-column/webroot/css/colorbox/images/loading.gif
-share/basercms/plugins/bc-column/webroot/css/common.css
-share/basercms/plugins/bc-column/webroot/css/config.css
-share/basercms/plugins/bc-column/webroot/css/font/Oswald/OFL.txt
-share/basercms/plugins/bc-column/webroot/css/font/Oswald/Oswald-Bold.ttf
-share/basercms/plugins/bc-column/webroot/css/font/Oswald/Oswald-Light.ttf
-share/basercms/plugins/bc-column/webroot/css/font/Oswald/Oswald-Regular.ttf
-share/basercms/plugins/bc-column/webroot/css/html5reset.css
-share/basercms/plugins/bc-column/webroot/css/layout.css
-share/basercms/plugins/bc-column/webroot/css/page.css
-share/basercms/plugins/bc-column/webroot/css/responsive.css
-share/basercms/plugins/bc-column/webroot/css/style.css
-share/basercms/plugins/bc-column/webroot/css/top.css
-share/basercms/plugins/bc-column/webroot/files/blog/2/blog_posts/2015/09/00000001_eye_catch.png
-share/basercms/plugins/bc-column/webroot/files/blog/2/blog_posts/2015/09/00000001_eye_catch__thumb.png
-share/basercms/plugins/bc-column/webroot/files/blog/2/blog_posts/2015/09/00000002_eye_catch.png
-share/basercms/plugins/bc-column/webroot/files/blog/2/blog_posts/2015/09/00000002_eye_catch__thumb.png
-share/basercms/plugins/bc-column/webroot/files/blog/2/blog_posts/2015/09/00000003_eye_catch.png
-share/basercms/plugins/bc-column/webroot/files/blog/2/blog_posts/2015/09/00000003_eye_catch__thumb.png
-share/basercms/plugins/bc-column/webroot/files/blog/2/blog_posts/2015/09/00000004_eye_catch.png
-share/basercms/plugins/bc-column/webroot/files/blog/2/blog_posts/2015/09/00000004_eye_catch__thumb.png
-share/basercms/plugins/bc-column/webroot/files/blog/3/blog_posts/2015/09/00000001_eye_catch.png
-share/basercms/plugins/bc-column/webroot/files/blog/3/blog_posts/2015/09/00000001_eye_catch__thumb.png
-share/basercms/plugins/bc-column/webroot/files/blog/3/blog_posts/2015/09/00000002_eye_catch.png
-share/basercms/plugins/bc-column/webroot/files/blog/3/blog_posts/2015/09/00000002_eye_catch__thumb.png
-share/basercms/plugins/bc-column/webroot/files/blog/3/blog_posts/2015/09/00000003_eye_catch.png
-share/basercms/plugins/bc-column/webroot/files/blog/3/blog_posts/2015/09/00000003_eye_catch__thumb.png
-share/basercms/plugins/bc-column/webroot/files/blog/3/blog_posts/2015/09/00000004_eye_catch.png
-share/basercms/plugins/bc-column/webroot/files/blog/3/blog_posts/2015/09/00000004_eye_catch__thumb.png
-share/basercms/plugins/bc-column/webroot/files/blog/3/blog_posts/2015/09/00000005_eye_catch.png
-share/basercms/plugins/bc-column/webroot/files/blog/3/blog_posts/2015/09/00000005_eye_catch__thumb.png
-share/basercms/plugins/bc-column/webroot/files/editor/template1.gif
-share/basercms/plugins/bc-column/webroot/files/editor/template2.gif
-share/basercms/plugins/bc-column/webroot/files/editor/template3.gif
-share/basercms/plugins/bc-column/webroot/img/blog/works/noimage.png
-share/basercms/plugins/bc-column/webroot/img/common/bg_headline.png
-share/basercms/plugins/bc-column/webroot/img/common/bg_table_th.png
-share/basercms/plugins/bc-column/webroot/img/common/icn_arrow01.png
-share/basercms/plugins/bc-column/webroot/img/common/icn_arrow02.png
-share/basercms/plugins/bc-column/webroot/img/common/icn_circle.png
-share/basercms/plugins/bc-column/webroot/img/common/icn_square.png
-share/basercms/plugins/bc-column/webroot/img/common/logo.png
-share/basercms/plugins/bc-column/webroot/img/footer/btn_pagetop.png
-share/basercms/plugins/bc-column/webroot/img/footer/clip.gif
-share/basercms/plugins/bc-column/webroot/img/footer/komomo.gif
-share/basercms/plugins/bc-column/webroot/img/logo.png
-share/basercms/plugins/bc-column/webroot/img/main_image_1.png
-share/basercms/plugins/bc-column/webroot/img/main_image_2.png
-share/basercms/plugins/bc-column/webroot/img/main_image_3.png
-share/basercms/plugins/bc-column/webroot/img/main_image_4.png
-share/basercms/plugins/bc-column/webroot/img/main_image_5.png
-share/basercms/plugins/bc-column/webroot/img/page/bg_sub_title.png
-share/basercms/plugins/bc-column/webroot/img/page/img_layout01.png
-share/basercms/plugins/bc-column/webroot/img/page/img_theme01.png
-share/basercms/plugins/bc-column/webroot/img/page/img_theme02.png
-share/basercms/plugins/bc-column/webroot/img/page/img_theme03.png
-share/basercms/plugins/bc-column/webroot/img/sp/bg_sub_title.png
-share/basercms/plugins/bc-column/webroot/img/sp/btn_close.png
-share/basercms/plugins/bc-column/webroot/img/sp/btn_menu.png
-share/basercms/plugins/bc-column/webroot/img/sp/icn_arrow.png
-share/basercms/plugins/bc-column/webroot/img/top/img_about01.png
-share/basercms/plugins/bc-column/webroot/img/top/img_about02.png
-share/basercms/plugins/bc-column/webroot/img/top/img_about03.png
-share/basercms/plugins/bc-column/webroot/img/top/img_blog01.png
-share/basercms/plugins/bc-column/webroot/img/top/img_main.png
-share/basercms/plugins/bc-column/webroot/img/top/img_photo01.png
-share/basercms/plugins/bc-column/webroot/img/top/img_photo02.png
-share/basercms/plugins/bc-column/webroot/img/top/img_photo03.png
-share/basercms/plugins/bc-column/webroot/img/top/img_photo04.png
-share/basercms/plugins/bc-column/webroot/js/IE9.js
-share/basercms/plugins/bc-column/webroot/js/baser.min.js
-share/basercms/plugins/bc-column/webroot/js/html5shiv.js
-share/basercms/plugins/bc-column/webroot/js/jquery-1.7.2.min.js
-share/basercms/plugins/bc-column/webroot/js/jquery.bxSlider.min.js
-share/basercms/plugins/bc-column/webroot/js/jquery.colorbox-1.6.1.min.js
-share/basercms/plugins/bc-column/webroot/js/startup.js
 share/basercms/plugins/bc-content-link/README.md
 share/basercms/plugins/bc-content-link/composer.json
 share/basercms/plugins/bc-content-link/config.php
@@ -1911,7 +1894,6 @@ share/basercms/plugins/bc-content-link/src/Service/ContentLinksService.php
 share/basercms/plugins/bc-content-link/src/Service/ContentLinksServiceInterface.php
 share/basercms/plugins/bc-content-link/src/ServiceProvider/BcContentLinkServiceProvider.php
 share/basercms/plugins/bc-content-link/tests/Factory/ContentLinkFactory.php
-share/basercms/plugins/bc-content-link/tests/Fixture/Factory/ContentLinksFixture.php
 share/basercms/plugins/bc-content-link/tests/Scenario/ContentLinksServiceScenario.php
 share/basercms/plugins/bc-content-link/tests/TestCase/Controller/Admin/ContentLinksControllerTest.php
 share/basercms/plugins/bc-content-link/tests/TestCase/Controller/Api/Admin/ContentLinksControllerTest.php
@@ -1928,6 +1910,7 @@ share/basercms/plugins/bc-custom-content/config/Migrations/20230107045838_Create
 share/basercms/plugins/bc-custom-content/config/Migrations/20230107045839_CreateCustomTables.php
 share/basercms/plugins/bc-custom-content/config/Migrations/20230107045840_CreateCustomEntries1.php
 share/basercms/plugins/bc-custom-content/config/Migrations/20230107045841_CreateCustomEntries2.php
+share/basercms/plugins/bc-custom-content/config/Migrations/20230107045842_CreateCustomEntries.php
 share/basercms/plugins/bc-custom-content/config/Migrations/20230117094759_CreateCustomLinks.php
 share/basercms/plugins/bc-custom-content/config/Migrations/20230117094760_CreateCustomFields.php
 share/basercms/plugins/bc-custom-content/config/Migrations/20230328000000_AlterIdToBcCustomContentAll.php
@@ -2030,7 +2013,7 @@ share/basercms/plugins/bc-custom-content/src/Controller/Api/CustomEntriesControl
 share/basercms/plugins/bc-custom-content/src/Controller/Api/CustomLinksController.php
 share/basercms/plugins/bc-custom-content/src/Controller/CustomContentController.php
 share/basercms/plugins/bc-custom-content/src/Controller/CustomContentFrontAppController.php
-share/basercms/plugins/bc-custom-content/src/Event/BcCustomContentViewEventListener.php
+share/basercms/plugins/bc-custom-content/src/Event/BcCustomContentControllerEventListener.php
 share/basercms/plugins/bc-custom-content/src/Model/Entity/CustomContent.php
 share/basercms/plugins/bc-custom-content/src/Model/Entity/CustomEntry.php
 share/basercms/plugins/bc-custom-content/src/Model/Entity/CustomField.php
@@ -2078,10 +2061,6 @@ share/basercms/plugins/bc-custom-content/tests/Factory/CustomEntryFactory.php
 share/basercms/plugins/bc-custom-content/tests/Factory/CustomFieldFactory.php
 share/basercms/plugins/bc-custom-content/tests/Factory/CustomLinkFactory.php
 share/basercms/plugins/bc-custom-content/tests/Factory/CustomTableFactory.php
-share/basercms/plugins/bc-custom-content/tests/Fixture/Factory/CustomContentsFixture.php
-share/basercms/plugins/bc-custom-content/tests/Fixture/Factory/CustomFieldsFixture.php
-share/basercms/plugins/bc-custom-content/tests/Fixture/Factory/CustomLinksFixture.php
-share/basercms/plugins/bc-custom-content/tests/Fixture/Factory/CustomTablesFixture.php
 share/basercms/plugins/bc-custom-content/tests/Scenario/CustomContentsScenario.php
 share/basercms/plugins/bc-custom-content/tests/Scenario/CustomEntriesScenario.php
 share/basercms/plugins/bc-custom-content/tests/Scenario/CustomFieldsScenario.php
@@ -2091,6 +2070,7 @@ share/basercms/plugins/bc-custom-content/tests/TestCase/Controller/Admin/Api/Cus
 share/basercms/plugins/bc-custom-content/tests/TestCase/Controller/Admin/Api/CustomFieldsControllerTest.php
 share/basercms/plugins/bc-custom-content/tests/TestCase/Controller/Admin/Api/CustomLinksControllerTest.php
 share/basercms/plugins/bc-custom-content/tests/TestCase/Controller/Admin/Api/CustomTablesControllerTest.php
+share/basercms/plugins/bc-custom-content/tests/TestCase/Controller/Admin/CustomContentAdminAppControllerTest.php
 share/basercms/plugins/bc-custom-content/tests/TestCase/Controller/Admin/CustomContentsControllerTest.php
 share/basercms/plugins/bc-custom-content/tests/TestCase/Controller/Admin/CustomEntriesControllerTest.php
 share/basercms/plugins/bc-custom-content/tests/TestCase/Controller/Admin/CustomFieldsControllerTest.php
@@ -2098,9 +2078,12 @@ share/basercms/plugins/bc-custom-content/tests/TestCase/Controller/Admin/CustomT
 share/basercms/plugins/bc-custom-content/tests/TestCase/Controller/Api/CustomContentsControllerTest.php
 share/basercms/plugins/bc-custom-content/tests/TestCase/Controller/Api/CustomEntriesControllerTest.php
 share/basercms/plugins/bc-custom-content/tests/TestCase/Controller/Api/CustomLinksControllerTest.php
+share/basercms/plugins/bc-custom-content/tests/TestCase/Controller/CustomContentFrontAppControllerTest.php
+share/basercms/plugins/bc-custom-content/tests/TestCase/Controller/CustomContentsControllerTest.php
 share/basercms/plugins/bc-custom-content/tests/TestCase/Model/Table/CustomContentsTableTest.php
 share/basercms/plugins/bc-custom-content/tests/TestCase/Model/Table/CustomEntriesTableTest.php
 share/basercms/plugins/bc-custom-content/tests/TestCase/Model/Table/CustomFieldsTableTest.php
+share/basercms/plugins/bc-custom-content/tests/TestCase/Model/Table/CustomLinksTableTest.php
 share/basercms/plugins/bc-custom-content/tests/TestCase/Model/Table/CustomTablesTableTest.php
 share/basercms/plugins/bc-custom-content/tests/TestCase/PluginTest.php
 share/basercms/plugins/bc-custom-content/tests/TestCase/Service/Admin/CustomContentsAdminServiceTest.php
@@ -2135,7 +2118,6 @@ share/basercms/plugins/bc-editor-template/src/Service/EditorTemplatesServiceInte
 share/basercms/plugins/bc-editor-template/src/ServiceProvider/BcEditorTemplateServiceProvider.php
 share/basercms/plugins/bc-editor-template/tests/Factory/EditorTemplateFactory.php
 share/basercms/plugins/bc-editor-template/tests/Fixture/Default/EditorTemplatesFixture.php
-share/basercms/plugins/bc-editor-template/tests/Fixture/Factory/EditorTemplatesFixture.php
 share/basercms/plugins/bc-editor-template/tests/Scenario/EditorTemplatesScenario.php
 share/basercms/plugins/bc-editor-template/tests/TestCase/Controller/Admin/EditorTemplatesControllerTest.php
 share/basercms/plugins/bc-editor-template/tests/TestCase/Controller/Api/Admin/EditorTemplatesControllerTest.php
@@ -2158,7 +2140,8 @@ share/basercms/plugins/bc-favorite/src/Plugin.php
 share/basercms/plugins/bc-favorite/src/Service/FavoritesService.php
 share/basercms/plugins/bc-favorite/src/Service/FavoritesServiceInterface.php
 share/basercms/plugins/bc-favorite/src/ServiceProvider/BcFavoriteServiceProvider.php
-share/basercms/plugins/bc-favorite/tests/Fixture/FavoritesFixture.php
+share/basercms/plugins/bc-favorite/tests/Factory/FavoriteFactory.php
+share/basercms/plugins/bc-favorite/tests/Scenario/FavoritesScenario.php
 share/basercms/plugins/bc-favorite/tests/TestCase/Controller/Api/Admin/FavoritesControllerTest.php
 share/basercms/plugins/bc-favorite/tests/TestCase/Model/Table/FavoritesTableTest.php
 share/basercms/plugins/bc-favorite/tests/TestCase/Model/Validation/FavoriteValidationTest.php
@@ -2364,8 +2347,6 @@ share/basercms/plugins/bc-installer/config.php
 share/basercms/plugins/bc-installer/config/setting.php
 share/basercms/plugins/bc-installer/src/Command/InstallCheckCommand.php
 share/basercms/plugins/bc-installer/src/Command/InstallCommand.php
-share/basercms/plugins/bc-installer/src/Command/InstallResetCommand.php
-share/basercms/plugins/bc-installer/src/Command/ReinstallCommand.php
 share/basercms/plugins/bc-installer/src/Controller/Admin/InstallationsController.php
 share/basercms/plugins/bc-installer/src/Mailer/Admin/InstallerMailer.php
 share/basercms/plugins/bc-installer/src/Plugin.php
@@ -2442,6 +2423,7 @@ share/basercms/plugins/bc-mail/src/Service/MailFieldsServiceInterface.php
 share/basercms/plugins/bc-mail/src/Service/MailMessagesService.php
 share/basercms/plugins/bc-mail/src/Service/MailMessagesServiceInterface.php
 share/basercms/plugins/bc-mail/src/ServiceProvider/BcMailServiceProvider.php
+share/basercms/plugins/bc-mail/src/View/Cell/MailCell.php
 share/basercms/plugins/bc-mail/src/View/Helper/BcMailBaserHelper.php
 share/basercms/plugins/bc-mail/src/View/Helper/MailHelper.php
 share/basercms/plugins/bc-mail/src/View/Helper/MaildataHelper.php
@@ -2458,9 +2440,6 @@ share/basercms/plugins/bc-mail/tests/Fixture/Default/MailConfigFixture.php
 share/basercms/plugins/bc-mail/tests/Fixture/Default/MailContentFixture.php
 share/basercms/plugins/bc-mail/tests/Fixture/Default/MailFieldFixture.php
 share/basercms/plugins/bc-mail/tests/Fixture/Default/MailMessageFixture.php
-share/basercms/plugins/bc-mail/tests/Fixture/Factory/MailContentsFixture.php
-share/basercms/plugins/bc-mail/tests/Fixture/Factory/MailFieldsFixture.php
-share/basercms/plugins/bc-mail/tests/Fixture/Factory/MailMessagesFixture.php
 share/basercms/plugins/bc-mail/tests/Fixture/Model/MailMessage/MailContentMailMessageFixture.php
 share/basercms/plugins/bc-mail/tests/Fixture/Model/MailMessage/MailFieldMailMessageFixture.php
 share/basercms/plugins/bc-mail/tests/PluginTest.php
@@ -2475,6 +2454,7 @@ share/basercms/plugins/bc-mail/tests/TestCase/Controller/Api/Admin/MailFieldsCon
 share/basercms/plugins/bc-mail/tests/TestCase/Controller/Api/Admin/MailMessagesControllerTest.php
 share/basercms/plugins/bc-mail/tests/TestCase/Controller/Api/MailContentsControllerTest.php
 share/basercms/plugins/bc-mail/tests/TestCase/Controller/Api/MailFieldsControllerTest.php
+share/basercms/plugins/bc-mail/tests/TestCase/Controller/Api/MailMessagesControllerTest.php
 share/basercms/plugins/bc-mail/tests/TestCase/Controller/MailControllerTest.php
 share/basercms/plugins/bc-mail/tests/TestCase/Model/MailMessagesTableTest.php
 share/basercms/plugins/bc-mail/tests/TestCase/Model/Table/MailContentsTableTest.php
@@ -2522,7 +2502,6 @@ share/basercms/plugins/bc-search-index/src/Service/SearchIndexesServiceInterface
 share/basercms/plugins/bc-search-index/src/ServiceProvider/BcSearchIndexServiceProvider.php
 share/basercms/plugins/bc-search-index/src/View/Helper/BcSearchIndexHelper.php
 share/basercms/plugins/bc-search-index/tests/Factory/SearchIndexFactory.php
-share/basercms/plugins/bc-search-index/tests/Fixture/Factory/SearchIndexesFixture.php
 share/basercms/plugins/bc-search-index/tests/Fixture/SearchIndexesFixture.php
 share/basercms/plugins/bc-search-index/tests/Scenario/Service/SearchIndexesServiceScenario.php
 share/basercms/plugins/bc-search-index/tests/TestCase/Controller/Admin/SearchIndexesControllerTest.php
@@ -2559,7 +2538,6 @@ share/basercms/plugins/bc-theme-config/src/ServiceProvider/BcThemeConfigServiceP
 share/basercms/plugins/bc-theme-config/src/View/Helper/BcThemeConfigBaserHelper.php
 share/basercms/plugins/bc-theme-config/src/View/Helper/BcThemeConfigHelper.php
 share/basercms/plugins/bc-theme-config/tests/Factory/ThemeConfigFactory.php
-share/basercms/plugins/bc-theme-config/tests/Fixture/Factory/ThemeConfigsFixture.php
 share/basercms/plugins/bc-theme-config/tests/Fixture/ThemeConfigsFixture.php
 share/basercms/plugins/bc-theme-config/tests/Scenario/ThemeConfigsScenario.php
 share/basercms/plugins/bc-theme-config/tests/TestCase/Controller/Admin/ThemeConfigsControllerTest.php
@@ -2567,6 +2545,7 @@ share/basercms/plugins/bc-theme-config/tests/TestCase/Controller/Api/Admin/Theme
 share/basercms/plugins/bc-theme-config/tests/TestCase/Model/Table/ThemeConfigTest.php
 share/basercms/plugins/bc-theme-config/tests/TestCase/Service/Admin/ThemeConfigsAdminServiceTest.php
 share/basercms/plugins/bc-theme-config/tests/TestCase/Service/ThemeConfigsServiceTest.php
+share/basercms/plugins/bc-theme-config/tests/TestCase/ServiceProvider/BcThemeConfigServiceProviderTest.php
 share/basercms/plugins/bc-theme-config/tests/TestCase/View/Helper/BcThemeConfigHelperTest.php
 share/basercms/plugins/bc-theme-file/README.md
 share/basercms/plugins/bc-theme-file/composer.json
@@ -2598,12 +2577,16 @@ share/basercms/plugins/bc-theme-file/src/Utility/BcThemeFileUtil.php
 share/basercms/plugins/bc-theme-file/tests/TestCase/Controller/Admin/ThemeFilesControllerTest.php
 share/basercms/plugins/bc-theme-file/tests/TestCase/Controller/Api/Admin/ThemeFilesControllerTest.php
 share/basercms/plugins/bc-theme-file/tests/TestCase/Controller/Api/Admin/ThemeFoldersControllerTest.php
+share/basercms/plugins/bc-theme-file/tests/TestCase/Form/ThemeFileFormTest.php
 share/basercms/plugins/bc-theme-file/tests/TestCase/Model/Table/ThemeFileTest.php
 share/basercms/plugins/bc-theme-file/tests/TestCase/Model/Table/ThemeFolderTest.php
 share/basercms/plugins/bc-theme-file/tests/TestCase/Service/Admin/ThemeFilesAdminServiceTest.php
+share/basercms/plugins/bc-theme-file/tests/TestCase/Service/Admin/ThemeFoldersAdminServiceTest.php
 share/basercms/plugins/bc-theme-file/tests/TestCase/Service/BcThemeFileServiceTest.php
 share/basercms/plugins/bc-theme-file/tests/TestCase/Service/ThemeFilesServiceTest.php
 share/basercms/plugins/bc-theme-file/tests/TestCase/Service/ThemeFoldersServiceTest.php
+share/basercms/plugins/bc-theme-file/tests/TestCase/ServiceProvider/BcThemeFileServiceProviderTest.php
+share/basercms/plugins/bc-theme-file/tests/TestCase/Utility/BcThemeFileUtilTest.php
 share/basercms/plugins/bc-uploader/README.md
 share/basercms/plugins/bc-uploader/composer.json
 share/basercms/plugins/bc-uploader/config.php
@@ -2646,9 +2629,6 @@ share/basercms/plugins/bc-uploader/src/View/Helper/UploaderHelper.php
 share/basercms/plugins/bc-uploader/tests/Factory/UploaderCategoryFactory.php
 share/basercms/plugins/bc-uploader/tests/Factory/UploaderConfigFactory.php
 share/basercms/plugins/bc-uploader/tests/Factory/UploaderFileFactory.php
-share/basercms/plugins/bc-uploader/tests/Fixture/Factory/UploaderCategoriesFixture.php
-share/basercms/plugins/bc-uploader/tests/Fixture/Factory/UploaderConfigsFixture.php
-share/basercms/plugins/bc-uploader/tests/Fixture/Factory/UploaderFilesFixture.php
 share/basercms/plugins/bc-uploader/tests/PluginTest.php
 share/basercms/plugins/bc-uploader/tests/Scenario/UploaderCategoriesScenario.php
 share/basercms/plugins/bc-uploader/tests/Scenario/UploaderFilesScenario.php
@@ -2692,7 +2672,6 @@ share/basercms/plugins/bc-widget-area/src/View/Helper/BcWidgetAreaBaserHelper.ph
 share/basercms/plugins/bc-widget-area/src/View/Helper/BcWidgetAreaHelper.php
 share/basercms/plugins/bc-widget-area/tests/Factory/WidgetAreaFactory.php
 share/basercms/plugins/bc-widget-area/tests/Fixture/Default/WidgetAreasFixture.php
-share/basercms/plugins/bc-widget-area/tests/Fixture/Factory/WidgetAreasFixture.php
 share/basercms/plugins/bc-widget-area/tests/Scenario/WidgetAreasScenario.php
 share/basercms/plugins/bc-widget-area/tests/TestCase/Controller/Admin/WidgetAreasControllerTest.php
 share/basercms/plugins/bc-widget-area/tests/TestCase/Controller/Api/Admin/WidgetAreasControllerTest.php
diff --git a/php-basercms/distinfo b/php-basercms/distinfo
index 9eadb87806..fa812cc66b 100644
--- a/php-basercms/distinfo
+++ b/php-basercms/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (basercms-5.0.2.tar.gz) = 71b20ca63270aa10e24733842289588869278d02796e01153f813e4cc44cb10a
-SHA512 (basercms-5.0.2.tar.gz) = 4f40f09c4ac105610ba4d92eb69076f17980324e7d7e8bd000ab850de28fa6ea7f4babd3f50fc3ba7457272ae90088e7d4b836c0231917f881536113e60672dc
-Size (basercms-5.0.2.tar.gz) = 16877230 bytes
+BLAKE2s (basercms-5.0.8.tar.gz) = 50ab880c527b0e93219fa1d6d522f319b91ef9738d213eac041bc817e66af351
+SHA512 (basercms-5.0.8.tar.gz) = 288e0390ad3b23230fa5fd336efaff1f326dffb68576a4f8f53c9475a8e93780248ac52b87d0652616320534aa0159fb9b2c50fae445a3f33bc0e18dd51a663f
+Size (basercms-5.0.8.tar.gz) = 16736097 bytes



Home | Main Index | Thread Index | Old Index