summaryrefslogtreecommitdiff
path: root/core/js/quick.js
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-05-21Provide delete confirmations in quick pane and organize features. IfTim Almdal
I've missed any spots let me know.
2009-05-13Address the final point in #226. Disable the make album cover icon ifTim Almdal
the pane has the ui-state-disabled class
2009-04-06Fix up the quick-edit code on the photos page. Everything but "move"Bharat Mediratta
is implemented. Can't do move easily because it's tricky to handle the post-move redirect.
2009-03-31Add quick edit pane to resize images, ticket #189Chad Kieffer
2009-03-20Restore $extra_attrs in img tags. Roll back to using .gThumbnail in quick pane.Chad Kieffer
2009-03-18Fix for ticket #152. Somewhere along the line we we stopped usingTim Almdal
gThumbnail as a class. Changed the selector to select the image from ".gThumbnail" to ".Quick img"
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-08Implement the "additional options" part of the quick menu. It's onlyBharat Mediratta
for albums, because we don't currently have additional options for photos yet.
2009-02-07Fix indentation.Bharat Mediratta
2009-01-29Add delete support as a quick-edit optionBharat Mediratta
2009-01-20Quick edit now lets you set the album cover.Bharat Mediratta
2009-01-15Added gQuick to album_top, started implementation, but incomplete so far. ↵Chad Kieffer
Need edit album methods added to the quick controller.
2009-01-15Minor display updates for quick edit menu.Chad Kieffer
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-13Update quick edit markup, styles, js. One step towards jquery ui theme.Chad Kieffer
2009-01-06Don't make the overlay opaque when we're doing a dialog-based edit.Bharat Mediratta
2009-01-05Quick edit dialogs should stay on the same page and trigger a reload.Bharat Mediratta
2009-01-05Add "quick edit" which lets you edit a photo's details from the albumsBharat Mediratta
page.
2009-01-04Rename:Bharat Mediratta
gQuickEdit to gQuick quick_edit -> quick