summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
AgeCommit message (Expand)Author
2009-11-14Fix a bunch of little issues in the version 16, 17, and 18 upgraders.Bharat Mediratta
2009-11-13Standardize the name of the blocks.Tim Almdal
2009-11-13Undo using the md5 hash of the module name and block_id, so duplicate blocks ...Tim Almdal
2009-11-12Change the keys of the block arrays in block manager to be a md5 hash of modu...Tim Almdal
2009-11-09First cut at replacing swfupload with uploadify. Probably need to review the...Tim Almdal
2009-11-09Revert "Try an new approach to extending forms. Create an extend_form event....Tim Almdal
2009-11-07Merge branch 'master' into talmdal_devTim Almdal
2009-11-07Remove debugging statementTim Almdal
2009-11-06Merge branch 'master' into talmdal_devTim Almdal
2009-11-06Create a user_menu for the top of the page. Change the login, edit profile a...Tim Almdal
2009-11-06Merge branch 'master' into talmdal_devTim Almdal
2009-11-05Clean up problem with cancelling the inplace edit left a whole bunch of css a...Tim Almdal
2009-11-03Merge branch 'master' into talmdal_devTim Almdal
2009-11-03Respect the "theme" variable if we're an admin. This requires us toBharat Mediratta
2009-11-02Merge branch 'master' into talmdal_devTim Almdal
2009-11-02remove a debugging statementTim Almdal
2009-11-01Try an new approach to extending forms. Create an extend_form event. For the...Tim 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