0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 21, 2025 — Mar 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Setting HOST_URL to http://api.flickr.com to fix issue https://github.com/ctagg/flickr/issues#issue/1 * Fixing test that was breaking because parameters were out of order More... about 15 years ago
* Added photosets.getPhotos. Returns PhotoCollection. * Refactored PhotoCollection intialization * Updated gem version More... about 17 years ago
Merge branch 'master' of git://github.com/slitz/flickr into slitz/master More... about 17 years ago
implemented flickr.tags.getListUserPopular method with respective test, added flickr.tags.getListUser test More... over 17 years ago
changed photoset.getPhotos to return proper collection of Photo objects More... over 17 years ago
Updating gem version More... over 17 years ago
Added photoset.getPhotos support More... over 17 years ago
* Collection of photos returned by Flickr is now a PhotoCollection rather than array, allowing us to keep other info returned by Flickr (e.g. pagination) * Numerous minor enhancements, performance improvements and bugfixes. See HIstory.txt for details More... over 17 years ago
Fix up gemspec to use lib dir in require path More... over 17 years ago
Added spec file for GitHub More... over 17 years ago
Get gem to build; Added :debug task to dump gemspec file More... over 17 years ago
ignore the pkg directory created by the gem task More... over 17 years ago
removed obsolete autorequire More... over 17 years ago
fixed require path for gem More... over 17 years ago
converted tabs to spaces for consistency More... over 17 years ago
fixed Flickr#related_tags More... over 17 years ago
added note on fixed gem task More... over 17 years ago
fixed file list for gem More... over 17 years ago
bumped version; updated documentation More... over 17 years ago
removed unused helper method More... over 17 years ago
removed some duplicate size normalizing More... over 17 years ago
allow the size parameter in various methods to be lowercase or a symbol More... over 17 years ago
handle empty search results More... over 17 years ago
added tests for photos_request More... over 17 years ago
re-established Photo#url(size) More... over 17 years ago
fixed test task More... over 17 years ago
belatedly noticed, fixed tests More... over 17 years ago
fixed typos in Photo#url and Photo#pretty_url More... over 17 years ago
Photo#to_s: don't call getInfo every time More... over 17 years ago
fixed URL construction for Photo#url; pulled size_url out of Photo#url More... over 17 years ago