Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-03 | Renamed and moved gOdd/gEven CSS classes. | Chad Kieffer | |
2009-10-02 | Set the height of the gAdminBlocksList ul so the user doesn't have to ↵ | Tim Almdal | |
struggle to find the drop target. Thx floridave fir pointing it out. | |||
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 | Enable the administration screen for the sidebar. Fix for ticket #110. | Tim Almdal | |
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-29 | Set available graphics block heights with gallery.equal_heights(). | Chad Kieffer | |
2009-09-29 | Don't display bg color on success and info module status messages, only ↵ | Chad Kieffer | |
errors and warnings. | |||
2009-09-27 | Don't show bg colors on success and info log messages in the log block shown ↵ | Chad Kieffer | |
on the dashboard | |||
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. | |||
2009-09-23 | Commit cbba45 accidently attached the gallery_ajax widget to gDialogLinks in ↵ | Tim Almdal | |
the admin default theme. This change corrects it | |||
2009-09-21 | Don't add in contextual menu height if the menu's empty | Chad Kieffer | |
2009-09-19 | Address IE8 hover effect issues. Closes #666. | Chad Kieffer | |
2009-09-17 | Cleanup issues with the original fix for #779 | Tim Almdal | |
2009-09-16 | Add a movie_menu() theme callback, and have the default theme call it | Bharat Mediratta | |
in the sidebar on movie page types. | |||
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-13 | Only show the block anchor if one exists. Show block anchors for | Bharat Mediratta | |
admin themes too. | |||
2009-09-13 | Use the absolute url format for the root item. html::anchor() will | Bharat Mediratta | |
not prepend the base url to that. | |||
2009-09-13 | Fix "Back to the gallery" link in upper-right corner | Kevin Nehls | |
in Admin Dashboard. | |||
2009-09-12 | Only tack ?show=<current_id> on for the last parent, because that's | Bharat Mediratta | |
the only parent for which the id is relevant. In a perfect world each parent's link would have a ?show=<id> for the next child's id. But that would require some confusing code and I don't want to put that into the default/example theme yet. | |||
2009-09-10 | Fix breadcrumbs in all dialogs rather than piecemeal. | Chad Kieffer | |
2009-09-10 | Clean up server add dialog a bit. | Chad Kieffer | |
2009-09-10 | Clear the Upload queue label from the breadcrumbs in the Add Photos dialog. | Chad Kieffer | |
2009-09-10 | Rename "after_installer" to "welcome_message" in the code to make it | Bharat Mediratta | |
clearer what its purpose is. Add some spacing in the theme for it so that it's less cramped. | |||
2009-09-09 | Reformat error messages in dialogs so that they don't overflow in weird ways. | Bharat Mediratta | |
2009-09-08 | Minor tweaks to the url refactor. | Bharat Mediratta | |
2009-09-08 | Move specialized (pretty) url generation back into Item_Model so that | Bharat Mediratta | |
we're not relying on overriding url::site() to do tricks around item urls. This means that you won't get item urls by doing url::site("albums/37"), for example, but it also means that we won't get pretty urls where we don't expect them (like in the action of a <form> element). Incidentally, this will help us move over to using the slug format because if you've got a bad character in a url, the edit forms will now work on it since they'll be id based. | |||
2009-09-04 | Fix typo: loading-arge.gif -> loading-large.gif | Bharat Mediratta | |
2009-09-03 | html::purify an item title. | Bharat Mediratta | |
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. | |||
2009-09-02 | Fix bg images in tables bug in webkit and ie. #718 | Chad Kieffer | |
2009-09-01 | Forgot to delete admin_screen in prior commit. Done. | Chad Kieffer | |
2009-09-01 | Merge branch 'master' of git@github.com:gallery/gallery3 | Chad Kieffer | |
2009-09-01 | Merged admin_screen and screen style sheets in the admin theme. Removed some ↵ | Chad Kieffer | |
unsused admin styles in the process. Fixed problem in admin header that broke the theme's layout in IE7. Moved the Gallery logo and shortcut icon to lib/images for easier reuse. | |||
2009-09-01 | Add missing mark_clean() for t() calls with %attr parameter. | Andy Staudacher | |
2009-08-31 | Set CSS cursor to hand for jQuery UI ui-state-hover elements. Fixes all but ↵ | Chad Kieffer | |
progress bar cursor. #669 | |||
2009-08-31 | Use min-height to hold the banner's height. #706. | Chad Kieffer | |
2009-08-31 | Revert 12903f59965b6c95e91ffa8210adc7f18e0b4c03 overflow: auto hides the ↵ | Chad Kieffer | |
site menu drop downs. | |||
2009-08-31 | Hold the banner's height when header text is set or the logo's yanked. | Chad Kieffer | |