Changeset 2217270
- Timestamp:
- 12/24/2019 12:11:28 AM (6 years ago)
- Location:
- wp-quickdraw/trunk
- Files:
-
- 19 edited
-
assets/css/admin.css (modified) (2 diffs)
-
assets/css/index.php (modified) (1 diff)
-
assets/images/index.php (modified) (1 diff)
-
assets/js/hifipix.js (modified) (1 diff)
-
assets/js/index.php (modified) (1 diff)
-
wpqd-admin-dashboard.php (modified) (1 diff)
-
wpqd-api-connector.php (modified) (1 diff)
-
wpqd-batch-importer.php (modified) (1 diff)
-
wpqd-buffer-manager.php (modified) (1 diff)
-
wpqd-buffer.php (modified) (1 diff)
-
wpqd-cdn-uploader.php (modified) (1 diff)
-
wpqd-disable-metabox.php (modified) (1 diff)
-
wpqd-image-generator.php (modified) (1 diff)
-
wpqd-image-metadata.php (modified) (1 diff)
-
wpqd-image-status-list.php (modified) (1 diff)
-
wpqd-image-status-page.php (modified) (1 diff)
-
wpqd-logger.php (modified) (1 diff)
-
wpqd-media-library.php (modified) (1 diff)
-
wpqd-plugin-state.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-quickdraw/trunk/assets/css/admin.css
r2214617 r2217270 851 851 852 852 /* Temporarily unhide the sidebar tabs */ 853 /*.redux-container.wpqd-settings .redux-sidebar {853 .redux-container.wpqd-settings .redux-sidebar { 854 854 display: block; 855 855 } … … 857 857 .redux-container.wpqd-settings .redux-main { 858 858 margin-left: 202px; 859 } */859 } 860 860 861 861 /** -
wp-quickdraw/trunk/assets/css/index.php
r2214617 r2217270 1 1 <?php 2 /**3 * WP QuickDraw is free software: you can redistribute it and/or modify4 * it under the terms of the GNU General Public License as published by5 * the Free Software Foundation, either version 3 of the License, or6 * any later version.7 * WP QuickDraw is distributed in the hope that it will be useful,8 * but WITHOUT ANY WARRANTY; without even the implied warranty of9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the10 * GNU General Public License for more details.11 * You should have received a copy of the GNU General Public License12 * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.13 *14 * @package WP_QuickDraw15 * @author hifipix16 * @copyright 2019 HifiPix, Inc.17 * @license http://www.gnu.org/licenses/gpl.html GNU GPL, Version 318 * @version 1.5.019 */20 21 2 22 3 //----------------------------------------- -
wp-quickdraw/trunk/assets/images/index.php
r2214617 r2217270 1 1 <?php 2 /**3 * WP QuickDraw is free software: you can redistribute it and/or modify4 * it under the terms of the GNU General Public License as published by5 * the Free Software Foundation, either version 3 of the License, or6 * any later version.7 * WP QuickDraw is distributed in the hope that it will be useful,8 * but WITHOUT ANY WARRANTY; without even the implied warranty of9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the10 * GNU General Public License for more details.11 * You should have received a copy of the GNU General Public License12 * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.13 *14 * @package WP_QuickDraw15 * @author hifipix16 * @copyright 2019 HifiPix, Inc.17 * @license http://www.gnu.org/licenses/gpl.html GNU GPL, Version 318 * @version 1.5.019 */20 21 2 22 3 //----------------------------------------- -
wp-quickdraw/trunk/assets/js/hifipix.js
r2214617 r2217270 40 40 41 41 that.enabledImageExtensions.push( type ); 42 43 // TODO: Uncomment this when progressive PNG functionality works44 // if ( type === 'png' ) {45 // return true;46 // }47 42 48 43 that.normalImageExtensions.push( type ); -
wp-quickdraw/trunk/assets/js/index.php
r2214617 r2217270 1 1 <?php 2 /**3 * WP QuickDraw is free software: you can redistribute it and/or modify4 * it under the terms of the GNU General Public License as published by5 * the Free Software Foundation, either version 3 of the License, or6 * any later version.7 * WP QuickDraw is distributed in the hope that it will be useful,8 * but WITHOUT ANY WARRANTY; without even the implied warranty of9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the10 * GNU General Public License for more details.11 * You should have received a copy of the GNU General Public License12 * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.13 *14 * @package WP_QuickDraw15 * @author hifipix16 * @copyright 2019 HifiPix, Inc.17 * @license http://www.gnu.org/licenses/gpl.html GNU GPL, Version 318 * @version 1.5.019 */20 21 2 22 3 //----------------------------------------- -
wp-quickdraw/trunk/wpqd-admin-dashboard.php
r2214620 r2217270 1 1 <?php 2 /**3 * WP QuickDraw is free software: you can redistribute it and/or modify4 * it under the terms of the GNU General Public License as published by5 * the Free Software Foundation, either version 3 of the License, or6 * any later version.7 * WP QuickDraw is distributed in the hope that it will be useful,8 * but WITHOUT ANY WARRANTY; without even the implied warranty of9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the10 * GNU General Public License for more details.11 * You should have received a copy of the GNU General Public License12 * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.13 *14 * @package WP_QuickDraw15 * @author hifipix16 * @copyright 2019 HifiPix, Inc.17 * @license http://www.gnu.org/licenses/gpl.html GNU GPL, Version 318 * @version 1.5.019 */20 21 2 22 3 namespace Wpqd; -
wp-quickdraw/trunk/wpqd-api-connector.php
r2214620 r2217270 1 1 <?php 2 /**3 * WP QuickDraw is free software: you can redistribute it and/or modify4 * it under the terms of the GNU General Public License as published by5 * the Free Software Foundation, either version 3 of the License, or6 * any later version.7 * WP QuickDraw is distributed in the hope that it will be useful,8 * but WITHOUT ANY WARRANTY; without even the implied warranty of9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the10 * GNU General Public License for more details.11 * You should have received a copy of the GNU General Public License12 * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.13 *14 * @package WP_QuickDraw15 * @author hifipix16 * @copyright 2019 HifiPix, Inc.17 * @license http://www.gnu.org/licenses/gpl.html GNU GPL, Version 318 * @version 1.5.019 */20 21 2 22 3 namespace Wpqd; -
wp-quickdraw/trunk/wpqd-batch-importer.php
r2214617 r2217270 1 1 <?php 2 /**3 * WP QuickDraw is free software: you can redistribute it and/or modify4 * it under the terms of the GNU General Public License as published by5 * the Free Software Foundation, either version 3 of the License, or6 * any later version.7 * WP QuickDraw is distributed in the hope that it will be useful,8 * but WITHOUT ANY WARRANTY; without even the implied warranty of9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the10 * GNU General Public License for more details.11 * You should have received a copy of the GNU General Public License12 * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.13 *14 * @package WP_QuickDraw15 * @author hifipix16 * @copyright 2019 HifiPix, Inc.17 * @license http://www.gnu.org/licenses/gpl.html GNU GPL, Version 318 * @version 1.5.019 */20 21 2 22 3 namespace Wpqd; -
wp-quickdraw/trunk/wpqd-buffer-manager.php
r2214617 r2217270 1 1 <?php 2 /**3 * WP QuickDraw is free software: you can redistribute it and/or modify4 * it under the terms of the GNU General Public License as published by5 * the Free Software Foundation, either version 3 of the License, or6 * any later version.7 * WP QuickDraw is distributed in the hope that it will be useful,8 * but WITHOUT ANY WARRANTY; without even the implied warranty of9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the10 * GNU General Public License for more details.11 * You should have received a copy of the GNU General Public License12 * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.13 *14 * @package WP_QuickDraw15 * @author hifipix16 * @copyright 2019 HifiPix, Inc.17 * @license http://www.gnu.org/licenses/gpl.html GNU GPL, Version 318 * @version 1.5.019 */20 21 2 22 3 namespace Wpqd; -
wp-quickdraw/trunk/wpqd-buffer.php
r2214617 r2217270 1 1 <?php 2 /**3 * WP QuickDraw is free software: you can redistribute it and/or modify4 * it under the terms of the GNU General Public License as published by5 * the Free Software Foundation, either version 3 of the License, or6 * any later version.7 * WP QuickDraw is distributed in the hope that it will be useful,8 * but WITHOUT ANY WARRANTY; without even the implied warranty of9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the10 * GNU General Public License for more details.11 * You should have received a copy of the GNU General Public License12 * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.13 *14 * @package WP_QuickDraw15 * @author hifipix16 * @copyright 2019 HifiPix, Inc.17 * @license http://www.gnu.org/licenses/gpl.html GNU GPL, Version 318 * @version 1.5.019 */20 21 2 22 3 namespace Wpqd; -
wp-quickdraw/trunk/wpqd-cdn-uploader.php
r2217264 r2217270 1 1 <?php 2 /**3 * WP QuickDraw is free software: you can redistribute it and/or modify4 * it under the terms of the GNU General Public License as published by5 * the Free Software Foundation, either version 3 of the License, or6 * any later version.7 * WP QuickDraw is distributed in the hope that it will be useful,8 * but WITHOUT ANY WARRANTY; without even the implied warranty of9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the10 * GNU General Public License for more details.11 * You should have received a copy of the GNU General Public License12 * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.13 *14 * @package WP_QuickDraw15 * @author hifipix16 * @copyright 2019 HifiPix, Inc.17 * @license http://www.gnu.org/licenses/gpl.html GNU GPL, Version 318 * @version 1.5.019 */20 21 2 22 3 namespace Wpqd; -
wp-quickdraw/trunk/wpqd-disable-metabox.php
r2214617 r2217270 1 1 <?php 2 /**3 * WP QuickDraw is free software: you can redistribute it and/or modify4 * it under the terms of the GNU General Public License as published by5 * the Free Software Foundation, either version 3 of the License, or6 * any later version.7 * WP QuickDraw is distributed in the hope that it will be useful,8 * but WITHOUT ANY WARRANTY; without even the implied warranty of9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the10 * GNU General Public License for more details.11 * You should have received a copy of the GNU General Public License12 * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.13 *14 * @package WP_QuickDraw15 * @author hifipix16 * @copyright 2019 HifiPix, Inc.17 * @license http://www.gnu.org/licenses/gpl.html GNU GPL, Version 318 * @version 1.5.019 */20 21 2 22 3 namespace Wpqd; -
wp-quickdraw/trunk/wpqd-image-generator.php
r2214617 r2217270 1 1 <?php 2 /**3 * WP QuickDraw is free software: you can redistribute it and/or modify4 * it under the terms of the GNU General Public License as published by5 * the Free Software Foundation, either version 3 of the License, or6 * any later version.7 * WP QuickDraw is distributed in the hope that it will be useful,8 * but WITHOUT ANY WARRANTY; without even the implied warranty of9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the10 * GNU General Public License for more details.11 * You should have received a copy of the GNU General Public License12 * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.13 *14 * @package WP_QuickDraw15 * @author hifipix16 * @copyright 2019 HifiPix, Inc.17 * @license http://www.gnu.org/licenses/gpl.html GNU GPL, Version 318 * @version 1.5.019 */20 21 2 22 3 namespace Wpqd; -
wp-quickdraw/trunk/wpqd-image-metadata.php
r2214617 r2217270 1 1 <?php 2 /**3 * WP QuickDraw is free software: you can redistribute it and/or modify4 * it under the terms of the GNU General Public License as published by5 * the Free Software Foundation, either version 3 of the License, or6 * any later version.7 * WP QuickDraw is distributed in the hope that it will be useful,8 * but WITHOUT ANY WARRANTY; without even the implied warranty of9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the10 * GNU General Public License for more details.11 * You should have received a copy of the GNU General Public License12 * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.13 *14 * @package WP_QuickDraw15 * @author hifipix16 * @copyright 2019 HifiPix, Inc.17 * @license http://www.gnu.org/licenses/gpl.html GNU GPL, Version 318 * @version 1.5.019 */20 21 2 22 3 namespace Wpqd; -
wp-quickdraw/trunk/wpqd-image-status-list.php
r2214617 r2217270 1 1 <?php 2 /**3 * WP QuickDraw is free software: you can redistribute it and/or modify4 * it under the terms of the GNU General Public License as published by5 * the Free Software Foundation, either version 3 of the License, or6 * any later version.7 * WP QuickDraw is distributed in the hope that it will be useful,8 * but WITHOUT ANY WARRANTY; without even the implied warranty of9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the10 * GNU General Public License for more details.11 * You should have received a copy of the GNU General Public License12 * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.13 *14 * @package WP_QuickDraw15 * @author hifipix16 * @copyright 2019 HifiPix, Inc.17 * @license http://www.gnu.org/licenses/gpl.html GNU GPL, Version 318 * @version 1.5.019 */20 21 2 22 3 namespace Wpqd; -
wp-quickdraw/trunk/wpqd-image-status-page.php
r2214617 r2217270 1 1 <?php 2 /**3 * WP QuickDraw is free software: you can redistribute it and/or modify4 * it under the terms of the GNU General Public License as published by5 * the Free Software Foundation, either version 3 of the License, or6 * any later version.7 * WP QuickDraw is distributed in the hope that it will be useful,8 * but WITHOUT ANY WARRANTY; without even the implied warranty of9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the10 * GNU General Public License for more details.11 * You should have received a copy of the GNU General Public License12 * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.13 *14 * @package WP_QuickDraw15 * @author hifipix16 * @copyright 2019 HifiPix, Inc.17 * @license http://www.gnu.org/licenses/gpl.html GNU GPL, Version 318 * @version 1.5.019 */20 21 2 22 3 namespace Wpqd; -
wp-quickdraw/trunk/wpqd-logger.php
r2214620 r2217270 1 1 <?php 2 /**3 * WP QuickDraw is free software: you can redistribute it and/or modify4 * it under the terms of the GNU General Public License as published by5 * the Free Software Foundation, either version 3 of the License, or6 * any later version.7 * WP QuickDraw is distributed in the hope that it will be useful,8 * but WITHOUT ANY WARRANTY; without even the implied warranty of9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the10 * GNU General Public License for more details.11 * You should have received a copy of the GNU General Public License12 * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.13 *14 * @package WP_QuickDraw15 * @author hifipix16 * @copyright 2019 HifiPix, Inc.17 * @license http://www.gnu.org/licenses/gpl.html GNU GPL, Version 318 * @version 1.5.019 */20 21 2 22 3 namespace Wpqd; -
wp-quickdraw/trunk/wpqd-media-library.php
r2214617 r2217270 1 1 <?php 2 /**3 * WP QuickDraw is free software: you can redistribute it and/or modify4 * it under the terms of the GNU General Public License as published by5 * the Free Software Foundation, either version 3 of the License, or6 * any later version.7 * WP QuickDraw is distributed in the hope that it will be useful,8 * but WITHOUT ANY WARRANTY; without even the implied warranty of9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the10 * GNU General Public License for more details.11 * You should have received a copy of the GNU General Public License12 * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.13 *14 * @package WP_QuickDraw15 * @author hifipix16 * @copyright 2019 HifiPix, Inc.17 * @license http://www.gnu.org/licenses/gpl.html GNU GPL, Version 318 * @version 1.5.019 */20 21 2 22 3 namespace Wpqd; -
wp-quickdraw/trunk/wpqd-plugin-state.php
r2214617 r2217270 1 1 <?php 2 /**3 * WP QuickDraw is free software: you can redistribute it and/or modify4 * it under the terms of the GNU General Public License as published by5 * the Free Software Foundation, either version 3 of the License, or6 * any later version.7 * WP QuickDraw is distributed in the hope that it will be useful,8 * but WITHOUT ANY WARRANTY; without even the implied warranty of9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the10 * GNU General Public License for more details.11 * You should have received a copy of the GNU General Public License12 * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.13 *14 * @package WP_QuickDraw15 * @author hifipix16 * @copyright 2019 HifiPix, Inc.17 * @license http://www.gnu.org/licenses/gpl.html GNU GPL, Version 318 * @version 1.5.019 */20 21 2 22 3 namespace Wpqd;
Note: See TracChangeset
for help on using the changeset viewer.