| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2008-11-27 | Make tags look a little better. | Bharat Mediratta | |
| 2008-11-27 | Style form#gAddTag nicely | Bharat Mediratta | |
| 2008-11-26 | Style the tag cloud add form. | Bharat Mediratta | |
| 2008-11-26 | Simplify tags code some more: | Bharat Mediratta | |
| 1) change buckets to be 1-7 not 0-6.. zero-based indicies don't make sense in the real world and are liable to confuse themers. 2) Change tag API to popular_tags($count) which just returns the popular tags. Let the block code massage it into the right format for the view. 3) Move alphasort into the block code, simplify it and rename it to sort_by_name so that it's more descriptive 4) Do the bucketing in the view; this allows the themer to override it and create their own bucketing algorithm to go with the theme's CSS. 5) Don't create any temporary objects. | |||
| 2008-11-26 | Remove the more or less links | Tim Almdal | |
| 2008-11-25 | Moving right along on tags. Now the threshold for which tags can be ↵ | Tim Almdal | |
| changed. The default is to show all the tags (i.e. count >= the minimum frequency) by clicking on the "See Less" link, the tag cloud will not show the minimum frequency, so the number of tags shown is smaller. The "See More" link works the opposite way. | |||
| 2008-11-25 | Display tag block using data from the database | Tim Almdal | |
| 2008-11-25 | Make the album_top and header_bottom annotated theme blocks look a little ↵ | Bharat Mediratta | |
| bit nicer (but not perfect) | |||
| 2008-11-25 | Make the annotated block titles 10% larger. | Bharat Mediratta | |
| 2008-11-25 | Round the corners on the annotated titles, gently. | Bharat Mediratta | |
| 2008-11-25 | Add theme debugging. Activate it in the [info] tab in the | Bharat Mediratta | |
| scaffolding, then browse around your Gallery3 to see where you can add visible elements via modules. | |||
| 2008-11-24 | Make login form JS unobtrusive. Needs work. | Chad Kieffer | |
| 2008-11-23 | Move search out into its own module and have it display its link at | Bharat Mediratta | |
| the header_bottom() insertion point. | |||
| 2008-11-23 | Fixed up the pager a bit, added missing images. Let's float items instead of ↵ | Chad Kieffer | |
| using absolute positioning (slideshow link). CSS comment org and comment updates. | |||
| 2008-11-22 | Cleanup of header to normalize margins and white space. Improved display of ↵ | Chad Kieffer | |
| user login form. Added gHide, gShowBlock, gShowInline, gClose classes to handle show and hide functions. Half-baked idea which will need refinement. | |||
