index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gallery
/
helpers
/
graphics.php
Age
Commit message (
Expand
)
Author
2013-02-27
#2021 - Cleanup thumb_dirty and resize_dirty instances.
shadlaws
2013-02-09
Merge pull request #130 from shadlaws/fix_1997
Bharat Mediratta
2013-02-09
#1997 - Update movie dimensions and mime type if previously set without FFmpeg.
shadlaws
2013-02-08
#1994 - Make get_file_metadata throw an exception if photo or movie is uniden...
shadlaws
2013-02-06
#1991 - Add options to graphics::mark_dirty to specify type and/or mime type.
shadlaws
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-22
gallery.menalto.com -> galleryproject.org
Bharat Mediratta
2013-01-21
Update 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-14
Fix 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-07
Convert the missing movie placeholder over to a JPG for consistency. Fixes #...
Bharat Mediratta
2012-05-05
Fix extension-swapping code for files that have extensions that are
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-11-03
Better fix for dc21cf36b606048dc24532407d39bc8f5b4211fa - let's just fix up
Bharat Mediratta
2011-07-21
Polishing the rawphoto changes, including adding some tests.
Chad Parry
2011-06-15
Refer to "rules" not "filters"
Chad Parry
2011-05-18
Better validation for uploaded files, especially where third-party modules mi...
Chad Parry
2011-04-23
Revert 0235c2062e9d980a4778c4b22678238c525e1cd7 and instead apply the fix from
Bharat Mediratta
2011-04-23
Merge branch 'master' of github.com:gallery/gallery3
Bharat Mediratta
2011-04-23
Overhaul of the uploader code:
Bharat Mediratta
2011-04-23
Fix for ticket #1681 (and maybe #1625). Change the parameter from -v to -vers...
Tim Almdal
2011-02-21
Added 'item' to parameters passed to graphics rules
colings
2011-02-13
Merge remote branch 'upstream/master'
colings
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2011-01-10
Stop using "which" to find binaries. Create system::find_binary()
Bharat Mediratta
2011-01-10
Fix up the version detecting regex for GraphicsMagick and don't crash
Bharat Mediratta
2011-01-09
Made t() calls parsable by localization scanner
Joe7
2011-01-08
Minor coding style fix
Joe7
2011-01-08
Refactored graphics::detect_toolkits() so ImageMagick and GraphicsMagick shar...
Joe7
2011-01-02
Tweak to include parent_id in resize call, for custom albums.
colings
2010-11-28
Replace self::func() with <helper_name>::func() for all public APIs
Bharat Mediratta
2010-09-22
Prioritize using the value in graphics_toolkit_path over the standard
Bharat Mediratta
2010-09-16
Add a module variable containing extra paths to search for binaries.
Bharat Mediratta
2010-08-29
Don't concatenate two strings together as an argument for t() or t2();
Bharat Mediratta
2010-07-22
Properly handle the case where the album_cover_item_id points to an
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-01-31
Fix lots of warnings that pop up when we're in E_STRICT mode. They're
Bharat Mediratta
2010-01-09
Fix for ticket #972 and more. In Kohana 2.4, ORM::delete_all ignores any where
Tim Almdal
2009-12-06
Update more database calls.
Bharat Mediratta
2009-12-02
Convert more database calls over to the new format
Bharat Mediratta
2009-11-26
Kohana::config_xxx() is now Kohana_Config::instance()->xxx
Bharat Mediratta
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-11-25
ORM::orderby -> ORM::order_by
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-10-30
Include the graphics_toolkit_path from the advanced settings in the path when...
Tim Almdal
[next]