Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-25 | Widen Superfish submenus to avoid wrapping with current items. | Chad Kieffer | |
2009-10-25 | Created gallery.css file, moved simple uploader, move, and permissions CSS ↵ | Chad Kieffer | |
there. Removed relocated styles from theme css. | |||
2009-10-23 | Adjust order of items on server_add admin page. Restore autocomplete to the ↵ | Chad Kieffer | |
add form. Created a server_add.css file. | |||
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-20 | Remove g-add-photos selectors from admin_wind, they're only needed in wind. ↵ | Chad Kieffer | |
Updated case in hex color spec., prefer lowercase. | |||
2009-10-20 | Move basic form styles from wind themes to gallery.common.css. | 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 | Add clearfix to force pager nav below dynamic g-album-grid. | Chad Kieffer | |
2009-10-17 | Remove remaining clearfix selectors from fix-ie sheets. | 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-16 | Apply g-dialog-link class directly to login link markup, not via jQuery. | Chad Kieffer | |
2009-10-16 | Deal with IE flicker during Superfish menu init solely in ui.init.js with ↵ | Chad Kieffer | |
.hide() and .show(). Since the menus in the header are the only SF menus, use those selectors for initialization. | |||
2009-10-16 | Apply g-short-form directly to short forms rather than via JS. Comment ↵ | Chad Kieffer | |
updates in ui.init.js. | |||
2009-10-15 | Restored g-buttonset class to the view menu, for now. | Chad Kieffer | |
2009-10-15 | Remove g-toolbar, it serves no purpose for styling or JS. | Chad Kieffer | |
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 | Grouped rtl styles in the admin theme. Removed #g-forgot-password-link, it ↵ | Chad Kieffer | |
doesn't style the element. Added g-left and g-right in missing places. | |||
2009-10-07 | Update fix ie style sheets to include .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 | Refer to sidebar elements as blocks, rather than panels. | 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-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 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
2009-09-30 | Use the block_manager to manage site sidebar panels. Fixes ticket #110. | Tim Almdal | |
* Extend block_manager to handle sidebar blocks. get_available has become get_available_admin_blocks, get_list becomes get_admin_list. * Create new functions get_available_site_blocks which will look for gallery_block get_available_site_blocks. * Refactor sidebar_blocks into a separate function and then call block_manager::get_html(site.sidebar). Convert image_block to use block management instead of theme::sidebar_blocks * Change the block_manager api so that the theme is passed into the get method. convert info to the new sidebar block approach * Convert the user module to use the new sidebar block structure. remove the installers for info and image_block modules. * Convert tag and rss modules to the new sidebar framework. reset the version number to 1 for info and image_block modules. * Change the get_html method to ignore empty blocks and change the individual handlers to return an empty string if no block is generated * Add a warning message if no sidebar blocks are active and provide a link to the admin page that configures the sidebar. | |||
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 | Removed unused toggleClass() | Chad Kieffer | |
2009-09-26 | Remove IE 8 compatibility mode, it's not really needed after the latest ↵ | Chad Kieffer | |
context menu update | |||
2009-09-26 | Merge branch 'master' of github.com:gallery/gallery3 | Chad Kieffer | |
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-26 | Force IE 8 into IE 8 compatiblility mode | Chad Kieffer | |
2009-09-26 | minor improvements to simple uploader | jhilden | |
* removed CSS from the view to wind/css/screen.css * started changing CSS classes/IDs to new prefix "g-" * and more | |||
2009-09-24 | Force status message box to fill the full width of the content area | Chad Kieffer | |
2009-09-23 | Rename the default themes to wind and admin_wind. Change xss_data.txt file ↵ | Tim Almdal | |
to reflect this move. Not completely moved yet, but the git st is rather large so lets commit this now as a base for the cleanup. |