Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into more-ordering | Artur Malabarba | 2015-02-12 | 3 | -2/+47 |
|\ | |||||
| * | Merge pull request #235 from vermiculus/more-tests | Artur Malabarba | 2015-02-12 | 3 | -2/+47 |
| |\ | | | | | | | More tests | ||||
| | * | Don't freak out because question_id is nil. | Artur Malabarba | 2015-02-03 | 1 | -1/+2 |
| | | | |||||
| | * | Really fix test | Artur Malabarba | 2015-02-03 | 1 | -2/+3 |
| | | | |||||
| | * | Fix test | Artur Malabarba | 2015-02-03 | 1 | -0/+2 |
| | | | |||||
| | * | Merge branch 'master' into more-tests | Artur Malabarba | 2015-02-03 | 6 | -83/+210 |
| | |\ | |||||
| | * | | Test displaying a question | Artur Malabarba | 2015-01-16 | 1 | -0/+9 |
| | | | | |||||
| | * | | load test-state | Artur Malabarba | 2015-01-16 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge branch 'master' into more-tests | Artur Malabarba | 2015-01-16 | 34 | -332/+933 |
| | |\ \ | |||||
| | * | | | Add more autoloads to test | Sean Allred | 2015-01-04 | 1 | -0/+4 |
| | | | | | |||||
| | * | | | Merge branch 'master' into more-tests | Sean Allred | 2015-01-04 | 35 | -190/+1351 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile test/tests.el | ||||
| | * | | | | Add test for user entry functions | Sean Allred | 2015-01-02 | 1 | -0/+16 |
| | | | | | | |||||
| | * | | | | Update Makefile | Sean Allred | 2015-01-01 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean compiled files before every test. This ensures that the changes made during the current session are applied when re-testing. | ||||
| | * | | | | Test sx-time-since | Sean Allred | 2015-01-01 | 1 | -0/+12 |
| | | | | | | |||||
* | | | | | | Fix tests | Artur Malabarba | 2015-02-12 | 1 | -6/+7 |
| | | | | | | |||||
* | | | | | | compiler warnings | Artur Malabarba | 2015-02-12 | 2 | -2/+4 |
| | | | | | | |||||
* | | | | | | Define tabs with sx-question-list--make-pager and obsolete some old ones | Artur Malabarba | 2015-02-12 | 1 | -119/+93 |
| | | | | | | |||||
* | | | | | | sx-tab--define takes an OBSOLETE argument | Artur Malabarba | 2015-02-12 | 1 | -23/+28 |
| | | | | | | |||||
* | | | | | | Define sx-question-list--make-pager helper function | Artur Malabarba | 2015-02-12 | 1 | -0/+14 |
| | | | | | | |||||
* | | | | | | Define ordering variables for tabs | Artur Malabarba | 2015-02-12 | 1 | -0/+24 |
| | | | | | | |||||
* | | | | | | Imrpove sx-question-list--order-methods | Artur Malabarba | 2015-02-12 | 2 | -5/+3 |
| | | | | | | |||||
* | | | | | | Define sx-question-list--descending for inverting the order | Artur Malabarba | 2015-02-12 | 2 | -4/+17 |
| | | | | | | |||||
* | | | | | | Make sx-search-default-order a defcustom | Artur Malabarba | 2015-02-12 | 1 | -2/+7 |
| | | | | | | |||||
* | | | | | | sx-question-list-order-by bound to O | Artur Malabarba | 2015-02-12 | 1 | -0/+3 |
|/ / / / / | |||||
* | | | | | Merge pull request #256 from vermiculus/issue-254--sorting-options | Sean Allred | 2015-02-11 | 2 | -4/+57 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Implement sorting options Fix #254. | ||||
| * | | | | | sx-search-get-questions make KEYWORDS a &rest argument. | Artur Malabarba | 2015-02-11 | 1 | -2/+4 |
| | | | | | | |||||
| * | | | | | Add ordering to question lists created by sx-search | Artur Malabarba | 2015-02-11 | 1 | -2/+14 |
| | | | | | | |||||
| * | | | | | Improve order-methods | Artur Malabarba | 2015-02-11 | 1 | -0/+2 |
| | | | | | | |||||
| * | | | | | Define sx-question-list-order-by | Artur Malabarba | 2015-02-11 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | Command for switching the ordering method. | ||||
| * | | | | | Define sx-question-list--interactive-order-prompt | Artur Malabarba | 2015-02-11 | 1 | -0/+16 |
| | | | | | | |||||
| * | | | | | Document sx-question-list--order | Artur Malabarba | 2015-02-11 | 1 | -1/+5 |
| | | | | | | |||||
| * | | | | | Define sx-question-list--order | Artur Malabarba | 2015-02-11 | 1 | -0/+4 |
|/ / / / / | |||||
* | | | | | Hotfix sx-search autoload | Sean Allred | 2015-02-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Should fix #255 | ||||
* | | | | | Include bug report instructions in CONTRIBUTING | Sean Allred | 2015-02-11 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Should provide some meta-help with issues like #255. This file is advertised when creating an issue, so it's the best we can do. | ||||
* | | | | | Merge pull request #253 from wkunkel/master | Sean Allred | 2015-02-07 | 1 | -0/+232 |
|\ \ \ \ \ | | | | | | | | | | | | | Add new icon | ||||
| * | | | | | Add new icon | William Kunkel | 2015-02-07 | 1 | -0/+232 |
|/ / / / / | |||||
* | | | | | Version bump | Artur Malabarba | 2015-02-07 | 2 | -3/+3 |
| | | | | | |||||
* | | | | | Hot Fix #249. Searching without query | Artur Malabarba | 2015-02-07 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #250 from purcell/patch-3 | Artur Malabarba | 2015-02-07 | 1 | -0/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Add MELPA badges to README | ||||
| * | | | | | Add MELPA badges to README | Steve Purcell | 2015-02-07 | 1 | -0/+2 |
|/ / / / / | |||||
* | | | | | Update README.org | Sean Allred | 2015-02-06 | 1 | -2/+0 |
| | | | | | |||||
* | | | | | Note MELPA release in README | Sean Allred | 2015-02-06 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | [ci skip] | ||||
* | | | | | Merge pull request #247 from vermiculus/issue-246--compress-commments | Sean Allred | 2015-02-03 | 2 | -3/+7 |
|\ \ \ \ \ | | | | | | | | | | | | | Issue 246 compress commments | ||||
| * | | | | | Use sx--squash-whitespace in sx-question-mode--print-comment | Artur Malabarba | 2015-02-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fix #246 | ||||
| * | | | | | New function sx--squash-whitespace | Artur Malabarba | 2015-02-03 | 1 | -0/+4 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #245 from vermiculus/issue-244--cache-print-depth | Artur Malabarba | 2015-01-29 | 1 | -2/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Ensure printing of full data structure for cache | ||||
| * | | | | | Ensure printing of full data structure for cache | Sean Allred | 2015-01-28 | 1 | -2/+3 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bind `print-{depth,level}' to nil before writing to the file. This should force `prin1' to spell out the entire data structure. Should fix #244. | ||||
* | | | | | Merge pull request #241 from vermiculus/make-the-world-right-again | Sean Allred | 2015-01-26 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | Upcase `post' to `POST' (and `get' to `GET') to fix request errors. | ||||
| * | | | | Fix the universe and make the world right again. | Artur Malabarba | 2015-01-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Amongst other things, this should put an end to whale hunting, malaria, and issues such as #238, #209 and #206. | ||||
* | | | | | Less demanding final regexp for questions. | Artur Malabarba | 2015-01-24 | 1 | -6/+1 |
| | | | | |