aboutsummaryrefslogtreecommitdiff
path: root/sx-site.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightsSean Allred2018-01-281-1/+1
|
* Hotfix Add site_url to sx-site-browse-filter. Fix #220Artur Malabarba2015-01-081-0/+1
|
* Use defconst instead of defvar where appropriate.Artur Malabarba2015-01-041-1/+1
| | | | Fix #200
* Provide commentaries for each fileSean Allred2015-01-041-0/+3
|
* Tree-style specification for filter-from-nilSean Allred2015-01-041-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' macroSean Allred2015-01-031-17/+8
|
* Introduce :page and :pagesize into sx-method-callSean Allred2015-01-031-1/+1
| | | | | | Default page size is 100 to reduce number of overall requests made. Fixes #190.
* Fix #111Sean Allred2014-11-271-1/+1
|
* 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.