Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Remove unnecessary cleverness in stripping off the hyphen for mysql | Bharat Mediratta | |
version checks that was causing problems in the case where there's no hyphen. version_compare handles hypens fine. | |||
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 | Use is_descendant() API inside move_to() for clarity. | 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 | 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-30 | Print out the version of MySQL that we found along with our error | Bharat Mediratta | |
message, which should resolve http://gallery.menalto.com/node/90646 | |||
2009-08-30 | Change the processing time for search_task and exif_task to start the | Bharat Mediratta | |
1.5 second counter only after we've done any expensive queries. This guarantees at least some time to do work. Fixes ticket #693. | |||
2009-08-30 | Merge branch 'master' of git@github.com:gallery/gallery3 | Bharat Mediratta | |
2009-08-29 | Delete obsolete comment and tighten the code in site_menu(). | Bharat Mediratta | |
2009-08-29 | Remove try/catch in resize() since that will swallow any exceptions | Bharat Mediratta | |
that we generate when resizing. | |||
2009-08-29 | Merge branch 'master' of git@github.com:gallery/gallery3 | Bharat Mediratta | |
2009-08-29 | Merge branch 'master' of git@github.com:gallery/gallery3 | Chad Kieffer | |
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 | Apply hover effect to dialog buttons. | Chad Kieffer | |
2009-08-29 | you can close the l10n client directly from its interface now, without going ↵ | jhilden | |
back to the languages admin page | |||
2009-08-29 | Merge branch 'master' of git@github.com:gallery/gallery3 | jhilden | |
2009-08-29 | initial version of the the file with common CSS styles that should be reused ↵ | jhilden | |
if possible | |||
2009-08-29 | Fix error text color. | Chad Kieffer | |
2009-08-29 | Fix for ticket #628: | Tim Almdal | |
1) increased gallery module version to 11 2) added image_sharpened parameter to the gallery module 3) sharpen all resizes. | |||
2009-08-29 | Fix invalida syntax on trying to parse the progress bar percentage | Tim Almdal | |
2009-08-29 | Merge branch 'master' of git@github.com:gallery/gallery3 | Chad Kieffer | |
2009-08-29 | Update status message styles. Lighten backgrounds, don't show background on ↵ | Chad Kieffer | |
Admin Maintenance rows, and added gModuleStatus class. | |||
2009-08-29 | Merge branch 'talmdal_branch' of git@github.com:gallery/gallery3 | Bharat Mediratta | |
2009-08-29 | Add a test for Comment_Model::viewable(). | Bharat Mediratta | |
2009-08-29 | Fix active() to not use user::guest() as the fallback for our Session::get() ↵ | Bharat Mediratta | |
call. | |||
2009-08-29 | Clean up the test and get it working. | Bharat Mediratta | |
2009-08-29 | Rename $comment_model to $comments. | Bharat Mediratta | |
2009-08-29 | Fix for 641... extend viewable functionality to comments. Viewable unit test ↵ | Tim Almdal | |
is not working. | |||
2009-08-29 | Merge branch 'master' of git@github.com:gallery/gallery3 | Bharat Mediratta | |
2009-08-29 | Merge branch 'master' of git@github.com:gallery/gallery3 | jhilden | |
2009-08-29 | Fix a bug where organize doesn't properly generate the tree at the root album. | Bharat Mediratta | |
2009-08-29 | * created new generic "Add" dropdown in the site menu. this should take care ↵ | jhilden | |
of ticket #537 * removed start/stop translation menu items from the admin, since they are on the languags admin page now | |||
2009-08-29 | Standardize the access to the create_random_item method | Tim Almdal | |
2009-08-29 | Merge branch 'master' of git://github.com/gallery/gallery3 | Tim Almdal | |
2009-08-29 | improved translation interface so that it now can be closed without going to ↵ | jhilden | |
the admin | |||
2009-08-29 | Fix typo in the parameter list | Tim Almdal | |
2009-08-29 | Remove stray blank line. | Bharat Mediratta | |
2009-08-29 | Merge branch 'master' of git@github.com:gallery/gallery3 | 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 |