| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-11-26 | ORM::find_all() now uses null as the default value for offset. | Bharat Mediratta | |
| 2009-11-26 | Update all portable where clauses to the new Kohana 2.4 format. | Bharat Mediratta | |
| 2009-11-15 | MInor message-block padding fixes in general and specifically for organize. | Chad Kieffer | |
| 2009-11-15 | Fix outstanding issues in the organize dialog. Tighten up the layout a bit ↵ | Chad Kieffer | |
| so that more microthumbs will display. | |||
| 2009-10-28 | Removed YUI grids. Added g- prefix to selected class. Layout almost ↵ | Chad Kieffer | |
| completely restored, still need to fix action-status message box | |||
| 2009-10-28 | Amazing what a two character change can do. It should be g-first now, not first. | Chad Kieffer | |
| 2009-10-28 | Added type attribute to script tag. | Chad Kieffer | |
| 2009-10-27 | Switch instances of first to g-first. | 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-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-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-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 | Tighten up a class attr. | Bharat Mediratta | |
| 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 | 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 | Update help text to eliminate 'edit' since we don't do that yet, and change ↵ | Bharat Mediratta | |
| "items" to "photos". | |||
| 2009-08-28 | Indentation fixes. | Bharat Mediratta | |
| 2009-08-28 | Fix whitespace. | Bharat Mediratta | |
| 2009-08-28 | Fix indentation. | Bharat Mediratta | |
| 2009-08-17 | This patch adds some security to the organize dialog. | Tim Almdal | |
| 1) If images are dragged from the content pane and dropped on a branch in the tree that the user only has view priviledges, then the drop is cancelled and the images are reverted. 2) The user cannot click on a branch, to which they only have view priviledges, the content pane does not change to the new album | |||
| 2009-08-16 | The progress bar appears during a move. Still having an issue with unable to ↵ | Tim Almdal | |
| do a single select after a drop operation. I think its related to needing to destroy the existing selectable before creating the new one. The error I get is "this._selection[i].data("selectabe-item") is undefined." | |||
| 2009-08-16 | In this patch, drag now works to the album tree, but the progress bar is not | Tim Almdal | |
| showing. As well fixed a problem where selectable single clink no longer worked when the album was reloaded. | |||
| 2009-08-13 | Added javascript portion of the drop functionality. At this point you can ↵ | Tim Almdal | |
| drag selected images and drop them on the micro thumb grid in a different position or onto a branch in the gallery tree. No ajax call is made, it just writes the generated url and post data to the console, so it only works in ff right now. | |||
| 2009-08-13 | Add a visual indicator of the insertion point | Tim Almdal | |
| 2009-08-12 | Implement the first part of drag functionality. Having trouble getting ↵ | Tim Almdal | |
| visual feedback of the drop position between thumbnails, so this commit provides a checkpoint for trying various options | |||
| 2009-08-08 | Fix the problem where the login page and edit permission pages were | Tim Almdal | |
| supersized based on ly last commit. | |||
| 2009-08-07 | Make the organize dialog open properly in IE8, Chrome and FF. For some ↵ | Tim Almdal | |
| reason (probably a timing thing) the height of the contents was not being set correctly in FF. So we just hard code an estimate of the size of the Draw handle, and message areas. | |||
| 2009-08-06 | Further streamline the code. | Bharat Mediratta | |
| Organize_Controller: * Remove unnecessary constants * Rename index() to dialog() * Simplify _get_micro_thumb_grid organize.js: * Move sizing code in here from organize_dialog.html.php organize_dialog.html.php: * Move CSS and JS links in here so that we only load them when we need them. * Move sizing code into organize.js organize_thumb_grid.html.php: * Move pagination logic in here, since it's view centric * Collapse the css class determination code and inline it | |||
| 2009-08-06 | Leverage the gallery.dialog/js functionality in order to reduce duplicate code | Tim Almdal | |
| 2009-08-06 | Tighten up the code by loading all the albums in the tree at once, removing | Tim Almdal | |
| the events to populate the button bar. | |||
| 2009-08-05 | Revert "Revert "Enable the expand/collapse of branches by clicking on the ↵ | Tim Almdal | |
| plus/minus"" This reverts commit e37526f94df74a52a9cf36f0a5a5e641958ebbb3. | |||
| 2009-08-05 | Revert "Revert "Checkpoint the organize module rewrite. At this point, it ↵ | Tim Almdal | |
| doesn't really do"" This reverts commit 397468c47b8fc3fefeb54ff19a73980ed1dd8c20. | |||
| 2009-08-05 | Revert "Checkpoint the organize module rewrite. At this point, it doesn't ↵ | Tim Almdal | |
| really do" This reverts commit a25f08d433d504a53763feb358a1aa7f5f798de6. | |||
| 2009-08-05 | Revert "Enable the expand/collapse of branches by clicking on the plus/minus" | Tim Almdal | |
| This reverts commit 869c3de9612a598dae0ce400991bdbe173a2decc. | |||
| 2009-08-05 | Enable the expand/collapse of branches by clicking on the plus/minus | Tim Almdal | |
| icons. Branches with no albums, will not have an icon. | |||
