Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed memory issues with SPUserManager. | mltownsend | 2009-11-05 | 1 | -10/+15 |
| | |||||
* | Added comments to help with explaining some of the Core Data concepts. | mltownsend | 2009-11-03 | 1 | -10/+31 |
| | |||||
* | Got rid of a crash when using the User Manager and closing last Table ↵ | mltownsend | 2009-10-29 | 1 | -43/+44 |
| | | | | Document. May be leaking now, not sure. Still needs some work. | ||||
* | Tidy up. | stuconnolly | 2009-10-23 | 1 | -75/+61 |
| | |||||
* | - Display the user accounts manager as a sheet | stuconnolly | 2009-10-21 | 1 | -37/+60 |
| | | | | | - Tidy up a bunch of interface controls and bahaviour | ||||
* | Attempt to fix connection problem | mltownsend | 2009-10-20 | 1 | -16/+13 |
| | |||||
* | Significant User Management improvements: | rowanbeentje | 2009-10-16 | 1 | -44/+112 |
| | | | | | | | | | | | | - 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 | -3/+9 |
| | | | | return being hit when a row is selected and go into edit mode. | ||||
* | - Small code clean up. Simplified some logic. | avenjamin | 2009-08-24 | 1 | -25/+6 |
| | |||||
* | User manager tweaks: | rowanbeentje | 2009-08-15 | 1 | -6/+3 |
| | | | | | | | - 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 | ||||
* | small change | mltownsend | 2009-08-14 | 1 | -9/+1 |
| | |||||
* | Change SPUserManager to a subclass of NSWindowController which actually ↵ | mltownsend | 2009-08-13 | 1 | -5/+5 |
| | | | | fixed some memory issues. | ||||
* | Fix problem with opening and reopening connections | mltownsend | 2009-08-11 | 1 | -2/+8 |
| | |||||
* | Fix some MainMenu references by index. | mltownsend | 2009-08-11 | 1 | -5/+4 |
| | |||||
* | Minor tweaks. | mltownsend | 2009-08-11 | 1 | -15/+19 |
| | |||||
* | User Manager feature | mltownsend | 2009-08-11 | 1 | -0/+680 |