Changeset 587679
- Timestamp:
- 08/20/2012 07:03:53 AM (14 years ago)
- Location:
- teleport
- Files:
-
- 2 added
- 4 edited
- 12 copied
-
tags/1.1 (copied) (copied from teleport/trunk)
-
tags/1.1/css (copied) (copied from teleport/trunk/css)
-
tags/1.1/css/style.css (copied) (copied from teleport/trunk/css/style.css) (3 diffs)
-
tags/1.1/images (copied) (copied from teleport/trunk/images)
-
tags/1.1/images/dknewmedia.png (copied) (copied from teleport/trunk/images/dknewmedia.png)
-
tags/1.1/images/wordpress.png (added)
-
tags/1.1/js (copied) (copied from teleport/trunk/js)
-
tags/1.1/js/script.js (copied) (copied from teleport/trunk/js/script.js) (2 diffs)
-
tags/1.1/readme.txt (copied) (copied from teleport/trunk/readme.txt) (5 diffs)
-
tags/1.1/screenshot-1.png (copied) (copied from teleport/trunk/screenshot-1.png)
-
tags/1.1/screenshot-2.png (copied) (copied from teleport/trunk/screenshot-2.png)
-
tags/1.1/screenshot-3.png (copied) (copied from teleport/trunk/screenshot-3.png)
-
tags/1.1/teleport.php (copied) (copied from teleport/trunk/teleport.php) (2 diffs)
-
trunk/css/style.css (modified) (3 diffs)
-
trunk/images/wordpress.png (added)
-
trunk/js/script.js (modified) (2 diffs)
-
trunk/readme.txt (modified) (5 diffs)
-
trunk/teleport.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
teleport/tags/1.1/css/style.css
r584511 r587679 74 74 width: 100%; 75 75 height: 100%; 76 background: url(' http://s.wordpress.org/about/images/logos/wordpress-logo-notext-rgb.png') no-repeat center center;76 background: url('../images/wordpress.png') no-repeat center center; 77 77 background-size: contain; 78 78 } … … 82 82 height: 100%; 83 83 background: url('../images/dknewmedia.png') no-repeat center center; 84 background-size: contain; 84 } 85 86 #teleporter #teleport_dknewmedia.teleport_dash { 87 background: url('../images/dash_icon.png') no-repeat center center !important; 85 88 } 86 89 … … 100 103 101 104 #teleporter #teleport_icon_teleporter.teleport_login_icon { 102 background: url('../images/logout_icon.png') no-repeat center center; 105 width: 100%; 106 height: 100%; 103 107 } 104 108 -
teleport/tags/1.1/js/script.js
r584511 r587679 44 44 }); 45 45 46 $(".teleport_back"). on("click", function(e, el){46 $(".teleport_back").css("cursor", "pointer").on("click", function(e, el){ 47 47 if(teleporter.is('.teleport_open')) { 48 48 window.location = $(this).data('url'); … … 107 107 }); 108 108 overlay.fadeIn(500, function(){ 109 var teleport_icon_teleporter = $("#teleport_icon_teleporter");109 /*var teleport_icon_teleporter = $("#teleport_icon_teleporter"); 110 110 if(teleport_icon_teleporter.is('.teleport_login')) { 111 111 teleport_icon_teleporter.fadeOut('fast', function() { 112 112 $(this).addClass('teleport_login_icon').fadeIn('fast'); 113 113 }); 114 } 114 }*/ 115 115 }); 116 116 } -
teleport/tags/1.1/readme.txt
r584511 r587679 4 4 Requires at least: 2.0.2 5 5 Tested up to: 3.4.1 6 Stable tag: 1. 0.17 Version: 1. 0.16 Stable tag: 1.1 7 Version: 1.1 8 8 License: GPLv2 9 9 … … 22 22 [youtube http://www.youtube.com/watch?v=DF_1xXAPQFc] 23 23 24 **While Logged Out** 24 If you are logged out, you will be asked to log in before being redirected to the disired location. 25 25 26 * w - Redirects to the login page 27 * esc - Closes the Teleporter 28 29 **While Logged In** 26 First press "w", then choose from the following: 30 27 31 28 * e - (Edit) Edit current post/page … … 33 30 * s - (Settings) Redirects to the Settings page 34 31 * a - (Archive) Redirects to Posts/Pages/Custom Post Types 35 * q - (Quit) Logs the current user out 36 * w - Pressing this a second time will close the Teleporter32 * q - (Quit) Logs the current user out / Redirects to Log In page 33 * w - Close Teleporter / Log in 37 34 * esc - Closes the Teleporter 38 39 35 40 36 == Installation == … … 79 75 * Added assets folder 80 76 77 = 1.1 = 78 79 * Added navigational buttons and keyboard shortcuts for logged out users 80 81 81 82 82 == Upgrade Notice == … … 89 89 90 90 This patch fixes a pretty huge bug that prevented the usrs from using any forms. Upgrade asap! 91 92 = 1.1 = 93 This update makes the logged in and out views look the same. If you're not logged in, you will be prompted to do so before being redirected. -
teleport/tags/1.1/teleport.php
r584511 r587679 4 4 Plugin URI: http://wordpress.org/extend/plugins/teleport/ 5 5 Description: Teleport is all about getting around WordPress quickly! It uses keyboard shortcuts to get you to the most important places with just two taps. The intuitive teleporter is arranged exactly like the keyboard shortcuts - the e, d, s, a, and q keys make a 'u' shape around the w key. This matches the layout the teleporter. <strong>To get started:</strong> 1) Activate the plugin. 2) Go to your homepage. 3) Once the page has finished loading, press "w". This will activate the teleporter. To learn more about the teleporter, read the plugin documentation. 6 Version: 1. 0.16 Version: 1.1 7 7 Author: Stephen Coley 8 8 Author URI: http://dknewmedia.com … … 109 109 // If the user isn't logged in, show the login Teleporter 110 110 } else { 111 echo '< div id="teleport" data-url="' . wp_login_url($cururl) . '">111 echo '</p><div id="teleport"> 112 112 <div id="teleport_overlay"></div> 113 113 <div id="teleporter"> 114 <div id="teleport_icon_teleporter" class="teleport_login" data-url="' . wp_login_url($cururl) . '"></div> 114 <div id="teleport_icon_teleporter" class="teleport_front teleport_face teleport_login"></div> 115 <div id="teleport_dknewmedia" class="teleport_back teleport_face teleport_dash" data-url="' . wp_login_url() . '"></div> 115 116 </div> 117 <div id="teleport_first" class="teleport_button"> 118 <div id="teleport_icon_first" class="teleport_icon" data-url="' . wp_login_url(get_bloginfo('wpurl') . '/wp-admin/options-general.php') . '"></div> 119 </div> 120 <div id="teleport_second" class="teleport_button"> 121 <div id="teleport_icon_second" class="teleport_icon" data-url="' . wp_login_url(get_bloginfo('wpurl') . '/wp-admin/index.php') . '"></div> 122 </div> 123 <div id="teleport_third" class="teleport_button"> 124 <div id="teleport_icon_third" class="teleport_icon" data-url="' . wp_login_url($edit) . '"></div> 125 </div> 126 <div id="teleport_fourth" class="teleport_button"> 127 <div id="teleport_icon_fourth" class="teleport_icon" data-url="' . wp_login_url($cururl) . '"></div> 128 </div> 129 <div id="teleport_fifth" class="teleport_button"> 130 <div id="teleport_icon_fifth" class="teleport_icon" data-url="' . wp_login_url($archive) . '"></div> 131 </div> 116 132 </div>'; 117 133 } -
teleport/trunk/css/style.css
r584511 r587679 74 74 width: 100%; 75 75 height: 100%; 76 background: url(' http://s.wordpress.org/about/images/logos/wordpress-logo-notext-rgb.png') no-repeat center center;76 background: url('../images/wordpress.png') no-repeat center center; 77 77 background-size: contain; 78 78 } … … 82 82 height: 100%; 83 83 background: url('../images/dknewmedia.png') no-repeat center center; 84 background-size: contain; 84 } 85 86 #teleporter #teleport_dknewmedia.teleport_dash { 87 background: url('../images/dash_icon.png') no-repeat center center !important; 85 88 } 86 89 … … 100 103 101 104 #teleporter #teleport_icon_teleporter.teleport_login_icon { 102 background: url('../images/logout_icon.png') no-repeat center center; 105 width: 100%; 106 height: 100%; 103 107 } 104 108 -
teleport/trunk/js/script.js
r584511 r587679 44 44 }); 45 45 46 $(".teleport_back"). on("click", function(e, el){46 $(".teleport_back").css("cursor", "pointer").on("click", function(e, el){ 47 47 if(teleporter.is('.teleport_open')) { 48 48 window.location = $(this).data('url'); … … 107 107 }); 108 108 overlay.fadeIn(500, function(){ 109 var teleport_icon_teleporter = $("#teleport_icon_teleporter");109 /*var teleport_icon_teleporter = $("#teleport_icon_teleporter"); 110 110 if(teleport_icon_teleporter.is('.teleport_login')) { 111 111 teleport_icon_teleporter.fadeOut('fast', function() { 112 112 $(this).addClass('teleport_login_icon').fadeIn('fast'); 113 113 }); 114 } 114 }*/ 115 115 }); 116 116 } -
teleport/trunk/readme.txt
r584511 r587679 4 4 Requires at least: 2.0.2 5 5 Tested up to: 3.4.1 6 Stable tag: 1. 0.17 Version: 1. 0.16 Stable tag: 1.1 7 Version: 1.1 8 8 License: GPLv2 9 9 … … 22 22 [youtube http://www.youtube.com/watch?v=DF_1xXAPQFc] 23 23 24 **While Logged Out** 24 If you are logged out, you will be asked to log in before being redirected to the disired location. 25 25 26 * w - Redirects to the login page 27 * esc - Closes the Teleporter 28 29 **While Logged In** 26 First press "w", then choose from the following: 30 27 31 28 * e - (Edit) Edit current post/page … … 33 30 * s - (Settings) Redirects to the Settings page 34 31 * a - (Archive) Redirects to Posts/Pages/Custom Post Types 35 * q - (Quit) Logs the current user out 36 * w - Pressing this a second time will close the Teleporter32 * q - (Quit) Logs the current user out / Redirects to Log In page 33 * w - Close Teleporter / Log in 37 34 * esc - Closes the Teleporter 38 39 35 40 36 == Installation == … … 79 75 * Added assets folder 80 76 77 = 1.1 = 78 79 * Added navigational buttons and keyboard shortcuts for logged out users 80 81 81 82 82 == Upgrade Notice == … … 89 89 90 90 This patch fixes a pretty huge bug that prevented the usrs from using any forms. Upgrade asap! 91 92 = 1.1 = 93 This update makes the logged in and out views look the same. If you're not logged in, you will be prompted to do so before being redirected. -
teleport/trunk/teleport.php
r584511 r587679 4 4 Plugin URI: http://wordpress.org/extend/plugins/teleport/ 5 5 Description: Teleport is all about getting around WordPress quickly! It uses keyboard shortcuts to get you to the most important places with just two taps. The intuitive teleporter is arranged exactly like the keyboard shortcuts - the e, d, s, a, and q keys make a 'u' shape around the w key. This matches the layout the teleporter. <strong>To get started:</strong> 1) Activate the plugin. 2) Go to your homepage. 3) Once the page has finished loading, press "w". This will activate the teleporter. To learn more about the teleporter, read the plugin documentation. 6 Version: 1. 0.16 Version: 1.1 7 7 Author: Stephen Coley 8 8 Author URI: http://dknewmedia.com … … 109 109 // If the user isn't logged in, show the login Teleporter 110 110 } else { 111 echo '< div id="teleport" data-url="' . wp_login_url($cururl) . '">111 echo '</p><div id="teleport"> 112 112 <div id="teleport_overlay"></div> 113 113 <div id="teleporter"> 114 <div id="teleport_icon_teleporter" class="teleport_login" data-url="' . wp_login_url($cururl) . '"></div> 114 <div id="teleport_icon_teleporter" class="teleport_front teleport_face teleport_login"></div> 115 <div id="teleport_dknewmedia" class="teleport_back teleport_face teleport_dash" data-url="' . wp_login_url() . '"></div> 115 116 </div> 117 <div id="teleport_first" class="teleport_button"> 118 <div id="teleport_icon_first" class="teleport_icon" data-url="' . wp_login_url(get_bloginfo('wpurl') . '/wp-admin/options-general.php') . '"></div> 119 </div> 120 <div id="teleport_second" class="teleport_button"> 121 <div id="teleport_icon_second" class="teleport_icon" data-url="' . wp_login_url(get_bloginfo('wpurl') . '/wp-admin/index.php') . '"></div> 122 </div> 123 <div id="teleport_third" class="teleport_button"> 124 <div id="teleport_icon_third" class="teleport_icon" data-url="' . wp_login_url($edit) . '"></div> 125 </div> 126 <div id="teleport_fourth" class="teleport_button"> 127 <div id="teleport_icon_fourth" class="teleport_icon" data-url="' . wp_login_url($cururl) . '"></div> 128 </div> 129 <div id="teleport_fifth" class="teleport_button"> 130 <div id="teleport_icon_fifth" class="teleport_icon" data-url="' . wp_login_url($archive) . '"></div> 131 </div> 116 132 </div>'; 117 133 }
Note: See TracChangeset
for help on using the changeset viewer.