Changeset 1473811
- Timestamp:
- 08/13/2016 03:04:21 PM (10 years ago)
- Location:
- tapwarp
- Files:
-
- 2 deleted
- 4 edited
- 6 copied
-
tags/0.1.6 (copied) (copied from tapwarp/trunk)
-
tags/0.1.6/assets (deleted)
-
tags/0.1.6/css/tapwarp-admin.css (copied) (copied from tapwarp/trunk/css/tapwarp-admin.css) (1 diff)
-
tags/0.1.6/image (copied) (copied from tapwarp/trunk/image)
-
tags/0.1.6/js/checkupload.js (copied) (copied from tapwarp/trunk/js/checkupload.js) (1 diff)
-
tags/0.1.6/readme.txt (copied) (copied from tapwarp/trunk/readme.txt) (1 diff)
-
tags/0.1.6/tapwarp.php (copied) (copied from tapwarp/trunk/tapwarp.php) (2 diffs)
-
tags/0.1.6/tmp (deleted)
-
trunk/css/tapwarp-admin.css (modified) (1 diff)
-
trunk/js/checkupload.js (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/tapwarp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tapwarp/tags/0.1.6/css/tapwarp-admin.css
r1469223 r1473811 107 107 } 108 108 109 h1 > .tapwarp-loading-image { 110 position: static; 111 } 112 109 113 .tapwarp-loading-image.loading { 110 114 display: block; -
tapwarp/tags/0.1.6/js/checkupload.js
r1469223 r1473811 56 56 this.nowchecking=true; 57 57 this.progressCheckerID=setTimeout(this.check_progress,3000); 58 59 60 if (jQuery('#wp-media-grid > h1 .tapwarp-loading-image').length==0) 61 jQuery('#wp-media-grid > h1').append(jQuery('.tapwarp-loading-image').first().clone()); 58 62 59 63 var pleaserefresh=jQuery('input#tapwarp-please-refresh').val(); -
tapwarp/tags/0.1.6/readme.txt
r1469372 r1473811 66 66 == Changelog == 67 67 68 = 0.1.6 = 69 70 Added a loading icon, in case that the QR-code is not visible. 71 You blog name will be sent to the Tap Warp app, and can be displayed for distinguishing purpose. (Supported by TapWarp app 1.1.3 or above.) 72 68 73 = 0.1.5 = 69 74 -
tapwarp/tags/0.1.6/tapwarp.php
r1469372 r1473811 4 4 Plugin URI: http://twdemo.qaon.net/ 5 5 Description: Upload pictures from smartphone to wordpress easily. 6 Version: 0.1. 56 Version: 0.1.6 7 7 Author: Yuxiang Mao 8 8 Author URI: http://qaon.net … … 233 233 234 234 $info=new stdClass; 235 $info->realm=get_bloginfo('name'); 235 236 $info->authKey=$authKey; 236 237 $info->targetUrl="http://$tapwarp_use_image_server/putimg.php"; -
tapwarp/trunk/css/tapwarp-admin.css
r1469223 r1473811 107 107 } 108 108 109 h1 > .tapwarp-loading-image { 110 position: static; 111 } 112 109 113 .tapwarp-loading-image.loading { 110 114 display: block; -
tapwarp/trunk/js/checkupload.js
r1469223 r1473811 56 56 this.nowchecking=true; 57 57 this.progressCheckerID=setTimeout(this.check_progress,3000); 58 59 60 if (jQuery('#wp-media-grid > h1 .tapwarp-loading-image').length==0) 61 jQuery('#wp-media-grid > h1').append(jQuery('.tapwarp-loading-image').first().clone()); 58 62 59 63 var pleaserefresh=jQuery('input#tapwarp-please-refresh').val(); -
tapwarp/trunk/readme.txt
r1469372 r1473811 66 66 == Changelog == 67 67 68 = 0.1.6 = 69 70 Added a loading icon, in case that the QR-code is not visible. 71 You blog name will be sent to the Tap Warp app, and can be displayed for distinguishing purpose. (Supported by TapWarp app 1.1.3 or above.) 72 68 73 = 0.1.5 = 69 74 -
tapwarp/trunk/tapwarp.php
r1469372 r1473811 4 4 Plugin URI: http://twdemo.qaon.net/ 5 5 Description: Upload pictures from smartphone to wordpress easily. 6 Version: 0.1. 56 Version: 0.1.6 7 7 Author: Yuxiang Mao 8 8 Author URI: http://qaon.net … … 233 233 234 234 $info=new stdClass; 235 $info->realm=get_bloginfo('name'); 235 236 $info->authKey=$authKey; 236 237 $info->targetUrl="http://$tapwarp_use_image_server/putimg.php";
Note: See TracChangeset
for help on using the changeset viewer.