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