Changeset 138961
- Timestamp:
- 07/24/2009 08:44:48 PM (17 years ago)
- Location:
- gliffy-plugin-for-wordpress/trunk
- Files:
-
- 5 edited
-
gliffy-wp-diagrams-new.php (modified) (2 diffs)
-
gliffy-wp-diagrams.php (modified) (1 diff)
-
gliffy-wp-options.php (modified) (1 diff)
-
gliffy-wp.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gliffy-plugin-for-wordpress/trunk/gliffy-wp-diagrams-new.php
r138940 r138961 1 1 <div class="wrap"> 2 2 <div class="icon32"> 3 <img src="<?php echo get_option('siteurl').'/wp-content/plugins/gliffy- wp/images/Logo_32x32.png'; ?>" alt="Gliffy Logo"/>3 <img src="<?php echo get_option('siteurl').'/wp-content/plugins/gliffy-plugin-for-wordpress/images/Logo_32x32.png'; ?>" alt="Gliffy Logo"/> 4 4 </div> 5 5 <h2>Add New Gliffy Diagram</h2> … … 26 26 $gliffy = gliffy_getinstance(); 27 27 $diagramId = $gliffy->createDiagram($_POST['document_name']); 28 $return_url = get_option('siteurl').'/wp-content/plugins/gliffy- wp/gliffy-wp-launch-close.php';28 $return_url = get_option('siteurl').'/wp-content/plugins/gliffy-plugin-for-wordpress/gliffy-wp-launch-close.php'; 29 29 $launch_link = $gliffy->getEditDiagramLink($diagramId, $return_url , 'Back to Wordpress'); 30 30 -
gliffy-plugin-for-wordpress/trunk/gliffy-wp-diagrams.php
r138940 r138961 1 1 <div class="wrap"> 2 2 <div class="icon32"> 3 <img src="<?php echo get_option('siteurl').'/wp-content/plugins/gliffy- wp/images/Logo_32x32.png'; ?>" alt="Gliffy Logo"/>3 <img src="<?php echo get_option('siteurl').'/wp-content/plugins/gliffy-plugin-for-wordpress/images/Logo_32x32.png'; ?>" alt="Gliffy Logo"/> 4 4 </div> 5 5 <h2>Edit Gliffy Diagrams</h2> -
gliffy-plugin-for-wordpress/trunk/gliffy-wp-options.php
r138940 r138961 9 9 <div class="wrap"> 10 10 <div class="icon32"> 11 <img src="<?php echo get_option('siteurl').'/wp-content/plugins/gliffy- wp/images/Logo_32x32.png'; ?>" alt="Gliffy Logo"/>11 <img src="<?php echo get_option('siteurl').'/wp-content/plugins/gliffy-plugin-for-wordpress/images/Logo_32x32.png'; ?>" alt="Gliffy Logo"/> 12 12 </div> 13 13 <h2>Gliffy API Configuration</h2> -
gliffy-plugin-for-wordpress/trunk/gliffy-wp.php
r138940 r138961 388 388 $dir = dirname(__FILE__); 389 389 390 $image_btn = get_option('siteurl').'/wp-content/plugins/gliffy- wp/images/Logo_14x14.png';390 $image_btn = get_option('siteurl').'/wp-content/plugins/gliffy-plugin-for-wordpress/images/Logo_14x14.png'; 391 391 $image_title = 'Add Gliffy Diagram'; 392 392 … … 420 420 421 421 function gliffy_top_menu() { 422 $image = get_option('siteurl').'/wp-content/plugins/gliffy- wp/images/Logo_16x16.png';422 $image = get_option('siteurl').'/wp-content/plugins/gliffy-plugin-for-wordpress/images/Logo_16x16.png'; 423 423 // add_object_page('Diagrams', 'Diagrams', 2, __FILE__, 'gliffy_diagrams_page', $image); 424 424 // add_submenu_page('Diagrams', 'Diagrams', 'Edit', 2, __FILE__, 'gliffy_diagrams_page'); -
gliffy-plugin-for-wordpress/trunk/readme.txt
r138940 r138961 11 11 == Description == 12 12 13 The [Gliffy](http://www.gliffy.com/ "Diagraming Software") plugin works with your Gliffy Online Premiumaccount. The Gliffy plugin and corresponding API are currently in BETA.13 The [Gliffy](http://www.gliffy.com/ "Diagraming Software") plugin works with your Gliffy Online account. The Gliffy plugin and corresponding API are currently in BETA. 14 14 15 15 If you experience any problems with the plugin, please log a bug in our [Issue Tracker](http://jira.gliffy.com/browse/INTWP). … … 19 19 This section describes how to install the plugin and get it working. 20 20 21 1. Upload the `gliffy- wp` directory to the `/wp-content/plugins/` directory21 1. Upload the `gliffy-plugin-for-wordpress` directory to the `/wp-content/plugins/` directory 22 22 1. Activate the plugin through the 'Plugins' menu in WordPress 23 23 1. Enter your API credentials in the 'Settings' menu in WordPress … … 40 40 == Changelog == 41 41 42 = 0.1.1 = 43 * Updated paths to reflect the svn repository name of 'gliffy-plugin-for-wordpress' 44 42 45 = 0.1 = 43 46 * INITIAL RELEASE
Note: See TracChangeset
for help on using the changeset viewer.