| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for array index issues when deleting users, sometimes. | mltownsend | 2010-06-02 | 1 | -3/+5 |
* | Changed the refresh method so that it creates a new persistentstore as well a... | mltownsend | 2010-05-28 | 1 | -12/+17 |
* | More tweaks in regards to issue#699 | mltownsend | 2010-05-24 | 1 | -7/+13 |
* | Addition fix for issue#699 | mltownsend | 2010-05-24 | 1 | -1/+3 |
* | Fix for issue#699 | mltownsend | 2010-05-23 | 1 | -3/+7 |
* | Fields in Resources tab of User Manager actually will persist now. | mltownsend | 2010-05-21 | 1 | -4/+29 |
* | Fix for Issue#667 | mltownsend | 2010-05-08 | 1 | -5/+20 |
* | Added 'Add Host' to Locazable.strings | mltownsend | 2010-05-04 | 1 | -1/+1 |
* | Fixed crash issue #181 on log.sequelpro.com | mltownsend | 2010-05-04 | 1 | -10/+41 |
* | - Fix quoting of various fields, including usernames and passwords | rowanbeentje | 2010-05-03 | 1 | -22/+62 |
* | Changed a couple of 'int' to NSInteger | mltownsend | 2010-04-29 | 1 | -2/+2 |
* | Remeber to refresh the user manager's schemas table view when switching to th... | stuconnolly | 2010-04-27 | 1 | -0/+12 |
* | Correctly quote database name when GRANT'ing and REVOK'ing privileges. Fixes ... | stuconnolly | 2010-04-27 | 1 | -2/+2 |
* | Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite... | stuconnolly | 2010-03-31 | 1 | -2/+0 |
* | - Make [MCPConnection getLastErrorMessage] more consistent by always returni... | rowanbeentje | 2010-03-25 | 1 | -1/+1 |
* | - Remove observers for key paths when dealloc'ing objects to fix later crash... | rowanbeentje | 2010-03-23 | 1 | -4/+2 |
* | - Make a number of changes to attempt to improve disconnection/quit crashes:... | rowanbeentje | 2010-03-16 | 1 | -2/+2 |
* | Fix an exception in the user manager caused by sorting the users list by maki... | stuconnolly | 2010-03-09 | 1 | -56/+120 |
* | Fix user manager splitview maximum and minimum sizes. | stuconnolly | 2010-03-08 | 1 | -1/+6 |
* | Various user manager improvements including a new outline view contextual menu. | stuconnolly | 2010-03-08 | 1 | -11/+12 |
* | Remove semi-colons from user manager queries as they're not needed. | stuconnolly | 2010-03-08 | 1 | -5/+5 |
* | Localise SPExtendedTableInfo.m and remove use of multiple comments for locali... | stuconnolly | 2010-03-03 | 1 | -6/+6 |
* | Made Available Privs table not enabled unless a schema is selected. | mltownsend | 2010-02-14 | 1 | -1/+5 |
* | Fixed some issues with the drop user/drop host commands in the user manager | mltownsend | 2010-02-09 | 1 | -6/+28 |
* | Fix bug where adding a user, setting name and password, then immediately hitt... | mltownsend | 2010-02-08 | 1 | -15/+31 |
* | Localize delete relation context menu item, update Localizable.strings and us... | stuconnolly | 2010-02-06 | 1 | -2/+2 |
* | Fix for issue #560. Still needs validation on hitting Apply, but fixes the i... | mltownsend | 2010-02-04 | 1 | -3/+55 |
* | Patch to filter available privs by what the server supports | mltownsend | 2010-02-03 | 1 | -2/+1 |
* | Fixed refresh problem on the schema privs | mltownsend | 2010-02-03 | 1 | -0/+3 |
* | Moved the schema priv tab over and selected first host if user is selected wh... | mltownsend | 2010-02-02 | 1 | -1/+2 |
* | Fix weird issue with lines not compiling in release mode. | mltownsend | 2010-02-02 | 1 | -4/+4 |
* | Refresh function added to user manager. | mltownsend | 2010-02-02 | 1 | -6/+7 |
* | First stab at Schema Privileges. A UI redesign is on its way. Please test o... | mltownsend | 2010-02-02 | 1 | -9/+346 |
* | Address Issue #546 (format string bugs): | rowanbeentje | 2010-01-20 | 1 | -5/+5 |
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re... | rowanbeentje | 2010-01-09 | 1 | -8/+6 |
* | - Ensure all results for server variable requests are returned as strings, t... | rowanbeentje | 2010-01-03 | 1 | -0/+2 |
* | - Work through static analysis of the source, fixing a number of small memor... | rowanbeentje | 2009-12-14 | 1 | -1/+1 |
* | Added ability to change the users password. Only does it for all hosts at on... | mltownsend | 2009-12-07 | 1 | -5/+26 |
* | Moved the SPUserMO source into the Core Data folder with the model. Added co... | mltownsend | 2009-12-04 | 1 | -0/+2 |
* | Made the tab selection a little more intuitive | mltownsend | 2009-12-03 | 1 | -20/+34 |
* | Fix for issue with having multiple connections open and managing users. | mltownsend | 2009-12-03 | 1 | -4/+16 |
* | Fixed user sort and added Anonymous displayName when username is empty | mltownsend | 2009-12-02 | 1 | -0/+7 |
* | Various user manager changes. Fixes issue #437. | stuconnolly | 2009-11-17 | 1 | -40/+46 |
* | 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 Documen... | mltownsend | 2009-10-29 | 1 | -43/+44 |
* | Tidy up. | stuconnolly | 2009-10-23 | 1 | -75/+61 |
* | - Display the user accounts manager as a sheet | stuconnolly | 2009-10-21 | 1 | -37/+60 |
* | Attempt to fix connection problem | mltownsend | 2009-10-20 | 1 | -16/+13 |
* | Significant User Management improvements: | rowanbeentje | 2009-10-16 | 1 | -44/+112 |