Bharat Mediratta
4a4eac31ad
Create url::abs_site() and url::abs_file() to allow us to generate
...
full URLs with a clean API, and isolate the cruddy party where we have
to hardcode the server protocol into a single file.
2008-11-19 23:33:50 +00:00
Tim Almdal
7e5516302c
clean up feed template
2008-11-19 18:54:49 +00:00
Tim Almdal
32b4a35568
Integrate Piclens lite as the slideshow
2008-11-19 18:45:12 +00:00
Tim Almdal
b3314fc1dc
Update the media rss template to include the resize and the fullsize
...
added descendants by type method to the item model to allow for the selection of children by type
2008-11-19 18:23:30 +00:00
Tim Almdal
e14d5574b6
Cleanup media rss feed
...
added parameters to thumbnail_url and resizes_url to be passed to the url::base call to generate ful urls
2008-11-19 06:05:38 +00:00
Bharat Mediratta
20a0700fcb
Set the content type to application/rss+xml
2008-11-19 03:29:57 +00:00
Bharat Mediratta
a197c057c8
rename views/feed.media_rss.php to views/feed.mrss.php because
...
mrss is a more standard abbreviation for MediaRSS. Sigh.
2008-11-19 03:23:40 +00:00
Bharat Mediratta
c67f9069d0
Rename views/media_rss.html.php -> views/feed.media_rss.php because as
...
Tim points out, "it's not html". My bad!
2008-11-19 03:21:43 +00:00
Bharat Mediratta
9311c12f1f
rename views/media.rss.php to views/media_rss.html.php for consistency.
2008-11-19 03:18:59 +00:00
Bharat Mediratta
df4832bf6f
Change Media_RSS_Controller so that it does not extend REST_Controller, since it
...
doesn't refer to a fixed resource or collection of resources.
Fix some minor bugs in the code so that we can actually generate a
feed. It looks pretty cool! Improved pagination links, but didn't actually test them.
2008-11-19 03:17:56 +00:00
Tim Almdal
693080669a
fix a few minor issues
2008-11-19 02:50:11 +00:00
Tim Almdal
ad7ace9b72
The continuing evolution of the slideshow...
...
1) added a mime_type property to the item module(no database change)
2) created a media_rss module
3) moved most of the functionality for the downloading the images to the media_rss module
2008-11-19 02:31:20 +00:00