Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-11-15 | CSS change that not a whole dialog box has the move cursors, but only the ↵ | jhilden | |
title bar (e.g. in the simple uploader) | |||
2009-11-13 | Added a semi-colon to the end of the jquery.autocomplete.js file. This was ↵ | Tim Almdal | |
causing issues with javascript not recognizing the next definition. Fixes ticket #875. | |||
2009-11-11 | Forgot to save this file before committing... duh | Tim Almdal | |
2009-11-11 | Make the browse button look more like the current one. | Tim Almdal | |
2009-11-11 | Improve error handling. | Tim Almdal | |
2009-11-10 | Pass two of uploadify... remove the default.css file, removed the folder ↵ | Tim Almdal | |
option and create a status area where succesful uploads are listed. | |||
2009-11-09 | First cut at replacing swfupload with uploadify. Probably need to review ↵ | Tim Almdal | |
the css and remove extra swfupload selectors. Also changed the dialog so tags can be entered for all the files being uploaded. Probably need to add better start processing so the batch is started before the first image is loaded. Maybe add a module variable so the number of simultaneous uploads can be initiated (currently hard ocded to 10. | |||
2009-11-08 | Move g-panel styles into gallery.common and tighten up form layout a bit. | Chad Kieffer | |
2009-11-08 | White-space cleanup. | Chad Kieffer | |
2009-11-08 | No need to abbreviate text in CSS class names. Thx bharat! | Chad Kieffer | |
2009-11-07 | 1) Change the name of the form and message to g-in-place-edit-form and ↵ | Tim Almdal | |
g-in-place-edit-message. 2) Make sure the cancel button works and cleans up the dom appropriately. | |||
2009-11-06 | Merge branch 'master' of git@github.com:gallery/gallery3 | Tim Almdal | |
2009-11-06 | Clean up the In place edit api: | Tim Almdal | |
1) Only allow 1 in place edit to be active at a time (gets around the issue of using an id to identify the form 2) remove the add_ prefix from some of the api methods 3) clean up inconsistent naming | |||
2009-11-06 | Treat radio button layout the same as checkboxes, also include type ↵ | Chad Kieffer | |
selectors for checkbox and radio buttons. | |||
2009-11-05 | Refactor the in place editting in tags admin out into a separate widget as ↵ | Tim Almdal | |
part ofthe gallery module. Create the jQuery widget, form template and library to support generalized in place editting. Part of the fix for ticket #750. | |||
2009-11-01 | Docblock and todo updates. | Chad Kieffer | |
2009-11-01 | Put checkboxes to the left of their labels, to the right for .rtl | Chad Kieffer | |
2009-11-01 | Use pixels to define padding for an element with a bg image instead of ems. ↵ | Chad Kieffer | |
Fix breadcrumb seperator display for RTL. | |||
2009-11-01 | Cleanup RTL styles even further. I think this gets wind and admin_wind ↵ | Chad Kieffer | |
looking pretty good for RTL. Related to the previous commit, remove g-right from login menu, let the theme handle positioning. | |||
2009-10-31 | Re enable the submit button if the dialog processing resends the form ↵ | Tim Almdal | |
because of an error. | |||
2009-10-28 | Remove padding in g-message-block, child bg colors weren't filling the box. | Chad Kieffer | |
2009-10-28 | Initial RTL update work. Consolidated shared rtl-related css selectors in ↵ | Chad Kieffer | |
gallery.common. Applied g-right and g-left to a few banner items, including login menu and the logo. | |||
2009-10-27 | We really only need one "back to the Gallery" link in the banner. Replace ↵ | Chad Kieffer | |
the one on the left with "you are logged in as". Added a bit of height to the admin banner to space out the admin menu from the login menu. Forced the removal of padding-left in g-inline list items. | |||
2009-10-27 | Remove debug border I forgot to remove. | Chad Kieffer | |
2009-10-27 | Breadcrumb updates. Apply g-first and g-active consistently, use ems instead ↵ | Chad Kieffer | |
of px for nicer proportions, make font-size the same whether on the page or in a dialog. | |||
2009-10-27 | Put margin between g-inline items. Update login menu in the admin theme. Set ↵ | Chad Kieffer | |
h1 size in all g-dialogs, rather than a few specific ones. | |||
2009-10-25 | Moved rotate image bg css to gallery.common. | Chad Kieffer | |
2009-10-25 | Add clearfix to search results gallery-grid to clear the pager navigation. ↵ | Chad Kieffer | |
Other minor search results style updates. Don't display legends in short forms. |