Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bring outline view branch up to date with trunk (r3235:r3245), which should ↵ | stuconnolly | 2011-03-19 | 1 | -0/+1 |
| | | | | resolve all warnings. | ||||
* | - When saving user changes to the database, catch errors and display them ↵ | rowanbeentje | 2011-01-20 | 1 | -0/+7 |
| | | | | | | | | in a single sheet for review. This fixes a number of isGroupRow crashes on any error. - Track a host row's original host to allow host edits - Update localisable strings | ||||
* | Tidy up. | stuconnolly | 2010-10-19 | 1 | -1/+0 |
| | |||||
* | Various improvements to server capability/version checking, including: | stuconnolly | 2010-10-07 | 1 | -1/+7 |
| | | | | | | | | | | | | | - Add a new ServerSupport class, for which an instance is created upon each new connection and is then subsequently accessible via SPDatabaseDocument. - Replace the majority of manual version checking with calls to properties in the above new class. - Improve the user manager's compatibility with MySQL 3 and 4 servers. Fixes issue #811 Other changes include: - Disable the encoding popup button when adding a new table or database to servers running pre MySQL 4.1 as it only contains one option, 'Default'. - Fix various potential memory leaks discovered during static analysis. - General tidy up and comments. | ||||
* | Changed the refresh method so that it creates a new persistentstore as well ↵ | mltownsend | 2010-05-28 | 1 | -2/+2 |
| | | | | and clearing out the outlineview. | ||||
* | Fields in Resources tab of User Manager actually will persist now. | mltownsend | 2010-05-21 | 1 | -0/+1 |
| | |||||
* | Remeber to refresh the user manager's schemas table view when switching to ↵ | stuconnolly | 2010-04-27 | 1 | -1/+1 |
| | | | | the schema privileges tab. Fixes issue #648. | ||||
* | Tidy up imports and fix 'Reverse Sort Order' when sorting connection ↵ | stuconnolly | 2010-03-31 | 1 | -1/+2 |
| | | | | favorites (Thanks Hans). | ||||
* | 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 |