summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
AgeCommit message (Expand)Author
2009-11-03Respect the "theme" variable if we're an admin. This requires us toBharat Mediratta
2009-11-02remove a debugging statementTim Almdal
2009-11-01Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-11-01Convert the event handlers for the "identity provider changed" and "user_dele...Tim Almdal
2009-11-01Replace split() with explode() since split is deprecated in PHP 5.3Bharat Mediratta
2009-10-31Include the gallery_toolkit_path in the path when determining the location of...Tim Almdal
2009-10-31Move the identity provider menu item under the settings menu and make the Use...Tim Almdal
2009-10-31Add identity_change handlers to resolve the ownership issues of comments, sub...Tim Almdal
2009-10-31Don't specify the default identity provider in the gallery installer. Let th...Tim Almdal
2009-10-30Patch to clean up loose ends when a user is deleted.Tim Almdal
2009-10-30Include the graphics_toolkit_path from the advanced settings in the path when...Tim Almdal
2009-10-30Rename the login helper to auth. Create a login and logout helper function t...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-29Missed a couple of inconsistent capitalizationsTim Almdal
2009-10-29Use the identity interface admin_user to retreive the admin user.Tim Almdal
2009-10-29Add the admin_user api function to the identity helper and the IdentityProvid...Tim Almdal
2009-10-29Just show the Identity admin menu item all the time. This gives a place to ha...Tim Almdal
2009-10-28Normalize capitalization ticket #596Tim Almdal
2009-10-27Add a flag in the module.info (no_module_admin) to indicate that this module ...Tim Almdal
2009-10-27Switch instances of first to g-first.Chad Kieffer
2009-10-27When rebuilding dirty images, start a batch on initialization and stop it whe...Tim Almdal
2009-10-26Upgrade the gallery module to version 16 to reflect the refactoring of the us...Tim Almdal
2009-10-26Change the upgrader so that it never deactivactes the gallery nor the current...Tim Almdal
2009-10-26Merge branch 'master' into talmdal_devTim Almdal
2009-10-25Make "move item in photo view" comment a todo.Chad Kieffer
2009-10-25Created gallery.css file, moved simple uploader, move, and permissions CSS th...Chad Kieffer
2009-10-25Undo the merge from master because it is actually identity not user in this b...Tim Almdal
2009-10-25Merge branch 'master' into talmdal_devTim Almdal
2009-10-25Replace reference to identity with the reference to user. Dangers of flippin...Tim Almdal
2009-10-24Remove a redundant comment, change the name of the identity change event to '...Tim Almdal
2009-10-24Update themes::load_theme() to work with mod_rewrite's short urls.Bharat Mediratta
2009-10-24Update themes::load_theme() to work with mod_rewrite's short urls.Bharat Mediratta
2009-10-24Re-enable the redirect to the root album if we can't load the active user fro...Tim Almdal
2009-10-23This is the one i should have checked in last timeTim Almdal
2009-10-23Merge branch 'master' into talmdal_devTim Almdal
2009-10-23Allow themes to override event handlers. In gallery::ready() grab the serverTim Almdal
2009-10-23move controllers and views to the user module to make the Identity Provider r...Tim Almdal
2009-10-23Minor changes to more closely align this branch with masterTim Almdal
2009-10-22Poor man's merge. Note to self, git pull before working. Next pound the steps...Chad Kieffer
2009-10-22Change Identity adminstration to use the uninstall/install methods when chang...Tim Almdal
2009-10-22When uninstalling a module call graphics:remove_rules instead of graphics rem...Tim Almdal
2009-10-22Change the name of identity library from Identity to IdentityProvider. Create...Tim Almdal
2009-10-21Change this files to use the API instead of referencing the group tables dire...Tim Almdal
2009-10-21Merge branch 'master' into talmdal_devTim Almdal
2009-10-21Correct phpDocTim 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-18Resolve merge conflict.Chad Kieffer