summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2010-07-16Improve the fix for #1176 to use request::is_ajax() instead of tackingBharat Mediratta
on a query param to urls that appear in dialogs. This keeps things simpler.
2010-07-15Rename g-in-dialog to the naming standard for query parameters and give it ↵Tim Almdal
something more representative... 'gallery_dialog_request'
2010-07-12Merge branch 'master' into talmdal_devTim Almdal
2010-07-11Indentation fixes.ckieffer
2010-07-11Indentation fixes.ckieffer
2010-07-09Reset the title in case the dialog contents changed the dialog title.Tim Almdal
2010-07-09Reset the postion option to center when the form data is reloaded, to force ↵Tim Almdal
the dialog to recenter in case the contents have changed.
2010-07-07Fix for ticket #1176. Have the gallery.dialog code add a g-in-dialog ↵Tim Almdal
parameter to the url to let the controller know its in a dialog. The reauthenticate controller will format the password prompt as a page or a form content. If authentication is successful, then the original controller is called instead of being redirected to.
2010-07-06Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the ↵Tim Almdal
dialog. Convert all the controllers that create the data to go into a dialog to return the html as part of a json object.
2010-07-05Revert "If the admin request originates as a dialog link, don't display the ↵Tim Almdal
entire page when reauthenticating the administrator. Just put the form in the dialog." This reverts commit 8493a3d36f597e183490ae880b35a3d98f50a045.
2010-07-05If the admin request originates as a dialog link, don't display the entire ↵Tim Almdal
page when reauthenticating the administrator. Just put the form in the dialog.
2010-06-25If we promote the <H1> element to be the title, hide it so we're not showing ↵Bharat Mediratta
it twice.
2010-06-23Move the themeroller files to the themes from gallery/lib. These are visual ↵Tim Almdal
related and make more sense to be in the theme. Both three_nids and browny_wind* have created copies for their visual standard. So this just makes it consistent across the board.
2010-06-23improve Superfish menus shadow for RTL, and add round corners support for Operamamouneyya
2010-06-23flip the window title and cancel button for RTL in dialogue windowsmamouneyya
2010-06-23more fixes for RTL Superfishmamouneyya
2010-06-23correct formatmamouneyya
2010-06-23fix ticket #1051mamouneyya
2010-06-20Fix two issues with the "loading" overlay:Bharat Mediratta
1) gallery.common.js was using the wrong class name 2) we need to mark the CSS as !important because it conflicts with other background images. Note that this will replace the existing background which may not be desireable.
2010-06-20Specify a default margin for all buttons in the common css. FixesBharat Mediratta
ticket #1165.
2010-06-20Merge branch 'master' of git://github.com/mamouneyya/gallery3Bharat Mediratta
Conflicts: lib/gallery.common.css
2010-06-21(1) Correct the margin direction for checkboxes in RTL (2) Update the id of ↵mamouneyya
adding comment button for RTL (3) Flip the corner radiuses for any buttons set, which solves the issue of flipped corners in the comments admin page. Also, add the CSS3 selector of the round corners so they work in Opera (4) Fix ticket #1052
2010-06-18Add '! important' to the round corners properties with values, force them to ↵mamouneyya
be shown even with the case the element has two or more of them (e.g. class='ui-corner-left ui-corner-right'.) Don't know if there was a better solution..
2010-06-18Mirror the cancel button for RTLmamouneyya
2010-06-18Add the CSS3 selector of the round corners so they work in Operamamouneyya
2010-06-18(1) Correct the margin direction for checkboxes in RTL (2) Update the id of ↵mamouneyya
adding comment button for RTL (3) Flip the corner radiuses for any buttons set, which solves the issue of flipped corners in the comments admin page. Also, add the CSS3 selector of the round corners so they work in Opera (4) Fix ticket #1052
2010-06-11Fix for ticket #797Tim Almdal
When load a file is uploaded using a dialog box and the jquery plugin ajaxForm, the ajaxForm plugin uses an hidden iFrame element to send the multi-part form and this is where the response goes. The ajaxForm plugin then retrieves the document body and parses the result as a json string. If the file uploads properly everything is fine, but if it fails Gallery3 return the input form with the the error fields highlighted as part of the json response. As this response is returned to a hidden iframe, the browser attempts to manipulate it and all hell breaks loose. We lose the trailing brace, we start getting escaping of form tags. When the ajaxForm plugin retrieves the iFrame body its no longer a valid json frame and the parsing fails and the user sees no indication that it failed.
2010-05-08Updated YUI CSS files to 2.8.1. Closes ticket #1141. Needs to be pushed to ↵ckieffer
vendor.
2010-04-30Oops, somehow the update to flowplayer 3.1.5 was missing a few files. Here ↵Andy Staudacher
they are...
2010-04-30Integrate new flowplayer version (3.1.5) from vendor branch.Andy Staudacher
2010-03-13Synchronize the line endings with the vendor branch.Tim Almdal
2010-02-28Updates to upload CSS to make it themeable and RTL compatible. Use absolute ↵Chad Kieffer
positioning to handle upload button positioning. Remove color definitions to allow jQuery UI theme to set button colors. Consolidate upload dialog CSS to modules/css/gallery.css. Closes #885.
2010-02-18Absolutely position the 'Add comment' button on the left for RTL. Fixes part ↵Chad Kieffer
of the reopened #869.
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-02Display the error message for the in place edit. Also improve the double ↵Tim Almdal
click guard. Fixes ticket #1000.
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-01-26Fix for ticket 833: Fixes broken playback of videos that had non-ascii ↵Andy Staudacher
characters in their path. (This is a copy of the modified flowplayer.js from the vendor branch.)
2009-12-31Show context menus for movie items. Fix for ticket #960.Bharat Mediratta
2009-12-12Tighten-up white space for error message/icon on forms. Fix icon/white-space ↵Chad Kieffer
on g2_import messages, fixes #765.
2009-12-06Add a slightly different background for input fields that have attribute ↵Tim Almdal
'readonly'
2009-12-02Extend the background of the status message across the entire status row.Tim Almdal
2009-11-19Move white border from the left to the right in our Superfish menu for RTL.Chad Kieffer
2009-11-18Remove right padding on li.g-error for RTL. Fixes #904.Chad Kieffer
2009-11-18Flip paginator arrow icons for RTL. This will help for now, but jQuery UI ↵Chad Kieffer
themes really need to be updated to support RTL http://dev.jqueryui.com/ticket/4702.
2009-11-18Rename g-pager to g-paginator after the recent pagination update.Chad Kieffer
2009-11-17Flip the breadcrumb separator and play slideshow button for RTL languages.Chad Kieffer
2009-11-17Address RTL issues reported in ticket #869. Placement of checkboxes and ↵Chad Kieffer
radio buttons and sidebar block management lists.
2009-11-17Finalized RTL adjustments for Superfish. Submenus now appear to the left, ↵Chad Kieffer
instead of the right. Drop shadow and arrows adjusted accordingly. Added -rtl version of the superfish arrows.
2009-11-17Initial RTL submenu arrow adjustments for Superfish. Submenus still appear ↵Chad Kieffer
to the right, instead of the left, and this might not be possible to fix without hacking Superfish JS itself.
2009-11-17Float short-form elements to the right for rtl.Chad Kieffer