Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-12 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
2010-07-11 | Indentation fixes. | ckieffer | |
2010-07-11 | Indentation fixes. | ckieffer | |
2010-07-09 | Reset the title in case the dialog contents changed the dialog title. | Tim Almdal | |
2010-07-09 | Reset 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-07 | Fix 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-06 | Fix 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-05 | Revert "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-05 | If 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-25 | If we promote the <H1> element to be the title, hide it so we're not showing ↵ | Bharat Mediratta | |
it twice. | |||
2010-06-23 | Move 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-23 | improve Superfish menus shadow for RTL, and add round corners support for Opera | mamouneyya | |
2010-06-23 | flip the window title and cancel button for RTL in dialogue windows | mamouneyya | |
2010-06-23 | more fixes for RTL Superfish | mamouneyya | |
2010-06-23 | correct format | mamouneyya | |
2010-06-23 | fix ticket #1051 | mamouneyya | |
2010-06-20 | Fix 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-20 | Specify a default margin for all buttons in the common css. Fixes | Bharat Mediratta | |
ticket #1165. | |||
2010-06-20 | Merge branch 'master' of git://github.com/mamouneyya/gallery3 | Bharat 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-18 | Add '! 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-18 | Mirror the cancel button for RTL | mamouneyya | |
2010-06-18 | Add the CSS3 selector of the round corners so they work in Opera | mamouneyya | |
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-11 | Fix for ticket #797 | Tim 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-08 | Updated YUI CSS files to 2.8.1. Closes ticket #1141. Needs to be pushed to ↵ | ckieffer | |
vendor. | |||
2010-04-30 | Oops, somehow the update to flowplayer 3.1.5 was missing a few files. Here ↵ | Andy Staudacher | |
they are... | |||
2010-04-30 | Integrate new flowplayer version (3.1.5) from vendor branch. | Andy Staudacher | |
2010-03-13 | Synchronize the line endings with the vendor branch. | Tim Almdal | |
2010-02-28 | Updates 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-18 | Absolutely position the 'Add comment' button on the left for RTL. Fixes part ↵ | Chad Kieffer | |
of the reopened #869. | |||
2010-02-03 | Fix 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-02 | Display the error message for the in place edit. Also improve the double ↵ | Tim Almdal | |
click guard. Fixes ticket #1000. | |||
2010-02-01 | Guard 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-26 | Fix 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-31 | Show context menus for movie items. Fix for ticket #960. | Bharat Mediratta | |
2009-12-12 | Tighten-up white space for error message/icon on forms. Fix icon/white-space ↵ | Chad Kieffer | |
on g2_import messages, fixes #765. | |||
2009-12-06 | Add a slightly different background for input fields that have attribute ↵ | Tim Almdal | |
'readonly' | |||
2009-12-02 | Extend the background of the status message across the entire status row. | Tim Almdal | |
2009-11-19 | Move white border from the left to the right in our Superfish menu for RTL. | Chad Kieffer | |
2009-11-18 | Remove right padding on li.g-error for RTL. Fixes #904. | Chad Kieffer | |
2009-11-18 | Flip 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-18 | Rename g-pager to g-paginator after the recent pagination update. | Chad Kieffer | |
2009-11-17 | Flip the breadcrumb separator and play slideshow button for RTL languages. | Chad Kieffer | |
2009-11-17 | Address RTL issues reported in ticket #869. Placement of checkboxes and ↵ | Chad Kieffer | |
radio buttons and sidebar block management lists. | |||
2009-11-17 | Finalized 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-17 | Initial 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-17 | Float short-form elements to the right for rtl. | Chad Kieffer | |
2009-11-17 | Swap sides for rounded corners for short forms when RTL language is in use. | Chad Kieffer | |
2009-11-15 | MInor message-block padding fixes in general and specifically for organize. | Chad Kieffer | |