Changeset 139007
- Timestamp:
- 07/24/2009 11:32:59 PM (17 years ago)
- Location:
- gliffy-plugin-for-wordpress/trunk
- Files:
-
- 3 edited
- 1 moved
-
gliffy-plugin-for-wordpress.php (moved) (moved from gliffy-plugin-for-wordpress/trunk/gliffy-wp.php) (1 diff)
-
gliffy-wp-diagrams.php (modified) (1 diff)
-
gliffy-wp-options.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gliffy-plugin-for-wordpress/trunk/gliffy-plugin-for-wordpress.php
r138966 r139007 4 4 Plugin URI: http://wiki.gliffy.com/display/APIAPPS/WordPress+Plugin 5 5 Description: Create diagrams and insert them into your posts or pages! Look for the "Diagrams" menu when you activate the plugin, and use the Gliffy button on the media bar to insert diagrams. This plugin is dependent on the publicly available Gliffy Client library for php. Once activated, make sure to <a href="options-general.php?page=gliffy-config">configure</a> the plugin in the settings menu. 6 Version: 0.1. 16 Version: 0.1.2 7 7 Author: Gliffy, Inc. 8 8 Author URI: http://www.gliffy.com/ -
gliffy-plugin-for-wordpress/trunk/gliffy-wp-diagrams.php
r138961 r139007 65 65 if ($diagram->is_public) { 66 66 $gliffy_root = get_option('gliffy_root'); 67 $img = " | <a href='$gliffy_root/pubdoc/$diagram->id/L.jpg' >View</a>";67 $img = " | <a href='$gliffy_root/pubdoc/$diagram->id/L.jpg' title='View'>View</a>"; 68 68 69 69 echo "<span class='view'>$img</span>"; -
gliffy-plugin-for-wordpress/trunk/gliffy-wp-options.php
r138961 r139007 15 15 API access is a feature of Gliffy Premium Accounts. Follow the links below to get your API credentials. 16 16 </p> 17 18 <?php 19 $gliffy_root = get_option("gliffy_root"); 20 if (empty($gliffy_root)) { 21 $gliffy_root = "http://www.gliffy.com"; 22 } 23 ?> 17 24 18 25 <form method="post" action="options.php"> … … 48 55 </th> 49 56 <td style="vertical-align:middle;"> 50 <a href="<?php echo get_option('gliffy_root'), '/gliffy/account/accountAPILogin.jsp'; ?>" onClick="showPopup(this.href);return(false);" >Get API Credentials</a>51 <a style="padding: 25px;" href="<?php echo get_option('gliffy_root'), '/gliffy/commerce/signup.jsp'; ?>">Don't have a Gliffy Account?</a>57 <a href="<?php echo $gliffy_root , '/gliffy/account/accountAPILogin.jsp'; ?>" onClick="showPopup(this.href);return(false);" >Get API Credentials</a> 58 <a style="padding: 25px;" href="<?php echo $gliffy_root , '/gliffy/commerce/signup.jsp'; ?>">Don't have a Gliffy Account?</a> 52 59 </td> 53 60 </tr> -
gliffy-plugin-for-wordpress/trunk/readme.txt
r138961 r139007 40 40 == Changelog == 41 41 42 = 0.1.2 = 43 * Changed root filename to match the plugin folder name 'gliffy-plugin-for-wordpress.php' 44 * Changed the credential path and signup path to point to gliffy.com if no other Gliffy ROOT is specified 45 42 46 = 0.1.1 = 43 47 * Updated paths to reflect the svn repository name of 'gliffy-plugin-for-wordpress'
Note: See TracChangeset
for help on using the changeset viewer.