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
/
core
/
helpers
/
graphics.php
Age
Commit message (
Expand
)
Author
2009-02-28
Change the pattern to identify tables that need prefix substitution to
Tim Almdal
2009-02-27
This implements table prefix for all the queries in core, user, exif,
Tim Almdal
2009-02-25
Add support MP4 movies also. Flowplayer supports them and can stream
Bharat Mediratta
2009-02-23
Remove debugging information
Tim Almdal
2009-02-23
1) Optimize the loop in graphics::generate so it uses the $ops as the
Tim Almdal
2009-02-23
Remove debug code, thanks Andrew Slayman!
Bharat Mediratta
2009-02-22
Remove the $item from the various graphics functions, that was a bad
Bharat Mediratta
2009-02-22
Very basic movie support. You can upload a FLV file, we use ffmpeg to
Bharat Mediratta
2009-02-15
Album cover fixes. Don't bomb in generate if we can't load the album
Bharat Mediratta
2009-02-12
Remove the Database::query call for deletes and updated and use
Tim Almdal
2009-02-08
Properly implement changing the thumbnail and resized image sizes by
Bharat Mediratta
2009-02-08
Change mark_all_dirty to mark_dirty and specify what we want to mark dirty. ...
Bharat Mediratta
2009-02-07
Remove the try/catch as it was being fixed twice
Tim Almdal
2009-02-06
Convert all item->type == "album" to item->is_album()
Tim Almdal
2009-02-05
Addressed the issues in ticket 34.
Tim Almdal
2009-02-05
Guard against the case where gd_info() isn't defined
Bharat Mediratta
2009-01-16
Move graphics::rebuild_dirty_images to core_task::rebuild_dirty_images
Bharat Mediratta
2009-01-15
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
Andy Staudacher
2009-01-15
Simplifying the way t() is called. Refactoring localization function t($messa...
Andy Staudacher
2009-01-14
Make sure that helper functions are all static. Add new
Bharat Mediratta
2009-01-08
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
Andy Staudacher
2009-01-07
Rebuild 2 images at a time.
Bharat Mediratta
2009-01-06
Add graphics::Can() to let us determine whether the active toolkit
Bharat Mediratta
2009-01-03
Add graphics::rotate
Bharat Mediratta
2008-12-30
Add a "Graphics Settings" page that lets admins choose which graphics
Bharat Mediratta
2008-12-30
More phodoc cleanup.
Bharat Mediratta
2008-12-30
comment cleanup.
Bharat Mediratta
2008-12-29
Don't let the x/y coordinates in composite go negative.
Bharat Mediratta
2008-12-29
Properly implement graphics::composite()
Bharat Mediratta
2008-12-29
Make graphics rules take named parameters. This will give us some
Bharat Mediratta
2008-12-29
Separate permanent messages out of the message helper and put them
Bharat Mediratta
2008-12-28
Expand on the maintenance code to make it more robust and give the
Bharat Mediratta
2008-12-28
First round of a task framework. Tasks are job definitions stored in
Bharat Mediratta
2008-12-27
Ignore resizes for albums when calculating the dirty count
Bharat Mediratta
2008-12-26
Added the concept of "permanent" messages that we show to admins. Use
Bharat Mediratta
2008-12-26
Added graphics::mark_all_dirty(). The watermark code now marks images
Bharat Mediratta
2008-12-23
Only clear the dirty bit if we updated the specific target.
Bharat Mediratta
2008-12-23
Add very simple graphics toolkits.
Bharat Mediratta