Changeset 1981644
- Timestamp:
- 11/27/2018 11:40:11 PM (7 years ago)
- Location:
- wpdevhub-troubleshooting-guides/trunk
- Files:
-
- 81 added
- 2 edited
-
classes (added)
-
classes/COLLEGIA.ttf (added)
-
classes/class.DSCF_DTG_Box.php (added)
-
classes/class.DSCF_DTG_Browser.php (added)
-
classes/class.DSCF_DTG_Chart.php (added)
-
classes/class.DSCF_DTG_MessagePopup.php (added)
-
classes/class.DSCF_DTG_TroubleshootingGuides_Guide.php (added)
-
classes/class.DSCF_DTG_TroubleshootingGuides_GuideShortCodeMetaBox.php (added)
-
classes/class.DSCF_DTG_TroubleshootingGuides_Main.php (added)
-
classes/class.DSCF_DTG_TroubleshootingGuides_Step.php (added)
-
classes/class.DSCF_DTG_TroubleshootingGuides_StepMetaBox.php (added)
-
classes/class.DSCF_DTG_Utilities.php (added)
-
classes/com (added)
-
classes/com/class.DSCF_DTG_ComDispatch.php (added)
-
classes/com/class.DSCF_DTG_ComRequest.php (added)
-
classes/core (added)
-
classes/core/class.DSCF_DTG_StandardCustomPostType.php (added)
-
classes/core/class.DSCF_DTG_StandardEditor.php (added)
-
classes/core/class.DSCF_DTG_StandardGroupRecord.php (added)
-
classes/core/class.DSCF_DTG_StandardLinkRecord.php (added)
-
classes/core/class.DSCF_DTG_StandardMain.php (added)
-
classes/core/class.DSCF_DTG_StandardManager.php (added)
-
classes/core/class.DSCF_DTG_StandardMetaBox.php (added)
-
classes/core/class.DSCF_DTG_StandardMetaBoxAndDbObject.php (added)
-
classes/core/class.DSCF_DTG_StandardMetaBoxObject.php (added)
-
classes/core/class.DSCF_DTG_StandardObjectRecord.php (added)
-
classes/core/class.DSCF_DTG_StandardSetting.php (added)
-
classes/vp (added)
-
classes/vp/class.DSCF_DTG_VirtualPages_Controller.php (added)
-
classes/vp/class.DSCF_DTG_VirtualPages_Page.php (added)
-
classes/vp/class.DSCF_DTG_VirtualPages_TemplateLoader.php (added)
-
classes/vp/interface.DSCF_DTG_VirtualPages_ControllerInterface.php (added)
-
classes/vp/interface.DSCF_DTG_VirtualPages_PageInterface.php (added)
-
classes/vp/interface.DSCF_DTG_VirtualPages_TemplateLoaderInterface.php (added)
-
classes/zone (added)
-
classes/zone/class.DSCF_DTG_Zone.php (added)
-
classes/zone/class.DSCF_DTG_ZoneItem.php (added)
-
classes/zone/class.DSCF_DTG_ZoneManager.php (added)
-
css (added)
-
css/wpdevhub-dtg.css (added)
-
css/wpdevhub-main.css (added)
-
images (added)
-
images/accept.png (added)
-
images/award_star_gold_3.png (added)
-
images/bricks.png (added)
-
images/cancel.png (added)
-
images/chart_pie.png (added)
-
images/cog.png (added)
-
images/compass.png (added)
-
images/cross-bw.png (added)
-
images/delete.png (added)
-
images/document_layout.png (added)
-
images/error.png (added)
-
images/facebook-icon32.png (added)
-
images/google_custom_search.png (added)
-
images/group.png (added)
-
images/help.png (added)
-
images/info_rhombus.png (added)
-
images/loading2.gif (added)
-
images/logo_300.png (added)
-
images/magnifier.png (added)
-
images/no_data_available.png (added)
-
images/no_saved_objects.png (added)
-
images/page_add.png (added)
-
images/page_edit.png (added)
-
images/server_components.png (added)
-
images/tick.png (added)
-
inc (added)
-
inc/inc.env-prod.php (added)
-
inc/inc.env.php (added)
-
inc/inc.setup.php (added)
-
inc/inc.ver.php (added)
-
inc/stop_words.txt (added)
-
index.php (modified) (2 diffs)
-
js (added)
-
js/jquery-ui-timepicker-addon.min.js (added)
-
js/wpdevhub-admin.js (added)
-
js/wpdevhub-charts.js (added)
-
lib (added)
-
pages (added)
-
pages/inc.settings-base.php (added)
-
pages/wpdevhub-dtg-settings.php (added)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpdevhub-troubleshooting-guides/trunk/index.php
r1981556 r1981644 1 1 <?php 2 2 /* 3 * Plugin Name: WPDevHub Link Manager4 * Version: 2. 55 * Plugin URI: https://www.wpdevhub.com/wordpress-plugins/ link-manager/6 * Description: Create and Track custom link forwarders with a minimized URL off your own website.3 * Plugin Name: WPDevHub Troubleshooting Guides 4 * Version: 2.6 5 * Plugin URI: https://www.wpdevhub.com/wordpress-plugins/troubleshooting-guides/ 6 * Description: Create feature rich troubleshooting guides for your website visitors to follow. 7 7 * Author: WPDevHub 8 8 * Author URI: https://www.wpdevhub.com/ 9 9 */ 10 10 11 define('WPDEVHUB_CONST_DLM_PLUGIN_TITLE', 'WPDevHub Links'); 12 define('WPDEVHUB_CONST_DLM_APP_CODE', 'dlm'); 13 define('WPDEVHUB_CONST_DLM_CLASSES_BROWSER', true); 14 define('WPDEVHUB_CONST_DLM_CLASSES_VIRTUAL_PAGES', true); 11 define('WPDEVHUB_CONST_DTG_PLUGIN_TITLE', 'WPDevHub Troubleshooting Guides'); 12 define('WPDEVHUB_CONST_DTG_APP_CODE', 'dtg'); 13 define('WPDEVHUB_CONST_DTG_SLUG', 'wpdevhub-troubleshooting-guides'); 15 14 16 15 // Standard Setup Steps … … 18 17 19 18 // Class Includes 20 include dirname(__FILE__).'/classes/class.DSCF_DLM_Links_Main.php'; 21 include dirname(__FILE__).'/classes/class.DSCF_DLM_Links_Link.php'; 22 include dirname(__FILE__).'/classes/class.DSCF_DLM_Links_Hit.php'; 19 include dirname(__FILE__).'/classes/class.DSCF_DTG_TroubleshootingGuides_Main.php'; 20 include dirname(__FILE__).'/classes/class.DSCF_DTG_TroubleshootingGuides_Guide.php'; 21 include dirname(__FILE__).'/classes/class.DSCF_DTG_TroubleshootingGuides_GuideShortCodeMetaBox.php'; 22 include dirname(__FILE__).'/classes/class.DSCF_DTG_TroubleshootingGuides_Step.php'; 23 include dirname(__FILE__).'/classes/class.DSCF_DTG_TroubleshootingGuides_StepMetaBox.php'; 23 24 24 add_action( 'init', array('DSCF_DLM_Links_Main', 'wpActionInit'), 0 ); 25 26 $controller = DSCF_DLM_VirtualPages_Controller::getController(); 27 add_action( WPDEVHUB_CONST_DLM_SLUG.'_virtual_pages', function( $controller ) { 28 29 $linkSlugBase = DSCF_DLM_Links_Main::getSlugBase(); 30 31 // Plugin Page 32 $controller->addPage( new DSCF_DLM_VirtualPages_Page( $linkSlugBase.'/%%hash_key%%' ) ) 33 ->setTitle( 'Link Controller' ) 34 ->setTemplate( 'pages/wpdevhub-dlm-vp-link-handler.php' ); 35 36 } ); 37 38 // Shortcodes 39 add_shortcode( WPDEVHUB_CONST_DLM_SLUG, array('DSCF_DLM_Links_Main', 'shortcodeHandler') ); 40 25 // Actions 26 add_action( 'init', array('DSCF_DTG_TroubleshootingGuides_Main', 'wpActionInit'), 0 ); -
wpdevhub-troubleshooting-guides/trunk/readme.txt
r1981556 r1981644 1 === WPDevHub Link Manager===1 === WPDevHub Troubleshooting Guides === 2 2 Contributors: benhallbenhall 3 Donate link: http ://www.wpdevhub.com/4 Tags: Links Link Management3 Donate link: https://www.wpdevhub.com/ 4 Tags: support forums 5 5 Requires at least: 3.0.1 6 Tested up to: 4. 97 Stable tag: 2. 56 Tested up to: 4.8 7 Stable tag: 2.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Create and Track custom link forwarders with a minimized URL off your own website.11 Create feature rich troubleshooting guides for your website visitors to follow 12 12 13 13 == Description == 14 14 15 Create and Track custom link forwarders with a minimized URL off your own website. Take advantage of short codes, widgets and other features.15 Create feature rich troubleshooting guides for your website visitors to follow 16 16 17 17 == Installation == 18 18 19 1. Unzip the contents of `wpdevhub- dlm.zip`20 2. Upload the full `wpdevhub- dlm` folder to the `/wp-content/plugins/` directory19 1. Unzip the contents of `wpdevhub-troubleshooting-guides.zip` 20 2. Upload the full `wpdevhub-troubleshooting-guides` folder to the `/wp-content/plugins/` directory 21 21 3. Activate the plugin through the 'Plugins' menu in WordPress 22 4. Access the WPDevHub Link Manager through the links on the left of WordPress. 23 5. Add, create and interact with links through the provided admin tools. Widgets and short codes are also available 22 4. Access the Troubleshooting Guides plugin through the links on the left of WordPress administration panel. 24 23 25 24 == Screenshots == 26 25 27 1. The WPDevHub Link Manager allows you to create an unlimited number of link forwarders that are local to your site. 28 2. The editor allows you to easily setup and change the directives for your link forwarder. 26 1. The WPDevHub Troubleshooting Guides plugin allow you to present step-by-step instructional content in an organized fashion that is easy to read for your users. 27 2. The plugin is built directly into the WordPress post editor system as a custom post type. This allows content to be used as a standalone post. 28 3. Basic editor functionality has been extended allowing you to easily add as many troubleshooting steps as needed. 29 4. Final content is then provided to readers in an organized fashion that looks natural with standard WordPress designs and templates. 30 5. The plugin also uses the built in WordPress taxonomy tools to create custom Guide Categories as desired. 31 6. Additional settings are provided to help control and extend the capabilities of the plugin. 29 32 30 33 == Frequently Asked Questions == … … 34 37 Visit https://www.wpdevhub.com for any and all support inquiries. 35 38 36 = How many links can I create? =37 38 There is no limit to number of links you can create. Create as many as you are comfortable with.39 40 = How do I change the base /go/ directive? =41 42 Visit the settings page in the navigation bar for the plugin. There you can specify any forwarding directive that you wish.43 44 = I have a feature suggestion =45 46 Great! Visit https://www.wpdevhub.com to submit your ideas and feature suggestions.47 39 48 40 == Changelog == … … 55 47 56 48 = 2.0.0 = 57 * Added support for QR codes 49 * Added support for Virtual Pages 50 * Added settings and controls 58 51 59 52 = 2.1.0 = … … 62 55 = 2.2.0 = 63 56 * Performance optimizations 64 * Minified URL support65 57 66 58 = 2.3.0 = 67 * Base URL customization support 68 * Optimizations 59 * Better styling support 69 60 70 61 = 2.4.0 = 71 * Improvements to hit tracking62 * Improvements for MU installations 72 63 73 64 = 2.5.0 = 74 65 * Optimizations and improvements 75 66 67 = 2.6.0 = 68 * Fix URLs for CSS support under SSL 69 70 76 71 == Upgrade Notice == 77 72 78 = 1.0 .0=73 = 1.0 = 79 74 Initial Product Release.
Note: See TracChangeset
for help on using the changeset viewer.