aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Branch (correct) 0.9.8 release for patchingrowanbeentje2010-08-0190-9514/+1095
|\
| * - Merge in r2209release-0.9.8rowanbeentje2010-05-041-10/+23
| * - Merge in fixes from trunk for final release - incoporates r2175, r2177, r2...rowanbeentje2010-05-038-74/+172
| * - Make a tiny fix to avoid memory overrelease issuesrowanbeentje2010-04-241-1/+1
| * Merge in a number of fixes from trunk (r2065, r2066, r2067, r2068, r2069, r20...rowanbeentje2010-04-2439-2146/+1073
| * - Merge in r2061 and r2062 prior to the release candidaterowanbeentje2010-04-032-3/+3
| * - Tag the 0.9.8 releaserowanbeentje2010-04-020-0/+0
* | - Branch 0.9.8 release for patchingrowanbeentje2010-07-310-0/+0
* | • fixed formatting issues for entering a new auto_increment value in Table...Bibiko2010-05-041-10/+24
* | - Added OCMock.framework for unittests using mock objectsdrx7772010-05-0314-4/+224
* | Trim whitespace and newline characters from a table's comment returned by SPT...stuconnolly2010-05-031-1/+2
* | - Fix quoting of various fields, including usernames and passwordsrowanbeentje2010-05-034-46/+81
* | Prefill duplicate database name field with current database name.stuconnolly2010-05-031-1/+1
* | Fix errors count calculation when removing multiple table rows. Caused by [MC...stuconnolly2010-05-031-9/+13
* | Review trigger fetching and storage:rowanbeentje2010-05-019-202/+289
* | Perform additional index bounds checking before attempting to remove a table ...stuconnolly2010-04-301-1/+5
* | Changed a couple of 'int' to NSIntegermltownsend2010-04-291-2/+2
* | Perform index range checking before attempting to remove a table index. Fixes...stuconnolly2010-04-291-2/+6
* | For add/rename/duplicate DB: check new name input for an existing db name and...drx7772010-04-291-3/+3
* | Changed appearance of copy/rename DB to match that of copyTable. drx7772010-04-293-142/+131
* | Disable copy/rename database in menu, if no database is selecteddrx7772010-04-291-1/+3
* | Disables copy/rename confirmation buttons in copy/rename sheet if no name is ...drx7772010-04-292-17/+13
* | Only switch to the renamed/duplicated database name, if the action was succes...drx7772010-04-295-13/+21
* | Cleanup/simplification: using messageWindow property directly instead of the ...drx7772010-04-294-25/+9
* | Now longer using [NSApp mainWindow] but a reference to the correct window for...drx7772010-04-297-19/+12
* | Added class SPDBActionCommons providing common functionality to all derived D...drx7772010-04-2911-93/+108
* | removing debug output (NSLog calls)drx7772010-04-291-2/+0
* | Duplicate/Rename DB: catch an unnecessary error message on canceling input sh...drx7772010-04-291-2/+6
* | Missed a few files in previous commit.stuconnolly2010-04-290-0/+0
* | It would help if I actually used the correct keyword myself when setting SVN ...stuconnolly2010-04-292-2/+2
* | Attempt to fix SVN poperties.stuconnolly2010-04-290-0/+0
* | - Fix CFRunLoopWakeUp crashes seen on 10.5.8 with SSH connections by running...rowanbeentje2010-04-281-0/+4
* | * removed SPDatabaseCopyTest testCopyDatabaseTables which is out of place heredrx7772010-04-289-46/+145
* | Menu item reordering.stuconnolly2010-04-281-22/+80
* | SVN properties.stuconnolly2010-04-2810-10/+10
* | This changeset implements renaming and duplicating databases on a server. Det...drx7772010-04-2823-54/+2239
* | Added myself to the list of devs, testing svn commit accessdrx7772010-04-281-3/+6
* | - Upgrade MySQL libraries to 5.1.46 (was 5.1.44)rowanbeentje2010-04-274-3/+3
* | Remeber to refresh the user manager's schemas table view when switching to th...stuconnolly2010-04-273-24/+69
* | Add extra connection checking at multiple stages of getting the server's proc...stuconnolly2010-04-272-16/+21
* | Correctly quote database name when GRANT'ing and REVOK'ing privileges. Fixes ...stuconnolly2010-04-271-2/+2
* | - Improve threading of SPFileHandle to achieve much faster writing due to in...rowanbeentje2010-04-262-9/+31
* | Enable all *reasonable* warnings for all build configurations and fix a few o...stuconnolly2010-04-268-7/+95
* | Add the option to set whether or not old leaks logs are deleted.stuconnolly2010-04-252-37/+43
* | Dump leaks logs to the user's desktop, falling back to /tmp if not possible.stuconnolly2010-04-251-12/+40
* | Enhance SPLogger by adding the ability to run leaks() against the application...stuconnolly2010-04-243-42/+162
* | Bunch of improvements to the serve processes panel, including:stuconnolly2010-04-247-110/+1045
* | Merge in minor fixes from 0.9.8 RC merge review:rowanbeentje2010-04-242-2/+4
* | - Ensure that Growl notifications are made from the main thread. This addre...rowanbeentje2010-04-231-0/+8
* | Perform bounds checking in the process list controller's table view data sour...stuconnolly2010-04-231-2/+2