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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Addition fix for issue#699
mltownsend
2010-05-24
1
-1
/
+3
*
Merge export redesign branch back into trunk.
stuconnolly
2010-05-24
44
-509
/
+4640
*
- Add support for progress indicator in tabs
rowanbeentje
2010-05-24
5
-18
/
+51
*
Initial implementation of tabs:
rowanbeentje
2010-05-23
47
-624
/
+1433
*
Add missing space to auto increment value field on extended information view.
stuconnolly
2010-05-23
1
-1
/
+1
*
Fix for issue#699
mltownsend
2010-05-23
1
-3
/
+7
*
- Fix an issue when truncating tables using the right-click menu, by improvi...
rowanbeentje
2010-05-22
5
-42
/
+46
*
Fields in Resources tab of User Manager actually will persist now.
mltownsend
2010-05-21
4
-4
/
+30
*
- Fix a singleton proprty release in SPGrowlController's -release method; av...
rowanbeentje
2010-05-19
1
-4
/
+1
*
- Ensure any table changes are applied before switching tables as a result o...
rowanbeentje
2010-05-19
1
-0
/
+5
*
Change filesize units to base 2 rather than base 10. Fixes issue #690. Patch ...
stuconnolly
2010-05-18
4
-10
/
+10
*
Review queryDbStructureWithUserInfo:
rowanbeentje
2010-05-15
1
-3
/
+0
*
Fix for Issue#656. The setExtensionHidden: method should not be called and s...
mltownsend
2010-05-11
1
-1
/
+2
*
- Correctly append tabs to binary/data cells when copying as tab-separated r...
rowanbeentje
2010-05-11
1
-1
/
+3
*
- Turn off app open panel setAllowMultipleSelection: changes, defaulting to ...
rowanbeentje
2010-05-11
1
-8
/
+3
*
- Corrected reloading of list of databases and list of tables; formerly, only...
drx777
2010-05-10
1
-4
/
+2
*
- A database with views caused copy DB to crash. Thus, views are for the time...
drx777
2010-05-10
1
-28
/
+21
*
- Fix a problem caused when trying to run custom queries terminated by a par...
rowanbeentje
2010-05-09
1
-0
/
+4
*
- In the CSV import field mapper controller, retain the primary key field to...
rowanbeentje
2010-05-09
1
-1
/
+3
*
- Update task progress spinner to draw on the main thread rather than a back...
rowanbeentje
2010-05-09
3
-30
/
+106
*
Rework alert sheets:
rowanbeentje
2010-05-09
25
-516
/
+588
*
Fix for Issue#667
mltownsend
2010-05-08
1
-5
/
+20
*
- Don't update table row count if table content is limited AND filtered; thi...
rowanbeentje
2010-05-04
1
-1
/
+1
*
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
*
• fixed formatting issues for entering a new auto_increment value in Table...
Bibiko
2010-05-04
1
-10
/
+24
*
Trim whitespace and newline characters from a table's comment returned by SPT...
stuconnolly
2010-05-03
1
-1
/
+2
*
- Fix quoting of various fields, including usernames and passwords
rowanbeentje
2010-05-03
3
-22
/
+62
*
Prefill duplicate database name field with current database name.
stuconnolly
2010-05-03
1
-1
/
+1
*
Fix errors count calculation when removing multiple table rows. Caused by [MC...
stuconnolly
2010-05-03
1
-9
/
+13
*
Review trigger fetching and storage:
rowanbeentje
2010-05-01
8
-144
/
+172
*
Perform additional index bounds checking before attempting to remove a table ...
stuconnolly
2010-04-30
1
-1
/
+5
*
Changed a couple of 'int' to NSInteger
mltownsend
2010-04-29
1
-2
/
+2
*
Perform index range checking before attempting to remove a table index. Fixes...
stuconnolly
2010-04-29
1
-2
/
+6
*
For add/rename/duplicate DB: check new name input for an existing db name and...
drx777
2010-04-29
1
-3
/
+3
*
Changed appearance of copy/rename DB to match that of copyTable.
drx777
2010-04-29
2
-7
/
+14
*
Disable copy/rename database in menu, if no database is selected
drx777
2010-04-29
1
-1
/
+3
*
Disables copy/rename confirmation buttons in copy/rename sheet if no name is ...
drx777
2010-04-29
1
-0
/
+8
*
Only switch to the renamed/duplicated database name, if the action was succes...
drx777
2010-04-29
3
-11
/
+19
*
Cleanup/simplification: using messageWindow property directly instead of the ...
drx777
2010-04-29
4
-25
/
+9
*
Now longer using [NSApp mainWindow] but a reference to the correct window for...
drx777
2010-04-29
7
-19
/
+12
*
Added class SPDBActionCommons providing common functionality to all derived D...
drx777
2010-04-29
10
-93
/
+102
*
removing debug output (NSLog calls)
drx777
2010-04-29
1
-2
/
+0
*
Duplicate/Rename DB: catch an unnecessary error message on canceling input sh...
drx777
2010-04-29
1
-2
/
+6
*
It would help if I actually used the correct keyword myself when setting SVN ...
stuconnolly
2010-04-29
2
-2
/
+2
*
- Fix CFRunLoopWakeUp crashes seen on 10.5.8 with SSH connections by running...
rowanbeentje
2010-04-28
1
-0
/
+4
*
* removed SPDatabaseCopyTest testCopyDatabaseTables which is out of place here
drx777
2010-04-28
3
-10
/
+42
*
SVN properties.
stuconnolly
2010-04-28
6
-6
/
+6
*
This changeset implements renaming and duplicating databases on a server. Det...
drx777
2010-04-28
10
-2
/
+860
*
Remeber to refresh the user manager's schemas table view when switching to th...
stuconnolly
2010-04-27
2
-1
/
+13
[next]