summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/gallery_event.php
AgeCommit message (Expand)Author
2010-02-19Refactor away the "display_all" construct in User_Profile_Controller.Bharat Mediratta
2010-02-18Revert "Fix for ticket #491: Make user and group names translatable."Bharat Mediratta
2010-02-14Fix for ticket #491: Make user and group names translatable.Andy Staudacher
2010-02-14Some HTML validation fixes (don't render empty <ul> lists, empty id attribute...Andy Staudacher
2010-02-07Last partial fix for ticket 585: Compartmentalize the admin area and require ...Andy Staudacher
2010-02-07Rename user_authenticate_xxx events to user_auth_xxx for brevity.Bharat Mediratta
2010-02-07Create the concept of a "failed authentication" as semanticallyBharat Mediratta
2010-02-02Protect password changes against brute force attacks.Bharat Mediratta
2010-01-30Prevent brute force login attacks by reducing login attempts to 1 perBharat Mediratta
2010-01-28Add page_type to the rotate and delete context menu items so that theBharat Mediratta
2010-01-28Make the varible for the profile name more descriptive and clean the labelTim Almdal
2010-01-28Do all the html::clean|purify calls in the views and not the controller. Also...Tim Almdal
2010-01-27Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-25Apply html::clean() to UI visible strings, and show language names instead of...Andy Staudacher
2010-01-25Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-24Refactor creating the user profile page content into the the event module. T...Tim Almdal
2010-01-23Create a user profile page that is used as a landing page when referencing a ...Tim Almdal
2010-01-23Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-23Add a user_menu method to the Admin_View and then use this method to get theTim Almdal
2010-01-22Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2010-01-22Remove the identity manager screens and controller as alterntive identity pro...Tim Almdal
2010-01-22Treat identity providers just like other modules and use the admin_module toTim Almdal
2010-01-22Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-21Use Unicode instead of HTML entity (since the l10n server normalizes this way...Andy Staudacher
2010-01-16Oops, log::failure() doesn't exist. Use log::error().Bharat Mediratta
2010-01-16Convert photo uploading over to the new model based validationBharat Mediratta
2010-01-04Fix the logout link to send you back to the current url. The oldBharat Mediratta
2009-12-31A more thorough fix for #745 and #940. Stop using the referer toBharat Mediratta
2009-12-29Another holdover from the K2.4 conversion. In R2.4 the url::current(true) was...Tim Almdal
2009-12-17Convert some database queries.Bharat Mediratta
2009-12-06Update database queries.Bharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-11-20Fixes #898Bharat Mediratta
2009-11-19Revert "Currently Admin_Theme_Options controller assumes that all the themes ...Tim Almdal
2009-11-18Currently Admin_Theme_Options controller assumes that all the themes will pro...Tim Almdal
2009-11-17Redesign the way that we consider page types to create buckets of pageBharat Mediratta
2009-11-07Remove debugging statementTim Almdal
2009-11-06Create a user_menu for the top of the page. Change the login, edit profile a...Tim Almdal
2009-11-03Respect the "theme" variable if we're an admin. This requires us toBharat Mediratta
2009-11-01Convert the event handlers for the "identity provider changed" and "user_dele...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-30Patch to clean up loose ends when a user is deleted.Tim Almdal
2009-10-29Missed a couple of inconsistent capitalizationsTim Almdal
2009-10-29Just show the Identity admin menu item all the time. This gives a place to ha...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-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