Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug where adding a user, setting name and password, then immediately ↵ | mltownsend | 2010-02-08 | 1 | -1/+11 |
| | | | | hitting Apply didn't end editing in the password field. | ||||
* | Fix for issue #560. Still needs validation on hitting Apply, but fixes the ↵ | mltownsend | 2010-02-04 | 1 | -73/+77 |
| | | | | initial problem. | ||||
* | Moved the schema priv tab over and selected first host if user is selected ↵ | mltownsend | 2010-02-02 | 1 | -271/+271 |
| | | | | when tab is selected. | ||||
* | Refresh function added to user manager. | mltownsend | 2010-02-02 | 1 | -4/+4 |
| | |||||
* | First stab at Schema Privileges. A UI redesign is on its way. Please test ↵ | mltownsend | 2010-02-02 | 1 | -14/+1154 |
| | | | | on non Production servers | ||||
* | • User Manager Sheet | Bibiko | 2010-01-13 | 1 | -11/+11 |
| | | | | - bound ESC to Cancel button | ||||
* | Fixed user sort and added Anonymous displayName when username is empty | mltownsend | 2009-12-02 | 1 | -109/+131 |
| | |||||
* | Resolve IB checkbox warnings. | stuconnolly | 2009-11-17 | 1 | -54/+56 |
| | |||||
* | Got rid of a crash when using the User Manager and closing last Table ↵ | mltownsend | 2009-10-29 | 1 | -16/+13 |
| | | | | Document. May be leaking now, not sure. Still needs some work. | ||||
* | - Display the user accounts manager as a sheet | stuconnolly | 2009-10-21 | 1 | -516/+531 |
| | | | | | - Tidy up a bunch of interface controls and bahaviour | ||||
* | Attempt to fix connection problem | mltownsend | 2009-10-20 | 1 | -14/+14 |
| | |||||
* | Significant User Management improvements: | rowanbeentje | 2009-10-16 | 1 | -109/+1622 |
| | | | | | | | | | | | | - 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. | ||||
* | Made it so that SPTableView and SPOutlineView will respond to enter or ↵ | mltownsend | 2009-08-25 | 1 | -98/+52 |
| | | | | return being hit when a row is selected and go into edit mode. | ||||
* | User manager tweaks: | rowanbeentje | 2009-08-15 | 1 | -30/+83 |
| | | | | | | | - Don't select the mysql database - make selections directly from the table where appropriate - Tweak REVOKE syntax to use FROM instead of TO - Rename "create temporary table" permission to "create temporary tables" so it saves correctly | ||||
* | Change SPUserManager to a subclass of NSWindowController which actually ↵ | mltownsend | 2009-08-13 | 1 | -6/+6 |
| | | | | fixed some memory issues. | ||||
* | Fix problem with opening and reopening connections | mltownsend | 2009-08-11 | 1 | -1/+9 |
| | |||||
* | User Manager feature | mltownsend | 2009-08-11 | 1 | -0/+3788 |