summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries
AgeCommit message (Expand)Author
2009-10-31Added a config parameter to the IdentityProvider to specifiy the configuratio...Tim Almdal
2009-10-29Add the add_user_to_group and remove_user_from_group api method calls. If th...Tim Almdal
2009-10-29Correct the issues that identity::registered_users was calling the backend pr...Tim Almdal
2009-10-29Add the admin_user api function to the identity helper and the IdentityProvid...Tim Almdal
2009-10-27Guard against developers who forget to internationalize label stringsBharat Mediratta
2009-10-27Remove Menu::compact() in favor of putting an if-then clause inBharat Mediratta
2009-10-27Change our menu building blocks to use PHP templates so that themesBharat Mediratta
2009-10-24phpDoc fixes.Bharat Mediratta
2009-10-24Minor style tweaks.Bharat Mediratta
2009-10-22Change Identity adminstration to use the uninstall/install methods when chang...Tim Almdal
2009-10-22Change the name of identity library from Identity to IdentityProvider. Create...Tim Almdal
2009-10-21Address the issue of the administrator changing the identity provider whilst ...Tim Almdal
2009-10-21re-add the lookup_group_by_name API Method.Tim Almdal
2009-10-20remove the lookup_group_by_name as it is not referencedTim Almdal
2009-10-20Add lookup_group Identity provider API and change the permissions controller ...Tim Almdal
2009-10-20Add a groups api method on the Identity provider and change access_Core::_get...Tim Almdal
2009-10-20Changes to Identity interface to allow for multiple Identity providers. What...Tim Almdal
2009-10-19Simplify the user interface by moving the password reset functionality into t...Tim Almdal
2009-10-18Add a menu item to manage the Identity drivers if there is more than one inst...Tim Almdal
2009-10-18Move the default identity config into the users module and change the Identit...Tim Almdal
2009-10-16Remove all non Identity API methods from Identity.php. Created an MY_Session...Tim Almdal
2009-10-16Cleanup merge of user/group helpers into Identity interface. Reduce redundan...Tim Almdal
2009-10-16Start simplifying the interface by moving the static methods from user.php an...Tim Almdal
2009-10-16Finish integrating the move of the user edit/update functions into the user m...Tim Almdal
2009-10-14Clean up phpDoc and change the Identity driver so only one configuration can ...Tim Almdal
2009-10-13Merge branch 'master' into talmdal_devTim Almdal
2009-10-07Implement a user::is_writable() API method and disable the user add, updates ...Tim Almdal
2009-10-07Change the __set method on User_Definition to actually set the value as oppos...Tim Almdal
2009-10-06Allow a groups property on the User implementation and load the Identity driv...Tim Almdal
2009-10-06Clean up extra single quotes from copy and pasteTim Almdal
2009-10-06Encapsulate the user and group model in Gallery_User and Gallery_Group classe...Tim Almdal
2009-10-05Handle the filters on Identity/Gallery::list_users and Identity/Gallery::list...Tim Almdal
2009-10-05Access the form validation rules via the API for groups and usersTim Almdal
2009-10-05The initial commit of refactoring the user/group adminsitration into a driver.Tim Almdal
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-10-01Change gallery::find_file to not assume that the absolute path is relative to...Tim Almdal
2009-09-30Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ...Chad Kieffer
2009-09-30Use the block_manager to manage site sidebar panels. Fixes ticket #110.Tim Almdal
2009-09-29* Remove the @todo in module event and always try to call gallery_event::$fun...Tim Almdal
2009-09-28Do a pass on the gallery::find_file and Gallery_View::{script,css} PHPdoc.Bharat Mediratta
2009-09-28Update the PHPDoc for gallery::find_file and convert Gallery_View::script/css...Tim Almdal
2009-09-24Fix Admin_View to look for the the variable active_admin_theme instead of act...Tim Almdal
2009-09-24Hopefully the last 2 errant occurrences of default as it relates to theme namesTim Almdal
2009-09-16Add a movie_menu() theme callback, and have the default theme call itBharat Mediratta
2009-09-10Rename ORM_MPTT::is_descendant() to ORM_MPTT::contains() to make theBharat Mediratta
2009-09-04Simplifying SafeString a bit: From a XSS HTML security point of view, treat c...Andy Staudacher
2009-09-03Refactor interaction with the purifier module so that the API isBharat Mediratta
2009-09-03Minor performance improvement: Reduce module var cache lookups in SafeString.Andy Staudacher
2009-09-03Ensure that purify isn't applied twice for an already purified SafeStringAndy Staudacher
2009-09-02Remove debugging statementesTim Almdal