index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
media_rss
Age
Commit message (
Expand
)
Author
2009-01-15
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
Andy Staudacher
2009-01-14
Make sure that helper functions are all static. Add new
Bharat Mediratta
2009-01-08
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
Andy Staudacher
2009-01-06
Fix bad redirects; we only have feeds for albums not photos
Bharat Mediratta
2009-01-06
add fileSize attribute to thumbnail/resize/full images
Bharat Mediratta
2009-01-06
Wrap content in htmlspecialchars so that we don't break the RSS feed
Bharat Mediratta
2009-01-01
Change the preamble for views in two ways:
Bharat Mediratta
2008-12-22
Change the way that we track modules.
Bharat Mediratta
2008-12-18
Add <fh:complete/>
Bharat Mediratta
2008-12-18
Add <generator> element to try to make Polar Rose happy (it doesn't work, tho...
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
2008-12-17
Separate thumbnails out into var/thumbs. This clears up some ambiguity in I...
Bharat Mediratta
2008-11-28
Move the <media:thumbnail> outside of the <media:group> to work around a bug ...
Bharat Mediratta
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
Create media_rss helper and move feed generation in there, so that we
Bharat Mediratta
2008-11-28
Fix some minor issues with the feed format
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
2008-11-27
Centralize logging around installing/uninstalling modules.
Bharat Mediratta
2008-11-26
Add a new "tag" page type.
Bharat Mediratta
2008-11-21
2nd attempt at inserting html by modules.
Tim Almdal
2008-11-21
Revert module block approach
Tim Almdal
2008-11-20
Use rest::http_content_type() instead of the header() method to set response ...
Tim Almdal
2008-11-20
A look at away to allow modules to define html head contents (links and js) a...
Tim Almdal
2008-11-20
Clean up the MediaRSS module a little bit:
Bharat Mediratta
2008-11-20
changed descendents_by_type to descendents and added descendent_count
Tim Almdal
2008-11-19
Create url::abs_site() and url::abs_file() to allow us to generate
Bharat Mediratta
2008-11-19
clean up feed template
Tim Almdal
2008-11-19
Integrate Piclens lite as the slideshow
Tim Almdal
2008-11-19
Update the media rss template to include the resize and the fullsize
Tim Almdal
2008-11-19
Cleanup media rss feed
Tim Almdal
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
2008-11-19
Rename views/media_rss.html.php -> views/feed.media_rss.php because as
Bharat Mediratta
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
2008-11-19
fix a few minor issues
Tim Almdal
2008-11-19
The continuing evolution of the slideshow...
Tim Almdal