Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move table content filter logic to it's own file. | stuconnolly | 2012-08-15 | 1 | -5/+6 |
| | |||||
* | * Restore filter window functionality | dmoagx | 2012-07-25 | 1 | -1/+1 |
| | |||||
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -3/+3 |
| | |||||
* | - Clean up SPMySQL and QueryKit inclusion and search methods, which should ↵ | rowanbeentje | 2012-03-27 | 1 | -2/+1 |
| | | | | | | | fix nightly builds - Fix warnings | ||||
* | - When exporting a query result or filtered table view make sure we're ↵ | stuconnolly | 2012-03-20 | 1 | -0/+183 |
including the entire content of BLOBs, not just what we display. Fixes issue #1124. - Move SPTableContent's table view datasource and delegate methods to separate categories in order to reduce it's size. |