| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-09-09 | Change the color of the text in the close button to match the foreground ↵ | Tim Almdal | |
| color not the border color. | |||
| 2010-09-07 | Create a setLocation javascript callback which is called everytime with the ↵ | Tim Almdal | |
| 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-08-31 | Clean up the default case in the OrganizeProperties::getProperty method | Tim Almdal | |
| 2010-08-30 | Normalize the "flash missing" message string with the one in the | Bharat Mediratta | |
| uploader for convenient localization. | |||
| 2010-08-30 | Fix for ticket #1320. Hook the loading of the initial albums and check to ↵ | Tim Almdal | |
| see if the loaded item is the requested item. | |||
| 2010-08-30 | Fix for ticket #1320. Hook the loading of the initial albums and check to ↵ | Tim Almdal | |
| see if the loaded item is the requested item. | |||
| 2010-08-29 | Don't concatenate two strings together as an argument for t() or t2(); | Bharat Mediratta | |
| the l10n_scanner cannot parse it properly and drops those from the localization list. Fixes ticket #1284. | |||
| 2010-08-29 | Regenerated version from ↵ | Bharat Mediratta | |
| http://github.com/gallery/gallery3-flex/commit/1e42ddf6574d7632474b8cfbd5b9171a9bb53552 which contains fixes for both #1174 and #1305. | |||
| 2010-08-29 | Revert "Update the Organize flash object with the fixes for ticket #1174." | Bharat Mediratta | |
| This commit reintroduces the bug in https://sourceforge.net/apps/trac/gallery/ticket/1305 This reverts commit efa1fce9de1acc126ce0f2f607cf568e1f6a43af. | |||
| 2010-08-29 | Update the Organize flash object with the fixes for ticket #1174. | Tim Almdal | |
| 2010-08-28 | Oops, forgot to create an install() function and set the version of | Bharat Mediratta | |
| the organize module to 2 in 8fb56abf034dd1f5c561e7af12bf6e097a3de6f6 | |||
| 2010-08-22 | Get rid of the move dialog and move option. Instead, replace it with | Bharat Mediratta | |
| a call to Organize with the appropriate album open. I have not yet figured out how to get the SWF code to highlight the active image, but that's coming. Partial fix for #1204. | |||
| 2010-08-22 | Compiled version of ↵ | Bharat Mediratta | |
| http://github.com/gallery/gallery3-flex/commit/88efbd77b45ae888b035295a8034229c645267c2 | |||
| 2010-08-21 | Fix a bug where we were using names in a string context resulting in | Bharat Mediratta | |
| 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 | Tighten up whitespace. | Bharat Mediratta | |
| 2010-08-17 | use HTTP_HOST instead of SERVER_NAME so that we're sending requests | Bharat Mediratta | |
| back to the same canonical domain that we came from. Else Flash makes crossdomain.xml requests, fails, and falls over. Fixes ticket #1298. | |||
| 2010-08-15 | Updated organize SWF to understand data resources. | Bharat Mediratta | |
| 2010-07-31 | Full pass over all the JSON encoding and JS dialog code. We now abide | Bharat Mediratta | |
| by the following rules: 1) An initial dialog or panel load can take either HTML or JSON, but the mime type must accurately reflect its payload. 2) dialog form submits can handle a pure HTML response, but the mime type must also be correct. This properly resolves the problem where the reauth code gets a JSON response first from the reauth code, and then an HTML response when you reauth and continue on to a given form -- try it out with Admin > Settings > Advanced. 3) All JSON replies must set the mime type correctly. The json::reply convenience function does this for us. 4) By default, any HTML content sent back in the JSON response should be in the "html" field, no longer the "form" field. The combination of these allows us to stop doing boilerplate code like this in our controllers: // Print our view, JSON encoded json::reply(array("form" => (string) $view)); instead, controllers can just return HTML, eg: // Print our view print $view; That's much more intuitive for developers. | |||
| 2010-07-31 | More patches as part of #1225. Change the 'core' modules to use the json::reply | Tim Almdal | |
| method to set the content type header and encode the response as a json object | |||
| 2010-07-27 | Revert "Combine all the flex runtime libraries into a single downloadable ↵ | Bharat Mediratta | |
| file. Fixes ticket #1241." This breaks organize on Chrome 5 (Linux) and Chrome 6 (OSX). See ticket #1241. This reverts commit 423fca2d5ffca1e953694793ad118589db1756d0. | |||
| 2010-07-27 | Fix the "get flashplayer" button. It was throwing a JS error before. | Bharat Mediratta | |
| Not sure why it was done in JS in the first place. Fixes ticket #1256. | |||
| 2010-07-23 | Fix missing quoate in the organize dialog html template. | Tim Almdal | |
| 2010-07-23 | Combine all the flex runtime libraries into a single downloadable file. ↵ | Tim Almdal | |
| Fixes ticket #1241. | |||
| 2010-07-20 | Style and text cleanup. Parameterize the minimum flash value so that we can ↵ | Bharat Mediratta | |
| use it in the internationalized string. Fix capitalization. | |||
| 2010-07-16 | Fix for ticket #1202. Set the minimum flash version 10.0.0 and display a ↵ | Tim Almdal | |
| message and a button to download the latest version if the minimum versiion is not installed. | |||
| 2010-07-11 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2010-07-10 | Accept extension .m4v as video/mp4 | Romain LE DISEZ | |
| 2010-07-06 | Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the ↵ | Tim Almdal | |
| dialog. Convert all the controllers that create the data to go into a dialog to return the html as part of a json object. | |||
| 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 | |
