| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab... | rowanbeentje | 2013-05-21 | 1 | -1/+1 |
* | Move the table triggers controller delegate methods to their own category. | stuconnolly | 2013-02-21 | 1 | -63/+1 |
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 1 | -7/+1 |
* | - Fix trigger edit failures not restoring the interface correctly, preventin... | rowanbeentje | 2013-01-21 | 1 | -35/+48 |
* | - Improve trigger adding and editing, re-opening the add/edit trigger window... | rowanbeentje | 2012-11-08 | 1 | -28/+43 |
* | Issue 1477: Trigger screen add bug | bamse16 | 2012-10-05 | 1 | -0/+6 |
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -12/+20 |
* | Make the trigger name field the initial first responder. | stuconnolly | 2012-06-15 | 1 | -1/+3 |
* | - Clean up SPMySQL and QueryKit inclusion and search methods, which should f... | rowanbeentje | 2012-03-27 | 1 | -1/+1 |
* | - Bring SPMySQL Framework integration branch up to date with trunk | rowanbeentje | 2012-03-05 | 1 | -1/+1 |
|\ |
|
* | | Warning: this branch commit is largely untested, and known to throw exception... | rowanbeentje | 2012-02-23 | 1 | -4/+5 |
|/ |
|
* | Minor tidy up. | stuconnolly | 2011-07-11 | 1 | -1/+1 |
* | Tidy up bundle editor UI. | stuconnolly | 2011-06-15 | 1 | -1/+0 |
* | - Add the ability to double-click in empty areas of the main tableviews to a... | rowanbeentje | 2011-04-25 | 1 | -0/+8 |
* | Fix more compiler warnings. | stuconnolly | 2011-03-14 | 1 | -8/+8 |
* | - Fix trigger deletion to use the correct trigger name | rowanbeentje | 2011-02-13 | 1 | -4/+5 |
* | - Revert r3187, which only masked an underlying bug and caused double column... | rowanbeentje | 2011-02-11 | 1 | -11/+21 |
* | - Split out all of SPExportController's delegate methods to their own category. | stuconnolly | 2010-10-24 | 1 | -1/+0 |
* | Considering nearly every class uses constants, import it via the prefix header. | stuconnolly | 2010-10-19 | 1 | -1/+0 |
* | Replace use of hardcoded strings with constants when working with trigger data. | stuconnolly | 2010-10-19 | 1 | -21/+33 |
* | Add a 'Edit Trigger' menu item to the trigger's table view context menu. | stuconnolly | 2010-10-19 | 1 | -79/+107 |
* | Because the process of editing a trigger involves droping and then re-creatin... | stuconnolly | 2010-10-19 | 1 | -38/+55 |
* | Various improvements to server capability/version checking, including: | stuconnolly | 2010-10-07 | 1 | -8/+3 |
* | • corrected switch() {} syntax | Bibiko | 2010-09-23 | 1 | -3/+8 |
* | • do not use title strings of NSPopupButtons for creating the CREATE TRIGGE... | Bibiko | 2010-09-21 | 1 | -105/+110 |
* | Tweak table triggers loading to only proceed for MySQL > 5; this finishes the... | rowanbeentje | 2010-07-20 | 1 | -1/+3 |
* | Added support for edit triggers. Doubleclick on a row and the Add trigger pop... | bamse16 | 2010-07-11 | 1 | -5/+88 |
* | Rename TableDocument to SPDatabaseDocument. | stuconnolly | 2010-05-28 | 1 | -1/+1 |
* | Rename TablesList to SPTablesList. | stuconnolly | 2010-05-27 | 1 | -1/+1 |
* | Initial implementation of tabs: | rowanbeentje | 2010-05-23 | 1 | -2/+2 |
* | Rework alert sheets: | rowanbeentje | 2010-05-09 | 1 | -2/+2 |
* | Review trigger fetching and storage: | rowanbeentje | 2010-05-01 | 1 | -50/+45 |
* | changed many occurrences of "REMOVE" to "DELETE", eg. "DELETE DATABASE" | jakob | 2010-04-22 | 1 | -2/+2 |
* | If the user is viewing the triggers table and then switches to either a proc ... | stuconnolly | 2010-03-31 | 1 | -0/+9 |
* | - Make [MCPConnection getLastErrorMessage] more consistent by always returni... | rowanbeentje | 2010-03-25 | 1 | -5/+2 |
* | General tidy up, with a focus on consolidating more constants in SPConstants.... | stuconnolly | 2010-03-24 | 1 | -1/+1 |
* | - Remove observers for key paths when dealloc'ing objects to fix later crash... | rowanbeentje | 2010-03-23 | 1 | -0/+1 |
* | Add support for printing the table triggers view as well some HTML generation... | stuconnolly | 2010-03-13 | 1 | -0/+43 |
* | Disable the addition of triggers on versions of MySQL less than 5.0.2 when su... | stuconnolly | 2010-02-07 | 1 | -14/+35 |
* | Complete the implementation of the management of table triggers (accessible v... | stuconnolly | 2010-02-06 | 1 | -165/+84 |
* | Added preliminary support for triggers. You can access the tab via the | bamse16 | 2010-01-31 | 1 | -0/+515 |