index
:
sequelpro/.git
master
MySQL/MariaDB database management for macOS
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
SPUserManager.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Tidy up user manager code.
stuconnolly
2012-03-26
1
-283
/
+8
*
Add support for renaming users on MySQL versions less than 5.0.2 by directly ...
stuconnolly
2012-03-25
1
-33
/
+102
*
Don't close the user manager after the user dismisses the errors sheet.
stuconnolly
2012-03-24
1
-4
/
+0
*
Remember to release the errors string even if we don't use it when applying u...
stuconnolly
2012-03-24
1
-0
/
+2
*
Fix layout issues when resizing the user manager's errors sheet.
stuconnolly
2012-03-24
1
-0
/
+4
*
Simply queries executed by user manager.
stuconnolly
2012-03-24
1
-17
/
+13
*
More SPMySQLIntegration bugfixes:
rowanbeentje
2012-03-15
1
-5
/
+5
*
Warning: this branch commit is largely untested, and known to throw exception...
rowanbeentje
2012-02-23
1
-43
/
+13
*
- Abort editing when cancelling the user manager sheet; this addresses excep...
rowanbeentje
2011-07-10
1
-3
/
+7
*
- Fix more warnings
rowanbeentje
2011-03-14
1
-7
/
+9
*
fixed compiler warnings
sqlprodev
2011-03-01
1
-2
/
+2
*
- When saving user changes to the database, catch errors and display them in...
rowanbeentje
2011-01-20
1
-16
/
+58
*
- Add a double-click action for transferring user schema privs between avail...
rowanbeentje
2011-01-17
1
-1
/
+22
*
* Little translation GUI QA - still many bugs in ExportView
dmoagx
2011-01-16
1
-1
/
+1
*
- Fix issues with user management and GRANT OPTION - when applying all privi...
rowanbeentje
2010-12-22
1
-42
/
+72
*
- Alter connection details to be sent over UTF8 instead of Latin1 - this imp...
rowanbeentje
2010-11-10
1
-3
/
+3
*
• enabled Find Panel inside Field Editor Sheet's textView
Bibiko
2010-10-29
1
-1
/
+1
*
- Split out all of SPExportController's delegate methods to their own category.
stuconnolly
2010-10-24
1
-2
/
+0
*
Tidy up.
stuconnolly
2010-10-19
1
-2
/
+2
*
User manager fixes:
stuconnolly
2010-10-10
1
-80
/
+71
*
Remove NSLog() that was once DLog() to prevent spewing lots of info to the co...
stuconnolly
2010-10-10
1
-2
/
+1
*
Various improvements to server capability/version checking, including:
stuconnolly
2010-10-07
1
-135
/
+215
*
Remove use of now non-existent DLog macro.
stuconnolly
2010-09-29
1
-5
/
+1
*
• overall replacement of:
Bibiko
2010-08-20
1
-11
/
+11
*
Fix various potential memory leaks and general warnings as a result of static...
stuconnolly
2010-08-19
1
-4
/
+4
*
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
[next]