summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-07Change welcome message dialog to link to the user_profile page instead of the...Andy Staudacher
2010-02-07Addendum for ticket 585: Handle case C), redirect the admin to a non-admin pa...Andy Staudacher
2010-02-07Merge commit 'upstream/master'Andy Staudacher
2010-02-07Last partial fix for ticket 585: Compartmentalize the admin area and require ...Andy Staudacher
2010-02-07remove debudding statement and if no target is found then assume the insert p...Tim Almdal
2010-02-07Merge commit 'upstream/master'Andy Staudacher
2010-02-07The drop target marker appears in the correct spot whether we are in ltr or r...Tim Almdal
2010-02-07Fix installer code for version 27, and introduce new module variable in versi...Andy Staudacher
2010-02-07The adjustment for before or after based on whether the locales rtl or not is...Tim Almdal
2010-02-07Remove the redundant reference to ["force_rtl".Tim Almdal
2010-02-07Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2010-02-07Refactor the is_rtl() helper into the Gallery_I18n class. This allows checkingTim Almdal
2010-02-07Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2010-02-07Rename user_authenticate_xxx events to user_auth_xxx for brevity.Bharat Mediratta
2010-02-07Create the concept of a "failed authentication" as semanticallyBharat Mediratta
2010-02-07Add prefix support for the target of RENAME TABLE.Bharat Mediratta
2010-02-06Fix ticket 930: Use the first frame as video thumbnail if the video is shorte...Andy Staudacher
2010-02-06Fix maintenance view for the case when g2_import is configured and the user r...Andy Staudacher
2010-02-06Partial fix for ticket 585: Require current password when changing an account...Andy Staudacher
2010-02-06100% was just to wide, so scale the width back to 90% for organize album tree...Tim Almdal
2010-02-06Merge commit 'upstream/master'Andy Staudacher
2010-02-06Force each branch of a tree onto a new line.Tim Almdal
2010-02-06Fixing G2 url mapping for G2 default style URLs (where ShowItem and DownloadI...Andy Staudacher
2010-02-06Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2010-02-06Add core.DownloadItem redirect for G2's Photo and Movie items (was previously...Andy Staudacher
2010-02-06Fix g2 redirects for non-admins. The g2 URL mapping controller was accidental...Andy Staudacher
2010-02-06Fix g2 redirect to use external redirect (and declare it as permanent).Andy Staudacher
2010-02-06Fix maintenance view, which was broken when the g2_import module was installe...Andy Staudacher
2010-02-06Fix g2_import admin screen: It wouldn't work if it didn't know the location o...Andy Staudacher
2010-02-06Fix for ticket 1004: Replace all uses of split with explode (none actually re...Andy Staudacher
2010-02-06Fix for ticket 892: Avoid double escaping of HTML entities, instead use Unico...Andy Staudacher
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 organiz...Tim Almdal
2010-02-06Fix up Admin_Users_Controller() form handling now that user_form.htmlBharat Mediratta
2010-02-051) Manually added the .selectee class on subsequent downloads. fixes ticket #970Tim Almdal
2010-02-05Merge branch 'master' into talmdal_devTim Almdal
2010-02-05continuing cleaninup organize javascript especially the drag and drop functio...Tim Almdal
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
2010-02-04If the locale is rtl then change 'after' to 'before' or vice-versa. Fixes tic...Tim Almdal
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 in...Tim Almdal
2010-02-04Provide visual feedback when over tree branches.Tim Almdal
2010-02-041) Simplify the layout of the organize dialog content.Tim Almdal
2010-02-04Differentiate between selected and non selected items.Tim Almdal
2010-02-04remove debugging statementTim Almdal