Archive for the ‘new bid V2 (SOLVED)’ Category

(new bid V2) style 13: video link to an flv file (v:flv_lowres)

Friday, July 25th, 2008

when clicking a video , it should open a flash based video player and play the flv file (v:flv_lowres)

for flash player use the one that the cincopa widget application is using (http://www.jeroenwijering.com/?item=JW_Media_Player)

[cincopa 13 10461656.2822.afps2scjxnuv4lw2ek00rkdvdd]

done but I get a 2048 error, and I searched the web and found that:

Error: 2048 Security sandbox violation: _ cannot load data from _.

Means your domains for the movie and the data are not an EXACT match.

How do you use videos and pics from ifunpix into ronica.net?

status : solved, please read the comment

(new bid V2) plugin should work in comments

Friday, July 25th, 2008

status : closed

(new bid V2) title in folder selection window

Friday, July 25th, 2008

instead of “Detailed folder view” in the header, should write the name of the provider/year/folder name

I made it write Folder name and Folder description, as I see that getItems returns only name&description. If you want me to display provider/year/folder name please let me know, as I must transfer this information via the GET request from the folders list page to the detailed folder view.

bug status : closed

(new bid V2) styles 1-13 should not relay on widget app

Friday, July 25th, 2008

today style 1-13 relay on widgetcreator cincopa application (http://www.cincopa.com:80/widgetcreator/widget.aspx). it should be part of the php plugin :

- the widget.aspx should be written (translated from c#) in php and added into the plugin

- the rss200.aspx should be written (translated from c#) in php and added into the plugin

can you please send the 2 files and everything that needs to be converted?

done

bug status : solved, closed

(new bid V2) offline providers should not be clickable

Friday, July 25th, 2008

in the popup when showing the cloud, when providers.getList returns a provider that the status is not ‘online’, should not allow to click on it, just write (offline) near it. like “ORENT60 (offline)”

solved

bug status : closed

(new bid V2) plugin popup should support pagination

Friday, July 25th, 2008

when selecting items from a list, the list could be very long, therefor a pagination should be supported (next, previous and pages number link like 1,2,3…12,13,14,15)

getItems now support pagination, add “items_per_page” and “page” arguments and you’ll get only items in that page. use “items_data” tag in the response to know how many items/pages you have.

minor cosmetic flaws (position of Next and Previous, for example)

bug status : closed

(new bid V2) plugin popup should first show cloud in two steps

Friday, July 25th, 2008

when showing cincopa cloud , should do providers.getList only (to show all providers), and only when user click on a provider do providers.getContent. this is because a use will have more than one provider and the list returned by getContent can be very long.

done. it took longer than I though, I had to move everything in 2 separate files and change javascript pretty much and also workaround the yui but finally it worked.

bug status : closed

(new bid V2) pagination in style 13 is not working correctly

Friday, July 25th, 2008

[cincopa 13 10462249.3885.r2m55qcyzkd3c512bljva4vmyc]

pagination in style 13 is not working correctly, instead of jumping an entire page, it jumps 3 photos.

solved: it wasn’t a mistake, I did it on purpose to check that it really jumps the correct no of items; fixed

bug status : closed

(new bid V2) No signout button

Friday, July 25th, 2008

Best if you’ll redirect to your own page with ?logout=true, in the login procedure inside cpAPIbase.php you should first check for logout=true, and if it does clean the session vars and redirect to http://api.cincopa.com/skins/api/cincopalogout.aspx?serviceid={api_key}&continue={this url}. the the continue page is a page that trys to access cincopa again (do login) then the call itself to cincopalogin.aspx will be shown again. I think in this case of the plugin just close the popup and when the user click again the login will pop.

solved

bug status : closed