Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2009-10-25 | Move comment and recaptcha CSS to their respective modules. | Chad Kieffer | |
2009-10-25 | Remove unused and/or redundant admin theme styles. Correct bg's (again) in ↵ | Chad Kieffer | |
admin > maintenance tables for IE. | |||
2009-10-25 | Move g-editable styles from admin_wind to gallery.common, they'll be useful ↵ | Chad Kieffer | |
in themes as well as admin themes. | |||
2009-10-25 | Move Superfish menu width overrides to gallery.common, leave color overrides ↵ | Chad Kieffer | |
at the theme-level. | |||
2009-10-25 | Rename g-unselected to g-deselected. | Chad Kieffer | |
2009-10-25 | Don't make g-editable items bold by default, let the theme or module handle ↵ | Chad Kieffer | |
font-weight of editable items. | |||
2009-10-23 | Remove left and right padding inside list items to remove gaps between text ↵ | Chad Kieffer | |
inputs and submit buttons when a g-short-form is in error. | |||
2009-10-23 | Rename dimension and scale classes in increments of quarters and thirds. | Chad Kieffer | |
2009-10-23 | Put logic into gallery.panel.js so that when the panel is submitted, the ↵ | Tim Almdal | |
submit button is disabled and the user is no longer able to submit multiple clicks. | |||
2009-10-23 | Put logic into gallery.dialog.js so that when the form is submitted, the ↵ | Tim Almdal | |
submit button is disabled and the user is no longer able to submit multiple clicks. This should fix tickets: #623, #790, #799 | |||
2009-10-22 | Update white space in form layout. This removes scrolling in dialogs with forms. | Chad Kieffer | |
2009-10-22 | Make g-inline more specific, replace universal selector with an li since ↵ | Chad Kieffer | |
this class will most often be used with order and unordered lists. Apply g-inline to the the login menu and footer credits. | |||
2009-10-22 | Use jQuery fadeIn() for message display effect, it fades bg icon and color ↵ | Chad Kieffer | |
at the same time. | |||
2009-10-20 | Added generic .g-message class to mark form validation messages. Minor form ↵ | Chad Kieffer | |
layout updates. | |||
2009-10-20 | Move basic form styles from wind themes to gallery.common.css. | Chad Kieffer | |
2009-10-20 | Update tag error messages to use g-action-status and g-message-block. Style ↵ | Chad Kieffer | |
g-error for short forms. | |||
2009-10-18 | Wrap all admin views in g-block and g-block content. This provides the means ↵ | Chad Kieffer | |
to visually separate the view's title and description from everything else. Primary admin view title should always be h1, and only one h1 per view. Removed some unused admin CSS id's. | |||
2009-10-18 | Fixed add tag short form layout. | Chad Kieffer | |
2009-10-18 | Moved the short_form init function to gallery.common and made it jQuery ↵ | Chad Kieffer | |
plugin. Dropped gallery.form.js. Applied short forms to server_add and tag admin pages. Added tag.css to admin views. Added .g-wide {}. | |||
2009-10-17 | Added comments, minor white-space fixes. | Chad Kieffer | |
2009-10-17 | Drop our g-clearfix in favor of using jQuery UI's ui-helper-clearfix. | Chad Kieffer | |
2009-10-17 | Move tag css from theme to the module. Introduced generic .g-inline class ↵ | Chad Kieffer | |
for inline elements, including lists and forms. | |||
2009-10-16 | Remove bg icons when an <li> in a form is tagged with g-error, etc. Minor ↵ | Chad Kieffer | |
consistency updates for form layout styles in views and dialogs. | |||
2009-10-15 | Removed final two specific clear fixes for the developer module and the ↵ | Chad Kieffer | |
admin theme's main menu. | |||
2009-10-09 | Fixed resized photo float issue, added g-clearfix to g-pager on the photo ↵ | Chad Kieffer | |
view. Tightened up g-pager styles. Removed a few unecessary !importants. | |||
2009-10-07 | D'oh! Forgot the :after pseudo selector for .g-clearfix | Chad Kieffer | |
2009-10-07 | Replaced most clear fix hacks with generic class. | Chad Kieffer | |
2009-10-07 | Consolidated the rest of the base message styles into lib/gallery.common.css ↵ | Chad Kieffer | |
and applied updates to views. Moved over draggable/droppable styles. Use g-target consistently for drag/drop interactions. Minor re-ordering of selectors in gallery.common.css. Updates to css comments. | |||
2009-10-06 | Rename permissions icons to correspond to view states, move to lib/images. ↵ | Chad Kieffer | |
Fixed references to them in the edit permissions view. | |||
2009-10-05 | Added g-block-content | Chad Kieffer | |
2009-10-04 | Renamed more CSS selectors from gName to g-name. | Chad Kieffer | |
2009-10-04 | Renamed most, if not all css selectors from gName to g-name. Moved a few ↵ | Chad Kieffer | |
shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features. | |||
2009-10-03 | Renamed and moved gOdd/gEven CSS classes. | Chad Kieffer | |