| Commit message (Expand) | Author | Age | Files | Lines |
* | - Apply schlabberdog's fix for log #3969, addressing Issue #1647 | rowanbeentje | 2013-03-05 | 1 | -0/+5 |
* | - End editing for deleting content filter or query favourites, addressing ex... | rowanbeentje | 2013-03-05 | 2 | -0/+8 |
* | - Add support for export path tokens containing non-alphanumeric characters,... | rowanbeentje | 2013-03-04 | 2 | -14/+68 |
* | - Detect deleted or non-writable folders for export targets and give appropr... | rowanbeentje | 2013-03-03 | 1 | -4/+34 |
* | - Alter the database creation sheet to correctly use the selected new databa... | rowanbeentje | 2013-03-02 | 2 | -39/+16 |
* | - Fix handling of primary keys listing multiple fields of which an early fie... | rowanbeentje | 2013-03-01 | 1 | -1/+1 |
* | - Fix escaping of backlsashes in non-LIKE clauses, addressing string matchin... | rowanbeentje | 2013-02-28 | 1 | -12/+21 |
* | Move the table triggers controller delegate methods to their own category. | stuconnolly | 2013-02-21 | 3 | -63/+138 |
* | Fix build. | stuconnolly | 2013-02-21 | 2 | -6/+11 |
* | - When favorites in the connection view gave no password, no longer set the ... | rowanbeentje | 2013-02-21 | 5 | -3/+65 |
* | - Fix handling of double-dash style comments within field names, addressing ... | rowanbeentje | 2013-02-20 | 1 | -2/+3 |
* | - Default to disabling SSH multiplexing to avoid connection issues as per Is... | rowanbeentje | 2013-02-20 | 5 | -11/+7 |
* | - Fix crashes when importing favorites on the connection view, addressing Is... | rowanbeentje | 2013-02-19 | 2 | -5/+16 |
* | - Add a check for SPNotLoaded values when automatically generating new table... | rowanbeentje | 2013-02-18 | 1 | -1/+1 |
* | Fix some 10.8 warnings. | stuconnolly | 2013-02-17 | 2 | -5/+7 |
* | Fix remaining 10.6/7 build warnings. | stuconnolly | 2013-02-17 | 7 | -50/+53 |
* | Minor tidy up. | stuconnolly | 2013-02-17 | 2 | -11/+11 |
* | Fix more warnings. | stuconnolly | 2013-02-17 | 3 | -43/+57 |
* | Fix warnings by not using id for IB outlet references. | stuconnolly | 2013-02-17 | 2 | -39/+37 |
* | Fix more wanrings by creating a protocol that delegates of the copy table sho... | stuconnolly | 2013-02-16 | 13 | -48/+97 |
* | Fix build error with synthesized property affecting only release build of Coda | sqlprodev | 2013-02-14 | 2 | -2/+2 |
* | Changing SP_REFACTOR macro to SP_CODA | sqlprodev | 2013-02-14 | 58 | -1353/+1355 |
* | Changes required to merge Sequel Pro r4011 into Coda | sqlprodev | 2013-02-14 | 22 | -83/+218 |
* | - Merge in changes from 1.0.x release branch to trunk | rowanbeentje | 2013-02-13 | 4 | -16/+20 |
|\ |
|
| * | - Fix warnings and logic bugs; thanks to Steven Frank for highlighting these | rowanbeentje | 2013-02-12 | 2 | -3/+16 |
| * | - Allow all filenames/types in SSH and SSL key/cert selection dialogs, to fi...release-1.0.1 | rowanbeentje | 2013-01-29 | 1 | -11/+2 |
| * | - Fix a bounds check causing the preferences upgrade routine to fail in edge... | rowanbeentje | 2013-01-29 | 1 | -2/+2 |
* | | * Fixes #1605 | dmoagx | 2013-02-09 | 3 | -4/+4 |
* | | Fix more warnings. | stuconnolly | 2013-02-02 | 3 | -5/+5 |
* | | * Fixes #1568 (Enter key was linked to "Run All" while displayed as linked to... | dmoagx | 2013-02-01 | 1 | -1/+1 |
* | | Move the flex parsing function definitions to their own file so they're not d... | stuconnolly | 2013-01-25 | 5 | -47/+50 |
* | | Fix more warnings. | stuconnolly | 2013-01-25 | 3 | -13/+24 |
* | | Fix more warnings. | stuconnolly | 2013-01-25 | 2 | -18/+21 |
* | | Fix more warnings. | stuconnolly | 2013-01-25 | 6 | -49/+52 |
* | | - Fix connection view favourites outline view layout issues on 10.7+ followi... | rowanbeentje | 2013-01-25 | 1 | -7/+15 |
* | | Fix memory leak. | stuconnolly | 2013-01-24 | 1 | -1/+26 |
* | | Fix more warnings. | stuconnolly | 2013-01-24 | 6 | -28/+21 |
* | | Fix warnings due to not conforming to 10.6 protocols. | stuconnolly | 2013-01-24 | 19 | -47/+20 |
|/ |
|
* | Tidy up custom query header. | stuconnolly | 2013-01-23 | 1 | -23/+20 |
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 51 | -443/+340 |
* | Tidy up. | stuconnolly | 2013-01-22 | 1 | -1/+5 |
* | Fix Issue #1527, weird display artifacts when reordering custom query results... | rowanbeentje | 2013-01-22 | 1 | -2/+2 |
* | - Fix trigger edit failures not restoring the interface correctly, preventin... | rowanbeentje | 2013-01-21 | 1 | -35/+48 |
* | Window controller tidy up. | stuconnolly | 2013-01-21 | 1 | -89/+132 |
* | - Fix a problem where the row count for InnoDB would not be displayed as an ... | rowanbeentje | 2013-01-21 | 9 | -52/+106 |
* | Fix broken documentation links. | stuconnolly | 2013-01-20 | 1 | -2/+2 |
* | Small table info tidy up. | stuconnolly | 2013-01-17 | 2 | -51/+80 |
* | Issue #1422: Update the user manager's resource limit formatters to have a mi... | stuconnolly | 2013-01-17 | 1 | -3/+10 |
* | - Move the old com.google.code.sequel-pro.plist preference list to the trash... | rowanbeentje | 2013-01-16 | 1 | -0/+12 |
* | Small tweak to the bundle identifier migration function to prevent releasing ... | stuconnolly | 2013-01-12 | 1 | -9/+13 |