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
/
modules
/
organize
/
helpers
Age
Commit message (
Expand
)
Author
2009-10-25
Make menu label adhere to our capitalization standard.
Chad Kieffer
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-09-05
Change the module installer so that you don't need to provide your own
Bharat Mediratta
2009-08-31
Add an icon to the context menu option.
Bharat Mediratta
2009-08-31
Add 'organize album' to the context menu.
Bharat Mediratta
2009-08-28
Add a @todo to defer loading the script/css to the organize dialog.
Bharat Mediratta
2009-08-12
Implement the first part of drag functionality. Having trouble getting visua...
Tim Almdal
2009-08-06
Further streamline the code.
Bharat Mediratta
2009-08-06
Leverage the gallery.dialog/js functionality in order to reduce duplicate code
Tim Almdal
2009-08-06
Tighten up the code by loading all the albums in the tree at once, removing
Tim Almdal
2009-08-05
Revert "Revert "Checkpoint the organize module rewrite. At this point, it do...
Tim Almdal
2009-08-05
Revert "Checkpoint the organize module rewrite. At this point, it doesn't re...
Tim Almdal
2009-08-03
Checkpoint the organize module rewrite. At this point, it doesn't really do
Tim Almdal
2009-07-28
Use events to generate menus, instead of having xxx_menu helpers.
Bharat Mediratta
2009-07-22
Use the Kohana cascading filesystem to locate resources loaded by the
Bharat Mediratta
2009-07-14
Revert "Remove the reference to organize.css is it is no longer used and is"
Bharat Mediratta
2009-07-10
Fix for ticket #341.
Tim Almdal
2009-07-09
Remove the reference to organize.css is it is no longer used and is
Tim Almdal
2009-06-29
Temporary checkin to allow merge with trunk... don't integrate
Tim Almdal
2009-06-28
Use $theme->script() method to render module javascript files
Tim Almdal
2009-06-23
Refactor the install/upgrade code to be more flexible.
Bharat Mediratta
2009-06-01
Security pass over all controller code. Mostly adding CSRF checking
Bharat Mediratta
2009-05-26
Since organize is now in the preview stage and will probably be
Tim Almdal
2009-05-26
Restructure the module lifecycle.
Bharat Mediratta
2009-05-25
Delete placeholder comments.
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-05-02
Clean up API to be organized around the functionality it provides, not the fe...
Bharat Mediratta
2009-05-02
Remove extra whitespace.
Bharat Mediratta
2009-05-02
Fix indentation.
Bharat Mediratta
2009-04-29
Refactor the creation and removal of the album covers into
Tim Almdal
2009-04-29
Change album cover functionality added
Tim Almdal
2009-04-29
The delete button now deletes the selected items
Tim Almdal
2009-04-28
1) Refactor the ajax calls so that the code is reused across multipl
Tim Almdal
2009-04-22
1) Fix index overflow issue.
Tim Almdal
2009-04-22
Dragging from the thumbgrid to an album in the tree now works.
Tim Almdal
2009-04-21
Added progress bar and pause and continue functionality to rearrange
Tim Almdal
2009-04-20
Remove debugging statements
Tim Almdal
2009-04-20
1) Add rearrange processing as a task
Tim Almdal
2009-04-06
Fix preamble
Bharat Mediratta
2009-04-03
First iteration of the organize functionality (orginally called bulk
Tim Almdal