summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-06Add core.DownloadItem redirect for G2's Photo and Movie items (was ↵Andy Staudacher
previously omitted, but we already had core.DownloadItem redirects for derivatives)
2010-02-06Fix g2 redirects for non-admins. The g2 URL mapping controller was ↵Andy Staudacher
accidentally declared as admin controller. (The previous attempt to fix this isn't a bad change either, thus keeping the external permenant redirect).
2010-02-06Fix g2 redirect to use external redirect (and declare it as permanent).Andy Staudacher
Redirects weren't working for me in Firefox 3.5 when not signed into G3 (and all items are public).
2010-02-06Fix maintenance view, which was broken when the g2_import module was ↵Andy Staudacher
installed but not configured correctly.
2010-02-06Fix g2_import admin screen: It wouldn't work if it didn't know the location ↵Andy Staudacher
of G2 yet.
2010-02-06Fix for ticket 1004: Replace all uses of split with explode (none actually ↵Andy Staudacher
required regular expressions). Thanks to Brian Hartsock for providing a patch!
2010-02-06Fix for ticket 892: Avoid double escaping of HTML entities, instead use ↵Andy Staudacher
Unicode in the source code for the locale names (as we do in other places already). Note: Also fixing the localized name of Ukrainian. For some reason it was garbled before.
2010-02-06Merge commit 'upstream/master'Andy Staudacher
2010-02-06Cleanup the position of the drop marker.Tim Almdal
2010-02-06correct layout of html for readabilityTim Almdal
2010-02-06Insure that the 'Ascending'/'Descending' string are translated on the ↵Tim Almdal
organize dialog.
2010-02-06Fix up Admin_Users_Controller() form handling now that user_form.htmlBharat Mediratta
is gone. Fixes ticket #1005.
2010-02-051) Manually added the .selectee class on subsequent downloads. fixes ticket #970Tim Almdal
2) Reworked the calculated of the drop target marker to account for scrolling.
2010-02-05Merge branch 'master' into talmdal_devTim Almdal
2010-02-05continuing cleaninup organize javascript especially the drag and drop ↵Tim Almdal
functionality.
2010-02-05Fix an issue where the dragged item was always inserted after the target image.Tim Almdal
2010-02-05Correct alignment in IE7. fixes ticket #795Tim Almdal
2010-02-05Add busy animation when doing the drop.Tim Almdal
2010-02-05Improve the handling of the drop target marker when dragging items within theTim Almdal
grid. Originally the borders disappeared not they don't. A single element is used to contain the drop target marker. This element contains all the position information for the drop handler to determine where the item should be positioned. In addition, the drop target marker is removed when the drag extends outside the grid and is re shown, when the cursor re-enters the thumbnail grid.
2010-02-04If the locale is rtl then change 'after' to 'before' or vice-versa. Fixes ↵Tim Almdal
ticket #939.
2010-02-04Provide better formating for the album tree in rtl mode.Tim Almdal
2010-02-04Don't change the current album when items are dragged to a different album ↵Tim Almdal
in the album tree. Fixes ticket #959.
2010-02-04Provide visual feedback when over tree branches.Tim Almdal
2010-02-041) Simplify the layout of the organize dialog content.Tim Almdal
2) Use CSS to layout the thmbnail grid to the full dialog size. Fixes ticker #848. 3) Separate css that can be themed into organize_theme.css. This isolates the themed components into a separate file for easy of overriding by a theme.
2010-02-04Differentiate between selected and non selected items.Tim Almdal
2010-02-04remove debugging statementTim Almdal
2010-02-03Fix duplicate checkmark issue in Safari, Opera, elsewhere (ticket #902). ↵Chad Kieffer
This has been a persistent issue. Fix seems to turn of CSS BG on the row, then turn it on for tr.g-success td.g-success {} selector.
2010-02-03Correct missing function name.Tim Almdal
2010-02-02Protect password changes against brute force attacks.Bharat Mediratta
2010-02-02Require the current password to change your password.Bharat Mediratta
Fixes ticket #585. Separate out the password change form from the regular edit user form. Require the old password to enter a new one. While I'm at it, roll the password strength javascript into a Form_Script element so that we can get rid of the old view (which incidentally fixes a bug where the password strength meter would go away on form errors).
2010-02-02Fix a bug in valid_password() where an empty password was considered valid.Bharat Mediratta
2010-02-02Add an upgrade path to prevent the item title field from being empty.Bharat Mediratta
2010-02-02Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2010-02-02Merge branch 'master' into talmdal_devTim Almdal
2010-02-02use html::purify to cleans the additional content on the admin maintence page.Tim Almdal
2010-02-02Update the xss golden file to reflect the changes to the admin screen.Tim Almdal
2010-02-02Move the scheduler module to the -contrib repository for this release.Tim Almdal
2010-02-02Refactor the admin maintenance screen so that events are used to pupluate ↵Tim Almdal
the action buttons and other content such as the list of scheduled tasks.
2010-02-02Merge commit 'upstream/master'Andy Staudacher
2010-02-02Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2010-02-02Remove the test-transform:uppercase from the l10n css as it was causing ↵Tim Almdal
problems with other text fields in IE and it violates our case standards. Fixes ticket #912
2010-02-02Change the view to display 'empty' when the variable value is a null ↵Tim Almdal
string(""). Fixes ticket #987.
2010-02-02Display the error message for the in place edit. Also improve the double ↵Tim Almdal
click guard. Fixes ticket #1000.
2010-02-02Merge branch 'master' into talmdal_devTim Almdal
2010-02-01Corrected copy paste errors in g2_import task. Fixes ticket #949.Tim Almdal
2010-02-01Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2010-02-01Guard the gallery.in_place_edit::_show method so that if an attempt is made ↵Tim Almdal
to show the inplace edit form multiple times, the form is only shown once. Fixes ticket #999
2010-02-01Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2010-02-01Localize the name "conflict" validation error when creating a new album.Bharat Mediratta
2010-02-01Localize validation errors.Bharat Mediratta