| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-09-08 | Show the number of photos/albums the user owns in the Admin > Users | Bharat Mediratta | |
| page, and improve the message to explain what's going to happen to the deleted user's items. Partial fix for #1344, which I can't reproduce now. | |||
| 2010-06-15 | Removed self-closing slash from opening <li> tag. | ckieffer | |
| 2010-02-20 | Add link to edit user group names. Closes ticket #1028. | Chad Kieffer | |
| 2010-02-18 | Revert "Fix for ticket #491: Make user and group names translatable." | Bharat Mediratta | |
| This reverts commit 409121942590e12692eaf4e6e9e8b71bfe5ed60c. | |||
| 2010-02-14 | Fix for ticket #491: Make user and group names translatable. | Andy Staudacher | |
| Also fixed a UI bug: No longer showing the edit user buttons to admins in the profile view (to be consistent with the requirements in the controller). | |||
| 2010-02-11 | Get rid of unnecessary view file. | Andy Staudacher | |
| 2010-02-09 | Fix password reset confirmation | 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-01-23 | Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev | Bharat Mediratta | |
| Conflicts: modules/gallery/tests/xss_data.txt | |||
| 2010-01-22 | Remove the g-right class on groups element on the manage user/groups page. ↵ | Tim Almdal | |
| fixes ticket #911 | |||
| 2010-01-16 | Whitespace. | Bharat Mediratta | |
| 2009-12-23 | ORM relations now require you to do find_all() or count_all() to get the ↵ | Bharat Mediratta | |
| results. | |||
| 2009-11-14 | Remove g-dialog-link from special groups delete button (registered users, ↵ | Chad Kieffer | |
| everybody), it's supposed to be disabled. Updated wording of headings and instructions. | |||
| 2009-11-14 | A few more g- prefix updates for the user module, this should be it. | Chad Kieffer | |
| 2009-11-14 | Fix floated group rows when more than one row exists. Attach g- before all ↵ | Chad Kieffer | |
| css ids and classes for consistency. Other minor layout adjustments. | |||
| 2009-11-08 | Remove g-actions, it doesn't serve any real purpose in styling or JavaScript. | Chad Kieffer | |
| 2009-10-28 | Normalize capitalization ticket #596 | Tim Almdal | |
| 2009-10-27 | Add a password strength meter. | Tim Almdal | |
| 2009-10-23 | synchronize with the master branch | Tim Almdal | |
| 2009-10-22 | Change the name of identity library from Identity to IdentityProvider. ↵ | Tim Almdal | |
| Create a helper class called identity to simplify call the Identity Provider. Move the contents of MY_Session.php to the new helper class and remove the MY_Session class | |||
| 2009-10-19 | Simplify the user interface by moving the password reset functionality into ↵ | Tim Almdal | |
| the user module Bagging the User_Definition and Group_Definition abstract classes and replacing them with interfaces with the same names. Make sure all the unit tests work. | |||
| 2009-10-19 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| Conflicts: modules/user/views/admin_users.html.php | |||
| 2009-10-18 | Wrap all admin views in g-block and g-block content. This provides the means ↵ | Chad Kieffer | |
| to visually separate the view's title and description from everything else. Primary admin view title should always be h1, and only one h1 per view. Removed some unused admin CSS id's. | |||
| 2009-10-18 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| Conflicts: lib/gallery.common.css themes/admin_wind/views/admin.html.php themes/night_wind/views/sidebar.html.php themes/wind/views/sidebar.html.php | |||
| 2009-10-17 | Drop our g-clearfix in favor of using jQuery UI's ui-helper-clearfix. | Chad Kieffer | |
| 2009-10-16 | Remove all non Identity API methods from Identity.php. Created an ↵ | Tim Almdal | |
| MY_Session class to provide the user state changes in the session and a login.php helper that has the login form. | |||
| 2009-10-16 | Start simplifying the interface by moving the static methods from user.php ↵ | Tim Almdal | |
| and group.php. Tried creating a identity helper, but the helper identity.php was confused with the library Identity.php. So got around this by making the methods on Identity static and calling the instance within the static methods. Also temporarily moved the user.php and group.php back into the user module. | |||
| 2009-10-16 | Finish integrating the move of the user edit/update functions into the user ↵ | Tim Almdal | |
| module. The premise is that the plugable user module will provide the update screens if the user backend supports updates. | |||
| 2009-10-15 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2009-10-14 | Move the ui for user adminsitration back to the user module. | Tim Almdal | |
| 2009-10-13 | Refactor the ui component of the user module into the gallery core module. | Tim Almdal | |
| 2009-10-07 | Replaced most clear fix hacks with generic class. | Chad Kieffer | |
| 2009-10-06 | Change the focus of the user module from providing user/group management to ↵ | Tim Almdal | |
| providing the default Identity implementation. * Remove the user_event callbacks and move them to the gallery_event callbacks. This will insure that the active user is always loaded (because the gallery callbacks are always called first) to its available to other gallery_ready handlers. Moved the method set_request_locale to the locales helper as it is more related to locales. * Move the user controllers and views into the gallery module. * Move the theme and block processing out of the user module and into core. | |||
| 2009-10-04 | Renamed more CSS selectors from gName to g-name. | Chad Kieffer | |
| 2009-10-04 | Renamed most, if not all css selectors from gName to g-name. Moved a few ↵ | Chad Kieffer | |
| shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features. | |||
| 2009-10-03 | Renamed and moved gOdd/gEven CSS classes. | Chad Kieffer | |
| 2009-09-30 | Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ↵ | Chad Kieffer | |
| and classes in the login/reset password dialog. | |||
| 2009-09-30 | Apply button style and hover effect to password reset button. | Chad Kieffer | |
| 2009-09-30 | Missed g-right application on add group | Chad Kieffer | |
| 2009-09-30 | Removed blank line. | Chad Kieffer | |
| 2009-09-30 | Replaced gButtonLink with g-button. | Chad Kieffer | |
| 2009-09-30 | First round of CSS refactor updates. Added calls to gallery.common.css from ↵ | Chad Kieffer | |
| wind and admin_wind. Replaced basic text align and block float classes. Removed section #2 from both themes screen styles. | |||
| 2009-09-05 | Change click() to change() so that we immediately update the UI when | Bharat Mediratta | |
| the user picks a new option. | |||
| 2009-09-05 | Add missing view for language selection | Andy Staudacher | |
| 2009-09-04 | placeholder for a missing view | Bharat Mediratta | |
| 2009-09-01 | XSS / style fixes for newly detected issues (after fixing XSS scanner) | Andy Staudacher | |
| 2009-08-31 | Fix XSS vectors in HTML attributes (mostly t() calls) | Andy Staudacher | |
| 2009-08-31 | Rename mark_safe() to mark_clean() | Andy Staudacher | |
| 2009-08-30 | Change all instances of SafeString::of_safe_html() to html::mark_safe() in ↵ | Andy Staudacher | |
| views. | |||
| 2009-08-29 | Update all code to use helper method html::clean(), html::purify(), ... ↵ | Andy Staudacher | |
| instead of SafeString directly. | |||
