| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-02-24 | remove the extension and just use the IMAGETYPE_xxx constants | Tim Almdal | |
| 2009-02-23 | Include jpg as valid graphic files | Tim Almdal | |
| 2009-02-23 | Revert to using IMAGETYPE_XXX constants (at least for now) | Bharat Mediratta | |
| 2009-02-21 | Hardcode extensions instead of using Image::$allowed_types because we | Bharat Mediratta | |
| don't support TIFF files. TIFF files are not viewable directly in most browsers | |||
| 2009-02-20 | Use Image::$allowed_types instead of array(IMAGETYPE_GIF, | Tim Almdal | |
| IMAGETYPE_JPEG, IMAGETYPE_PNG) as IMAGETYPE_GIF, IMAGETYPE_JPEG and IMAGETYPE_PNG are not defined as constants | |||
| 2009-01-08 | i18n refactoring: Rename all _() (reserved by gettext) calls to t(). | Andy Staudacher | |
| - And refactor printf to our string interpolation / pluralization syntax - Also, a slight change to the translations_incomings table, using binary(16) instead of char(32) as message key. | |||
| 2008-12-29 | Remove rest::JSON content type; it's causing lots of problems and it doesn't ↵ | Bharat Mediratta | |
| directly help since text/html works just as well for our JSON communications | |||
| 2008-12-29 | Add transparency support | Bharat Mediratta | |
| 2008-12-29 | Clean up _update_graphics_rules() to make it more robust | Bharat Mediratta | |
| 2008-12-26 | Added content type to JSON output functions | Felix Rabinovich | |
| 2008-12-26 | Add the graphics rules for both thumbs and resizes (instead of just thumbs). | Bharat Mediratta | |
| 2008-12-26 | Added the concept of "permanent" messages that we show to admins. Use | Bharat Mediratta | |
| this to show a "your thumbs/resizes are out of date" message whenever we change the graphics rules. Tweak watermark module to add graphics rules whenever we make a change, which triggers the graphics module to add the permanent message. | |||
| 2008-12-26 | Added graphics::mark_all_dirty(). The watermark code now marks images | Bharat Mediratta | |
| as dirty if the admin changes the watermark at all. | |||
| 2008-12-26 | More watermark changes: | Bharat Mediratta | |
| Change admin/watermarks/upload -> admin/watermarks/add for consistency. Internationalize position text, store it as text in the database, display it to the admin. Make i18n strings consistent to reduce l10n load. | |||
| 2008-12-26 | Remove an HTTP redirect that was breaking the Ajax interface. | Bharat Mediratta | |
| 2008-12-26 | Simplify the watermark module. We can now upload, edit and delete one | Bharat Mediratta | |
| watermark. The UI is rough and we don't yet apply the watermark to images.. that's next. | |||
| 2008-12-25 | Rework log and message helpers to be parallel, but separate. | Bharat Mediratta | |
| 1) they now have their own matching severity constants 2) they both have convenience functions success(), info(), warning() and error() 3) they both have severity_class() | |||
| 2008-12-25 | Add edit/delete links (they're just stubs now, but they open a dialog). | Bharat Mediratta | |
| Add active/position to Watermark_Model | |||
| 2008-12-25 | Remove extra uniquifying text that Forge adds to uploaded files. | Bharat Mediratta | |
| 2008-12-24 | Remove stray response:: (not yet time for this.. it's coming!) | Bharat Mediratta | |
| 2008-12-24 | Normalize our Admin controllers so that functions always print out | Bharat Mediratta | |
| their results, as opposed to having them return their view back upstream. This is a little more code in every controller, but it's much less magical and more consistent. Look up the active_theme and active_admin_theme inside the view itself, no need to do that in the controllers. This makes view initialization easier in the controllers. | |||
| 2008-12-23 | Allow the site admin to upload watermark images. Can't do much with them yet. | Bharat Mediratta | |
| 2008-12-23 | Step 1 of converting watermarks over to be an admin page. | Bharat Mediratta | |
| 2008-12-16 | 1) Remove the load watermark from the scaffolding... use the menu option | Tim Almdal | |
| 2) The set watermark dialog is now sizing properly. @todo is recenter in the window | |||
| 2008-12-15 | Start of the dialog to specify the watermark placement. For convience, ↵ | Tim Almdal | |
| using the imagemagik nomicalture regarding watermark locations (east, west, center, etc.) You can drag the watermark around but it doesn't stay in place. Need to figure out how to resize the dialog box and all of the supporting javascript | |||
| 2008-12-14 | Change the watermark module to use forge. | Tim Almdal | |
| Also the watermark file is now stored in varpath. and the location is stored in the module vars table | |||
| 2008-12-14 | The start of the watermark module. It doesn't save the watermark at this ↵ | Tim Almdal | |
| point. This is more of trying out the approach where Forge is not used for forms. Basic html and the Validation library. | |||
