summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/gallery_event.php
AgeCommit message (Expand)Author
2010-06-12Use "continue_url" instead of "continue" for consistency with theBharat Mediratta
2010-06-12Stop trying to parse the continue url in the logout controller becauseBharat Mediratta
2010-06-06Don't show the rotate links if the active user can't edit the photo. Fixes t...Bharat Mediratta
2010-05-14Fix-ups for d98b85f7d3142676e6b4f407a18ed81564823f88Bharat Mediratta
2010-05-14Merge branch 'master' of github.com:gallery/gallery3Chad Kieffer
2010-05-14Drop context_menu for wind's photo/resize view. Move photo edit options to th...ckieffer
2010-05-10Pick a new album cover when the photo that's the current cover isBharat Mediratta
2010-05-08Deleted extra CSS class assignment for context_menu delete option.ckieffer
2010-03-05Merge branch 'master' of git://github.com/fpaterno/gallery3Bharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-03-01Fix bug #1015 : repeated ids are prohibitedFlorent Paterno
2010-02-21Revert "Fix Kohana's internal cache for Gallery's usage pattern."Andy Staudacher
2010-02-21Fix Kohana's internal cache for Gallery's usage pattern.Andy Staudacher
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