| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-01-15 | Changing t() placeholder syntax from {{replace_me}} to %replace_me. | Andy Staudacher | |
| 2009-01-08 | i18n refactoring: Rename all _() (reserved by gettext) calls to t(). | Andy Staudacher | |
| - And refactor printf to our string interpolation / pluralization syntax - Also, a slight change to the translations_incomings table, using binary(16) instead of char(32) as message key. | |||
| 2009-01-06 | Fix bad redirects; we only have feeds for albums not photos | Bharat Mediratta | |
| 2008-12-18 | Absoluteify some urls to make feedvalidator.org happy | Bharat Mediratta | |
| 2008-12-18 | Add item view permission checks. | Bharat Mediratta | |
| Switch from absolute urls to relative ones. Relative urls break the flash based slideshow, but the Cooliris extension works. I'll file a bug. | |||
| 2008-11-28 | Set the page size to 30 images. No need to limit ourselves to 10 in a feed. | Bharat Mediratta | |
| 2008-11-28 | Fix a bug where we were loading the wrong item/tag | Bharat Mediratta | |
| 2008-11-28 | Add a media_rss feed for tag views. | Bharat Mediratta | |
| When visiting a photo, show the feed for the parent album. | |||
| 2008-11-20 | Use rest::http_content_type() instead of the header() method to set response ↵ | Tim Almdal | |
| content | |||
| 2008-11-20 | Clean up the MediaRSS module a little bit: | Bharat Mediratta | |
| * Media_RSS_Controller::$LIMIT is now self::$page_size * We use ORM_MPTT descendant_counts() * If the page is out of bounds, put it on a boundary * Move pub_date into the controller to simplify the mrss file * Put all the view assignment in one block for easier reading * Removed stray ; from the end of lines in the mrss file Clean up ORM_MPTT a bit: * fix spelling: decendent -> descendant * Remove unnecessary order_by() clauses * Set the default for $type to null (not "all"). | |||
| 2008-11-20 | changed descendents_by_type to descendents and added descendent_count | Tim Almdal | |
| 2008-11-19 | Update the media rss template to include the resize and the fullsize | Tim Almdal | |
| added descendants by type method to the item model to allow for the selection of children by type | |||
| 2008-11-19 | Set the content type to application/rss+xml | Bharat Mediratta | |
| 2008-11-19 | rename views/feed.media_rss.php to views/feed.mrss.php because | Bharat Mediratta | |
| mrss is a more standard abbreviation for MediaRSS. Sigh. | |||
| 2008-11-19 | Rename views/media_rss.html.php -> views/feed.media_rss.php because as | Bharat Mediratta | |
| Tim points out, "it's not html". My bad! | |||
| 2008-11-19 | rename views/media.rss.php to views/media_rss.html.php for consistency. | Bharat Mediratta | |
| 2008-11-19 | Change Media_RSS_Controller so that it does not extend REST_Controller, since it | Bharat Mediratta | |
| 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 | fix a few minor issues | Tim Almdal | |
| 2008-11-19 | The continuing evolution of the slideshow... | Tim Almdal | |
| 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 | |||
