Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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-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 | 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-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-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 | |
2009-08-31 | Fix XSS vectors in HTML attributes (mostly t() calls) | Andy Staudacher | |
2009-08-30 | Merge branch 'master' of git@github.com:/gallery/gallery3 | Bharat Mediratta | |
2009-08-30 | Finish 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-30 | Oops, fix up the show argument that I "fixed" in the last change. | Bharat Mediratta | |
2009-08-30 | Use $theme->item() instead of $item. | Bharat Mediratta | |
2009-08-30 | Move header and footer into page.html.php since they're not included in any ↵ | Chad Kieffer | |
other view template. | |||
2009-08-30 | Merge 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-30 | Updating uses of html::js_string and SafeString::for_js (value now contains ↵ | Andy Staudacher | |
string delimiters) | |||
2009-08-29 | Minor cleanup | Andy Staudacher | |
2009-08-29 | Update all code to use helper method html::clean(), html::purify(), ... ↵ | Andy Staudacher | |
instead of SafeString directly. | |||
2009-08-29 | Fix error text color. | Chad Kieffer | |
2009-08-29 | Merge 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-29 | Fixing 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-29 | Update status message styles. Lighten backgrounds, don't show background on ↵ | Chad Kieffer | |
Admin Maintenance rows, and added gModuleStatus class. | |||
2009-08-29 | Refactor 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-29 | Using SafeString in album controller / view | Andy Staudacher | |
2009-08-28 | Merge branch 'master' of git@github.com:gallery/gallery3 | Chad Kieffer | |
2009-08-28 | Make gMessage 100% of the width of its container. | Chad Kieffer | |
2009-08-28 | Merge branch 'master' of git://github.com/gallery/gallery3 | Tim Almdal | |
2009-08-28 | Fix ticket #591: reCaptcha always on the page. | Tim Almdal | |
1) move creating the "Add a comment" button into the comments.html.php 2) use $.get() to retrieve the comment add form | |||
2009-08-28 | Merge branch 'master' of git@github.com:gallery/gallery3 | Chad Kieffer | |
2009-08-28 | Don't clone hover item, apply styles to the original container. Contextual ↵ | Chad Kieffer | |
menu rotates are now immediately visible. Fixes ticket 667. | |||
2009-08-27 | fixed CSS bug in the simple uploader #629 | jhilden | |
and improved permissions UI to include breadcrumbs (consistent with the uploader dialog) | |||
2009-08-23 | Remove accidentally submitted .DS_Store file. | Bharat Mediratta | |
2009-08-23 | Cut down on jittering of the context menu on open on resize view. | Chad Kieffer | |
2009-08-19 | Update docblocks and todos | Chad Kieffer | |
2009-08-11 | Move context menu to gallery.common, forgot to include in prior commit | Chad Kieffer | |
2009-08-11 | Make each context menu button clickable from side-to-side | Chad Kieffer | |