Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-10-03 | Add the swfobject (http://code.google.com/p/swfobject/) to gallery3/lib. | Tim Almdal | |
2009-09-30 | Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ↵ | Chad Kieffer | |
and classes in the login/reset password dialog. | |||
2009-09-30 | Move primary status message icons to lib/images/, update css urls accordingly. | Chad Kieffer | |
2009-09-30 | Replaced gButtonLink with g-button. | Chad Kieffer | |
2009-09-30 | First round of CSS refactor updates. Added calls to gallery.common.css from ↵ | Chad Kieffer | |
wind and admin_wind. Replaced basic text align and block float classes. Removed section #2 from both themes screen styles. | |||
2009-09-27 | Set .gItem height dynamically based on the tallest item in the grid. ↵ | Chad Kieffer | |
Addresses ticket #757 | |||
2009-09-26 | Clean up hover effect, move some CSS out of ui.init.js to screen.css. Fix ↵ | Chad Kieffer | |
context_menu, it wasn't closing. Fix context_menu in IE7 by putting a bg color on the menu | |||
2009-09-22 | Convert tabs to spaces | Chad Kieffer | |
2009-09-22 | Apply thumbnail hover effect to context menu's list items, which holds the ↵ | Chad Kieffer | |
menu open in ie6 and ie7 now. Items which appear above the meta data list underneath flicker, though. I'll fix later. | |||
2009-09-22 | Change the gallery.show_full_size widget to only scale the image if one of ↵ | Tim Almdal | |
the dimensions is greater than the browser window size. Fixes #695 | |||
2009-09-21 | Don't try to initialize contextual menu unless it has items | Chad Kieffer | |
2009-09-16 | Update the jquery-ui.js with the patched version from vendor | Tim Almdal | |
2009-09-15 | Move the code that adds the .gShortForm CSS class out of | Bharat Mediratta | |
gallery.short_forms.js and into the theme, since this is really a theme decision. | |||
2009-09-15 | Refactor all the short form code to tighten it up, and make it such | Bharat Mediratta | |
that the form button is disabled if we're showing the placeholder text. | |||
2009-09-15 | Autopopulation text form now clear content after getting focus every time. ↵ | Jan Koprowski | |
Problem described in #630. | |||
2009-09-12 | Update the jquery-ui.js to use the release version of Selectable | Tim Almdal | |
2009-09-10 | Revert "Update the ui.selectable.js to dev r3202" | Tim Almdal | |
This reverts commit 3f4868aac5d5248d3cd5721601c737bf646f3fc1. | |||
2009-09-09 | Update the ui.selectable.js to dev r3202 | Tim Almdal | |
2009-09-06 | Restore button text for any open panels when we open a new panel. | Bharat Mediratta | |
Fixes ticket #723. | |||
2009-09-03 | Remove extraneous changes to the CSS so that it's just the ones that | Bharat Mediratta | |
we need. They'll be documented in our vendor repo. | |||
2009-09-03 | Move the loading images into lib/images and adjust everything to point | Bharat Mediratta | |
at them, including jquery.autocomplete.css so that we don't have stuff from lib that points into a theme directory. They were common images anyway. Incidentally, rename sm/lg to small/large. |