| Commit message (Expand) | Author | Age | Files | Lines |
* | - Branch (correct) 0.9.8 release for patching | rowanbeentje | 2010-08-01 | 90 | -9514/+1095 |
|\ |
|
| * | - Merge in r2209release-0.9.8 | rowanbeentje | 2010-05-04 | 1 | -10/+23 |
| * | - Merge in fixes from trunk for final release - incoporates r2175, r2177, r2... | rowanbeentje | 2010-05-03 | 8 | -74/+172 |
| * | - Make a tiny fix to avoid memory overrelease issues | rowanbeentje | 2010-04-24 | 1 | -1/+1 |
| * | Merge in a number of fixes from trunk (r2065, r2066, r2067, r2068, r2069, r20... | rowanbeentje | 2010-04-24 | 39 | -2146/+1073 |
| * | - Merge in r2061 and r2062 prior to the release candidate | rowanbeentje | 2010-04-03 | 2 | -3/+3 |
| * | - Tag the 0.9.8 release | rowanbeentje | 2010-04-02 | 0 | -0/+0 |
* | | - Branch 0.9.8 release for patching | rowanbeentje | 2010-07-31 | 0 | -0/+0 |
* | | • fixed formatting issues for entering a new auto_increment value in Table... | Bibiko | 2010-05-04 | 1 | -10/+24 |
* | | - Added OCMock.framework for unittests using mock objects | drx777 | 2010-05-03 | 14 | -4/+224 |
* | | 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 | 4 | -46/+81 |
* | | 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 | 9 | -202/+289 |
* | | 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 | 3 | -142/+131 |
* | | 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 | 2 | -17/+13 |
* | | Only switch to the renamed/duplicated database name, if the action was succes... | drx777 | 2010-04-29 | 5 | -13/+21 |
* | | 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 | 11 | -93/+108 |
* | | 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 |
* | | Missed a few files in previous commit. | stuconnolly | 2010-04-29 | 0 | -0/+0 |
* | | It would help if I actually used the correct keyword myself when setting SVN ... | stuconnolly | 2010-04-29 | 2 | -2/+2 |
* | | Attempt to fix SVN poperties. | stuconnolly | 2010-04-29 | 0 | -0/+0 |
* | | - 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 | 9 | -46/+145 |
* | | Menu item reordering. | stuconnolly | 2010-04-28 | 1 | -22/+80 |
* | | SVN properties. | stuconnolly | 2010-04-28 | 10 | -10/+10 |
* | | This changeset implements renaming and duplicating databases on a server. Det... | drx777 | 2010-04-28 | 23 | -54/+2239 |
* | | Added myself to the list of devs, testing svn commit access | drx777 | 2010-04-28 | 1 | -3/+6 |
* | | - Upgrade MySQL libraries to 5.1.46 (was 5.1.44) | rowanbeentje | 2010-04-27 | 4 | -3/+3 |
* | | Remeber to refresh the user manager's schemas table view when switching to th... | stuconnolly | 2010-04-27 | 3 | -24/+69 |
* | | Add extra connection checking at multiple stages of getting the server's proc... | stuconnolly | 2010-04-27 | 2 | -16/+21 |
* | | Correctly quote database name when GRANT'ing and REVOK'ing privileges. Fixes ... | stuconnolly | 2010-04-27 | 1 | -2/+2 |
* | | - Improve threading of SPFileHandle to achieve much faster writing due to in... | rowanbeentje | 2010-04-26 | 2 | -9/+31 |
* | | Enable all *reasonable* warnings for all build configurations and fix a few o... | stuconnolly | 2010-04-26 | 8 | -7/+95 |
* | | Add the option to set whether or not old leaks logs are deleted. | stuconnolly | 2010-04-25 | 2 | -37/+43 |
* | | Dump leaks logs to the user's desktop, falling back to /tmp if not possible. | stuconnolly | 2010-04-25 | 1 | -12/+40 |
* | | Enhance SPLogger by adding the ability to run leaks() against the application... | stuconnolly | 2010-04-24 | 3 | -42/+162 |
* | | Bunch of improvements to the serve processes panel, including: | stuconnolly | 2010-04-24 | 7 | -110/+1045 |
* | | Merge in minor fixes from 0.9.8 RC merge review: | rowanbeentje | 2010-04-24 | 2 | -2/+4 |
* | | - Ensure that Growl notifications are made from the main thread. This addre... | rowanbeentje | 2010-04-23 | 1 | -0/+8 |
* | | Perform bounds checking in the process list controller's table view data sour... | stuconnolly | 2010-04-23 | 1 | -2/+2 |