| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-02-07 | Revert "Refactor the admin maintenance screen so that events are used to | Tim Almdal | |
| populate the action buttons and other content such as the list of scheduled tasks." Leaving this api out of RC1. This reverts commit 19fee6b5e4ceb8a5f90cafe4ad770856ece108ef. Conflicts: modules/gallery/views/admin_maintenance.html.php | |||
| 2010-02-07 | Change welcome message dialog to link to the user_profile page instead of ↵ | Andy Staudacher | |
| the change user dialog. a) the edit user form doesn't include the password anymore b) the new admin would probably also like to change the email, so directing him to the profile page with options to change the pw / email. Ideally, we'd have a special purpose edit profile page for the install experience, without prompting for the randomly generated password. But that's something for another task. | |||
| 2010-02-07 | Last partial fix for ticket 585: Compartmentalize the admin area and require ↵ | Andy Staudacher | |
| active authentication every 20 minutes to access the admin area. Also renaming auth::validate_too_many_failed_password_changes to validate_too_many_failed_auth_attempts since it's used in this generalized way in 3 places now. | |||
| 2010-02-06 | Partial fix for ticket 585: Require current password when changing an ↵ | Andy Staudacher | |
| account's email address. Still leaving the user/group admin page wide open though. | |||
| 2010-02-06 | Merge commit 'upstream/master' | Andy Staudacher | |
| 2010-02-02 | Require the current password to change your password. | Bharat Mediratta | |
| Fixes ticket #585. Separate out the password change form from the regular edit user form. Require the old password to enter a new one. While I'm at it, roll the password strength javascript into a Form_Script element so that we can get rid of the old view (which incidentally fixes a bug where the password strength meter would go away on form errors). | |||
| 2010-02-02 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2010-02-02 | use html::purify to cleans the additional content on the admin maintence page. | Tim Almdal | |
| 2010-02-02 | Refactor the admin maintenance screen so that events are used to pupluate ↵ | Tim Almdal | |
| the action buttons and other content such as the list of scheduled tasks. | |||
| 2010-02-02 | Merge commit 'upstream/master' | Andy Staudacher | |
| 2010-02-02 | Change the view to display 'empty' when the variable value is a null ↵ | Tim Almdal | |
| string(""). Fixes ticket #987. | |||
| 2010-02-02 | Display the error message for the in place edit. Also improve the double ↵ | Tim Almdal | |
| click guard. Fixes ticket #1000. | |||
| 2010-02-01 | Add the scheduler component to the admin maintenance screen. | Tim Almdal | |
| 2010-01-31 | Minir l10n message cleanup. Avoid <br/> in messages since the server ↵ | Andy Staudacher | |
| normalizes them to <br />, i.e. leading to a mismatch. | |||
| 2010-01-30 | Make the error page more robust in the case where there's a failure | Bharat Mediratta | |
| early on in the framework code before we can load Gallery_I18n.php | |||
| 2010-01-29 | Merge branch 'master' of git@github.com:gallery/gallery3 | Tim Almdal | |
| Conflicts: modules/gallery/views/in_place_edit.html.php | |||
| 2010-01-29 | Replace <?= form::close() ?> with </form>. Also add a call to ↵ | Tim Almdal | |
| access::csrf_form_field in the form template. Fixes ticket #996. | |||
| 2010-01-29 | Stop using obsolete form::close() | Bharat Mediratta | |
| Update the way we include the hidden CSRF field for InPlaceEdit. | |||
| 2010-01-28 | Fix language preference block / language cookie reading. | Andy Staudacher | |
| The preference block must have been broken by a jquery update, and the cookie reading by a Kohana update. | |||
| 2010-01-28 | Make the return button work in chrome, FF, IE, safari and opera. | Tim Almdal | |
| 2010-01-28 | Rename $class to $css_class for clarity. | Bharat Mediratta | |
| 2010-01-28 | Secure the t("Completed") call. | Bharat Mediratta | |
| 2010-01-28 | Secure the t("Continue") strings in javascript. | Bharat Mediratta | |
| 2010-01-28 | Make the varible for the profile name more descriptive and clean the label | Tim Almdal | |
| 2010-01-28 | Don't show a link to the user profile for the guest user | Tim Almdal | |
| 2010-01-28 | Do all the html::clean|purify calls in the views and not the controller. ↵ | Tim Almdal | |
| Also clean the subject line and email message body of the contact user email. | |||
| 2010-01-25 | Remove the return url and change the return button on the user profile page ↵ | Tim Almdal | |
| to use javascript to return to the previous page. | |||
| 2010-01-24 | Merge branch 'master' of git@github.com:gallery/gallery3 | Tim Almdal | |
| 2010-01-24 | Refactor creating the user profile page content into the the event module. ↵ | Tim Almdal | |
| The show_user_profile is used to provide content to the user profile page. Add the list of the users comments to the profile page. | |||
| 2010-01-23 | Change the hover text to just display 'Your profile'. | Tim Almdal | |
| 2010-01-23 | Create a user profile page that is used as a landing page when referencing a ↵ | Tim Almdal | |
| user in messages or pages. Partial fix for ticket #889 and a fix for #931. | |||
| 2010-01-23 | Fix typo: change $entryr to $entry->user | Bharat Mediratta | |
| 2010-01-23 | Correct the javascript so it will find the "Continue" button in other ↵ | Tim Almdal | |
| languages than english. | |||
| 2010-01-23 | Increase the size of the 'select photos' button so that it doesn't wrap and ↵ | Tim Almdal | |
| set the size of the underlying flash object. | |||
| 2010-01-22 | Remove the identity manager screens and controller as alterntive identity ↵ | Tim Almdal | |
| providers are installed in the admin module screen. | |||
| 2010-01-22 | Disable the continue button after clicking so it can only clicked once. | Tim Almdal | |
| 2010-01-21 | Internationalize all strings in admin_modules.hmtl and corrected comments. | Tim Almdal | |
| 2010-01-21 | The admin module controller allows modules to provide a check_environment method | Tim Almdal | |
| which is called prior to installation. The method allows the module to provide an error message or warnings if the module can not be installed or activated without issues. The admin module controller also will fire a pre_deactivate event, which allows modules to indicate issues that may arise be deactivating the specified module. These messages are displayed in a dialog box prior to installation in order to allow the gallery administrator to determine the appropriate action before proceeding. Lays the foundation for implementing a fix for ticket #937 | |||
| 2010-01-12 | Add a css id attribute to the i10n-edit-translation element. Fixes ticket #969. | Tim Almdal | |
| 2010-01-02 | Fix up tabs, leading <?php. | Bharat Mediratta | |
| 2010-01-02 | Correct formatting in the uploadify dialog box for safari. | Tim Almdal | |
| 2009-12-30 | Force the 'Select Photos...' button to always be in the center of the upload ↵ | Tim Almdal | |
| dialog with the flash object overtop of it. Fixes ticket: #908. | |||
| 2009-12-27 | Only mark a variable as empty if its value is null. So 0 shows as 0. | Bharat Mediratta | |
| 2009-12-23 | Cleaner version. Probably has a bunch of cruft in it, but it looks good enough. | Bharat Mediratta | |
| 2009-12-23 | First shot at integrating the K24 error page. | Bharat Mediratta | |
| 2009-12-18 | Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev | Bharat Mediratta | |
| 2009-12-18 | Use url::base() instead of item::root()->url because we can't be sure | Bharat Mediratta | |
| that will work (if your database is sitll at Beta 1, you don't have the slug column, for example). | |||
| 2009-12-05 | Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev | Bharat Mediratta | |
| 2009-12-02 | Rename the "upload_limit" variable to "simultaneous_upload_limit" for | Bharat Mediratta | |
| clarity, since it only limits concurrency not the number of actual uploads. Move the default-setting code into the upgrader so that we avoid creating the variable as a side-effect of the view (personal preference to avoid side-effect code since it's led to problems in the past). | |||
| 2009-12-02 | Allow users to override the number of simulatenous uploads. This setting ↵ | Tim Almdal | |
| won't appear until after they have attempted to upload at least once and have issues. | |||
