| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-10-25 | Make menu label adhere to our capitalization standard. | Chad Kieffer | |
| 2009-10-07 | Consolidated the rest of the base message styles into lib/gallery.common.css ↵ | Chad Kieffer | |
| and applied updates to views. Moved over draggable/droppable styles. Use g-target consistently for drag/drop interactions. Minor re-ordering of selectors in gallery.common.css. Updates to css comments. | |||
| 2009-10-04 | Renamed more CSS selectors from gName to g-name. | Chad Kieffer | |
| 2009-10-04 | Renamed most, if not all css selectors from gName to g-name. Moved a few ↵ | Chad Kieffer | |
| shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features. | |||
| 2009-09-30 | Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ↵ | Chad Kieffer | |
| and classes in the login/reset password dialog. | |||
| 2009-09-30 | Replaced gButtonLink with g-button. | Chad Kieffer | |
| 2009-09-15 | Controller auth / CSRF fixes | Andy Staudacher | |
| 2009-09-14 | Change the variable to to resolve ticket #769 | Tim Almdal | |
| 2009-09-13 | Set the AlbumTreeContainer instead of the height. This fixes ticket #755 | Tim Almdal | |
| 2009-09-12 | Update the organize module to use the release version of jquery Selectable. ↵ | Tim Almdal | |
| Unfortunately this does not have the functionality to select additional thumbnails using the ctrl or alt-keys, it is preferable to forking the Selectable component. This functionality should arrive with ui.jquery 1.8.x | |||
| 2009-09-10 | Reset the margins when the mouse is over a thumbnail when dragging. When the ↵ | Tim Almdal | |
| border is displayed then adjust the margin to account for the border. Just hidding the border causes things to move. | |||
| 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 | If the current drop target is not defined, in that we have moved out of the ↵ | Tim Almdal | |
| range of the current li elements, then assume the drop is occurring at the end of the list items. Fixes #742 | |||
| 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-09-05 | Change the module installer so that you don't need to provide your own | Bharat Mediratta | |
| install() function if all you're going to do is to set the version of the module from module.info into the database. This means that for some simple modules, you don't need an install.php file at all. | |||
| 2009-09-04 | Fix the url in the call to get subsequent entries to have the right | Bharat Mediratta | |
| url, and to be json. Fixes #719, which I introduced in my refactor. | |||
| 2009-08-31 | Add an icon to the context menu option. | Bharat Mediratta | |
| 2009-08-31 | Add 'organize album' to the context menu. | Bharat Mediratta | |
| 2009-08-30 | Minor refactoring. | Bharat Mediratta | |
| 2009-08-30 | Merge branch 'master' of git@github.com:/gallery/gallery3 | Bharat Mediratta | |
| 2009-08-30 | Merge commit 'upstream/master' | Andy Staudacher | |
| Conflicts: modules/gallery/views/l10n_client.html.php modules/organize/views/organize_tree.html.php modules/server_add/helpers/server_add_event.php | |||
| 2009-08-30 | Don't mark colors !important. | Bharat Mediratta | |
| 2009-08-30 | Make comments consistent. | Bharat Mediratta | |
| 2009-08-30 | Remove extra padding line | Bharat Mediratta | |
| 2009-08-30 | Get rid of as much jitter as possible in the organize tree. | Bharat Mediratta | |
| 2009-08-30 | Tighten up a class attr. | Bharat Mediratta | |
| 2009-08-30 | Make the lasso more prominent and the colors consistent. | Bharat Mediratta | |
| 2009-08-30 | Change the higlight/selection behavior so that we don't use opacity to | Bharat Mediratta | |
| indicate selection state. It's too difficult to tell opacity differences on light colored photos. This approach models what WinXP does. | |||
| 2009-08-30 | Simplify over-targetted CSS. | Bharat Mediratta | |
| 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 | CSS rename: gMicroThumbXxx -> gOrganizeMicroThumbXxx to make it clear | Bharat Mediratta | |
| that this is organize only. | |||
| 2009-08-30 | Rename gAlbumText to gOrganizeAlbumText for consistency since this is | Bharat Mediratta | |
| an organize-only construct. | |||
| 2009-08-30 | remove unused #gOrganizeDialog | Bharat Mediratta | |
| 2009-08-30 | Manage the selection so we don't automatically select an album | Bharat Mediratta | |
| whenever we expand a tree. | |||
| 2009-08-30 | Precalculate the organize tree based on the selected album and render | Bharat Mediratta | |
| it right away while still allowing incremental tree loading. | |||
| 2009-08-29 | Update all code to use helper method html::clean(), html::purify(), ... ↵ | Andy Staudacher | |
| instead of SafeString directly. | |||
| 2009-08-29 | Change the organize tree to expand/collapse. It doesn't properly open | Bharat Mediratta | |
| up to the album that you're viewing, and if you move a photo to a different album it'll reload the entire album tree. | |||
| 2009-08-29 | L10n fixes for the admin_languages page, and JS/XSS cleanup of the organize ↵ | Andy Staudacher | |
| views. | |||
| 2009-08-29 | Fix a bug where organize doesn't properly generate the tree at the root album. | Bharat Mediratta | |
| 2009-08-29 | Remove stray blank line. | Bharat Mediratta | |
| 2009-08-29 | Get rid of the task infrastructure. The multiple requests greatly | Bharat Mediratta | |
| slow down simple operations. We may run into problems with more complex operations, but let's only add tasks into the mix when it's clear that we need them. | |||
| 2009-08-29 | Major refactor of organize: | Bharat Mediratta | |
| * Clean up naming conventions for variables in the controller so that we specifically refer to albums with $album_id, etc. * Move complexity for drawing tree out of the controller and into the view. * Simplify task definitions to get rid of extraneous text * Change __PLACEHOLDERS__ to clearly define which is the album and which is the item that we're moving before/after * Remove as many CSS ids as we can from the tree view to keep things simple | |||
| 2009-08-28 | Display the sort order in the Organize dialog, and allow users to | Bharat Mediratta | |
| change the sort order on the fly. | |||
| 2009-08-28 | Fix a couple of off-by-one errors. | Bharat Mediratta | |
| 2009-08-28 | Update help text to eliminate 'edit' since we don't do that yet, and change ↵ | Bharat Mediratta | |
| "items" to "photos". | |||
| 2009-08-28 | Refactor rearrange_task_handler to have a more linear flow. | Bharat Mediratta | |
| 2009-08-28 | Indentation fixes. | Bharat Mediratta | |
| 2009-08-28 | Clean up in preparation for some refactoring. | Bharat Mediratta | |
