Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hotfix Add site_url to sx-site-browse-filter. Fix #220 | Artur Malabarba | 2015-01-08 | 1 | -0/+1 |
| | |||||
* | Use defconst instead of defvar where appropriate. | Artur Malabarba | 2015-01-04 | 1 | -1/+1 |
| | | | | Fix #200 | ||||
* | Provide commentaries for each file | Sean Allred | 2015-01-04 | 1 | -0/+3 |
| | |||||
* | Tree-style specification for filter-from-nil | Sean Allred | 2015-01-04 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | Instead of saying (field-a field-b object-a.subfield field-c object-b.subfield-a object-b.subfield-b) you can rather say (field-a field-b (object-a subfield) field-c (object-b subfield-a subfield-b)) To avoid a dependency loop, sx-browse-filter has been moved to sx-filter.el. | ||||
* | Use new `sx-filter-from-nil' macro | Sean Allred | 2015-01-03 | 1 | -17/+8 |
| | |||||
* | Introduce :page and :pagesize into sx-method-call | Sean Allred | 2015-01-03 | 1 | -1/+1 |
| | | | | | | Default page size is 100 to reduce number of overall requests made. Fixes #190. | ||||
* | Fix #111 | Sean Allred | 2014-11-27 | 1 | -1/+1 |
| | |||||
* | Fix indentation following indent declaration. | Jonathan Leech-Pepin | 2014-11-21 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into sx-method-auth. Conflicts have been | Jonathan Leech-Pepin | 2014-11-21 | 1 | -4/+6 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | resolved. Logic and functions have been kept from the `cl-defun` `sx-method-call` while docstrings have been updated as per #77 when possible. Conflicts: sx-auth.el sx-method.el sx-question.el sx-request.el | ||||
| * | GitHub comments -- #77 | Sean Allred | 2014-11-20 | 1 | -2/+2 |
| | | |||||
| * | Documentation -- part three | Sean Allred | 2014-11-18 | 1 | -4/+6 |
| | | | | | | | | Source code is documented to the best of my knowledge and understanding. | ||||
* | | Fix auth settings in calls. Do not use 'warn in non-interactive commands. | Jonathan Leech-Pepin | 2014-11-20 | 1 | -2/+1 |
| | | |||||
* | | Uses of `sx-method-call` have been updated to use new format. | Jonathan Leech-Pepin | 2014-11-20 | 1 | -3/+4 |
|/ | | | | | | | | sx-question now includes 2 authentication requiring parameters, `question.upvoted` and `question.downvoted`. These will only be used if access token exists. sx-favorites still uses site-workaround pending #82. | ||||
* | Fix comment | Sean Allred | 2014-11-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into network-list | Sean Allred | 2014-11-14 | 1 | -2/+6 |
|\ | | | | | | | | | | | Conflicts: sx-filter.el sx-question.el | ||||
| * | Fix documentation | Sean Allred | 2014-11-14 | 1 | -2/+1 |
| | | |||||
| * | Implement basic site switching | Sean Allred | 2014-11-14 | 1 | -0/+35 |
| | |||||
* | Use smart caching | Sean Allred | 2014-11-11 | 1 | -2/+9 |
| | |||||
* | Add favorite sites customization | Sean Allred | 2014-11-11 | 1 | -0/+5 |
| | |||||
* | Include more fields in the sites filter | Sean Allred | 2014-11-11 | 1 | -1/+4 |
| | |||||
* | Use narrow filter for site list | Sean Allred | 2014-11-10 | 1 | -2/+18 |
| | |||||
* | Rename sx-network to sx-site | Sean Allred | 2014-11-07 | 1 | -0/+36 |
According to the documentation, it's the appropriate terminology. |