diff --git a/addons/default/visiosoft/advs-module/composer.json b/addons/default/visiosoft/advs-module/composer.json
index dbb8481dd..bb6a02f5d 100644
--- a/addons/default/visiosoft/advs-module/composer.json
+++ b/addons/default/visiosoft/advs-module/composer.json
@@ -8,12 +8,5 @@
"files": [
"src/Support/_helpers.php"
]
- },
- "require": {
- "wirelab/language_switcher-plugin": "^1.3",
- "visiosoft/addblock-extension": "^1.1",
- "ext-zip": "*",
- "chumper/zipper": "^1.0",
- "sentry/sentry-laravel": "*"
}
}
diff --git a/addons/default/visiosoft/advs-module/src/Http/Controller/advsController.php b/addons/default/visiosoft/advs-module/src/Http/Controller/advsController.php
index 89fad88d1..52b0ac490 100644
--- a/addons/default/visiosoft/advs-module/src/Http/Controller/advsController.php
+++ b/addons/default/visiosoft/advs-module/src/Http/Controller/advsController.php
@@ -620,6 +620,7 @@ class AdvsController extends PublicController
$options = $this->optionRepository->findAllBy('adv_id', $id);
+ $features = array();
if ($this->adv_model->is_enabled('customfields')) {
$features = app('Visiosoft\CustomfieldsModule\Http\Controller\cfController')->view($adv);
}
@@ -935,6 +936,7 @@ class AdvsController extends PublicController
$categories = array_keys($cats);
+ $custom_fields = array();
if ($this->adv_model->is_enabled('customfields')) {
$custom_fields = app('Visiosoft\CustomfieldsModule\Http\Controller\cfController')
->edit($adv, $categories, $cats);
diff --git a/addons/default/visiosoft/cats-module/src/Http/Controller/Admin/CategoryController.php b/addons/default/visiosoft/cats-module/src/Http/Controller/Admin/CategoryController.php
index 50de9afc8..9f1ffc20b 100644
--- a/addons/default/visiosoft/cats-module/src/Http/Controller/Admin/CategoryController.php
+++ b/addons/default/visiosoft/cats-module/src/Http/Controller/Admin/CategoryController.php
@@ -4,7 +4,6 @@ use Anomaly\Streams\Platform\Image\Command\MakeImageInstance;
use Anomaly\Streams\Platform\Model\Cats\CatsCategoryEntryTranslationsModel;
use Illuminate\Http\Request;
use Illuminate\Support\Str;
-use Sunra\PhpSimple\HtmlDomParser;
use Visiosoft\CatsModule\Category\CategoryModel;
use Visiosoft\CatsModule\Category\Contract\CategoryRepositoryInterface;
use Visiosoft\CatsModule\Category\Form\CategoryFormBuilder;
diff --git a/addons/default/visiosoft/json-field_type/phpunit.xml b/addons/default/visiosoft/json-field_type/phpunit.xml
deleted file mode 100644
index 5e8b35e8d..000000000
--- a/addons/default/visiosoft/json-field_type/phpunit.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
{{ user.name }}
diff --git a/addons/default/visiosoft/profile-module/src/ProfileModuleSeeder.php b/addons/default/visiosoft/profile-module/src/ProfileModuleSeeder.php index 158ad05c8..50e69cfe6 100644 --- a/addons/default/visiosoft/profile-module/src/ProfileModuleSeeder.php +++ b/addons/default/visiosoft/profile-module/src/ProfileModuleSeeder.php @@ -43,21 +43,5 @@ class ProfileModuleSeeder extends Seeder { // Users Fields Seeder $this->call(UsersFieldsSeeder::class); - - if (is_null($this->folders->findBy('slug', 'favicon'))) { - $disk = $this->disks->findBySlug('local'); - - $this->folders->create([ - 'en' => [ - 'name' => 'Favicon', - 'description' => 'A folder for Favicon.', - ], - 'slug' => 'favicon', - 'disk' => $disk, - 'allowed_types' => [ - 'ico','png', - ], - ]); - }; } } \ No newline at end of file diff --git a/addons/default/visiosoft/profile-module/src/advListingPage.sql b/addons/default/visiosoft/profile-module/src/advListingPage.sql deleted file mode 100644 index 52d2b239f..000000000 --- a/addons/default/visiosoft/profile-module/src/advListingPage.sql +++ /dev/null @@ -1,23 +0,0 @@ -SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; -SET AUTOCOMMIT = 0; -START TRANSACTION; -SET time_zone = "+00:00"; - -/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; -/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; -/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; -/*!40101 SET NAMES utf8mb4 */; - - -INSERT INTO `default_files_files` (`id`, `sort_order`, `created_at`, `created_by_id`, `updated_at`, `updated_by_id`, `deleted_at`, `name`, `disk_id`, `folder_id`, `extension`, `size`, `mime_type`, `entry_id`, `entry_type`, `keywords`, `height`, `width`, `alt_text`, `title`, `caption`, `description`) VALUES -(135, 1, '2019-08-08 07:35:41', 1, '2019-08-08 07:35:41', 1, NULL, 'adv-clothes.png', 1, 3, 'png', 213372, 'image/png', NULL, 'Anomaly\\Streams\\Platform\\Model\\Files\\FilesAdvListingPageEntryModel', NULL, '334', '1000', NULL, NULL, NULL, NULL), -(136, 2, '2019-08-08 07:35:45', 1, '2019-08-08 07:35:45', 1, NULL, 'adv-clothes2.png', 1, 3, 'png', 262373, 'image/png', NULL, 'Anomaly\\Streams\\Platform\\Model\\Files\\FilesAdvListingPageEntryModel', NULL, '334', '1000', NULL, NULL, NULL, NULL), -(137, 3, '2019-08-08 07:35:49', 1, '2019-08-08 07:35:49', 1, NULL, 'adv-electronics.png', 1, 3, 'png', 156843, 'image/png', NULL, 'Anomaly\\Streams\\Platform\\Model\\Files\\FilesAdvListingPageEntryModel', NULL, '334', '1000', NULL, NULL, NULL, NULL), -(138, 4, '2019-08-08 07:35:52', 1, '2019-08-08 07:35:52', 1, NULL, 'adv-electronics2.png', 1, 3, 'png', 189120, 'image/png', NULL, 'Anomaly\\Streams\\Platform\\Model\\Files\\FilesAdvListingPageEntryModel', NULL, '334', '1000', NULL, NULL, NULL, NULL), -(139, 5, '2019-08-08 07:35:57', 1, '2019-08-08 07:35:57', 1, NULL, 'adv-realestate.png', 1, 3, 'png', 66675, 'image/png', NULL, 'Anomaly\\Streams\\Platform\\Model\\Files\\FilesAdvListingPageEntryModel', NULL, '333', '1000', NULL, NULL, NULL, NULL), -(140, 6, '2019-08-08 07:36:00', 1, '2019-08-08 07:36:00', 1, NULL, 'adv-realestate2.png', 1, 3, 'png', 121117, 'image/png', NULL, 'Anomaly\\Streams\\Platform\\Model\\Files\\FilesAdvListingPageEntryModel', NULL, '334', '1000', NULL, NULL, NULL, NULL); -COMMIT; - -/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; -/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; -/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; diff --git a/addons/default/visiosoft/singlefile-field_type/phpunit.xml b/addons/default/visiosoft/singlefile-field_type/phpunit.xml deleted file mode 100644 index 5e8b35e8d..000000000 --- a/addons/default/visiosoft/singlefile-field_type/phpunit.xml +++ /dev/null @@ -1,27 +0,0 @@ - -