summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
AgeCommit message (Expand)Author
2009-06-28Set the gallery module version to 6 in install() (missed this in my last chan...Bharat Mediratta
2009-06-28Modify the cache table to make id the primary key for consistency withBharat Mediratta
2009-06-28Tweak the cache implementationBharat Mediratta
2009-06-28Change the cache column of the caches table to a large blob. This fixes tick...Tim Almdal
2009-06-27Update the version number and upgrade method for gallery to reflect the addit...Tim Almdal
2009-06-27Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-06-27Create a new thumb_menu() and convert Digibug over to use it.Bharat Mediratta
2009-06-26Create a theme_view function script which allows modules in the head or admin...Tim Almdal
2009-06-26Move the inclusion of photo and movie specific javascript into gallery_themeTim Almdal
2009-06-261) Move the generation of script tags to gallery_theme::head and gallery_them...Tim Almdal
2009-06-24Use ENT_QUOTEs when decoding the $current_uri otherwise apostrophesBharat Mediratta
2009-06-24Look in /opt/local/bin for binaries, too.Bharat Mediratta
2009-06-23Fix broken rotate urls.Bharat Mediratta
2009-06-23Remove stray ? that was breaking ccw rotation.Bharat Mediratta
2009-06-23Add gDialogLink to the delete button, since its got a jQueryBharat Mediratta
2009-06-23Add a new "show credits" check box in the theme options so that youBharat Mediratta
2009-06-23Refactor the install/upgrade code to be more flexible.Bharat Mediratta
2009-06-23Order log entries by id as well so that multiple events in the sameBharat Mediratta
2009-06-22Remove debugging output that was overlookedTim Almdal
2009-06-22Change the quick pan from static to dynamic. This allows modules to add butt...Tim Almdal
2009-06-20Fix a bug in gallery_installer where on an initial install we wereBharat Mediratta
2009-06-18Fix plural messages in l10n scanner - Bad typo lead to basically breaking all...Andy Staudacher
2009-06-18Fix/remove unnecessary escaping of double quotes in l10n scanner.Andy Staudacher
2009-06-17Fix for ticket #366Tim Almdal
2009-06-16Fix a bug that was overwriting the quick-pane HTML causing the quickBharat Mediratta
2009-06-16Use a placeholder image if ffmpeg is missing instead of throwing anBharat Mediratta
2009-06-16Add the real image url to the anchor elements for our full size linksBharat Mediratta
2009-06-16Move all the fullsize code into the theme to make it less confusing.Bharat Mediratta
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