Tim Almdal
91d4ffa680
Change the color of the text in the close button to match the foreground color not the border color.
2010-09-09 20:36:18 -07:00
Tim Almdal
b6fa33faf7
Create a setLocation javascript callback which is called everytime with the full url of the current album(non-REST). When the dialog is closed the window location is set to this value and the page gets loaded appropriately.
2010-09-07 18:53:17 -07:00
Tim Almdal
438cea231d
Clean up the default case in the OrganizeProperties::getProperty method
2010-08-31 20:40:48 -07:00
Tim Almdal
0f2daf29ac
Fix for ticket #1320 . Hook the loading of the initial albums and check to see if the loaded item is the requested item.
2010-08-30 22:05:01 -07:00
Tim Almdal
efa1fce9de
Update the Organize flash object with the fixes for ticket #1174 .
2010-08-29 10:28:50 -07:00
Bharat Mediratta
91fab0fcf5
Compiled version of 88efbd77b4
2010-08-22 00:26:52 -07:00
Bharat Mediratta
4d55166eba
Fix a bug where we were using names in a string context resulting in
...
sending the wrong custom headers back. Fixed the names of the headers
to be slightly more meta. Fixes #1305
Implemented in gallery3-flex bea5f67efa93a3921eec8cd03a15d68f513f1dc0
2010-08-21 16:52:46 -07:00
Bharat Mediratta
d2c59740b1
Updated organize SWF to understand data resources.
2010-08-15 00:00:31 -07:00
Bharat Mediratta
185a736ff9
Revert "Combine all the flex runtime libraries into a single downloadable file. Fixes ticket #1241."
...
This breaks organize on Chrome 5 (Linux) and Chrome 6 (OSX). See ticket #1241 .
This reverts commit 423fca2d5f .
2010-07-27 11:28:12 -07:00
Tim Almdal
423fca2d5f
Combine all the flex runtime libraries into a single downloadable file. Fixes ticket #1241 .
2010-07-23 05:54:50 -07:00
Tim Almdal
a57ac38839
Change the organize dialog to make use of the new error handling
2010-06-19 17:32:15 -07:00
Tim Almdal
e40b2371ee
Fix an issue that the root album was not being selected if there was no
...
children, or if organize was being invoked on the root album.
2010-06-18 21:49:11 -07:00
Tim Almdal
545a91270d
1) Change how the size of the flexstage is calculated. (Basically remove the
...
dialogWidth and dialogHeight and adjsut the internal controls when added to
the stage.
2) Cleanup the controller code
2010-06-18 19:05:59 -07:00
Tim Almdal
3d4f04e827
Change the add album dialog to not replace the internet address or name fields if they already contain values.
2010-06-17 06:14:24 -07:00
Tim Almdal
81f176cf8e
url::site(...) adds a leading slash to the uri it generates. Take this into account when creating the base url for accessing rest requests.
...
Update the sort dropdown box to manual when album items are rearranged.
2010-06-15 09:39:45 -07:00
Tim Almdal
f5eb5d5d70
add an 'icon' to identify albums in the organize dialog.
2010-06-15 09:14:09 -07:00
Tim Almdal
f10d641044
Change the parameters for the organize dialog box. The baseUrl parameter was removed and replaced with the restUri, which contains the relative uri for the rest controller. The controller parameter is now the relative uri for the organize controller. The protocol parameter was added. In addition, there is not default size for the organize flex object. It attempts to fit within the gallery3 dialog box.
2010-06-14 13:07:58 -07:00
Tim Almdal
47aa651430
Fix problems ith IE and flex initialization when one of the flashvars contains a json encoded string. Also address the problem that IE returns the color values differently that Firefox and Chrome
2010-06-13 17:58:50 -07:00
Tim Almdal
cbcb7432b3
Correct a problem with the sort order and sort direction fields being ignored.
2010-06-10 14:10:19 -07:00
Tim Almdal
6aab0cbec6
Review the code for xss exposures and provide the functionality to update the organize dialog bar when the selected album changes.
2010-06-10 13:12:10 -07:00
Tim Almdal
38e8ab3d71
Provide better handling and a progress dialog when loading or updating files.
2010-06-10 09:14:13 -07:00
Tim Almdal
af240a3498
Update the rest client to use ancestors_for instead of ancestor_for.
2010-06-07 05:25:26 -07:00
Tim Almdal
c4d85721fc
Change the rearrange processing to use the ProcessItemQueue when moving children, so a progress dialog is displayed
2010-05-28 16:43:10 -07:00
Tim Almdal
56587febff
Add a progress dialog box when deleting, uploading or updating items.
2010-05-28 09:42:26 -07:00
Tim Almdal
a1181c5a49
Renamed GalleryRestRequestBuilder to GalleryRestRequest. Refactored the sendRequest method out of the GalleryResource class and moved it to the GalleryRestRequest class. Converted the properties captureDate, updatedDate, and createdDate to return a flex date object instead of a string representing a unix timestamp.
2010-05-21 07:29:17 -07:00
Tim Almdal
e4ff302e3b
Add items and add albums are now working. What still needs to be done is add a progress bar for longer running tasks
2010-05-20 09:05:50 -07:00
Tim Almdal
ffc3f9f41c
checkpoint the new organize module. At this point rearrange and move work. Rearrange is moving items within the same album, move is moving to a different album.
2010-05-18 10:00:48 -07:00
Tim Almdal
0dfc62051e
Update the flex organize to use access_key instead of access_token
2010-03-31 07:14:48 -07:00
Tim Almdal
7c84ee1b33
Organize now has the add album functionality.
2010-03-30 07:55:56 -07:00
Tim Almdal
0c1595d7e8
Clean up the organize_dialog file of some cruft and add the organize.swf file to the organize module.
2010-03-27 15:55:42 -07:00