Plugin Directory

Changeset 1473811


Ignore:
Timestamp:
08/13/2016 03:04:21 PM (10 years ago)
Author:
yoihito
Message:

Fixed 0.1.6

Location:
tapwarp
Files:
2 deleted
4 edited
6 copied

Legend:

Unmodified
Added
Removed
  • tapwarp/tags/0.1.6/css/tapwarp-admin.css

    r1469223 r1473811  
    107107}
    108108
     109h1 > .tapwarp-loading-image {
     110    position: static;
     111}
     112
    109113.tapwarp-loading-image.loading {
    110114    display: block;
  • tapwarp/tags/0.1.6/js/checkupload.js

    r1469223 r1473811  
    5656        this.nowchecking=true;
    5757        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());
    5862
    5963        var pleaserefresh=jQuery('input#tapwarp-please-refresh').val();
  • tapwarp/tags/0.1.6/readme.txt

    r1469372 r1473811  
    6666== Changelog ==
    6767
     68= 0.1.6 =
     69
     70Added a loading icon, in case that the QR-code is not visible.
     71You 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
    6873= 0.1.5 =
    6974
  • tapwarp/tags/0.1.6/tapwarp.php

    r1469372 r1473811  
    44Plugin URI: http://twdemo.qaon.net/
    55Description: Upload pictures from smartphone to wordpress easily.
    6 Version:     0.1.5
     6Version:     0.1.6
    77Author:      Yuxiang Mao
    88Author URI:  http://qaon.net
     
    233233
    234234    $info=new stdClass;
     235    $info->realm=get_bloginfo('name');
    235236    $info->authKey=$authKey;
    236237    $info->targetUrl="http://$tapwarp_use_image_server/putimg.php";
  • tapwarp/trunk/css/tapwarp-admin.css

    r1469223 r1473811  
    107107}
    108108
     109h1 > .tapwarp-loading-image {
     110    position: static;
     111}
     112
    109113.tapwarp-loading-image.loading {
    110114    display: block;
  • tapwarp/trunk/js/checkupload.js

    r1469223 r1473811  
    5656        this.nowchecking=true;
    5757        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());
    5862
    5963        var pleaserefresh=jQuery('input#tapwarp-please-refresh').val();
  • tapwarp/trunk/readme.txt

    r1469372 r1473811  
    6666== Changelog ==
    6767
     68= 0.1.6 =
     69
     70Added a loading icon, in case that the QR-code is not visible.
     71You 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
    6873= 0.1.5 =
    6974
  • tapwarp/trunk/tapwarp.php

    r1469372 r1473811  
    44Plugin URI: http://twdemo.qaon.net/
    55Description: Upload pictures from smartphone to wordpress easily.
    6 Version:     0.1.5
     6Version:     0.1.6
    77Author:      Yuxiang Mao
    88Author URI:  http://qaon.net
     
    233233
    234234    $info=new stdClass;
     235    $info->realm=get_bloginfo('name');
    235236    $info->authKey=$authKey;
    236237    $info->targetUrl="http://$tapwarp_use_image_server/putimg.php";
Note: See TracChangeset for help on using the changeset viewer.