summaryrefslogtreecommitdiff
path: root/themes
AgeCommit message (Collapse)Author
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
2009-08-28Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
2009-08-28Make gMessage 100% of the width of its container.Chad Kieffer
2009-08-28Merge branch 'master' of git://github.com/gallery/gallery3Tim Almdal
2009-08-28Fix 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-28improved UI for the languages adminjhilden
this should take care of bug #329
2009-08-28Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
2009-08-28Don't clone hover item, apply styles to the original container. Contextual ↵Chad Kieffer
menu rotates are now immediately visible. Fixes ticket 667.
2009-08-27fixed CSS bug in the simple uploader #629jhilden
and improved permissions UI to include breadcrumbs (consistent with the uploader dialog)
2009-08-23Remove accidentally submitted .DS_Store file.Bharat Mediratta
2009-08-23Cut down on jittering of the context menu on open on resize view.Chad Kieffer
2009-08-19Update docblocks and todosChad Kieffer
2009-08-11Move context menu to gallery.common, forgot to include in prior commitChad Kieffer
2009-08-11Make each context menu button clickable from side-to-sideChad Kieffer
2009-08-10Create the concept of an "ajax link" and use it for thumbnail rotationBharat Mediratta
and album covers in the context menu. Notes: - This requires context_menu() to have a CSS selector that refers to the <img> that we're operating on, otherwise we don't know how to find the thumbnail, etc. - Create Menu_Element_Ajax_Link which has an ajax_handler attribute that contains a snippet of JS that we're going to run when the ajax call returns. - Add $.gallery_replace_image in gallery.common.js - Add lib/gallery.ajax.js which can be used to ajaxify any link, and have ui.init.js in the themes call that on all .gAjaxLink elements.
2009-08-09Forgot to commit the css for the resize photo view context menu.Chad Kieffer
2009-08-09First stab at context menu for resize. It's quirky and needs work.Chad Kieffer
2009-08-09Keep image placement from shifting on hover, set gHoverItem height properly.Chad Kieffer
2009-08-09Rename resizeImage gallery_fit_image to follow convention. Move the function ↵Chad Kieffer
to gallery.common.js.
2009-08-09Merge branch 'master' of git@github.com:bharat/gallery3Chad Kieffer
2009-08-08Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_branchBharat Mediratta
Conflicts: modules/gallery/js/quick.js
2009-08-08Fixed typo. Dialog links still broken. Now, wiht more speling!Chad Kieffer
2009-08-08Use the same pager layout as we do in photo.html.php.Bharat Mediratta
2009-08-08Cleanup context menu styles a bitChad Kieffer
2009-08-08Handle icon markup and styles in content menu before applying album grid ↵Chad Kieffer
hover affect. Dialog link's in context menu are broken currently
2009-08-08Merge branch 'master' of git@github.com:bharat/gallery3Chad Kieffer
2009-08-08Added basic context menu affects and styles. Simplified some of the action ↵Chad Kieffer
labels in the menu.
2009-08-07Remove stray js-breaking "#" symbol that I accidentally added in 63ddac5dBharat Mediratta
2009-08-07Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_branchBharat Mediratta
Conflicts: themes/default/js/ui.init.js
2009-08-07Rename gallery.common.js functions to conform to our naming standardsBharat Mediratta
and have some basic namespacing: showMessage --> gallery_show_message vAlign --> gallery_valign showLoading --> gallery_show_loading Convert gallery.show_full_size.js to be a jQuery function and give it a namespace: show_full_size --> gallery_show_full_size