Changeset 893145
- Timestamp:
- 04/14/2014 07:30:58 PM (12 years ago)
- Location:
- nextgen-gallery-voting
- Files:
-
- 34 added
- 3 edited
-
tags/2.7.5 (added)
-
tags/2.7.5/css (added)
-
tags/2.7.5/css/jquery-ui (added)
-
tags/2.7.5/css/jquery-ui/images (added)
-
tags/2.7.5/css/jquery-ui/images/animated-overlay.gif (added)
-
tags/2.7.5/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png (added)
-
tags/2.7.5/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png (added)
-
tags/2.7.5/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png (added)
-
tags/2.7.5/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png (added)
-
tags/2.7.5/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png (added)
-
tags/2.7.5/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png (added)
-
tags/2.7.5/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png (added)
-
tags/2.7.5/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png (added)
-
tags/2.7.5/css/jquery-ui/images/ui-icons_222222_256x240.png (added)
-
tags/2.7.5/css/jquery-ui/images/ui-icons_2e83ff_256x240.png (added)
-
tags/2.7.5/css/jquery-ui/images/ui-icons_454545_256x240.png (added)
-
tags/2.7.5/css/jquery-ui/images/ui-icons_888888_256x240.png (added)
-
tags/2.7.5/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png (added)
-
tags/2.7.5/css/jquery-ui/jquery-ui-1.10.3.custom.css (added)
-
tags/2.7.5/css/jquery-ui/jquery-ui-1.10.3.custom.min.css (added)
-
tags/2.7.5/css/star_rating.css (added)
-
tags/2.7.5/images (added)
-
tags/2.7.5/images/loading.gif (added)
-
tags/2.7.5/images/star.gif (added)
-
tags/2.7.5/images/thumbs_down.png (added)
-
tags/2.7.5/images/thumbs_up.png (added)
-
tags/2.7.5/js (added)
-
tags/2.7.5/js/admin_gallery.js (added)
-
tags/2.7.5/js/ajaxify-likes.js (added)
-
tags/2.7.5/js/ajaxify-stars.js (added)
-
tags/2.7.5/js/top-voted.js (added)
-
tags/2.7.5/ngg-voting.php (added)
-
tags/2.7.5/readme.txt (added)
-
tags/2.7.5/voting-types.php (added)
-
trunk/css/star_rating.css (modified) (3 diffs)
-
trunk/ngg-voting.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nextgen-gallery-voting/trunk/css/star_rating.css
r883525 r893145 21 21 margin: 0px !important; 22 22 text-indent: -1000px; 23 font: 0/0 a; 23 24 } 24 25 .star-rating a, … … 27 28 top:0; 28 29 left:0; 29 text-indent:-1000 em;30 text-indent:-1000px; 30 31 height:25px !important; 31 32 line-height:25px; … … 33 34 overflow:hidden; 34 35 border: none; 36 font: 0/0 a; 35 37 } 36 38 -
nextgen-gallery-voting/trunk/ngg-voting.php
r883545 r893145 4 4 Plugin URI: http://shauno.co.za/wordpress/nextgen-gallery-voting/ 5 5 Description: This plugin allows you to add user voting and rating to NextGEN Galleries and Images 6 Version: 2.7. 46 Version: 2.7.5 7 7 Author: Shaun Alberts 8 8 Author URI: http://shauno.co.za -
nextgen-gallery-voting/trunk/readme.txt
r883545 r893145 4 4 Tags: nextgen-gallery, nextgen, gallery, voting, rating, ratings, nextgen-gallery-voting 5 5 Requires at least: 2.9.1 6 Tested up to: 3.8. 17 Stable tag: 2.7. 46 Tested up to: 3.8.3 7 Stable tag: 2.7.5 8 8 9 9 Adds the ability for users to vote and rate your NextGEN Images. Simple options give you the ability to limit who can vote on what. … … 77 77 78 78 == Changelog == 79 80 = 2.7.5 = 81 * CSS fix for stopping numeric values of stars showing under certain conditions 79 82 80 83 = 2.7.4 = … … 227 230 == Upgrade Notice == 228 231 232 = 2.7.5 = 233 CSS fix for stopping numeric values of stars showing under certain conditions 234 229 235 = 2.7.4 = 230 236 Changed NGG template cache invalidation to use built in NGG method instead of massive hack used in 2.7.2
Note: See TracChangeset
for help on using the changeset viewer.