Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 branch 'master' of git@github.com:gallery/gallery3 | Chad Kieffer | |
2009-08-30 | Remove jquery.dropshadow. It's only used in one place, not worth keeping. | Chad Kieffer | |
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 | Merge branch 'master' of git@github.com:gallery/gallery3 | Chad Kieffer | |
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 | jhilden | |
2009-08-28 | improved translations admin interface | jhilden | |
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 | improved UI for the languages admin | jhilden | |
this should take care of bug #329 | |||
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 | |
2009-08-10 | Create the concept of an "ajax link" and use it for thumbnail rotation | Bharat 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-09 | Forgot to commit the css for the resize photo view context menu. | Chad Kieffer | |
2009-08-09 | First stab at context menu for resize. It's quirky and needs work. | Chad Kieffer | |
2009-08-09 | Keep image placement from shifting on hover, set gHoverItem height properly. | Chad Kieffer | |
2009-08-09 | Rename resizeImage gallery_fit_image to follow convention. Move the function ↵ | Chad Kieffer | |
to gallery.common.js. | |||
2009-08-09 | Merge branch 'master' of git@github.com:bharat/gallery3 | Chad Kieffer | |
2009-08-08 | Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_branch | Bharat Mediratta | |
Conflicts: modules/gallery/js/quick.js | |||
2009-08-08 | Fixed typo. Dialog links still broken. Now, wiht more speling! | Chad Kieffer | |
2009-08-08 | Use the same pager layout as we do in photo.html.php. | Bharat Mediratta | |
2009-08-08 | Cleanup context menu styles a bit | Chad Kieffer | |
2009-08-08 | Handle 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-08 | Merge branch 'master' of git@github.com:bharat/gallery3 | Chad Kieffer | |
2009-08-08 | Added basic context menu affects and styles. Simplified some of the action ↵ | Chad Kieffer | |
labels in the menu. | |||
2009-08-07 | Remove stray js-breaking "#" symbol that I accidentally added in 63ddac5d | Bharat Mediratta | |
2009-08-07 | Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_branch | Bharat Mediratta | |
Conflicts: themes/default/js/ui.init.js | |||
2009-08-07 | Rename gallery.common.js functions to conform to our naming standards | Bharat 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 |