Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-19 | Create an ajax response framework that inserts <meta> tags to guard | Bharat Mediratta | |
against UTF-7, and create a $.gallery_autocomplete variant of jQuery's autocomplete that expects the first line to be a <meta> tag and discards it. More complete fix for #1871. | |||
2011-11-05 | added if (nh < 1) { var nh = 0; } | Ian | |
to start album upper border not as nh = -n | |||
2011-01-11 | Use Math.round() instead of Number() to convert floating point numbers | Bharat Mediratta | |
to integer. Fixes overflow probelm that causes #1490. Thanks to nkinkade for the fix. | |||
2010-09-11 | Fix two bugs with the context menu: | Bharat Mediratta | |
1) Prevent it from "bouncing" which happens when we queue up a lot of open and close events. Stop any running animations before starting new ones. This fixes #1340. 2) Prevent a bug that's not really visible to the user where we wind up re-initializing a context menu over and over which results in us binding tons of hover events. I don't think this causes any serious damage, but it's probably not good. | |||
2010-09-11 | Refactor $.fn.gallery_context_menu() to store some variables instead | Bharat Mediratta | |
of using CSS selector lookups for every operation. I assume (but have not verified) that this is more efficient. | |||
2010-09-09 | Vertically realign thumbnails after rotation so that they stay | Bharat Mediratta | |
centered. Partial fix for #1354. | |||
2010-09-09 | Replace the hook function hack I introduced in | Bharat Mediratta | |
cbba45fffc7368280e9529f55e108d0080175b6a with a namespaced jQuery custom event. This is way more portable. | |||
2010-09-04 | Fix full size dimensions after rotating an image on the photo view page. | Bharat Mediratta | |
The photo view page caches the dimensions of the full size and then renders it in Javascript. But after rotation, those dimensions are no longer valid. Create a new function on the items controller that returns the appropriate dimensions, then add a hook on $.gallery_replace_image and implement the hook on the photo view page to have it make an async call to get the new dimensions. Fixes ticket #1317 | |||
2010-07-11 | Indentation fixes. | ckieffer | |
2010-06-20 | Fix two issues with the "loading" overlay: | Bharat Mediratta | |
1) gallery.common.js was using the wrong class name 2) we need to mark the CSS as !important because it conflicts with other background images. Note that this will replace the existing background which may not be desireable. | |||
2009-12-31 | Show context menus for movie items. Fix for ticket #960. | Bharat Mediratta | |
2009-11-17 | Swap sides for rounded corners for short forms when RTL language is in use. | Chad Kieffer | |
2009-11-08 | White-space cleanup. | Chad Kieffer | |
2009-10-23 | Use jQuery fadeIn() for message display effect, it fades bg icon and color ↵ | Chad Kieffer | |
at the same time. | |||
2009-10-18 | Moved the short_form init function to gallery.common and made it jQuery ↵ | Chad Kieffer | |
plugin. Dropped gallery.form.js. Applied short forms to server_add and tag admin pages. Added tag.css to admin views. Added .g-wide {}. | |||
2009-10-17 | Added comments, minor white-space fixes. | Chad Kieffer | |
2009-10-04 | Renamed more CSS selectors from gName to g-name. | Chad Kieffer | |
2009-10-04 | Renamed most, if not all css selectors from gName to g-name. Moved a few ↵ | Chad Kieffer | |
shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features. | |||
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-27 | Set .gItem height dynamically based on the tallest item in the grid. ↵ | Chad Kieffer | |
Addresses ticket #757 | |||
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-22 | Apply thumbnail hover effect to context menu's list items, which holds the ↵ | Chad Kieffer | |
menu open in ie6 and ie7 now. Items which appear above the meta data list underneath flicker, though. I'll fix later. | |||
2009-09-21 | Don't try to initialize contextual menu unless it has items | Chad Kieffer | |
2009-08-28 | Convert tabs to spaces. | Chad Kieffer | |
2009-08-23 | Merge branch 'master' of git@github.com:gallery/gallery3 | Chad Kieffer | |
2009-08-23 | Cut down on jittering of the context menu on open on resize view. | Chad Kieffer | |
2009-08-21 | Refactor the _auto_fit method in gallery.show_full_size to a common method ↵ | Tim Almdal | |
in gallery.common.js Signed-off-by: Tim Almdal <tnalmdal@shaw.ca> | |||
2009-08-20 | Modified the conversion of the margin-top and margin-bottom css values. The | Tim Almdal | |
problem arises because $(selector).css("margin-top) does not return a string and therefore the replace function is undefined. Signed-off-by: Tim Almdal <tnalmdal@shaw.ca> | |||
2009-08-11 | Move context menu to gallery.common | Chad Kieffer | |
2009-08-11 | Merge branch 'master' of git@github.com:bharat/gallery3 | 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-10 | Return .each() to work with more than an individual photo. | Chad Kieffer | |
2009-08-10 | Add missing semicolons. | Bharat Mediratta | |
2009-08-09 | Rename fit_image to fit_photo for consistency. | Chad Kieffer | |
2009-08-09 | Move hover effect to a function. | Chad Kieffer | |
2009-08-09 | Move the get photo filter out to it's own function for re-use. Docblock cleanup. | Chad Kieffer | |
2009-08-09 | Explicitly use gValign class rather than first child. | Chad Kieffer | |
2009-08-09 | Rename resizeImage gallery_fit_image to follow convention. Move the function ↵ | Chad Kieffer | |
to gallery.common.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 | |||
2009-08-07 | Remove boilerplate comment. | Bharat Mediratta | |
2009-08-08 | Forgot this file on the gallery dialog commit | Tim Almdal | |
Signed-off-by: Bharat Mediratta <bharat@menalto.com> | |||
2009-08-08 | Refactor the gallery dialog into a jQuery widget | Tim Almdal | |
Signed-off-by: Bharat Mediratta <bharat@menalto.com> | |||
2009-07-31 | Simplify getViewportSize function to use the jQuery height and width functions | Tim Almdal | |
2009-07-30 | Move the getViewportSize method to gallery.common.js | Tim Almdal | |
2009-06-08 | Keep status messages. Users click away and may miss them, especially with ↵ | Chad Kieffer | |
tasks which take longer to complete. | |||
2009-05-26 | Split out re-used JavaScript for common functions (messages, valign), panel ↵ | Chad Kieffer | |
toggle, and forms to external files. |