Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix sx-tag--get-all | Sean Allred | 2015-01-02 | 1 | -5/+8 |
| | | | | | | | | | | Instead of returning (((name . "tag")) ((name . "tag"))), return ("tag" "tag") | ||||
* | Grab as many tags at a time as possible | Sean Allred | 2015-01-02 | 1 | -1/+2 |
| | | | | This might need to be refactored into :get-all or request-all. | ||||
* | Hotfix oversight | Sean Allred | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | Implement sx-tag--get-all | Sean Allred | 2015-01-02 | 1 | -0/+7 |
| | |||||
* | Fix sx-tag-filter | Sean Allred | 2015-01-02 | 1 | -1/+3 |
| | | | | | | It wasn't returning any .items because it wasn't included in the filter. This commit also introduces a convenience macro in sx-filter to avoid this scenario in the future. | ||||
* | Trailing whitespace | Sean Allred | 2015-01-02 | 1 | -2/+2 |
| | |||||
* | Create sx-tag file | Artur Malabarba | 2014-12-05 | 1 | -0/+69 |