summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/graphics.php
AgeCommit message (Expand)Author
2013-01-31#1982 - Add placeholder for albums with no album cover.shadlaws
2013-01-30#1968 - Improve album cover generation/removal/etc.shadlaws
2013-01-29#1967 - Improve how graphics::generate handles missing/bad images.shadlaws
2013-01-26#1951 - Make metadata generation more flexible (photo and movie helpers).shadlaws
2013-01-22gallery.menalto.com -> galleryproject.orgBharat Mediratta
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2013-01-19#1941, 1948 - Fix possible warnings in movie and graphics helpers, add functi...shadlaws
2013-01-14Fix up some indentation.Bharat Mediratta
2013-01-01#1919 - change `convert -v` to `convert -version`shadlaws
2012-12-18[#1928 - Make thumbnail generation more flexible for movies (graphics and mov...shadlaws
2012-05-07Convert the missing movie placeholder over to a JPG for consistency. Fixes #...Bharat Mediratta
2012-05-05Fix extension-swapping code for files that have extensions that areBharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-11-03Better fix for dc21cf36b606048dc24532407d39bc8f5b4211fa - let's just fix upBharat Mediratta
2011-07-21Polishing the rawphoto changes, including adding some tests.Chad Parry
2011-06-15Refer to "rules" not "filters"Chad Parry
2011-05-18Better validation for uploaded files, especially where third-party modules mi...Chad Parry
2011-04-23Revert 0235c2062e9d980a4778c4b22678238c525e1cd7 and instead apply the fix fromBharat Mediratta
2011-04-23Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-04-23Overhaul of the uploader code:Bharat Mediratta
2011-04-23Fix for ticket #1681 (and maybe #1625). Change the parameter from -v to -vers...Tim Almdal
2011-02-21Added 'item' to parameters passed to graphics rulescolings
2011-02-13Merge remote branch 'upstream/master'colings
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-10Stop using "which" to find binaries. Create system::find_binary()Bharat Mediratta
2011-01-10Fix up the version detecting regex for GraphicsMagick and don't crashBharat Mediratta
2011-01-09Made t() calls parsable by localization scannerJoe7
2011-01-08Minor coding style fixJoe7
2011-01-08Refactored graphics::detect_toolkits() so ImageMagick and GraphicsMagick shar...Joe7
2011-01-02Tweak to include parent_id in resize call, for custom albums.colings
2010-11-28Replace self::func() with <helper_name>::func() for all public APIsBharat Mediratta
2010-09-22Prioritize using the value in graphics_toolkit_path over the standardBharat Mediratta
2010-09-16Add a module variable containing extra paths to search for binaries.Bharat Mediratta
2010-08-29Don't concatenate two strings together as an argument for t() or t2();Bharat Mediratta
2010-07-22Properly handle the case where the album_cover_item_id points to anBharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-01-31Fix lots of warnings that pop up when we're in E_STRICT mode. They'reBharat Mediratta
2010-01-09Fix for ticket #972 and more. In Kohana 2.4, ORM::delete_all ignores any whereTim Almdal
2009-12-06Update more database calls.Bharat Mediratta
2009-12-02Convert more database calls over to the new formatBharat Mediratta
2009-11-26Kohana::config_xxx() is now Kohana_Config::instance()->xxxBharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-11-25ORM::orderby -> ORM::order_byBharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-10-30Include the graphics_toolkit_path from the advanced settings in the path when...Tim Almdal
2009-10-06Move the graphics::rotate to gallery_graphics::rotate to be consistent with t...Tim Almdal
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-30Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ...Chad Kieffer
2009-09-27This path requires the upgrader to be run and applies the following changes:Tim Almdal
2009-09-24Refactor the graphic rules processing to accomplish 2 goals: First separate t...Tim Almdal