Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GitHub comments -- #77 | Sean Allred | 2014-11-20 | 1 | -10/+5 |
| | |||||
* | Enhance documentation | Sean Allred | 2014-11-19 | 1 | -1/+3 |
| | |||||
* | Minor typos and incorrect information | Sean Allred | 2014-11-19 | 1 | -6/+1 |
| | |||||
* | Merge branch 'master' into documentation | Sean Allred | 2014-11-19 | 1 | -2/+61 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: sx-method.el sx-question-list.el sx-question-mode.el sx-question.el sx-request.el sx.el | ||||
| * | Merge branch 'master' into hidden-questions | Artur Malabarba | 2014-11-18 | 1 | -0/+2 |
| |\ | |||||
| | * | Define -visit to use answer link if available. | Artur Malabarba | 2014-11-17 | 1 | -0/+2 |
| | | | |||||
| * | | Implement hidden question database | Artur Malabarba | 2014-11-18 | 1 | -3/+49 |
| |/ | | | | | | | Also improve read question code. | ||||
* | | Documentation -- part three | Sean Allred | 2014-11-18 | 1 | -5/+6 |
| | | | | | | | | Source code is documented to the best of my knowledge and understanding. | ||||
* | | Documentation -- part one | Sean Allred | 2014-11-17 | 1 | -16/+31 |
|/ | | | | Pushing this change to continue work elsewhere. | ||||
* | Finish merge | Artur Malabarba | 2014-11-15 | 1 | -5/+8 |
| | |||||
* | Merge remote-tracking branch 'remotes/origin/network-list' into real-scores | Artur Malabarba | 2014-11-15 | 1 | -8/+0 |
|\ | |||||
| * | Merge branch 'master' into network-list | Sean Allred | 2014-11-14 | 1 | -50/+26 |
| |\ | | | | | | | | | | | | | | | | Conflicts: sx-filter.el sx-question.el | ||||
| * | | Move question sorting function to sx.el | Sean Allred | 2014-11-11 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | It is not specific to questions -- it is generally applicable to any alist. | ||||
* | | | Ensure we don't overwrite the cache | Artur Malabarba | 2014-11-15 | 1 | -6/+14 |
| | | | |||||
* | | | sx-question-read-p and mark-read actually work | Artur Malabarba | 2014-11-15 | 1 | -3/+26 |
| | | | |||||
* | | | Add site date to questions | Artur Malabarba | 2014-11-15 | 1 | -5/+7 |
| | | | |||||
* | | | Highlighting accepted answers actually works now. | Artur Malabarba | 2014-11-15 | 1 | -3/+5 |
| |/ |/| | |||||
* | | Ensure error string can print | Sean Allred | 2014-11-14 | 1 | -1/+1 |
| | | | | | | | | "%s" must take a string, but what we get might not be string-y. | ||||
* | | Use correct method | Sean Allred | 2014-11-14 | 1 | -1/+1 |
| | | | | | | | | `sx-request-make' wouldn't behave correctly on this | ||||
* | | Comments | Artur Malabarba | 2014-11-13 | 1 | -1/+8 |
| | | |||||
* | | Also print answers | Artur Malabarba | 2014-11-13 | 1 | -1/+6 |
| | | |||||
* | | Improve question filter | Artur Malabarba | 2014-11-13 | 1 | -1/+1 |
| | | |||||
* | | Pull in question body | Sean Allred | 2014-11-12 | 1 | -1/+1 |
| | | | | | | | | Added this field to the filter as well. | ||||
* | | Use consistent tag formatting | Sean Allred | 2014-11-12 | 1 | -0/+4 |
| | | | | | | | | | | | | Puts `mapconcat' to work by defining a helper function `sx-question--tag-format' and `concat'ing them with ` '. Simpler, more maintainable construction. | ||||
* | | Merge branch 'master' into sx-question-mode | Artur Malabarba | 2014-11-13 | 1 | -10/+4 |
|\| | |||||
| * | Abstract out method calls | Sean Allred | 2014-11-08 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | Keeping method calls within `sx-request.el' was causing circular requirements. This commit sorts through all of the requirements for each of the files and ensures that this does not happen. Much of the content removed was for `sx-request-default-keyword-arguments-alist' and related items. It was unused, so it was pruned. If it is deemed necessary in the future, it should be included in `sx-method.el'. | ||||
| * | Re-work filtering and caching | Sean Allred | 2014-11-08 | 1 | -6/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sx-auth.el - Use new symbolic cache access * sx-cache.el - Implement symbolic cache access * sx-filter.el - Use symbolic cache access - Compile and save filters on-demand (more work to be done to this end) * sx-question.el - Symbolic filters * sx-request.el - Protection against infinitely recursing when compiling a filter This will be re-worked into requests (a front-end function) and 'raw' requests (a back-end function). The front-end will add convenience to the back-end. * test/tests.el Remove outdated tests | ||||
| * | Introduce initialization logic and hooks | Sean Allred | 2014-11-07 | 1 | -5/+4 |
| | | |||||
* | | Implement sx-question-mode | Artur Malabarba | 2014-11-08 | 1 | -48/+0 |
| | | | | | | | | Also moves question-display code to its own file. | ||||
* | | Function for getting a single question. | Artur Malabarba | 2014-11-08 | 1 | -0/+10 |
|/ | |||||
* | Fix missing request in sx-question | Artur Malabarba | 2014-11-07 | 1 | -0/+1 |
| | |||||
* | Refactor to use `sx-` prefix | Sean Allred | 2014-11-07 | 1 | -34/+38 |
| | | | | A file stackexchange.el should be added for user-facing functions. | ||||
* | Renamed all files. | Artur Malabarba | 2014-11-07 | 1 | -0/+120 |
Still a lot to be done inside them. |