Changeset 3344082
- Timestamp:
- 08/13/2025 12:57:29 PM (8 months ago)
- Location:
- scaleflex-vxp-dam-dmo
- Files:
-
- 57 added
- 10 edited
-
tags/1.0.15/assets/css/dam-widget/core.css (modified) (2 diffs)
-
tags/1.0.15/assets/js/dam-widget/sfxvxp-widget-page.js (modified) (1 diff)
-
tags/1.0.15/pages/part/dam-setting.php (modified) (1 diff)
-
tags/1.0.15/scaleflex-vxp-api.php (modified) (1 diff)
-
tags/1.0.16 (added)
-
tags/1.0.16/LICENSE.txt (added)
-
tags/1.0.16/README.txt (added)
-
tags/1.0.16/assets (added)
-
tags/1.0.16/assets/css (added)
-
tags/1.0.16/assets/css/dam-widget (added)
-
tags/1.0.16/assets/css/dam-widget/acf-fmaw.css (added)
-
tags/1.0.16/assets/css/dam-widget/core.css (added)
-
tags/1.0.16/assets/css/dam-widget/filerobot-widget.min.css (added)
-
tags/1.0.16/assets/css/dam-widget/flexboxgrid.min.css (added)
-
tags/1.0.16/assets/css/dam-widget/gutenberg-fmaw-only.css (added)
-
tags/1.0.16/assets/css/dam-widget/gutenberg-fmaw.css (added)
-
tags/1.0.16/assets/css/setting-page.css (added)
-
tags/1.0.16/assets/images (added)
-
tags/1.0.16/assets/images/android-chrome-192x192.png (added)
-
tags/1.0.16/assets/images/icon-256x256.png (added)
-
tags/1.0.16/assets/images/icon.png (added)
-
tags/1.0.16/assets/images/loading.gif (added)
-
tags/1.0.16/assets/img (added)
-
tags/1.0.16/assets/img/login-default-bg.webp (added)
-
tags/1.0.16/assets/js (added)
-
tags/1.0.16/assets/js/chart.umd.min.js (added)
-
tags/1.0.16/assets/js/cloudimage.js (added)
-
tags/1.0.16/assets/js/dam-widget (added)
-
tags/1.0.16/assets/js/dam-widget/core.js (added)
-
tags/1.0.16/assets/js/dam-widget/filerobot-enfold-theme.js (added)
-
tags/1.0.16/assets/js/dam-widget/filerobot-widget.min.js (added)
-
tags/1.0.16/assets/js/dam-widget/fmaw.js (added)
-
tags/1.0.16/assets/js/dam-widget/image_editor.js (added)
-
tags/1.0.16/assets/js/dam-widget/jquery.initialize.js (added)
-
tags/1.0.16/assets/js/dam-widget/sfxvxp-widget-page.js (added)
-
tags/1.0.16/assets/js/deactivate-popup.js (added)
-
tags/1.0.16/assets/js/js-cloudimage-responsive.min.js (added)
-
tags/1.0.16/assets/js/js-cloudimage-responsive.min.js.map (added)
-
tags/1.0.16/assets/js/lazysizes.js (added)
-
tags/1.0.16/assets/js/lazysizes.min.js (added)
-
tags/1.0.16/assets/js/report-chart.js (added)
-
tags/1.0.16/assets/js/scaleflex-vxp.js (added)
-
tags/1.0.16/assets/js/sfxvxp-main-page.js (added)
-
tags/1.0.16/assets/js/sfxvxp-settings-page.js (added)
-
tags/1.0.16/assets/js/sfxvxp-switch-page.js (added)
-
tags/1.0.16/function (added)
-
tags/1.0.16/function/register-action.php (added)
-
tags/1.0.16/function/register-filter.php (added)
-
tags/1.0.16/function/vxp-helper.php (added)
-
tags/1.0.16/pages (added)
-
tags/1.0.16/pages/part (added)
-
tags/1.0.16/pages/part/dam-setting.php (added)
-
tags/1.0.16/pages/part/dmo-setting.php (added)
-
tags/1.0.16/pages/sfxvxp_dam_widget_page.php (added)
-
tags/1.0.16/pages/sfxvxp_main_page.php (added)
-
tags/1.0.16/pages/sfxvxp_report_page.php (added)
-
tags/1.0.16/pages/sfxvxp_settings_page.php (added)
-
tags/1.0.16/pages/sfxvxp_switch_version_page.php (added)
-
tags/1.0.16/scaleflex-vxp-api.php (added)
-
tags/1.0.16/scaleflex-vxp-core.php (added)
-
tags/1.0.16/scaleflex-vxp.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/assets/css/dam-widget/core.css (modified) (2 diffs)
-
trunk/assets/js/dam-widget/sfxvxp-widget-page.js (modified) (1 diff)
-
trunk/pages/part/dam-setting.php (modified) (1 diff)
-
trunk/scaleflex-vxp-api.php (modified) (1 diff)
-
trunk/scaleflex-vxp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scaleflex-vxp-dam-dmo/tags/1.0.15/assets/css/dam-widget/core.css
r3344070 r3344082 91 91 } 92 92 93 #filerobot-widget input[type=text], 94 #filerobot-widget input[type=password], 95 #filerobot-widget input[type=number], 96 #filerobot-widget input[type=email] 93 #filerobot-widget input[type=text], #SfxPopper input[type=text], 94 #filerobot-widget input[type=password], #SfxPopper input[type=password], 95 #filerobot-widget input[type=number], #SfxPopper input[type=number], 96 #filerobot-widget input[type=email] #SfxPopper input[type=email] 97 97 { 98 98 width: 100%; … … 101 101 } 102 102 103 #filerobot-widget input[type="text"]:focus, 104 #filerobot-widget input[type="password"]:focus, 105 #filerobot-widget input[type="color"]:focus, 106 #filerobot-widget input[type="date"]:focus, 107 #filerobot-widget input[type="datetime"]:focus, 108 #filerobot-widget input[type="datetime-local"]:focus, 109 #filerobot-widget input[type="email"]:focus, 110 #filerobot-widget input[type="month"]:focus, 111 #filerobot-widget input[type="number"]:focus, 112 #filerobot-widget input[type="search"]:focus, 113 #filerobot-widget input[type="tel"]:focus, 114 #filerobot-widget input[type="time"]:focus, 115 #filerobot-widget input[type="url"]:focus, 116 #filerobot-widget input[type="week"]:focus, 117 #filerobot-widget input[type="checkbox"]:focus, 118 #filerobot-widget input[type="radio"]:focus, 119 #filerobot-widget select:focus, 120 #filerobot-widget textarea:focus {103 #filerobot-widget input[type="text"]:focus, #SfxPopper input[type="text"]:focus, 104 #filerobot-widget input[type="password"]:focus, #SfxPopper input[type="password"]:focus, 105 #filerobot-widget input[type="color"]:focus, #SfxPopper input[type="color"]:focus, 106 #filerobot-widget input[type="date"]:focus, #SfxPopper input[type="date"]:focus, 107 #filerobot-widget input[type="datetime"]:focus, #SfxPopper input[type="datetime"]:focus, 108 #filerobot-widget input[type="datetime-local"]:focus, #SfxPopper input[type="datetime-local"]:focus, 109 #filerobot-widget input[type="email"]:focus, #SfxPopper input[type="email"]:focus, 110 #filerobot-widget input[type="month"]:focus, #SfxPopper input[type="month"]:focus, 111 #filerobot-widget input[type="number"]:focus, #SfxPopper input[type="number"]:focus, 112 #filerobot-widget input[type="search"]:focus, #SfxPopper input[type="search"]:focus, 113 #filerobot-widget input[type="tel"]:focus, #SfxPopper input[type="tel"]:focus, 114 #filerobot-widget input[type="time"]:focus, #SfxPopper input[type="time"]:focus, 115 #filerobot-widget input[type="url"]:focus, #SfxPopper input[type="url"]:focus, 116 #filerobot-widget input[type="week"]:focus, #SfxPopper input[type="week"]:focus, 117 #filerobot-widget input[type="checkbox"]:focus, #SfxPopper input[type="checkbox"]:focus, 118 #filerobot-widget input[type="radio"]:focus, #SfxPopper input[type="radio"]:focus, 119 #filerobot-widget select:focus, #SfxPopper select:focus, 120 #filerobot-widget textarea:focus, #SfxPopper textarea:focus{ 121 121 box-shadow: none; 122 122 } -
scaleflex-vxp-dam-dmo/tags/1.0.15/assets/js/dam-widget/sfxvxp-widget-page.js
r3344070 r3344082 101 101 } 102 102 103 let height = jQuery('body .media-modal-content .media-frame-content').height(); 103 let height = 1000; 104 if (jQuery('body .media-modal-content .media-frame-content').length > 0) { 105 height = jQuery('body .media-modal-content .media-frame-content').height(); 106 } 104 107 filerobot 105 108 .use(Explorer, { -
scaleflex-vxp-dam-dmo/tags/1.0.15/pages/part/dam-setting.php
r3344070 r3344082 34 34 } 35 35 } 36 37 $attachment_id = 75;38 $image = wp_get_attachment_image($attachment_id, $size = 'thumbnail', $icon = false, $attr = '');39 print_r($image);40 41 36 ?> 42 37 <div class="text-center" style="margin: 20px 0"> -
scaleflex-vxp-dam-dmo/tags/1.0.15/scaleflex-vxp-api.php
r3344070 r3344082 135 135 136 136 //Use for local 137 $image_data = file_get_contents($file_url); 138 $base64 = base64_encode($image_data); 137 // $image_data = file_get_contents($file_url); 138 // $base64 = base64_encode($image_data); 139 // $params = wp_json_encode([ 140 // 'postactions' => 'decode_base64', 141 // 'data' => $base64, 142 // 'name' => $filename, 143 // 'meta' => [ 144 // 'title' => [ 145 // 'en' => $meta['title'] 146 // ], 147 // 'description' => [ 148 // 'en' => $meta['description'] 149 // ] 150 // ] 151 // ]); 152 153 //Use for prod 139 154 $params = wp_json_encode([ 140 'postactions' => 'decode_base64', 141 'data' => $base64, 142 'name' => $filename, 143 'meta' => [ 144 'title' => [ 145 'en' => $meta['title'] 146 ], 147 'description' => [ 148 'en' => $meta['description'] 155 'files_urls' => [ 156 [ 157 'url' => $file_url, 158 'name' => $filename, 159 'meta' => [ 160 'title' => [ 161 'en' => $meta['title'] 162 ], 163 'description' => [ 164 'en' => $meta['description'] 165 ] 166 ] 149 167 ] 150 ] 168 ], 151 169 ]); 152 153 //Use for prod154 // $params = wp_json_encode([155 // 'files_urls' => [156 // [157 // 'url' => $file_url,158 // 'name' => $filename,159 // 'meta' => [160 // 'title' => [161 // 'en' => $meta['title']162 // ],163 // 'description' => [164 // 'en' => $meta['description']165 // ]166 // ]167 // ]168 // ],169 // ]);170 170 171 171 $directory = $this->extract_upload_subdir_from_url($file_url); -
scaleflex-vxp-dam-dmo/trunk/README.txt
r3344070 r3344082 5 5 Tested up to: 6.8 6 6 Requires at least: 4.8 7 Stable tag: 1.0.1 57 Stable tag: 1.0.16 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 216 216 * Fix UI issue on the widget 217 217 218 = 1.0.16 = 219 * Fix UI issue on the widget 220 218 221 == Upgrade Notice == 219 222 -
scaleflex-vxp-dam-dmo/trunk/assets/css/dam-widget/core.css
r3344070 r3344082 91 91 } 92 92 93 #filerobot-widget input[type=text], 94 #filerobot-widget input[type=password], 95 #filerobot-widget input[type=number], 96 #filerobot-widget input[type=email] 93 #filerobot-widget input[type=text], #SfxPopper input[type=text], 94 #filerobot-widget input[type=password], #SfxPopper input[type=password], 95 #filerobot-widget input[type=number], #SfxPopper input[type=number], 96 #filerobot-widget input[type=email] #SfxPopper input[type=email] 97 97 { 98 98 width: 100%; … … 101 101 } 102 102 103 #filerobot-widget input[type="text"]:focus, 104 #filerobot-widget input[type="password"]:focus, 105 #filerobot-widget input[type="color"]:focus, 106 #filerobot-widget input[type="date"]:focus, 107 #filerobot-widget input[type="datetime"]:focus, 108 #filerobot-widget input[type="datetime-local"]:focus, 109 #filerobot-widget input[type="email"]:focus, 110 #filerobot-widget input[type="month"]:focus, 111 #filerobot-widget input[type="number"]:focus, 112 #filerobot-widget input[type="search"]:focus, 113 #filerobot-widget input[type="tel"]:focus, 114 #filerobot-widget input[type="time"]:focus, 115 #filerobot-widget input[type="url"]:focus, 116 #filerobot-widget input[type="week"]:focus, 117 #filerobot-widget input[type="checkbox"]:focus, 118 #filerobot-widget input[type="radio"]:focus, 119 #filerobot-widget select:focus, 120 #filerobot-widget textarea:focus {103 #filerobot-widget input[type="text"]:focus, #SfxPopper input[type="text"]:focus, 104 #filerobot-widget input[type="password"]:focus, #SfxPopper input[type="password"]:focus, 105 #filerobot-widget input[type="color"]:focus, #SfxPopper input[type="color"]:focus, 106 #filerobot-widget input[type="date"]:focus, #SfxPopper input[type="date"]:focus, 107 #filerobot-widget input[type="datetime"]:focus, #SfxPopper input[type="datetime"]:focus, 108 #filerobot-widget input[type="datetime-local"]:focus, #SfxPopper input[type="datetime-local"]:focus, 109 #filerobot-widget input[type="email"]:focus, #SfxPopper input[type="email"]:focus, 110 #filerobot-widget input[type="month"]:focus, #SfxPopper input[type="month"]:focus, 111 #filerobot-widget input[type="number"]:focus, #SfxPopper input[type="number"]:focus, 112 #filerobot-widget input[type="search"]:focus, #SfxPopper input[type="search"]:focus, 113 #filerobot-widget input[type="tel"]:focus, #SfxPopper input[type="tel"]:focus, 114 #filerobot-widget input[type="time"]:focus, #SfxPopper input[type="time"]:focus, 115 #filerobot-widget input[type="url"]:focus, #SfxPopper input[type="url"]:focus, 116 #filerobot-widget input[type="week"]:focus, #SfxPopper input[type="week"]:focus, 117 #filerobot-widget input[type="checkbox"]:focus, #SfxPopper input[type="checkbox"]:focus, 118 #filerobot-widget input[type="radio"]:focus, #SfxPopper input[type="radio"]:focus, 119 #filerobot-widget select:focus, #SfxPopper select:focus, 120 #filerobot-widget textarea:focus, #SfxPopper textarea:focus{ 121 121 box-shadow: none; 122 122 } -
scaleflex-vxp-dam-dmo/trunk/assets/js/dam-widget/sfxvxp-widget-page.js
r3344070 r3344082 101 101 } 102 102 103 let height = jQuery('body .media-modal-content .media-frame-content').height(); 103 let height = 1000; 104 if (jQuery('body .media-modal-content .media-frame-content').length > 0) { 105 height = jQuery('body .media-modal-content .media-frame-content').height(); 106 } 104 107 filerobot 105 108 .use(Explorer, { -
scaleflex-vxp-dam-dmo/trunk/pages/part/dam-setting.php
r3344070 r3344082 34 34 } 35 35 } 36 37 $attachment_id = 75;38 $image = wp_get_attachment_image($attachment_id, $size = 'thumbnail', $icon = false, $attr = '');39 print_r($image);40 41 36 ?> 42 37 <div class="text-center" style="margin: 20px 0"> -
scaleflex-vxp-dam-dmo/trunk/scaleflex-vxp-api.php
r3344070 r3344082 135 135 136 136 //Use for local 137 $image_data = file_get_contents($file_url); 138 $base64 = base64_encode($image_data); 137 // $image_data = file_get_contents($file_url); 138 // $base64 = base64_encode($image_data); 139 // $params = wp_json_encode([ 140 // 'postactions' => 'decode_base64', 141 // 'data' => $base64, 142 // 'name' => $filename, 143 // 'meta' => [ 144 // 'title' => [ 145 // 'en' => $meta['title'] 146 // ], 147 // 'description' => [ 148 // 'en' => $meta['description'] 149 // ] 150 // ] 151 // ]); 152 153 //Use for prod 139 154 $params = wp_json_encode([ 140 'postactions' => 'decode_base64', 141 'data' => $base64, 142 'name' => $filename, 143 'meta' => [ 144 'title' => [ 145 'en' => $meta['title'] 146 ], 147 'description' => [ 148 'en' => $meta['description'] 155 'files_urls' => [ 156 [ 157 'url' => $file_url, 158 'name' => $filename, 159 'meta' => [ 160 'title' => [ 161 'en' => $meta['title'] 162 ], 163 'description' => [ 164 'en' => $meta['description'] 165 ] 166 ] 149 167 ] 150 ] 168 ], 151 169 ]); 152 153 //Use for prod154 // $params = wp_json_encode([155 // 'files_urls' => [156 // [157 // 'url' => $file_url,158 // 'name' => $filename,159 // 'meta' => [160 // 'title' => [161 // 'en' => $meta['title']162 // ],163 // 'description' => [164 // 'en' => $meta['description']165 // ]166 // ]167 // ]168 // ],169 // ]);170 170 171 171 $directory = $this->extract_upload_subdir_from_url($file_url); -
scaleflex-vxp-dam-dmo/trunk/scaleflex-vxp.php
r3344070 r3344082 3 3 * Plugin Name: Scaleflex VXP - DAM, DMO 4 4 * Description: Scaleflex VXP centralizes, manages, optimizes and accelerates your media assets such as images, videos and document in one single source of truth, improving team collaboration and brand consistency. 5 * Version: 1.0.1 55 * Version: 1.0.16 6 6 * Author: Scaleflex 7 7 * Author URI: https://www.scaleflex.com … … 18 18 19 19 // Define plugin constants 20 define('SFXVXP_VERSION', '1.0.1 5');20 define('SFXVXP_VERSION', '1.0.16'); 21 21 define('SFXVXP_PLUGIN_DIR', plugin_dir_path(__FILE__)); 22 22 define('SFXVXP_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.