1-7 of 7 < Previous Next >
1 vote
closed

Make a release 1.4 (Athena)

From this release the project will be known as Athena - LINQ to flickr API. Features done in this release 1. Extras support for photo search. 2. WebUrl 3. Fixing of Date issue of photos. 4. Photo...

id# 5655 | Planned Release: None | Last Updated: Jul 28 at 8:12 AM  by mehfuzh
1 vote
closed

GetUrl() method is unreliable

The GetUrl() method builds a URL based on the order of Dictionary keys. The key order is unspecified in a Dictionary. I needed to change the code because I am porting it to Java using Grasshopper <...

id# 4715 | Planned Release: None | Last Updated: Jul 26 at 8:28 AM  by mehfuzh
0 votes
closed

Add Extras support for Flickr photos.

What is Extras /// <summary> /// A comma-delimited list of extra information to fetch for each returned record. /// Currently supported fields are: license, date_upload, date_taken, owner_name, ic...

id# 5654 | Planned Release: None | Last Updated: Jul 26 at 8:27 AM  by mehfuzh
3 votes
closed

Move settings to dedicated configuration section

Move the Linq.Flickr configuration sections out of appSettings into a specialized ConfigurationSection to avoid cluttering in larger applications.

id# 2565 | Planned Release: None | Last Updated: Feb 22 at 3:52 AM  by mehfuzh
1 vote
closed

Querying by PhotoSize Throws Error

<b>Sample Query</b> var query = ( from ph in context.Photos where ph.ViewMode == mode && ph.User == "##YourUserName##" && ph.PhotoSize == PhotoSize.Original ...

id# 3639 | Planned Release: None | Last Updated: Feb 18 at 5:48 AM  by mehfuzh
2 votes
closed

Querying by User Alone Gets Latest

from ph in context.Photos where ph.User == "someuser" select ph; This will return the latest photos.

id# 2601 | Planned Release: None | Last Updated: Feb 10 at 6:55 PM  by DannyDouglass
1 vote
closed

Add Search and public photo viewing in web test project

Currently, the web supports only private photo viewing, change it to public photo viewing , -Add a Search text box - Add radio for public and private option.

id# 2007 | Planned Release: None | Last Updated: Oct 28 2007 at 5:38 AM  by mehfuzh

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-7 of 7 < Previous 1 Next >
Updating...