summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers
AgeCommit message (Expand)Author
2010-01-28Do all the html::clean|purify calls in the views and not the controller. Also...Tim Almdal
2010-01-25Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-25Remove the return url and change the return button on the user profile page t...Tim Almdal
2010-01-24Add the active notifications and rest api key to user profile page.Tim Almdal
2010-01-24add CSRF protection to the user profile send method.Tim Almdal
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-22If the userid/password combination, render the full page instead of just prin...Tim Almdal
2010-01-22Trap any errors that may occur when trying to install a new identity provider...Tim Almdal
2010-01-22Change the check_environment method in the module helper and the module insta...Tim Almdal
2010-01-22Remove the identity manager screens and controller as alterntive identity pro...Tim Almdal
2010-01-21Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-21The admin module controller allows modules to provide a check_environment methodTim Almdal
2010-01-20Fix maintenance tasks / language admin for bug introduced earlier by no longe...Andy Staudacher
2010-01-19Change "filename" to "name" in the edit album form. I'd rather haveBharat Mediratta
2010-01-19Change "dirname" to "name" in the edit album form. I'd rather haveBharat Mediratta
2010-01-16Use "(string) $form" instead of "$form->__toString()"Bharat Mediratta
2010-01-16Convert Movies_Controller::update() over to model based validation.Bharat Mediratta
2010-01-16Make movie creation use model based validation. Move movie relatedBharat Mediratta
2010-01-16Convert Photos_Controller::update() to use model based validation.Bharat Mediratta
2010-01-16Convert photo uploading over to the new model based validationBharat Mediratta
2010-01-15Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-15Move model business logic out of album::create() and intoBharat Mediratta
2010-01-15Don't use Input directly to get album names, etc. Use the form fields.Bharat Mediratta
2010-01-14Begin the process of converting to model based validation. RightBharat Mediratta
2010-01-13Somemore K24 migration holdovers. need to specify the where statement with o...Tim Almdal
2010-01-11Remove the translation submit button from translation search form. Fixes tic...Tim Almdal
2010-01-08Change file proxy to url encode the path components instead of the entire pat...Tim Almdal
2010-01-07Use rawurlencode to remove any encoding that the browser may have added. Fix...Tim Almdal
2010-01-04Fix the logout link to send you back to the current url. The oldBharat Mediratta
2010-01-04Send an empty Pragma header and use the item-updated time in the last-modifie...Tim Almdal
2010-01-01Don't enable the rest module by default yet; we should make sure thatBharat Mediratta
2010-01-01Correct the sql so that the guest and admin passwords are actually blanked as...Tim Almdal
2009-12-31A more thorough fix for #745 and #940. Stop using the referer toBharat Mediratta
2009-12-30Change the file proxy to use the expires helper to manage content expiration....Tim Almdal
2009-12-23Convert a bunch of leftover kohana::show_404 calls to throwBharat Mediratta
2009-12-21Updates for the latest version of Kohana 2.4:Bharat Mediratta
2009-12-17Convert some more database queries.Bharat Mediratta
2009-12-17Update all database queries such that we can run "php index.phpBharat Mediratta
2009-12-17Improve the exception error message.Bharat Mediratta
2009-12-16Convert a database call.Bharat Mediratta
2009-12-16Convert a database call.Bharat Mediratta
2009-12-16Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-12-16Show the right edit form for movies.Bharat Mediratta
2009-12-16Convert some database calls.Bharat Mediratta
2009-12-13Convert a database call.Bharat Mediratta
2009-12-06Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-12-05Use NULL instead of actual values in the vars table, so that var tweaks resul...Bharat Mediratta
2009-12-05Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta