Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-23 | Commit cbba45 accidently attached the gallery_ajax widget to gDialogLinks in ↵ | Tim Almdal | |
the admin default theme. This change corrects it | |||
2009-08-30 | Remove jquery.dropshadow. It's only used in one place, not worth keeping. | 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-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-08 | Change galleryPanel and galleryDialog widgets to gallery_panel and ↵ | Tim Almdal | |
gallery_dialog respectively 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-08-07 | Refactor the gallery.panel.js as a jQuery widget. | Tim Almdal | |
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca> | |||
2009-08-06 | Cleanup the javascript for enabling dialog or panel links. | Tim Almdal | |
1) We don't need to loop over the elements to bind the event handler. 2) Just include gallery.panel.js for all the admin pages. Signed-off-by: Tim Almdal <tnalmdal@shaw.ca> | |||
2009-05-26 | Split out re-used JavaScript for common functions (messages, valign), panel ↵ | Chad Kieffer | |
toggle, and forms to external files. | |||
2009-05-09 | Apply status message display effect to admin theme. Use double rather than ↵ | Chad Kieffer | |
single quotes in JS. | |||
2009-04-03 | Fix for ticket #27 | Tim Almdal | |
Change the text of the edit button to "close" if the panel is opened. Reset the original text when the panel is closed. | |||
2009-03-17 | Remove the in-place tag editing code from the default theme. It | Bharat Mediratta | |
should be implemented in the tags module for now, and then possibly generalized out to lib later on. | |||
2009-02-23 | Temp fix for photostreamin admin dashboard, other miscellaneous css fixes. ↵ | Chad Kieffer | |
Apply jQuery UI button css to submit inputs in the admin theme. | |||
2009-02-20 | Fixes to comment admin buttons. | Chad Kieffer | |
2009-02-15 | Hide the menu until we can superfish it so that we don't see the | Bharat Mediratta | |
unstyled list appear which causes the page layout to flicker. | |||
2009-02-15 | Apply buttons to comment moderation and action buttons, beginnings of a ↵ | Chad Kieffer | |
photo stream carousel block in admin dashboard. | |||
2009-02-11 | improvements on the tag admin | Jakob Hilden | |
2009-02-09 | Add hover state for buttons. | Chad Kieffer | |
2009-02-08 | Clean up add user and group buttons to move the + icon to the left. The + ↵ | Chad Kieffer | |
icon doesn't appear within the button outline with buttons that aren't floated. Will have to debug later. | |||
2009-02-06 | jQuery-based buttons! Form updates, short form updates. Need to fix add ↵ | Chad Kieffer | |
user/group buttons and search form on search results page. | |||
2009-02-04 | added inplace edit to tag admin (form still needs to be set to rename using ↵ | Jakob Hilden | |
AJAX) removed unnecessary {element: dialogLinks[i]} from dialog and panelLink handling. now uses event.currentTarget | |||
2009-02-03 | Beginning of edit user panel fix. Form is displayed again. Added display of ↵ | Chad Kieffer | |
user email address to list. | |||
2009-02-03 | Only toggle the loading icon off, it is actually already in place. If | Tim Almdal | |
the panel doesn't have the gLoadingLarge class then don't toggle it. This issue only arose if there was an error on the panel submission | |||
2009-01-29 | Fix lint errors | Bharat Mediratta | |
2009-01-25 | Apply rounded corners to gBlocks in gAvailable, not gAvailable. | Chad Kieffer | |
2009-01-25 | Admin theme style cleanup. Merged separate selected, available, unavailable ↵ | Chad Kieffer | |
into a single set of reusable classes. Applied alternating row bg colors. Removed inline CSS from admin views. Moved user admin css into admin_default theme style sheet. | |||
2009-01-24 | Admin theme style cleanup. Merged separate selected, available, unavailable ↵ | Chad Kieffer | |
into a single set of reusable classes. Applied alternating row bg colors. Removed inline CSS from admin views. Moved user admin css into admin_default theme style sheet. | |||
2009-01-23 | Don't ajaxify the theme details form; it should just be a regular form. | Bharat Mediratta | |
2009-01-23 | Ajaxified user edit forms. They're populated, but don't submit yet. | Chad Kieffer | |
2009-01-22 | toggling of user edit panel works now. | Jakob Hilden | |
added groups to the admin_user view, so you will eventually be able to edit users, groups and memberships on one admin page. | |||
2009-01-22 | Added new UI element, gPanel, which is a similar mechanism to gDialog. ↵ | Chad Kieffer | |
Panels are hidden inline elements that can be revealed within list items, tables cells, etc. Still need to add the toggle off and ajaxify content. | |||
2009-01-18 | Drag and drop in the admin dashboard now saves the location. | Bharat Mediratta | |
* Make block_adder a real block * Suppress the "close" link on block_adder * Move the drag/drop JS into the core code out of the admin theme | |||
2009-01-17 | Fix indentation | Bharat Mediratta | |
2009-01-16 | Comment and code format fixes | Chad Kieffer | |
2009-01-16 | Added drop target style, other minor admin dashboard style updates. | Chad Kieffer | |
2009-01-16 | Make admin dashboard blocks draggable. Updated order and position not yet saved. | Chad Kieffer | |
2009-01-12 | Remove gDraggable, we won't be using it. jQuery UI theme will handle this. | Chad Kieffer | |
2009-01-11 | Rework the way we do theme selection. Show the currently active theme | Bharat Mediratta | |
and then thumbnails for all the other available themes. If you select one of the other available themes, it gives you a preview pane where you can look at either the main page or the site admin page with the new theme, then choose to activate it if you like it. | |||
2009-01-10 | Submit theme values | Felix Rabinovich | |
2009-01-10 | Display theme details | Felix Rabinovich | |
2009-01-10 | Split themes into two tabs for regular and admin themes | Felix Rabinovich | |
2009-01-09 | Theme Administration cleanup initialization | Felix Rabinovich | |
2009-01-09 | Theme Administration v. 2. Doesn't distinguish between regular and admin ↵ | Felix Rabinovich | |
themes yet | |||
2009-01-07 | Make any ul.gMenu into a sf-menu | Bharat Mediratta | |
2009-01-04 | Reattach event listeners to open modal dialogs. | Bharat Mediratta | |
2009-01-03 | Inject the drag and drop handle style via jQuery. Restore background color ↵ | Chad Kieffer | |
bars behind admin block titles. | |||
2009-01-02 | Set the admin layout to 100% of the window. Add IE fix stylesheet for admin ↵ | Chad Kieffer | |
theme, reduce height of admin header. | |||
2009-01-02 | Switched admin menu from navbar back to plain menu, plain dropdowns are more ↵ | Chad Kieffer | |
usable. Minor text formatting updates. | |||
2009-01-01 | Refactor common dialog JS code out into lib/gallery.dialog.js | Bharat Mediratta | |
2008-12-26 | To reset a form use resetForm | Felix Rabinovich | |