| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | • added internal JavaScript function window.system.closeHTMLOutputWindow() | Bibiko | 2011-01-07 | 1 | -0/+15 |
| * | • improved installation routine for Default Bundles | Bibiko | 2011-01-07 | 1 | -75/+67 |
| * | • trial to fix boundsDidChangeNotification for logs 1894, 1900, 1901 | Bibiko | 2011-01-06 | 2 | -6/+6 |
| * | - Now the connection process is threaded, remove manual display calls when u... | rowanbeentje | 2011-01-06 | 1 | -5/+0 |
| * | - Improve on r3070 by also adding .crt extension support in the favourites | rowanbeentje | 2011-01-05 | 1 | -2/+2 |
| * | • some minor code cleaning | Bibiko | 2011-01-05 | 2 | -7/+5 |
| * | • improved Default Bundle management for installation, updating, undeletion | Bibiko | 2011-01-05 | 2 | -108/+117 |
| * | • fixed bug for re-copying default bundles after launching SP | Bibiko | 2011-01-05 | 1 | -2/+2 |
| * | • further fix for updating default Bundles after SP update | Bibiko | 2011-01-05 | 1 | -0/+3 |
| * | • fixed bug for copying default bundles after SP update | Bibiko | 2011-01-05 | 1 | -2/+0 |
| * | • fixed bug for Bundle commands to detect if current textview is the Query ... | Bibiko | 2011-01-05 | 1 | -1/+1 |
| * | • enabled Bundle main menu | Bibiko | 2011-01-05 | 2 | -0/+12 |
| * | - Add .crt to certificate/SSL certificate extension list | rowanbeentje | 2011-01-05 | 1 | -2/+2 |
| * | - Fix SSH tunnels for connections with non-Latin characters in their name | rowanbeentje | 2011-01-04 | 3 | -21/+17 |
| * | - Rework the Add Index indexes menu and the auto_increment index required me... | rowanbeentje | 2011-01-04 | 4 | -17/+67 |
| * | - Alter bundle search paths to no longer add a blank location as the first o... | rowanbeentje | 2011-01-03 | 1 | -4/+5 |
| * | • cleaned code for NSPropertyListSerialization while reloadBundles (thanks ... | Bibiko | 2011-01-03 | 1 | -17/+9 |
| * | • forgot to remove debug logs of previous commit | Bibiko | 2011-01-03 | 1 | -77/+75 |
| * | • changed the way to check for available update of Default Bundles | Bibiko | 2011-01-03 | 4 | -17/+14 |
| * | • fixed by mistake setting of initialField to nil instead of initialFiledNa... | Bibiko | 2011-01-03 | 1 | -1/+1 |
* | | Fix and enable drag and drop in the connection favorites outline view. | stuconnolly | 2011-01-26 | 2 | -36/+80 |
* | | Add a -description method to SPTreeNode to aid debugging. | stuconnolly | 2011-01-17 | 1 | -11/+15 |
* | | Fix a bug that resulting in some favorite nodes being incorrectly identified ... | stuconnolly | 2011-01-12 | 1 | -2/+0 |
* | | Revert r3060. | stuconnolly | 2011-01-03 | 2 | -2/+0 |
* | | Add spFavs extension constants. | stuconnolly | 2011-01-02 | 2 | -0/+2 |
* | | Bring fravorites outline view branch up to date with trunk (r3036:3058). | stuconnolly | 2010-12-28 | 19 | -310/+729 |
|\| |
|
| * | Protect against potentially over-releasing. | stuconnolly | 2010-12-28 | 1 | -1/+1 |
| * | When opening the add index sheet, the initial suggested field should be one t... | stuconnolly | 2010-12-27 | 1 | -1/+23 |
| * | • added first Default Bundle and procedure to copy them into BUILD_PRODUCT/... | Bibiko | 2010-12-27 | 1 | -1/+1 |
| * | When adding a new index, exclude fields that have already been added from the... | stuconnolly | 2010-12-26 | 1 | -2/+6 |
| * | * Provide more context for Bundle Editor localizable messages (leaves one iss... | dmoagx | 2010-12-26 | 3 | -94/+100 |
| * | When adding a new index, as well as checking for an existing primary key also... | stuconnolly | 2010-12-25 | 1 | -4/+18 |
| * | • implemented undeletion of default Bundles | Bibiko | 2010-12-22 | 5 | -15/+102 |
| * | - Fix issues with user management and GRANT OPTION - when applying all privi... | rowanbeentje | 2010-12-22 | 1 | -42/+72 |
| * | • fixed issue form redirecting output actions via exit codes if Bundle's de... | Bibiko | 2010-12-21 | 7 | -21/+24 |
| * | • added sequelpro URL scheme command sequelpro://$SP_PROCESS_ID@chooseItemF... | Bibiko | 2010-12-21 | 1 | -0/+27 |
| * | • fixed issue for duplicating a Bundle (the new UUID will be saved immediat... | Bibiko | 2010-12-21 | 2 | -33/+77 |
| * | • fixes issue while updating a Bundle - move the folder to Trash not only t... | Bibiko | 2010-12-21 | 1 | -1/+1 |
| * | - Fix split view overlap on the custom query view cuasing lines on scrolling... | rowanbeentje | 2010-12-21 | 2 | -1/+30 |
| * | • further preparations for default Bundles management | Bibiko | 2010-12-20 | 2 | -12/+51 |
| * | • preparations for managing default Bundles which will ship with SP | Bibiko | 2010-12-20 | 4 | -85/+218 |
| * | Address Issue #857: | rowanbeentje | 2010-12-20 | 4 | -36/+10 |
| * | - Fix duplicate/parallel connection attempts when double-clicking on the sel... | rowanbeentje | 2010-12-19 | 2 | -4/+5 |
| * | - Improve SPLogger to fix log issues when using SPLogger from multiple exect... | rowanbeentje | 2010-12-19 | 1 | -1/+4 |
| * | * Recognize "performance_schema" as system DB (added in 5.5) | dmoagx | 2010-12-18 | 3 | -7/+15 |
* | | Remove old favorites constant. | stuconnolly | 2010-12-19 | 4 | -17/+14 |
* | | Improve favorite tooltips. | stuconnolly | 2010-12-17 | 1 | -1/+1 |
* | | Bring outline view branch up to date with trunk (r3030:3035). | stuconnolly | 2010-12-17 | 8 | -59/+363 |
|\| |
|
| * | • minor improvements, commenting, cleaning for URL scheme commands | Bibiko | 2010-12-17 | 2 | -28/+19 |
| * | • improved timing behaviour for a SPDatabaseDocument if it receives a seque... | Bibiko | 2010-12-17 | 2 | -5/+20 |