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
/
controllers
/
quick.php
Age
Commit message (
Expand
)
Author
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-05-02
Create item helper and move move_item(), remove_album_cover() and
Bharat Mediratta
2009-05-02
Move make_album_cover and remove_album_cover out of Item_Model and
Bharat Mediratta
2009-04-29
Refactor the creation and removal of the album covers into
Tim Almdal
2009-04-29
Reset the parent thumbnail in Item_Model::delete instead of where the
Tim Almdal
2009-04-29
Move the module::event("before_item_delete") into the
Tim Almdal
2009-04-06
Fix up the quick-edit code on the photos page. Everything but "move"
Bharat Mediratta
2009-04-02
Continuation of r20518. Remove all the cases were the csrf values in
Tim Almdal
2009-03-27
Put csrf token into Admin_View and Theme_View by default, then use it
Bharat Mediratta
2009-03-10
Show the album edit form for albums, not the photo edit form
Bharat Mediratta
2009-02-15
If we're deleting an album cover, null it out in the parent.
Bharat Mediratta
2009-02-06
Convert all item->type == "album" to item->is_album()
Tim Almdal
2009-02-02
Have the quick delete file "item_before_delete" so that search and
Tim Almdal
2009-01-29
Add delete support as a quick-edit option
Bharat Mediratta
2009-01-29
Support making an album the album cover for its parent
Bharat Mediratta
2009-01-20
Quick edit now lets you set the album cover.
Bharat Mediratta
2009-01-20
Add a quick edit pane for albums, too.
Bharat Mediratta
2009-01-05
Add "quick edit" which lets you edit a photo's details from the albums
Bharat Mediratta
2009-01-03
Propagate rotation up to the parent album, if we're rotating the album cover.
Bharat Mediratta
2009-01-03
Add a new quick-edit mode for editing photos when viewing albums.
Bharat Mediratta