Opened 13 years ago
Closed 13 years ago
#4363 closed enhancement (fixed)
[cla/patch/enhancement] dojox.data.FlickrRestStore implementation
Reported by: | dante | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | DojoX Data | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
preview of dojox.data.FlickrRestStore? attached - developed by Shane O'Sullivan. Needs DOH test cases, though is seemingly style-guideline-ready. extends dojox.data.FlickrStore? with caching and other things. Requested by dojox.image, though general datastore access is working.
Attachments (6)
Change History (19)
Changed 13 years ago by
Attachment: | dojox.data.patch added |
---|
Changed 13 years ago by
Attachment: | dojox.data.2.patch added |
---|
updated patch w/ unit tests + inline documentation
comment:4 Changed 13 years ago by
jared: should be good to go. unit tests pass, and patch fully integrates with dojox.data w/o problem.
comment:5 Changed 13 years ago by
Tested on: FireFox? 2.0.0.4 IE 6 IE 7 Safari B3 Seamonkey 1.1.2
Currently fails on IE 7. Not sure why yet.
comment:6 Changed 13 years ago by
Yeah, tests fail on IE 7. Can't commit yet. Can you investigate as to why the tests are failing on IE 7?
comment:8 Changed 13 years ago by
Type: | defect → enhancement |
---|
Changed 13 years ago by
Attachment: | dojox.data.FlickrRestStore_20070917.patch added |
---|
Updated patch that fixes the IE issues.
comment:9 Changed 13 years ago by
Component: | Data → DojoX Data |
---|
Tested on:
IE 7.0 IE 6.0 SeaMonkey? 1.1.2 Firefox 2.0.0.4 Firefox 1.5.0.12
comment:10 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [10535]) Adding in import of contributed extended FlikrStore?. fixes #4363
Changed 13 years ago by
Attachment: | dojox.data.FlickrRestStore_search.patch added |
---|
Implements a more comprehensive search functionality, and allows for sorting
comment:11 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
I added a patch, dojox.data.FlickrRestStore_search.patch, that implements much better search functionality. The store can now search against tags, sort in a number of ways, and do full text searches. A demo page has also been added. Date information is also now available for photos, both when they were taken, and when published.
Shane O'Sullivan
comment:12 Changed 13 years ago by
Patch reviewed and tested on: IE 6.0 IE 7.0 Firefox 2.0.0.7 Seamonkey 1.1.2 Safari B3 Forefox 1.5.0.12
Changed 13 years ago by
Attachment: | dojox.data.FlickrRestStore_20070919.patch added |
---|
comment:13 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
(In [10562]) Updated FlickrRestStore?. fixes #4363
full patch