summaryrefslogtreecommitdiff
path: root/themes
AgeCommit message (Collapse)Author
2009-09-23Commit cbba45 accidently attached the gallery_ajax widget to gDialogLinks in ↵Tim Almdal
the admin default theme. This change corrects it
2009-09-21Don't add in contextual menu height if the menu's emptyChad Kieffer
2009-09-19Address IE8 hover effect issues. Closes #666. Chad Kieffer
2009-09-17Cleanup issues with the original fix for #779Tim Almdal
2009-09-16Add a movie_menu() theme callback, and have the default theme call itBharat Mediratta
in the sidebar on movie page types.
2009-09-15Move the code that adds the .gShortForm CSS class out ofBharat Mediratta
gallery.short_forms.js and into the theme, since this is really a theme decision.
2009-09-13Only show the block anchor if one exists. Show block anchors forBharat Mediratta
admin themes too.
2009-09-13Use the absolute url format for the root item. html::anchor() willBharat Mediratta
not prepend the base url to that.
2009-09-13Fix "Back to the gallery" link in upper-right cornerKevin Nehls
in Admin Dashboard.
2009-09-12Only tack ?show=<current_id> on for the last parent, because that'sBharat 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-10Fix breadcrumbs in all dialogs rather than piecemeal.Chad Kieffer
2009-09-10Clean up server add dialog a bit.Chad Kieffer
2009-09-10Clear the Upload queue label from the breadcrumbs in the Add Photos dialog.Chad Kieffer
2009-09-10Rename "after_installer" to "welcome_message" in the code to make itBharat Mediratta
clearer what its purpose is. Add some spacing in the theme for it so that it's less cramped.
2009-09-09Reformat error messages in dialogs so that they don't overflow in weird ways.Bharat Mediratta
2009-09-08Minor tweaks to the url refactor.Bharat Mediratta
2009-09-08Move specialized (pretty) url generation back into Item_Model so thatBharat 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-04Fix typo: loading-arge.gif -> loading-large.gifBharat Mediratta
2009-09-03html::purify an item title.Bharat Mediratta
2009-09-03Move the loading images into lib/images and adjust everything to pointBharat 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-02Fix bg images in tables bug in webkit and ie. #718Chad Kieffer
2009-09-01Forgot to delete admin_screen in prior commit. Done.Chad Kieffer
2009-09-01Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
2009-09-01Merged 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-01Add missing mark_clean() for t() calls with %attr parameter.Andy Staudacher
2009-08-31Set CSS cursor to hand for jQuery UI ui-state-hover elements. Fixes all but ↵Chad Kieffer
progress bar cursor. #669
2009-08-31Use min-height to hold the banner's height. #706.Chad Kieffer
2009-08-31Revert 12903f59965b6c95e91ffa8210adc7f18e0b4c03 overflow: auto hides the ↵Chad Kieffer
site menu drop downs.
2009-08-31Hold the banner's height when header text is set or the logo's yanked.Chad Kieffer
2009-08-31Fix XSS vectors in HTML attributes (mostly t() calls)Andy Staudacher
2009-08-30Merge branch 'master' of git@github.com:/gallery/gallery3Bharat Mediratta
2009-08-30Finish this pass at the Admin Maintenance view. Re-introduce status icons, ↵Chad Kieffer
put Cancel All, Delete All buttons in the action heading cell.
2009-08-30Oops, fix up the show argument that I "fixed" in the last change.Bharat Mediratta
2009-08-30Use $theme->item() instead of $item.Bharat Mediratta
2009-08-30Move header and footer into page.html.php since they're not included in any ↵Chad Kieffer
other view template.
2009-08-30Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
2009-08-30Remove jquery.dropshadow. It's only used in one place, not worth keeping.Chad Kieffer
2009-08-30Merge commit 'upstream/master'Andy Staudacher
Conflicts: modules/gallery/views/l10n_client.html.php modules/organize/views/organize_tree.html.php modules/server_add/helpers/server_add_event.php
2009-08-30Updating uses of html::js_string and SafeString::for_js (value now contains ↵Andy Staudacher
string delimiters)
2009-08-29Minor cleanupAndy Staudacher
2009-08-29Update all code to use helper method html::clean(), html::purify(), ... ↵Andy Staudacher
instead of SafeString directly.
2009-08-29Fix error text color.Chad Kieffer
2009-08-29Merge commit 'upstream/master'Andy Staudacher
Conflicts: modules/akismet/views/admin_akismet.html.php modules/comment/helpers/comment_rss.php modules/gallery/helpers/gallery_rss.php modules/gallery/libraries/I18n.php modules/gallery/views/permissions_browse.html.php modules/gallery/views/simple_uploader.html.php modules/info/views/info_block.html.php modules/organize/controllers/organize.php modules/organize/views/organize.html.php modules/organize/views/organize_album.html.php themes/default/views/album.html.php themes/default/views/movie.html.php themes/default/views/photo.html.php
2009-08-29Fixing all detected XSS vectors in PHP->JS code.Andy Staudacher
Xss: Rename UNKNOWN back to DIRTY, JS_XSS to DIRTY_JS. (using a different flag value to highlight potential XSS vectors in JS)
2009-08-29Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
2009-08-29Update status message styles. Lighten backgrounds, don't show background on ↵Chad Kieffer
Admin Maintenance rows, and added gModuleStatus class.
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to ↵Andy Staudacher
SafeString::purify(). Removing any p::clean() calls for arguments to t() and t2() since their args are wrapped in a SafeString anyway.
2009-08-29Using SafeString in album controller / viewAndy Staudacher
2009-08-28Merge branch 'master' of git@github.com:gallery/gallery3jhilden
2009-08-28improved translations admin interfacejhilden