summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/graphics.php
AgeCommit message (Expand)Author
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
2009-09-02Change graphics::generate() API so that it doesn't return a boolean,Bharat Mediratta
2009-09-02Deal with the aftermath of adding sharpen() calls. Since GD does notBharat Mediratta
2009-08-31XSS review fixes (mostly adding missing html::mark_clean()) calls.Andy Staudacher
2009-08-31Rename mark_safe() to mark_clean()Andy Staudacher
2009-08-30Merge commit 'upstream/master'Andy Staudacher
2009-08-30Change all instances of SafeString::of_safe_html() to html::mark_safe() in vi...Andy Staudacher
2009-08-29Remove try/catch in resize() since that will swallow any exceptionsBharat Mediratta
2009-08-29Undo url helper changes - url methods no longer return a SafeString.Andy Staudacher
2009-08-29Fix for ticket #628:Tim Almdal
2009-08-08Improve the graphics toolkit detection code so that properlyBharat Mediratta
2009-07-31Add new events:Bharat Mediratta
2009-07-14Add /opt/bin as a binary path.Bharat Mediratta
2009-07-02Suppress the filesize error if the thumbnail is not found so we can getTim Almdal
2009-06-24Look in /opt/local/bin for binaries, too.Bharat Mediratta
2009-06-16Use a placeholder image if ffmpeg is missing instead of throwing anBharat Mediratta
2009-06-12Add /usr/local/bin to PATH before trying to detect binaries.Bharat Mediratta
2009-06-07Improve error handling support for corrupt images and report themBharat Mediratta