| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | • CSV Import Field Mapper | Bibiko | 2010-02-18 | 4 | -3/+61 |
* | • TableDump | Bibiko | 2010-02-17 | 2 | -25/+18 |
* | • further progress for 'add global source value' | Bibiko | 2010-02-17 | 4 | -95/+255 |
* | • csv file import mapper | Bibiko | 2010-02-17 | 4 | -11/+28 |
* | • csv field mapper | Bibiko | 2010-02-16 | 2 | -5/+53 |
* | • csv field mapper | Bibiko | 2010-02-16 | 2 | -3/+34 |
* | • csv field mapper | Bibiko | 2010-02-16 | 2 | -6/+45 |
* | • removed arrows | Bibiko | 2010-02-16 | 2 | -7/+19 |
* | • field mapper controller | Bibiko | 2010-02-16 | 3 | -9/+19 |
* | • re-factored and outsourced the entire CSV import field mapper sheet | Bibiko | 2010-02-16 | 4 | -281/+376 |
* | • some further progress for the new csv import field mapper sheet | Bibiko | 2010-02-15 | 2 | -6/+45 |
* | • corrected regexp for parsing text macro snippets | Bibiko | 2010-02-15 | 1 | -3/+3 |
* | Made Available Privs table not enabled unless a schema is selected. | mltownsend | 2010-02-14 | 1 | -1/+5 |
* | • improved text macro snippet behaviour | Bibiko | 2010-02-13 | 4 | -48/+90 |
* | - Implement result view saving in a more general way within CustomQuery; now... | rowanbeentje | 2010-02-11 | 2 | -20/+102 |
* | - Tweak SPFavoriteTextFieldCell, releasing the hostname on dealloc and retai... | rowanbeentje | 2010-02-11 | 1 | -1/+4 |
* | Made it so that the host can't be null. Goes to '%' by default. | mltownsend | 2010-02-10 | 3 | -1/+13 |
* | Fix a number of memory leaks, and over-releases, as both a result of manual i... | rowanbeentje | 2010-02-10 | 10 | -19/+30 |
* | Fixed some issues with the drop user/drop host commands in the user manager | mltownsend | 2010-02-09 | 4 | -7/+28 |
* | - Save and restore content table sorting, filter criteria, scroll position a... | rowanbeentje | 2010-02-09 | 3 | -1/+57 |
* | Fix bug where adding a user, setting name and password, then immediately hitt... | mltownsend | 2010-02-08 | 2 | -15/+32 |
* | Disable the addition of triggers on versions of MySQL less than 5.0.2 when su... | stuconnolly | 2010-02-07 | 2 | -14/+40 |
* | - Trigger a full table reload when the table type is changed; makes relation... | rowanbeentje | 2010-02-06 | 2 | -2/+4 |
* | Localize delete relation context menu item, update Localizable.strings and us... | stuconnolly | 2010-02-06 | 2 | -3/+3 |
* | Complete the implementation of the management of table triggers (accessible v... | stuconnolly | 2010-02-06 | 5 | -186/+104 |
* | • initial implementation of bash execution inside ${x:…} snippets | Bibiko | 2010-02-06 | 1 | -25/+52 |
* | • further preparations to allow to run any bash command(s) incl. any script... | Bibiko | 2010-02-06 | 2 | -0/+59 |
* | • improved completion behaviour of suggestions containing spaces; a second ... | Bibiko | 2010-02-05 | 2 | -5/+12 |
* | • some further work at the new field mapper sheet | Bibiko | 2010-02-05 | 4 | -12/+38 |
* | (no commit message) | Bibiko | 2010-02-05 | 1 | -5/+7 |
* | • fixed endless loop if user selects a table whose name contains chars whic... | Bibiko | 2010-02-05 | 2 | -2/+6 |
* | • fixed synchronisation of history lists if more than one instance of the s... | Bibiko | 2010-02-05 | 3 | -32/+25 |
* | • forgotten to remove debug logs | Bibiko | 2010-02-05 | 1 | -2/+0 |
* | • refactored the entire history logic in Custom Query | Bibiko | 2010-02-05 | 4 | -31/+107 |
* | - Rework SPSQLParser, extending DELIMITER support into all the original func... | rowanbeentje | 2010-02-05 | 8 | -369/+313 |
* | Fix for issue #560. Still needs validation on hitting Apply, but fixes the i... | mltownsend | 2010-02-04 | 2 | -4/+59 |
* | • fixed undo behaviour of insertion of history/query favs | Bibiko | 2010-02-04 | 2 | -5/+17 |
* | Patch to filter available privs by what the server supports | mltownsend | 2010-02-03 | 1 | -2/+1 |
* | • improved error handling in Structure View for adding/renaming/removing a ... | Bibiko | 2010-02-03 | 3 | -4/+37 |
* | • field mapping sheet is now document-modal instead of blocking SP entirely | Bibiko | 2010-02-03 | 4 | -11/+71 |
* | Fixed refresh problem on the schema privs | mltownsend | 2010-02-03 | 1 | -0/+3 |
* | - When copying (as TSV) or dragging rows, copy BLOBs and binary TEXTs as the... | rowanbeentje | 2010-02-03 | 1 | -6/+21 |
* | Moved the schema priv tab over and selected first host if user is selected wh... | mltownsend | 2010-02-02 | 1 | -1/+2 |
* | Fix weird issue with lines not compiling in release mode. | mltownsend | 2010-02-02 | 1 | -4/+4 |
* | Refresh function added to user manager. | mltownsend | 2010-02-02 | 1 | -6/+7 |
* | • further work on SPFieldMapperController | Bibiko | 2010-02-02 | 2 | -2/+136 |
* | • CMTextView | Bibiko | 2010-02-02 | 1 | -1/+4 |
* | • fixed partially syntax highlighting for very very long lines | Bibiko | 2010-02-02 | 1 | -7/+25 |
* | • added key-shortcut ⌘= to make the textview size larger | Bibiko | 2010-02-02 | 2 | -27/+46 |
* | First stab at Schema Privileges. A UI redesign is on its way. Please test o... | mltownsend | 2010-02-02 | 5 | -10/+375 |