From b7affac99d09c6c955e4edd1780a17638c915156 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Mon, 8 May 2023 00:40:14 +0200 Subject: [PATCH] move files (prepare namespace) --- .../ActivityReportActions.php | 0 _admin.php => src/Backend.php | 0 _config.php => src/Config.php | 0 inc/class.zcfsfeedsactions.php => src/FeedsActions.php | 0 .../FeedsDefaultActions.php | 0 inc/class.zcfsfeedslist.php => src/FeedsList.php | 0 _public.php => src/Frontend.php | 0 _install.php => src/Install.php | 0 index.php => src/Manage.php | 0 inc/class.zcfspostfilter.php => src/PostsFilter.php | 0 inc/class.zcfsentrieslist.php => src/PostsList.php | 0 _prepend.php => src/Prepend.php | 0 inc/class.zcfsrsextposts.php => src/RsExtPosts.php | 0 inc/class.zcfstemplate.php => src/Template.php | 0 _uninstall.php => src/Uninstall.php | 0 inc/class.zcfsupgrade.php => src/Upgrade.php | 0 inc/class.zcfsurlhandler.php => src/UrlHandler.php | 0 _widgets.php => src/Widgets.php | 0 inc/class.zoneclearfeedserver.php => src/ZoneclearFeedsServer.php | 0 19 files changed, 0 insertions(+), 0 deletions(-) rename inc/class.zcfsactivityreportbehaviors.php => src/ActivityReportActions.php (100%) rename _admin.php => src/Backend.php (100%) rename _config.php => src/Config.php (100%) rename inc/class.zcfsfeedsactions.php => src/FeedsActions.php (100%) rename inc/class.zcfsdefaultfeedsactions.php => src/FeedsDefaultActions.php (100%) rename inc/class.zcfsfeedslist.php => src/FeedsList.php (100%) rename _public.php => src/Frontend.php (100%) rename _install.php => src/Install.php (100%) rename index.php => src/Manage.php (100%) rename inc/class.zcfspostfilter.php => src/PostsFilter.php (100%) rename inc/class.zcfsentrieslist.php => src/PostsList.php (100%) rename _prepend.php => src/Prepend.php (100%) rename inc/class.zcfsrsextposts.php => src/RsExtPosts.php (100%) rename inc/class.zcfstemplate.php => src/Template.php (100%) rename _uninstall.php => src/Uninstall.php (100%) rename inc/class.zcfsupgrade.php => src/Upgrade.php (100%) rename inc/class.zcfsurlhandler.php => src/UrlHandler.php (100%) rename _widgets.php => src/Widgets.php (100%) rename inc/class.zoneclearfeedserver.php => src/ZoneclearFeedsServer.php (100%) diff --git a/inc/class.zcfsactivityreportbehaviors.php b/src/ActivityReportActions.php similarity index 100% rename from inc/class.zcfsactivityreportbehaviors.php rename to src/ActivityReportActions.php diff --git a/_admin.php b/src/Backend.php similarity index 100% rename from _admin.php rename to src/Backend.php diff --git a/_config.php b/src/Config.php similarity index 100% rename from _config.php rename to src/Config.php diff --git a/inc/class.zcfsfeedsactions.php b/src/FeedsActions.php similarity index 100% rename from inc/class.zcfsfeedsactions.php rename to src/FeedsActions.php diff --git a/inc/class.zcfsdefaultfeedsactions.php b/src/FeedsDefaultActions.php similarity index 100% rename from inc/class.zcfsdefaultfeedsactions.php rename to src/FeedsDefaultActions.php diff --git a/inc/class.zcfsfeedslist.php b/src/FeedsList.php similarity index 100% rename from inc/class.zcfsfeedslist.php rename to src/FeedsList.php diff --git a/_public.php b/src/Frontend.php similarity index 100% rename from _public.php rename to src/Frontend.php diff --git a/_install.php b/src/Install.php similarity index 100% rename from _install.php rename to src/Install.php diff --git a/index.php b/src/Manage.php similarity index 100% rename from index.php rename to src/Manage.php diff --git a/inc/class.zcfspostfilter.php b/src/PostsFilter.php similarity index 100% rename from inc/class.zcfspostfilter.php rename to src/PostsFilter.php diff --git a/inc/class.zcfsentrieslist.php b/src/PostsList.php similarity index 100% rename from inc/class.zcfsentrieslist.php rename to src/PostsList.php diff --git a/_prepend.php b/src/Prepend.php similarity index 100% rename from _prepend.php rename to src/Prepend.php diff --git a/inc/class.zcfsrsextposts.php b/src/RsExtPosts.php similarity index 100% rename from inc/class.zcfsrsextposts.php rename to src/RsExtPosts.php diff --git a/inc/class.zcfstemplate.php b/src/Template.php similarity index 100% rename from inc/class.zcfstemplate.php rename to src/Template.php diff --git a/_uninstall.php b/src/Uninstall.php similarity index 100% rename from _uninstall.php rename to src/Uninstall.php diff --git a/inc/class.zcfsupgrade.php b/src/Upgrade.php similarity index 100% rename from inc/class.zcfsupgrade.php rename to src/Upgrade.php diff --git a/inc/class.zcfsurlhandler.php b/src/UrlHandler.php similarity index 100% rename from inc/class.zcfsurlhandler.php rename to src/UrlHandler.php diff --git a/_widgets.php b/src/Widgets.php similarity index 100% rename from _widgets.php rename to src/Widgets.php diff --git a/inc/class.zoneclearfeedserver.php b/src/ZoneclearFeedsServer.php similarity index 100% rename from inc/class.zoneclearfeedserver.php rename to src/ZoneclearFeedsServer.php