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-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