| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
Fix #200
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
sx-cache.el
sx-encoding.el
sx-favorites.el
sx-filter.el
sx-interaction.el
sx-method.el
sx-question-list.el
sx-question-mode.el
sx-question-print.el
sx-question.el
sx-tab.el
sx-time.el
sx.el
|
| |
| |
| |
| |
| | |
- Move lexical-binding to top of file; fixes #123
- Use indent-tabs-mode: nil for all files
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/ |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
Turned (sx-network--ensure-user) into (sx-network--initialize) and added
as hook for initialization.
|
|
|
|
| |
Use sharp quote for function.
|
|
|
|
|
|
|
|
|
| |
(sx-network--get-associated): Ensure user-sites is also set when
retrieving cache.
(sx-network--ensure-user): Simplify. Used to ensure cache is loaded
before attempting to use it.
Fix quoted lambda in sx-network--map-site-url-to-site-api.
|
|
|
|
|
|
| |
sx-cache-set.
Fix provides lines (missed quote on symbol).
|
|
|
|
|
| |
- sx-network--user-information is a var not a function
- remember to setq sx-network--user-sites.
|
| |
|
|
sx-network--user-information: User query from site.
sx-network--user-sites: List of sites user is active on for use when
querying sites.
(sx-network--ensure-user): Ensures network-user cache is available for
use.
(sx-network--update): Retrieve most recent network user information.
|