| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-07-10 | Accept extension .m4v as video/mp4 | Romain LE DISEZ | |
| 2010-06-19 | Change the organize dialog to make use of the new error handling | Tim Almdal | |
| 2010-06-18 | Merge branch 'master' of git@github.com:gallery/gallery3 | Tim Almdal | |
| 2010-06-18 | Fix an issue that the root album was not being selected if there was no | Tim Almdal | |
| children, or if organize was being invoked on the root album. | |||
| 2010-06-18 | Simplify rest::get_access_key($user) to rest::access_key() that | Bharat Mediratta | |
| returns just the access key string for the active user. That's how we use the API, so keep it simple. | |||
| 2010-06-18 | 1) Change how the size of the flexstage is calculated. (Basically remove the | Tim Almdal | |
| dialogWidth and dialogHeight and adjsut the internal controls when added to the stage. 2) Cleanup the controller code | |||
| 2010-06-18 | Use request::protocol(). | Bharat Mediratta | |
| 2010-06-17 | Remove duplicate trailing slash on the controllerUri parameter | Tim Almdal | |
| 2010-06-17 | Rearrange the adding of fields to the template so that they match the order ↵ | Tim Almdal | |
| of appearance in the template. Also remove the @todo's | |||
| 2010-06-17 | Add a cache-buster to the SWF url so that it'll refresh in the browser | Bharat Mediratta | |
| every time the SWF file changes. | |||
| 2010-06-17 | Change the add album dialog to not replace the internet address or name ↵ | Tim Almdal | |
| fields if they already contain values. | |||
| 2010-06-16 | Fix a typo... The controller parameter to the flex organize module should be ↵ | Tim Almdal | |
| controllerUri instead. | |||
| 2010-06-15 | Bump the organize module to version 2, and check to make sure that the | Bharat Mediratta | |
| REST module is active. | |||
| 2010-06-15 | Remove a stray period. | Bharat Mediratta | |
| 2010-06-15 | url::site(...) adds a leading slash to the uri it generates. Take this into ↵ | Tim Almdal | |
| 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 | 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 | |
| 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-13 | Remove a debugging statement. | Tim Almdal | |
| 2010-06-13 | Move the source to the gallery3-flex repository. | Tim Almdal | |
| 2010-06-13 | Fix problems ith IE and flex initialization when one of the flashvars ↵ | Tim Almdal | |
| contains a json encoded string. Also address the problem that IE returns the color values differently that Firefox and Chrome | |||
| 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 ↵ | Tim Almdal | |
| the organize dialog bar when the selected album changes. | |||
| 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 ↵ | Tim Almdal | |
| children, so a progress dialog is displayed | |||
| 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 ↵ | Tim Almdal | |
| 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-20 | Add items and add albums are now working. What still needs to be done is ↵ | Tim Almdal | |
| add a progress bar for longer running tasks | |||
| 2010-05-18 | checkpoint the new organize module. At this point rearrange and move work. ↵ | Tim Almdal | |
| Rearrange is moving items within the same album, move is moving to a different album. | |||
| 2010-05-09 | Add dependency checking to insure the administrator is notified if the rest ↵ | Tim Almdal | |
| module is deactivated | |||
| 2010-03-31 | Update the flex organize to use access_key instead of access_token | Tim Almdal | |
| 2010-03-30 | Checkpoint the organize flex source. Not production ready, but worth ↵ | Tim Almdal | |
| checkpointing. | |||
| 2010-03-30 | Organize now has the add album functionality. | Tim Almdal | |
| 2010-03-30 | add a controller method to return the translated labels for the add album ↵ | Tim Almdal | |
| dialog. | |||
| 2010-03-27 | Clean up the organize_dialog file of some cruft and add the organize.swf ↵ | Tim Almdal | |
| file to the organize module. | |||
| 2010-03-27 | Convert the old organize to the new flex based organize | Tim Almdal | |
| 2010-03-13 | Fix bug #1015 : repeated ids are prohibited | Florent Paterno | |
| 2010-03-05 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta | |
| 2010-02-26 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2010-02-22 | Fix typo in selector expression. The handling of view-only albums is still ↵ | Andy Staudacher | |
| not great, but at least the code is closer to doing what it's supposed to. | |||
| 2010-02-19 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2010-02-18 | Fix for tickets #1024 and #1025: Fix formatting of album tree list in the ↵ | Andy Staudacher | |
| organize dialog, and (magically) drag and drop move to another album works as well again. Tested in FF3.5, Chrome5 on Ubuntu Linux. | |||
| 2010-02-17 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2010-02-15 | Input sanitization | Andy Staudacher | |
| 2010-02-10 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| Conflicts: modules/organize/js/organize.js | |||
| 2010-02-09 | Current state of organize. works for all browsers except IE. IE no longer ↵ | Tim Almdal | |
| implodes, but dragging doesn't work. Selecting works fine, either by using the lasso or clicking. Ctrl-Click adds to the selection. The problem is that when a drag is attempted, the selection gets lost and things start falling apart. | |||
| 2010-02-08 | Fix the missing object problem in ie7. Fixes ticket: 1003. There is still ↵ | Tim Almdal | |
| issues with selectables and draggables working together in IEx | |||
| 2010-02-08 | Correct tree branch alignment in IE | Tim Almdal | |
| 2010-02-07 | remove debudding statement and if no target is found then assume the insert ↵ | Tim Almdal | |
| position is after the last element. | |||
