Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-21 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
Conflicts: lib/gallery.common.css | |||
2009-10-20 | Fix block management UI. Block list height is now dynamically set based on ↵ | Chad Kieffer | |
the total number of available blocks which will grow without hardcoding CSS heights and setting the div to be scrollable. | |||
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-19 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
Conflicts: modules/user/views/admin_users.html.php | |||
2009-10-18 | Fix sidebar block admin layout. Don't hardcode block list height, use the ↵ | Chad Kieffer | |
equal_heights() function to set it. | |||
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 | 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-18 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
Conflicts: lib/gallery.common.css themes/admin_wind/views/admin.html.php themes/night_wind/views/sidebar.html.php themes/wind/views/sidebar.html.php | |||
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-16 | Restored g-buttonset class to the view menu, for now. | Chad Kieffer | |
2009-10-16 | Remove g-toolbar, it serves no purpose for styling or JS. | Chad Kieffer | |
2009-10-16 | Removed final two specific clear fixes for the developer module and the ↵ | Chad Kieffer | |
admin theme's main menu. | |||
2009-10-16 | Added missing hashes before g-languages-form selectors | Chad Kieffer | |
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-15 | Removed final two specific clear fixes for the developer module and the ↵ | Chad Kieffer | |
admin theme's main menu. | |||
2009-10-15 | Added missing hashes before g-languages-form selectors | Chad Kieffer | |
2009-10-13 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
2009-10-13 | Correct moving albums on mouser over, as a css border definition had been ↵ | Tim Almdal | |
removed. | |||
2009-10-08 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
Conflicts: modules/gallery/helpers/user.php | |||
2009-10-08 | Apply commit 80bb78fa to the nightwind theme | Tim Almdal | |
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-08 | Merge branch 'master' of git@github.com:gallery/gallery3 into talmdal_dev | Tim Almdal | |
2009-10-08 | Add the rotate clockwise and counter clockwise to the theme images | Tim Almdal | |
2009-10-08 | Darken the body background. | Tim Almdal | |
2009-10-08 | Change the color of the icon pack to darker shades instead of orange | Tim Almdal | |
2009-10-08 | A clone of the Gallery Wind theme that is based on darker colors. We can ↵ | Tim Almdal | |
move it to -contrib if that's the desire, but i'd thought i'd put it here for now. | |||
2009-10-07 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
2009-10-07 | Implement a user::is_writable() API method and disable the user add, updates ↵ | Tim Almdal | |
and display if the Identity driver does not support writes. This is set in the config.identity.php | |||
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 | Restored avatar.jpg as it is used on the comment admin page. | 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. |