summaryrefslogtreecommitdiff
path: root/core/images
AgeCommit message (Collapse)Author
2009-05-27Restructure things so that the application is now just another module.Bharat Mediratta
Kohana makes this type of transition fairly straightforward in that all controllers/helpers/etc are still located in the cascading filesystem without any extra effort, except that I've temporarily added a hack to force modules/gallery into the module path. Rename what's left of "core" to be "application" so that it conforms more closely to the Kohana standard (basically, just application/config/config.php which is the minimal thing that you need in the application directory) There's still considerable work left to be done here.
2009-03-05Applied jQuery UI buttons to quick edit pane. Not tested, but icons should ↵Chad Kieffer
display iin IE6 now. Rotate icons will need to be updated later.
2009-02-23Better yet, rename gallery2.png to just gallery.png. Reference logo from ↵Chad Kieffer
scaffold too.
2009-02-05Use jQuery UI close icon for full size close. Quote and code cleanupChad Kieffer
2009-02-05Improve the close icon so it doesn't look as much like an envelope.Tim Almdal
Also add resizing to the fullsize image if the windo size changes.
2009-02-05Add full size image display. Changes the core menu now checks that theTim Almdal
user has authotization before displaying the view fullsize icon. It probably needs a better icon, (but u make do with what u have or don't have :-) )
2009-01-20Web based installer. It's still got some rough edges, but you can nowBharat Mediratta
do a complete CLI or web based install.
2009-01-14Visually attach the quick edit menu to the thumbnail container. Added more ↵Chad Kieffer
edit options (move, select as album cover, delete, additional options). Need to decide which belong in the bar and which belong in a dropdown menu under "options."
2009-01-13moved graphics toolkit logo images to g3. approval to redistribute from each ↵Chris Kelly
project is in my email archives if this comes up in the future
2009-01-13Update quick edit markup, styles, js. One step towards jquery ui theme.Chad Kieffer
2009-01-05Add silk edit imageBharat Mediratta
2009-01-03Add a new quick-edit mode for editing photos when viewing albums.Bharat Mediratta
Implement image rotation this way.