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
/
lib
/
Gallery3WebClient.swf
Age
Commit message (
Expand
)
Author
2010-09-09
Change the color of the text in the close button to match the foreground colo...
Tim Almdal
2010-09-07
Create a setLocation javascript callback which is called everytime with the f...
Tim Almdal
2010-08-31
Clean up the default case in the OrganizeProperties::getProperty method
Tim Almdal
2010-08-30
Fix for ticket #1320. Hook the loading of the initial albums and check to se...
Tim Almdal
2010-08-29
Update the Organize flash object with the fixes for ticket #1174.
Tim Almdal
2010-08-22
Compiled version of http://github.com/gallery/gallery3-flex/commit/88efbd77b4...
Bharat Mediratta
2010-08-21
Fix a bug where we were using names in a string context resulting in
Bharat Mediratta
2010-08-15
Updated organize SWF to understand data resources.
Bharat Mediratta
2010-07-27
Revert "Combine all the flex runtime libraries into a single downloadable fil...
Bharat Mediratta
2010-07-23
Combine all the flex runtime libraries into a single downloadable file. Fixes...
Tim Almdal
2010-06-19
Change the organize dialog to make use of the new error handling
Tim Almdal
2010-06-18
Fix an issue that the root album was not being selected if there was no
Tim Almdal
2010-06-18
1) Change how the size of the flexstage is calculated. (Basically remove the
Tim Almdal
2010-06-17
Change the add album dialog to not replace the internet address or name field...
Tim Almdal
2010-06-15
url::site(...) adds a leading slash to the uri it generates. Take this into a...
Tim Almdal
2010-06-15
add an 'icon' to identify albums in the organize dialog.
Tim Almdal
2010-06-14
Change the parameters for the organize dialog box. The baseUrl parameter was ...
Tim Almdal
2010-06-13
Fix problems ith IE and flex initialization when one of the flashvars contain...
Tim Almdal
2010-06-10
Correct a problem with the sort order and sort direction fields being ignored.
Tim Almdal
2010-06-10
Review the code for xss exposures and provide the functionality to update the...
Tim Almdal
2010-06-10
Provide better handling and a progress dialog when loading or updating files.
Tim Almdal
2010-06-07
Update the rest client to use ancestors_for instead of ancestor_for.
Tim Almdal
2010-05-28
Change the rearrange processing to use the ProcessItemQueue when moving child...
Tim Almdal
2010-05-28
Add a progress dialog box when deleting, uploading or updating items.
Tim Almdal
2010-05-21
Renamed GalleryRestRequestBuilder to GalleryRestRequest. Refactored the send...
Tim Almdal
2010-05-20
Add items and add albums are now working. What still needs to be done is add...
Tim Almdal
2010-05-18
checkpoint the new organize module. At this point rearrange and move work. R...
Tim Almdal