summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
AgeCommit message (Expand)Author
2012-05-17Smash multiple extensions down into a single one when accepting fileBharat Mediratta
2012-05-15Don't allow new albums with a slug that matches a controller - put up aBharat Mediratta
2012-05-13Follow on for #1845 - handle paths with dots in them properly.Bharat Mediratta
2012-05-11Sort modules by visible name, not id. Fixes #1859.Bharat Mediratta
2012-05-07Convert the missing movie placeholder over to a JPG for consistency. Fixes #...Bharat Mediratta
2012-05-07Fix typo in call to Kohana_Exception::getMessage, thanks to Serge.Bharat Mediratta
2012-05-07Fix missing date.timezone which results in a crash on startup in I18nBharat Mediratta
2012-05-06Use html::anchor consistently. Fixes #1851.Bharat Mediratta
2012-05-05Fix extension-swapping code for files that have extensions that areBharat Mediratta
2012-05-05Improve the dimensions-detecting regex, thanks to cchiappa.Bharat Mediratta
2012-04-01"public static" -> "static"Bharat Mediratta
2012-04-01Beef up the random number generator by using Joomla's new implementation.Bharat Mediratta
2012-04-01Restrict valid urls to having a http:// or https:// prefix. Fixes #1830.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2012-02-06Don't support display contexts for robots. Fixes #1819.Bharat Mediratta
2012-02-06Add tags for all Cache::instance()->set calls that don't have one.Bharat Mediratta
2011-12-23Use Albums_Controller::get_display_context as the default display context. F...Bharat Mediratta
2011-11-03Better fix for dc21cf36b606048dc24532407d39bc8f5b4211fa - let's just fix upBharat Mediratta
2011-08-30Patch for #1774Tim Almdal
2011-08-27Refactor the display context code a bit:Bharat Mediratta
2011-07-24Assign copyright to Bharat Mediratta as trustee for Gallery, perBharat Mediratta
2011-07-21Polishing the rawphoto changes, including adding some tests.Chad Parry
2011-07-21Squashed commit of the following:Chad Parry
2011-06-25Merge branch 'master' into rawphoto-squashChad Parry
2011-06-15Gracefully handle rule failures with a broken image icon.Chad Parry
2011-06-15Write more PHP docsChad Parry
2011-06-15Refer to "rules" not "filters"Chad Parry
2011-06-05Use the strict form of mb_detect_encoding for best results.Bharat Mediratta
2011-05-18Merging some changes from rawphotoChad Parry
2011-05-18Better validation for uploaded files, especially where third-party modules mi...Chad Parry
2011-05-04Remove a newline I accidentally introduced.Chad Parry
2011-05-04Simplified the temp_filename implementation and removed the mocks.Chad Parry
2011-04-30Results from a round of feedback with Bharat.Chad Parry
2011-04-30Change the signature of system::tempnam to something more appropriate for Gal...Chad Parry
2011-04-30Create a tempnam substitute that safely creates files with a given extension.Chad Parry
2011-04-28This patch helps provide raw photo support with some small changes to the fra...Chad Parry
2011-04-25Move random::string() to be test::random_string() and have it return aBharat Mediratta
2011-04-23Revert 0235c2062e9d980a4778c4b22678238c525e1cd7 and instead apply the fix fromBharat Mediratta
2011-04-23Use an absolute url for the upgrader link. Also, clear the upgrade_nowBharat Mediratta
2011-04-23Set the default value for gallery.timezone to null so that each install usesBharat Mediratta
2011-04-23Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-04-23Overhaul of the uploader code:Bharat Mediratta
2011-04-23Add convert_to_human_readable and tests for both. Resolves #1693.Bharat Mediratta
2011-04-23Fix for ticket #1681 (and maybe #1625). Change the parameter from -v to -vers...Tim Almdal
2011-04-23Remove displayed blocks from the admin block list. If there are noBharat Mediratta
2011-04-22A few more fixes for #1637:Bharat Mediratta
2011-04-22Allow timezone to be configurableAndy Lindeman
2011-04-22Do simple transliteration when converting filenames to slugs, but checkBharat Mediratta
2011-04-22Removed incomplete jquery carousel codeChad Kieffer
2011-04-22Renamed apple_touch_url to apple_touch_icon_url.Chad Kieffer