summaryrefslogtreecommitdiff
path: root/themes/admin_default/js/ui.init.js
AgeCommit message (Collapse)Author
2009-09-23Rename 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-23Commit cbba45 accidently attached the gallery_ajax widget to gDialogLinks in ↵Tim Almdal
the admin default theme. This change corrects it
2009-08-30Remove jquery.dropshadow. It's only used in one place, not worth keeping.Chad 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-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
2009-08-08Change galleryPanel and galleryDialog widgets to gallery_panel and ↵Tim Almdal
gallery_dialog respectively Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-08-08Refactor the gallery dialog into a jQuery widgetTim Almdal
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-08-07Refactor the gallery.panel.js as a jQuery widget.Tim Almdal
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-08-06Cleanup 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-26Split out re-used JavaScript for common functions (messages, valign), panel ↵Chad Kieffer
toggle, and forms to external files.
2009-05-09Apply status message display effect to admin theme. Use double rather than ↵Chad Kieffer
single quotes in JS.
2009-04-03Fix 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-17Remove the in-place tag editing code from the default theme. ItBharat Mediratta
should be implemented in the tags module for now, and then possibly generalized out to lib later on.
2009-02-23Temp 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-20Fixes to comment admin buttons.Chad Kieffer
2009-02-15Hide the menu until we can superfish it so that we don't see theBharat Mediratta
unstyled list appear which causes the page layout to flicker.
2009-02-15Apply buttons to comment moderation and action buttons, beginnings of a ↵Chad Kieffer
photo stream carousel block in admin dashboard.
2009-02-11improvements on the tag adminJakob Hilden
2009-02-09Add hover state for buttons.Chad Kieffer
2009-02-08Clean 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-06jQuery-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-04added 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-03Beginning of edit user panel fix. Form is displayed again. Added display of ↵Chad Kieffer
user email address to list.
2009-02-03Only toggle the loading icon off, it is actually already in place. IfTim 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-25Apply rounded corners to gBlocks in gAvailable, not gAvailable.Chad Kieffer
2009-01-25Admin 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-24Admin 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-23Don't ajaxify the theme details form; it should just be a regular form.Bharat Mediratta
2009-01-23Ajaxified user edit forms. They're populated, but don't submit yet.Chad Kieffer
2009-01-22toggling 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-22Added 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-18Drag 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-17Fix indentationBharat Mediratta
2009-01-16Comment and code format fixesChad Kieffer
2009-01-16Added drop target style, other minor admin dashboard style updates.Chad Kieffer
2009-01-16Make admin dashboard blocks draggable. Updated order and position not yet saved.Chad Kieffer
2009-01-12Remove gDraggable, we won't be using it. jQuery UI theme will handle this.Chad Kieffer
2009-01-11Rework the way we do theme selection. Show the currently active themeBharat 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-10Submit theme valuesFelix Rabinovich
2009-01-10Display theme detailsFelix Rabinovich
2009-01-10Split themes into two tabs for regular and admin themesFelix Rabinovich
2009-01-09Theme Administration cleanup initializationFelix Rabinovich
2009-01-09Theme Administration v. 2. Doesn't distinguish between regular and admin ↵Felix Rabinovich
themes yet
2009-01-07Make any ul.gMenu into a sf-menuBharat Mediratta
2009-01-04Reattach event listeners to open modal dialogs.Bharat Mediratta
2009-01-03Inject the drag and drop handle style via jQuery. Restore background color ↵Chad Kieffer
bars behind admin block titles.
2009-01-02Switched admin menu from navbar back to plain menu, plain dropdowns are more ↵Chad Kieffer
usable. Minor text formatting updates.
2009-01-01Refactor common dialog JS code out into lib/gallery.dialog.jsBharat Mediratta
2008-12-26To reset a form use resetFormFelix Rabinovich
2008-12-26User Administration. Edit users. Take 3Felix Rabinovich