summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
AgeCommit message (Expand)Author
2009-06-14Create a sidebar for tag pagesBharat Mediratta
2009-06-14Refactor the way that the rss module works so that we're not allowingBharat Mediratta
2009-06-14Refactor feed code to use stdClass everywhere. Fix bugs in theBharat Mediratta
2009-06-14Don't use stdClass to return the feed data. Just use an array.Tim Almdal
2009-06-14Remove the sidebar flag from the feed definition returned by available_feeds andTim Almdal
2009-06-14Remove rss:item_feed, rss::tag_fead and rss_theme::head and move thatTim Almdal
2009-06-14Switch quick delete from JS confirm to jQuery UI dialog, closes ticket #355.Chad Kieffer
2009-06-12Move date/time format strings into a setting and bump the galleryBharat Mediratta
2009-06-12Create gallery::date_time(), gallery::date() and gallery::time()Bharat Mediratta
2009-06-12Don't count the root as an album in the stats block. It'll just confuse our ...Bharat Mediratta
2009-06-12Continue refactoring the rss module and distribute the creation of album andTim Almdal
2009-06-12Move the processing of rss feeds from the rss controller to callbacks in theTim Almdal
2009-06-12Change from an event driven model to a call driven model similiar to the taskTim Almdal
2009-06-12Change the "request_feed_links" eventing handling so that individual modulesTim Almdal
2009-06-12Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-06-12Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2009-06-12Add /usr/local/bin to PATH before trying to detect binaries.Bharat Mediratta
2009-06-12adding string to localizerunostar
2009-06-11Merge branch 'master' of git@github.com:talmdal/gallery3Tim Almdal
2009-06-11Rename theme_details to theme_options. These changes got left out ofBharat Mediratta
2009-06-11Changed rss_theme::sidebar_blocks to fire the event "request_feed_links" toTim Almdal
2009-06-09Fix a bug in set_version() where we were always forcing the value to 1. Oops!Bharat Mediratta
2009-06-09Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2009-06-09Cache the available module list in module::$available.Bharat Mediratta
2009-06-09Use a reference in available() to avoid crappy looking dereferencing.Bharat Mediratta
2009-06-09Merge branch 'master' of git@github.com:gallery/gallery3Andy Staudacher
2009-06-09Fix for fetching l10n plural messages. Need to cast from stdclass to array(),...Andy Staudacher
2009-06-09Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2009-06-09Check in /usr/local/bin for ffmpeg, and create the setting even if itsBharat Mediratta
2009-06-09Removed extra whitespaceTim Almdal
2009-06-09Create a new method in MY_url.php "get_item_from_uri" which loads the itemTim Almdal
2009-06-08Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2009-06-07Improve error handling support for corrupt images and report themBharat Mediratta
2009-06-06Merge branch 'master' of git@github.com:gallery/gallery3Andy Staudacher
2009-06-06Preliminary BiDi support (needs *a lot* of tweaking)Andy Staudacher
2009-06-06Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
2009-06-06Remove album view icon link, added album link to info module. This and breadc...Chad Kieffer
2009-06-05change the version to beta 1Bharat Mediratta
2009-06-06Add the exception message to the trace string when there's a graphicsBharat Mediratta
2009-06-06Correct locale and local translationunostar
2009-06-06Add Belarusian to the language list.Bharat Mediratta
2009-06-06Localize the 'Advanced' menu itemBharat Mediratta
2009-06-04Skip over busted images when rebuilding. Change graphics::generate()Bharat Mediratta
2009-06-04Work around a problem with the CGI sapi on urls that don't containBharat Mediratta
2009-06-04Make sure the item is loaded in parse_url() before we use it.Bharat Mediratta
2009-06-04Add MY_num containing num::convert_to_bytes() which supports PHP'sBharat Mediratta
2009-06-04Let the Akismet module create the statistics menu, since it's the onlyBharat Mediratta
2009-06-03Sanitize all data we return via json_encode() to guard against XSS andBharat Mediratta
2009-06-02made "Add photos" its own site menu itemjhilden
2009-06-02make cleanm staticTim Almdal