| Age | Commit message (Collapse) | Author |
|
to pass the parameters by reference."
This reverts commit 75cc4962a2c945e3e3ad37fda3b5de32d512b929.
Revert "Make sure that calls to the theme::get_var() have sane defaults in the event that the theme does not supply them."
This reverts commit 51f2b547672ab69a7a04d37b723c6afbeb584a59.
Revert "Update the installer to reflect the new location of the theme related options."
This reverts commit 678e22996d73b96833c48d94751344a6bd8f2899.
Revert "Create theme::get_var(), theme::set_var() methods to set the options of the active site theme. Change all refrences to theme options to use these methods. Update the version number of Gallery to 20 and move any them related options to the be stored under the active theme."
This reverts commit 26114972c3388f065220b94a0d5962f20a6ccd0c.
Revert "Currently Admin_Theme_Options controller assumes that all the themes will provide the same values. This change corrects that assumption and moves the management of the theme options, including creating the form and updating the theme options into the theme."
This reverts commit 1692ee130887a6ad1ba68aa34a96ad36161600f9.
|
|
provide the same values. This change corrects that assumption and moves the management of the theme options, including creating the form and updating the theme options into the theme.
|
|
radio buttons and sidebar block management lists.
|
|
|
|
|
|
|
|
upgrade twice.
1) Disable the "Upgrade all" link once clicked
2) Put up a "upgrade in progress" link to show that there's something
happening.
Fixes ticket #837.
|
|
"we're working, stay tuned" message.
|
|
that are done, and disable the upgrade link when there're no actions
to take.
|
|
should gray out an element.
|
|
|
|
need to make the object transparent and hide its button, then our styling shows through. But what worked the other day no longer works, so until thumb gets a chance to look at the style so the buttons line up, we will just go with the default button so it works.
|
|
flash object, it lines up with the button.
|
|
|
|
|
|
option and create a status area where succesful uploads are listed.
|
|
the css and remove extra swfupload selectors. Also changed the dialog so tags can be entered for all the files being uploaded. Probably need to add better start processing so the batch is started before the first image is loaded. Maybe add a module variable so the number of simultaneous uploads can be initiated (currently hard ocded to 10.
|
|
|
|
it there in the first place.
|
|
g-in-place-edit-message.
2) Make sure the cancel button works and cleans up the dom appropriately.
|
|
instead.
|
|
and logout portions of the banner to be rendered by the Theme_View::user_menu callback. This fires the user_menu event. Fixes Ticket #871.
|
|
view. Also allow the root element to specify a css id.
|
|
artifacts.
|
|
part ofthe gallery module. Create the jQuery widget, form template and library to support generalized in place editting. Part of the fix for ticket #750.
|
|
|
|
looking pretty good for RTL. Related to the previous commit, remove g-right from login menu, let the theme handle positioning.
|
|
insure that dialog is removed if cancel is pressed, so we can correctly reshow it if required.
|
|
to allow for programmically login in and out.
|
|
|
|
the dom has been created. Fixes ticket #839
|
|
|
|
gallery.common. Applied g-right and g-left to a few banner items, including login menu and the logo.
|
|
of px for nicer proportions, make font-size the same whether on the page or in a dialog.
|
|
menu.html.php. This serves two purposes:
1) It's more efficient since we're doing less passes over the Menu tree
2) We're allowing themers to decide whether or not to show empty menus
|
|
|
|
can override them and define their own menu formats. I worry a little
bit that this approach may be too heavy since we're now doing a lot
more template includes than we were before. Also, I had to change the
Menu API to stop using __toString() because you can't throw exceptions
from __toString() which would make it an unhappy experience for
developers.
|
|
|
|
'identity_before_change' and change the name of 'login::get_login_form()' to 'login::get_form()'
|
|
this class will most often be used with order and unordered lists. Apply g-inline to the the login menu and footer credits.
|
|
|
|
changing providers.
|
|
Create a helper class called identity to simplify call the Identity Provider. Move the contents of MY_Session.php to the new helper class and remove the MY_Session class
|
|
|
|
|
|
Conflicts:
lib/gallery.common.css
|
|
|
|
the total number of available blocks which will grow without hardcoding CSS heights and setting the div to be scrollable.
|
|
layout updates.
|
|
the user module
Bagging the User_Definition and Group_Definition abstract classes and replacing them with interfaces with the same names.
Make sure all the unit tests work.
|