summaryrefslogtreecommitdiff
path: root/modules/gallery/views
AgeCommit message (Expand)Author
2010-01-29Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2010-01-29Replace <?= form::close() ?> with </form>. Also add a call to access::csrf_fo...Tim Almdal
2010-01-29Stop using obsolete form::close()Bharat Mediratta
2010-01-28Fix language preference block / language cookie reading.Andy Staudacher
2010-01-28Make the return button work in chrome, FF, IE, safari and opera.Tim Almdal
2010-01-28Rename $class to $css_class for clarity.Bharat Mediratta
2010-01-28Secure the t("Completed") call.Bharat Mediratta
2010-01-28Secure the t("Continue") strings in javascript.Bharat Mediratta
2010-01-28Make the varible for the profile name more descriptive and clean the labelTim Almdal
2010-01-28Don't show a link to the user profile for the guest userTim Almdal
2010-01-28Do all the html::clean|purify calls in the views and not the controller. Also...Tim Almdal
2010-01-25Remove the return url and change the return button on the user profile page t...Tim Almdal
2010-01-24Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2010-01-24Refactor creating the user profile page content into the the event module. T...Tim Almdal
2010-01-23Change the hover text to just display 'Your profile'.Tim Almdal
2010-01-23Create a user profile page that is used as a landing page when referencing a ...Tim Almdal
2010-01-23Fix typo: change $entryr to $entry->userBharat Mediratta
2010-01-23Correct the javascript so it will find the "Continue" button in other languag...Tim Almdal
2010-01-23Increase the size of the 'select photos' button so that it doesn't wrap and s...Tim Almdal
2010-01-22Remove the identity manager screens and controller as alterntive identity pro...Tim Almdal
2010-01-22Disable the continue button after clicking so it can only clicked once.Tim Almdal
2010-01-21Internationalize all strings in admin_modules.hmtl and corrected comments.Tim Almdal
2010-01-21The admin module controller allows modules to provide a check_environment methodTim Almdal
2010-01-12Add a css id attribute to the i10n-edit-translation element. Fixes ticket #969.Tim Almdal
2010-01-02Fix up tabs, leading <?php.Bharat Mediratta
2010-01-02Correct formatting in the uploadify dialog box for safari.Tim Almdal
2009-12-30Force the 'Select Photos...' button to always be in the center of the upload ...Tim Almdal
2009-12-27Only mark a variable as empty if its value is null. So 0 shows as 0.Bharat Mediratta
2009-12-23Cleaner version. Probably has a bunch of cruft in it, but it looks good enough.Bharat Mediratta
2009-12-23First shot at integrating the K24 error page.Bharat Mediratta
2009-12-18Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-12-18Use url::base() instead of item::root()->url because we can't be sureBharat Mediratta
2009-12-05Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-12-02Rename the "upload_limit" variable to "simultaneous_upload_limit" forBharat Mediratta
2009-12-02Allow users to override the number of simulatenous uploads. This setting won...Tim Almdal
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-11-21Correct inconsistent captialization. Fixes #906Tim Almdal
2009-11-20Convert the Simple Uploader form over to Forge, and use the eventBharat Mediratta
2009-11-20Minor reformatting.Bharat Mediratta
2009-11-20Use "#g-add-photos-canvas object" instead of "#g-uploadifyUploader" soBharat Mediratta
2009-11-20Move tag ui to the bottom of the form since it's a lower priorityBharat Mediratta
2009-11-19Add the ability to add tags for files that are uploaded using the simple loader.Tim Almdal
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-17Address RTL issues reported in ticket #869. Placement of checkboxes and radio...Chad Kieffer
2009-11-17White-space fix and quoting update.Chad Kieffer
2009-11-16Use some hacky css to get the buttons alighned properly. Fixes ticket #880.Tim Almdal
2009-11-15Use text::alternate() instead of hand-rolled even/odd code.Bharat Mediratta
2009-11-15Try to keep users from leaving the upgrade page, or running theBharat Mediratta
2009-11-15Change "confirmation" to "dialog" in preparation for putting up aBharat Mediratta