Changeset 164068
- Timestamp:
- 10/16/2009 05:35:50 PM (16 years ago)
- Location:
- fidgetr
- Files:
-
- 1 deleted
- 2 edited
- 4 copied
-
tags/1.3.4 (copied) (copied from fidgetr/trunk)
-
tags/1.3.4/fidgetr.php (copied) (copied from fidgetr/trunk/fidgetr.php) (3 diffs)
-
tags/1.3.4/index.html (copied) (copied from fidgetr/trunk/index.html)
-
tags/1.3.4/lang/fidgetr.pot (deleted)
-
tags/1.3.4/readme.txt (copied) (copied from fidgetr/trunk/readme.txt) (3 diffs)
-
trunk/fidgetr.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fidgetr/tags/1.3.4/fidgetr.php
r146988 r164068 4 4 Plugin URI: http://langui.sh/fidgetr 5 5 Description: A themeable Flickr widget that can fetch pictures and comments and style them in a myriad of attractive ways. 6 Version: 1.3. 36 Version: 1.3.4 7 7 Author: Paul Kehrer 8 8 Author URI: http://langui.sh/ … … 15 15 require_once("flickrApi.class.php"); 16 16 17 define('FIDGETR_VERSION','1.3. 3');17 define('FIDGETR_VERSION','1.3.4'); 18 18 19 19 //instantiate our object … … 214 214 /*array2json provided by bin-co.com under BSD license*/ 215 215 private function array2json($arr) { 216 if(function_exists('json_encode')) return stripslashes(json_encode($arr)); //Latest versions of PHP already have this functionality. 216 //commenting the PHP native json_encode out until I have time to figure out why it doesn't think utf8 chars are utf8 217 //if(function_exists('json_encode')) return stripslashes(json_encode($arr)); //Latest versions of PHP already have this functionality. 217 218 $parts = array(); 218 219 $is_list = false; -
fidgetr/tags/1.3.4/readme.txt
r146988 r164068 5 5 Requires at least: 2.5 6 6 Tested up to: 2.8.4 7 Stable tag: 1.3. 37 Stable tag: 1.3.4 8 8 9 9 A simple and beautiful Flickr widget that supports themes. … … 16 16 17 17 == Changelog == 18 19 = 1.3.4 = 20 * UTF-8 fix. Disabled native json_encode until I can investigate why it's hex encoding chars it shouldn't be... 18 21 19 22 = 1.3.3 = … … 39 42 You can also invoke Fidgetr via $fidgetr->fidgetr_images() 40 43 44 41 45 == Frequently Asked Questions == 42 46 43 47 = Fidgetr won't accept my username or email = 44 Some users can't locate their NSID via search due to privacy settings or age restrictions.. As of 1.2 Fidgetr allows you to specify your actual NSID in the username field. You can obtain it here: http:// idgettr.com/48 Some users can't locate their NSID via search due to privacy settings or age restrictions.. As of 1.2 Fidgetr allows you to specify your actual NSID in the username field. You can obtain it here: http://www.flickr.com/services/api/explore/?method=flickr.people.getInfo It's on the right under "your user id" 45 49 46 50 = Comments don't appear in my theme/show up underneath other content! (iNove and others) = -
fidgetr/trunk/fidgetr.php
r146988 r164068 4 4 Plugin URI: http://langui.sh/fidgetr 5 5 Description: A themeable Flickr widget that can fetch pictures and comments and style them in a myriad of attractive ways. 6 Version: 1.3. 36 Version: 1.3.4 7 7 Author: Paul Kehrer 8 8 Author URI: http://langui.sh/ … … 15 15 require_once("flickrApi.class.php"); 16 16 17 define('FIDGETR_VERSION','1.3. 3');17 define('FIDGETR_VERSION','1.3.4'); 18 18 19 19 //instantiate our object … … 214 214 /*array2json provided by bin-co.com under BSD license*/ 215 215 private function array2json($arr) { 216 if(function_exists('json_encode')) return stripslashes(json_encode($arr)); //Latest versions of PHP already have this functionality. 216 //commenting the PHP native json_encode out until I have time to figure out why it doesn't think utf8 chars are utf8 217 //if(function_exists('json_encode')) return stripslashes(json_encode($arr)); //Latest versions of PHP already have this functionality. 217 218 $parts = array(); 218 219 $is_list = false; -
fidgetr/trunk/readme.txt
r146988 r164068 5 5 Requires at least: 2.5 6 6 Tested up to: 2.8.4 7 Stable tag: 1.3. 37 Stable tag: 1.3.4 8 8 9 9 A simple and beautiful Flickr widget that supports themes. … … 16 16 17 17 == Changelog == 18 19 = 1.3.4 = 20 * UTF-8 fix. Disabled native json_encode until I can investigate why it's hex encoding chars it shouldn't be... 18 21 19 22 = 1.3.3 = … … 39 42 You can also invoke Fidgetr via $fidgetr->fidgetr_images() 40 43 44 41 45 == Frequently Asked Questions == 42 46 43 47 = Fidgetr won't accept my username or email = 44 Some users can't locate their NSID via search due to privacy settings or age restrictions.. As of 1.2 Fidgetr allows you to specify your actual NSID in the username field. You can obtain it here: http:// idgettr.com/48 Some users can't locate their NSID via search due to privacy settings or age restrictions.. As of 1.2 Fidgetr allows you to specify your actual NSID in the username field. You can obtain it here: http://www.flickr.com/services/api/explore/?method=flickr.people.getInfo It's on the right under "your user id" 45 49 46 50 = Comments don't appear in my theme/show up underneath other content! (iNove and others) =
Note: See TracChangeset
for help on using the changeset viewer.