| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-21 | Update copyright to 2011. | Bharat Mediratta | |
| 2011-01-09 | Merge commit 'upstream/master' | Beckett Madden-Woods | |
| 2011-01-09 | Add item delete support to the organize module. Fixes #1588. | Beckett Madden-Woods | |
| 2011-01-08 | Put up a more visually pleasing placeholder for items that are | Bharat Mediratta | |
| missing a thumbnail. Fixes #1591. | |||
| 2011-01-08 | Update the dialog title to reflect the album we're currently | Bharat Mediratta | |
| organizing. | |||
| 2011-01-06 | Lock the drag zone if the album is not editable so that users don't | Bharat Mediratta | |
| start illegal drags. | |||
| 2011-01-06 | Switch back to setting nodes as leaves, but fix the drop zone code to | Bharat Mediratta | |
| allow dropping on leaves. | |||
| 2011-01-06 | Remove unnecessary leaf param from TreeNode results. | Bharat Mediratta | |
| 2011-01-06 | When generating the tree, don't mark nodes with no children as a leaf | Bharat Mediratta | |
| because that confuses the TreeDropZone JS into thinking that it can't ever have children. | |||
| 2011-01-06 | Don't allow moving an item into its own hierarchy. Just silently skip | Bharat Mediratta | |
| those sources for now. | |||
| 2011-01-05 | Get rid of the expando caret in front of empty folders | Bharat Mediratta | |
| 2011-01-05 | Support moving an item before or after the target. | Bharat Mediratta | |
| 2011-01-04 | This was left out of 31652eae44bdd93b45d965a8288a3069e37d1934. | Bharat Mediratta | |
| 2011-01-03 | Complete rewrite of the organize module in Javascript using the Sencha | Bharat Mediratta | |
| JavaScript library. It's got all the functionality from the Flash version except it doesn't support creating new albums or uploading photos. Only tested in Chrome 10.0.x so far. | |||
| 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-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-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-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-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 | 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-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 | 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-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-03-30 | add a controller method to return the translated labels for the add album ↵ | Tim Almdal | |
| dialog. | |||
| 2010-03-27 | Convert the old organize to the new flex based organize | Tim Almdal | |
| 2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta | |
| 2010-02-15 | Input sanitization | Andy Staudacher | |
| 2010-02-07 | The adjustment for before or after based on whether the locales rtl or not ↵ | Tim Almdal | |
| is now done in the browser. | |||
| 2010-02-04 | If the locale is rtl then change 'after' to 'before' or vice-versa. Fixes ↵ | Tim Almdal | |
| ticket #939. | |||
| 2010-02-04 | Don't change the current album when items are dragged to a different album ↵ | Tim Almdal | |
| in the album tree. Fixes ticket #959. | |||
| 2010-01-27 | Convert __toString() to use (string) cast instead. | Bharat Mediratta | |
| 2009-12-25 | Convert some database calls | Bharat Mediratta | |
| 2009-12-21 | Updates for the latest version of Kohana 2.4: | Bharat Mediratta | |
| 1) Controller::$input is gone -- use Input::instance() now 2) Handle new 'database.<default>.connection.params' parameter 3) Handle new 'cache.<default>.prefix' parameter | |||
| 2009-09-15 | Controller auth / CSRF fixes | Andy Staudacher | |
| 2009-09-14 | Change the variable to to resolve ticket #769 | Tim Almdal | |
| 2009-09-10 | Rename ORM_MPTT::is_descendant() to ORM_MPTT::contains() to make the | Bharat Mediratta | |
| API a little clearer. Write a test for it, too. | |||
| 2009-09-10 | Rename $album to $target in move_to() | Bharat Mediratta | |
| 2009-09-10 | A better fix for #741... the original problem was that the source and album ↵ | Tim Almdal | |
| variables were reversed | |||
| 2009-09-10 | Changed the check in organize_Controller::move_to: | Tim Almdal | |
| 1) check that target and source are not the same. 2) check that the source is not already a child of the target (use to be a descendant) Fixes #741. | |||
| 2009-08-30 | Don't try to move an item into its own descendant hierarchy. Just leave it ↵ | Bharat Mediratta | |
| out of the move for now. | |||
| 2009-08-30 | Manage the selection so we don't automatically select an album | Bharat Mediratta | |
| whenever we expand a tree. | |||
