| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-01-06 | Refactor the way that dialogs work: | Bharat Mediratta | |
| 1) Get rid of the resizing behavior; create the dialog in the right place and then show it. 2) Grab the fieldset legend and put it into the title of the dialog, so that we don't have to use title="" params in anchors. 3) Stop using fixed buttons and let the form define its own buttons. 4) Stop suppressing all form buttons. | |||
| 2009-01-03 | Added a jump to comments button with a scroll to effect. | Chad Kieffer | |
| 2009-01-03 | Inject the drag and drop handle style via jQuery. Restore background color ↵ | Chad Kieffer | |
| bars behind admin block titles. | |||
| 2009-01-03 | Added default user avatar. Comment thread updates, including display of ↵ | Chad Kieffer | |
| avatar. Sidebar block display white space updates. Combined gLoginMenu and gCredits css. | |||
| 2009-01-02 | Remove Superfish navbar CSS. It's not being used. | Chad Kieffer | |
| 2009-01-02 | Added basic table styles. Fixed width issue on gContent in the admin theme. ↵ | Chad Kieffer | |
| Only display background colors on gInfo, gError, gWarning, etc. if they appear in gSiteStatus or gMessage. Miscellaneous form style updates. | |||
| 2009-01-02 | Forgot to make updates for IE after removing gClearfix. | Chad Kieffer | |
| 2009-01-02 | Switched admin menu from navbar back to plain menu, plain dropdowns are more ↵ | Chad Kieffer | |
| usable. Minor text formatting updates. | |||
| 2009-01-01 | Update the CSS item ID and class application for items and albums in albums. ↵ | Chad Kieffer | |
| Miscellaneous CSS updates. | |||
| 2009-01-01 | Move debug CSS into core/css/debug.css, and enable it for admin themes also | Bharat Mediratta | |
| 2008-12-30 | Drop .gShortForm in favor of using specific form ids (gSearchForm, ↵ | Chad Kieffer | |
| gAddTagForm). This maintains styles when forms are are reloaded into the DOM. Haven't figured out how to fire shortFormInit() when a form is reloaded into the DOM, as gAddTagForm is :( | |||
| 2008-12-30 | Refactored. Simplified organization a bit by combining sections. Restored ↵ | Chad Kieffer | |
| block titles to h2. Moved #gMessage to #gContent. Removed .gClearFix class in favor of specifying selectors that require a clear fix. | |||
| 2008-12-29 | Apply button bg image to Superfish menu items. | Chad Kieffer | |
| 2008-12-28 | Tighten up album grid display. Vertically align thumbnail/metadata in gItem ↵ | Chad Kieffer | |
| container. Brought back borders. Use a neutral bg color for albums. Link item titles, not just thumbnails. | |||
| 2008-12-27 | Rename pagination icons to follow convention. | Chad Kieffer | |
| 2008-12-26 | The close icon's a background sprite, should be prefixed with bg- not ico-. | Chad Kieffer | |
| 2008-12-26 | Major image cleanup, removed unsued images. Combined separate background and ↵ | Chad Kieffer | |
| icon state images into sprites. Fix dialog artifact in Chrome. | |||
| 2008-12-25 | Switch gFailure back to gError. Makes more sense semantically. | Chad Kieffer | |
| 2008-12-25 | Update message CSS: gFailure, gInfo, gSuccess, gWarning. Removed gHelp, it's ↵ | Chad Kieffer | |
| not a message type. | |||
| 2008-12-25 | Restore inline gLoginMenu items, remove extra ; from footer. | Chad Kieffer | |
| 2008-12-25 | Message box style update. A few font-style updates. | Chad Kieffer | |
| 2008-12-24 | Lots of deltas rolled up into a bigger change. Sorry for the mess. | Bharat Mediratta | |
| 1) Deleted in-place-editing. We'll be replacing this with a real edit system that groups settings together and is more coherent. 2) Tweaked the way that dialog boxes work to get the ajax stuff working again. It's imperfect and does not work properly for uploading images. This is going to get redone also, but this is a good resting point. 3) Created edit forms for albums and photos. Moved _update and _create out of Items_Controller and into the individual subclasses. 4) Created access::required which is a shorthand for: if (!access::can(...)) { access::forbidden(); } 5) Added validation rules to Items_Model 6) Converted login to use the regular modal dialog approach in the theme. | |||
| 2008-12-19 | Add a bit more space under gHeader. | Chad Kieffer | |
| 2008-12-18 | Dialog polishing. They now resize their height. Updated form styles in the ↵ | Chad Kieffer | |
| context of dialog display (don't show legends, fieldset border, or submit button). Let's make sure that all forms generated are complete and well formed and then use JS and CSS to control their display and behavior in different contexts. | |||
| 2008-12-17 | Added .gLoadingLarge and .gLoadingSmall to show ajax loading indicator. ↵ | Chad Kieffer | |
| Applied to modal dialogs. | |||
| 2008-12-17 | Added JS to set/reset simple forms' input values to their corresponding ↵ | Chad Kieffer | |
| labels' value. Labels should always be used with visible inputs. Use this to style and control short form input display and behavior. | |||
| 2008-12-16 | Make the breadcrumb a little larger | Bharat Mediratta | |
| 2008-12-15 | Fix that rascal IE. Added conditional HTML comment to use fix-ie.css for IE7 ↵ | Chad Kieffer | |
| and earlier. Fixed bg images in album/item view buttons, IE 6/7 don't appear to handle background-position: center center :( | |||
| 2008-12-15 | Switched login display from display in the header to a dialog. Validation ↵ | Chad Kieffer | |
| errors don't display on first failed attempt, will fix later. Moved jquery js, images, css out to respective folders. | |||
| 2008-12-15 | added move handle icon to the sidebar blocks | Jakob Hilden | |
| 2008-12-15 | Argh, fix a bad rename. | Bharat Mediratta | |
| 2008-12-15 | Rename default_admin to admin_default. | Bharat Mediratta | |
| 2008-12-13 | Sidebar and comment white space and text size updates. | Chad Kieffer | |
| 2008-12-13 | Layout cleanup and simplification. Move view-mode buttons into sidebar, ↵ | Chad Kieffer | |
| search to header_top. Reduced borders. Started album grid improvements. Minor white space improvements. Still need to handle text/photo alignment in album grid, improve placement of search. | |||
| 2008-12-12 | Apply padding-left to avoid overlap of text on message type icons. Menu ↵ | Chad Kieffer | |
| updates and added Gallery Info block for admin dashboard prototype. | |||
| 2008-12-12 | Keep .gError and other message type classes from wallpapering bg icons on ↵ | Chad Kieffer | |
| form and form child elements. | |||
| 2008-12-11 | Fixed message spacing, removed borders for .gMessages | Chad Kieffer | |
| 2008-12-11 | Added status message styles, container (.gMessages) and message types ↵ | Chad Kieffer | |
| complete with icons for message types ( .gSuccess, .gError, .gWarning, .gInfo, .gHelp). | |||
| 2008-12-09 | fixed album view button display in IE, link text is now visually hidden | Chad Kieffer | |
| 2008-12-09 | Checked in jQuery superfish menu plugin, applied to item options menu. ↵ | Chad Kieffer | |
| Updated album/item view icons. | |||
| 2008-12-07 | Yay! Working item upload dialog from the album page! | Chad Kieffer | |
| 2008-12-07 | First go around at reusable modal dialogs. Moved jQuery UI CSS into ↵ | Chad Kieffer | |
| screen.css, moved default theme JS to js folder. Named jQuery UI files to match the file names as they distribute them. Removed accordion, it's not used yet. | |||
| 2008-12-05 | Make sure the pager clears the album grid. | Chad Kieffer | |
| 2008-12-05 | Added album and item view icons (album, hybrid, slideshow, full size). Added ↵ | Chad Kieffer | |
| "Options" menu placeholder to display item options (add, edit, subscribe, permissions, etc.). Renamed gAlbumHeaderMenu to gItemMenu which can be used on both album and item views. | |||
| 2008-12-05 | Removed right border off of #Content container, don't need the separation ↵ | Chad Kieffer | |
| between it and the Sidebar. | |||
| 2008-12-03 | Grouped Ajax/Dom scripting related styles (gInPlaceEdit, gClose, etc.). ↵ | Chad Kieffer | |
| Began gInPlaceEdit styles. | |||
| 2008-12-01 | Grouped inline form styles. No longer using gInline class in favor of ↵ | Chad Kieffer | |
| specific form IDs that can be styled differently depending on which container they appear. Added gDescription class, dropped gUnderState for semantics. CSS cleanup. | |||
| 2008-11-29 | Changed CSS organization, removed form section. Moved generic form CSS up to ↵ | Chad Kieffer | |
| top of sheet and specific form styles to be adjacent to related content. This should ensure inheritance works generic down to specific. Removed #gAddTags in favor of #gTags form. | |||
| 2008-11-28 | Add credits theme callback, point the powered-by link at GMC | Bharat Mediratta | |
| 2008-11-27 | Make header buttons, line them up nicely and float them to the right | Bharat Mediratta | |
| so that they don't push the album grid down. | |||
