aboutsummaryrefslogtreecommitdiff
path: root/sx-site.el
Commit message (Collapse)AuthorAgeFilesLines
* Fix indentation following indent declaration.Jonathan Leech-Pepin2014-11-211-2/+2
|
* Merge branch 'master' into sx-method-auth. Conflicts have beenJonathan Leech-Pepin2014-11-211-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 -- #77Sean Allred2014-11-201-2/+2
| |
| * Documentation -- part threeSean Allred2014-11-181-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-Pepin2014-11-201-2/+1
| |
* | Uses of `sx-method-call` have been updated to use new format.Jonathan Leech-Pepin2014-11-201-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 commentSean Allred2014-11-141-1/+1
|
* Merge branch 'master' into network-listSean Allred2014-11-141-2/+6
|\ | | | | | | | | | | Conflicts: sx-filter.el sx-question.el
| * Fix documentationSean Allred2014-11-141-2/+1
| |
| * Implement basic site switchingSean Allred2014-11-141-0/+35
|
* Use smart cachingSean Allred2014-11-111-2/+9
|
* Add favorite sites customizationSean Allred2014-11-111-0/+5
|
* Include more fields in the sites filterSean Allred2014-11-111-1/+4
|
* Use narrow filter for site listSean Allred2014-11-101-2/+18
|
* Rename sx-network to sx-siteSean Allred2014-11-071-0/+36
According to the documentation, it's the appropriate terminology.