aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fix filter logic to account for alist of properties.Jonathan Leech-Pepin2014-11-201-11/+22
| | | | | | | | | | | | | | | | | | | | | sx-auth-filter-auth now returns a filter that will not require auth for use when auth not available. Add a few known auth-required types.
| * | Implement checking for filter and method authentication requirement.Jonathan Leech-Pepin2014-11-191-0/+68
| | | | | | | | | | | | | | | Currently no filter items are defined pending confirmation of which require it.
* | | Merge pull request #87 from vermiculus/dont-derive-markdownSean Allred2014-11-211-1/+2
|\ \ \ | | | | | | | | Don't derive from `markdown-mode`
| * | | Patch faulty separatorArtur Malabarba2014-11-211-0/+1
| | | |
| * | | Derive special-mode instead of markdown-modeArtur Malabarba2014-11-211-1/+1
| | |/ | |/| | | | | | | After recent changes, markdown-mode no longer makes sense.
* | | Merge pull request #80 from jleechpe/invalidate-cacheArtur Malabarba2014-11-211-8/+13
|\ \ \ | |/ / |/| | Fix cache invalidation to behave properly.
| * | Merge branch 'master' into invalidate-cacheJonathan Leech-Pepin2014-11-2117-253/+667
| |\ \ | |/ / |/| | | | | | | | Conflicts: sx-cache.el - RESOLVED
* | | Merge pull request #77 from vermiculus/documentationSean Allred2014-11-2017-226/+522
|\ \ \ | |_|/ |/| | Documentation
| * | Reflect new purpose of sx.orgSean Allred2014-11-201-4/+6
| | |
| * | GitHub comments -- #77Sean Allred2014-11-2014-124/+54
| | |
| * | Use `user-error' when there's no question at pointSean Allred2014-11-192-1/+2
| | |
| * | Follow package.el conventionSean Allred2014-11-191-2/+2
| | |
| * | Provide alias for `sx-auth-authenticate'Sean Allred2014-11-191-0/+2
| | |
| * | Enhance documentationSean Allred2014-11-193-5/+11
| | |
| * | Remove -cache-pSean Allred2014-11-191-6/+1
| | |
| * | Minor typos and incorrect informationSean Allred2014-11-196-12/+7
| | |
| * | Add `customize' dataSean Allred2014-11-193-4/+12
| | |
| * | Merge branch 'master' into documentationSean Allred2014-11-1910-148/+584
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-method.el sx-question-list.el sx-question-mode.el sx-question.el sx-request.el sx.el
* | | Fix missing dependencyArtur Malabarba2014-11-191-1/+1
| | |
* | | Add some package definitions.Artur Malabarba2014-11-191-12/+31
| | | | | | | | | | | | Also run checkdoc on sx.el
* | | Merge pull request #76 from vermiculus/mark-read-keySean Allred2014-11-181-0/+13
|\ \ \ | | | | | | | | Mark as read with "m"
| * | | Mark as read with "m"Artur Malabarba2014-11-191-0/+13
|/ / / | | | | | | | | | Fixes #61
* | | Merge pull request #71 from vermiculus/hidden-questionsSean Allred2014-11-183-4/+78
|\ \ \ | | | | | | | | Hidden questions
| * \ \ Merge branch 'master' into hidden-questionsArtur Malabarba2014-11-182-57/+79
| |\ \ \
| * | | | Hidden question functionality implemented in the question listArtur Malabarba2014-11-181-1/+14
| | | | |
| * | | | Implement hidden question databaseArtur Malabarba2014-11-181-3/+49
| | | | | | | | | | | | | | | | | | | | Also improve read question code.
| * | | | Define sorted insertion macro.Artur Malabarba2014-11-181-0/+15
| | | | |
* | | | | Merge pull request #73 from jleechpe/invalidate-cacheSean Allred2014-11-181-0/+25
|\ \ \ \ \ | | | | | | | | | | | | Provide cache invalidation
* | | | | | QUICK-FIX: Link regexp Fixes #74Artur Malabarba2014-11-181-1/+1
| | | | | |
* | | | | | Merge pull request #72 from jleechpe/sx-questions-show-favoriteArtur Malabarba2014-11-181-26/+38
|\ \ \ \ \ \ | | | | | | | | | | | | | | Implements indication of starred questions in question-list
| * | | | | | Implements indication of starred questions in question-listJonathan Leech-Pepin2014-11-181-26/+38
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `sx-question-list-favorite` inherits face from `sx-question-list-score-upvoted` Favorite is displayed using char \x2b26 WHITE MEDIUM DIAMOND.
| | | | * | Update user manualSean Allred2014-11-181-92/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed developer reference since this should be embedded in docstrings for the most part.
| | | | * | Documentation -- part threeSean Allred2014-11-186-42/+101
| | | | | | | | | | | | | | | | | | | | | | | | Source code is documented to the best of my knowledge and understanding.
| | | | * | Simplify `sx-method-call'Sean Allred2014-11-181-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We aren't using `stack-filter' anymore (in fact, we haven't since filters became functional). Somehow it survived refactoring; this commit fixes that oversight.
| | | | * | Documentation -- part twoSean Allred2014-11-185-36/+67
| | | | | | | | | | | | | | | | | | | | | | | | Pushing this change to continue work elsewhere.
| | | | * | Documentation -- part oneSean Allred2014-11-1711-96/+436
| | | | | | | | | | | | | | | | | | | | | | | | Pushing this change to continue work elsewhere.
| | | | | * Fix cache invalidation to behave properly.Jonathan Leech-Pepin2014-11-191-6/+11
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Use `delete-file` rather than simply setting cache to `nil`. nil is still a valid cache value which can cause reinitialization to fail. Fix bug with nil funcall.
| | * | | Use `cl-remove-if` rather than `remove-if`Jonathan Leech-Pepin2014-11-181-1/+1
| | | | |
| | * | | Fix docstring.Jonathan Leech-Pepin2014-11-181-2/+1
| | | | |
| | * | | Provide cache invalidationJonathan Leech-Pepin2014-11-181-0/+26
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (sx-cache--invalidate): Invalidate provided cache. Allows for invalidating variables associated with cache using `makunbound`. Cache can be reinitialized using arg `init-method`. (sx-cache-invalidate-all): Invalidate all caches then call `sx-initialize` to reinitialize. Arg `save-auth` prevents access_token from being lost.
* | | | Merge pull request #70 from jleechpe/sx-networksSean Allred2014-11-182-34/+34
|\ \ \ \ | |/ / / |/| | | Update sx-networks and sx-favorites to use sx-initialize
| * | | Replace (sx-favorites--ensure-favorite-list) with (sx-favorites--initialize).Jonathan Leech-Pepin2014-11-181-17/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify initialization since it is run at startup rather than tested for by functions. Clean up (sx-favorites--update-site-favorites) to provide the same values for new sites as for existing.
| * | | Correct naming of cache to correspond to sx-cache-get.Jonathan Leech-Pepin2014-11-181-1/+1
| | | |
| * | | Fix logic for updating cache and setting variables.Jonathan Leech-Pepin2014-11-181-15/+17
|/ / / | | | | | | | | | | | | Turned (sx-network--ensure-user) into (sx-network--initialize) and added as hook for initialization.
* | | Merge pull request #69 from jleechpe/sx-networksSean Allred2014-11-182-0/+198
|\| | | | | | | | Functionality for retrieving network information and keeping track of favorite questions.
| * | GH comment fix:Jonathan Leech-Pepin2014-11-181-1/+1
| | | | | | | | | | | | Use sharp quote for function.
| * | GH comment fixes:Jonathan Leech-Pepin2014-11-181-2/+2
| | | | | | | | | | | | | | | Correct file header. Use sharp quote for function.
| * | (sx-favorites--update-site-favorites): Change from (list ..) to (cons ..).Jonathan Leech-Pepin2014-11-181-1/+1
| | |
| * | Fixes as per Github commentsJonathan Leech-Pepin2014-11-181-5/+6
| | | | | | | | | | | | | | | sx-favorites--user-favorite-list: Clarify docstring (sx-favorites--ensure-favorite-list): Remove extraneous argument
| * | Fixes as per github comments.Jonathan Leech-Pepin2014-11-181-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | (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.