Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix an exception in the user manager caused by sorting the users list by ↵ | stuconnolly | 2010-03-09 | 1 | -3/+5 |
| | | | | making the user manager KVO compliant for the sort descriptors array. Also, add a bunch of comments and general tidy up on SPUserManager.m. | ||||
* | Fix user manager splitview maximum and minimum sizes. | stuconnolly | 2010-03-08 | 1 | -2/+4 |
| | |||||
* | Various user manager improvements including a new outline view contextual menu. | stuconnolly | 2010-03-08 | 1 | -1/+1 |
| | |||||
* | Fix bug where adding a user, setting name and password, then immediately ↵ | mltownsend | 2010-02-08 | 1 | -0/+1 |
| | | | | hitting Apply didn't end editing in the password field. | ||||
* | First stab at Schema Privileges. A UI redesign is on its way. Please test ↵ | mltownsend | 2010-02-02 | 1 | -0/+28 |
| | | | | on non Production servers | ||||
* | Fixed user sort and added Anonymous displayName when username is empty | mltownsend | 2009-12-02 | 1 | -0/+1 |
| | |||||
* | Various user manager changes. Fixes issue #437. | stuconnolly | 2009-11-17 | 1 | -4/+4 |
| | |||||
* | Fixed memory issues with SPUserManager. | mltownsend | 2009-11-05 | 1 | -0/+1 |
| | |||||
* | Got rid of a crash when using the User Manager and closing last Table ↵ | mltownsend | 2009-10-29 | 1 | -7/+3 |
| | | | | Document. May be leaking now, not sure. Still needs some work. | ||||
* | Tidy up. | stuconnolly | 2009-10-23 | 1 | -2/+4 |
| | |||||
* | - Display the user accounts manager as a sheet | stuconnolly | 2009-10-21 | 1 | -1/+0 |
| | | | | | - Tidy up a bunch of interface controls and bahaviour | ||||
* | Attempt to fix connection problem | mltownsend | 2009-10-20 | 1 | -2/+1 |
| | |||||
* | Significant User Management improvements: | rowanbeentje | 2009-10-16 | 1 | -1/+5 |
| | | | | | | | | | | | | - When reading data from the server, correctly map values to the SPUser object values to prevent data loss - Ask server for priv support; disable unsupported privs in the interface, and only try to grant/revoke supported privs. Fixes errors saving users on MySQL < 6. - Make "check all" and "uncheck all" buttons functional - Add checkboxes for MySQL 6 privs as we already map the data for them - Fix double retain of priv mapping dictionary - Error dialogs stay on screen for longer than half a second - New hosts are now selected for editing when added This addresses some of the issues in Issue #349. | ||||
* | small change | mltownsend | 2009-08-14 | 1 | -2/+0 |
| | |||||
* | Change SPUserManager to a subclass of NSWindowController which actually ↵ | mltownsend | 2009-08-13 | 1 | -2/+2 |
| | | | | fixed some memory issues. | ||||
* | User Manager feature | mltownsend | 2009-08-11 | 1 | -0/+73 |