aboutsummaryrefslogtreecommitdiff
path: root/sx-question.el
Commit message (Collapse)AuthorAgeFilesLines
* Abstract sorting functionSean Allred2015-01-151-0/+7
|
* Merge branch 'organize' of github.com:vermiculus/sx.el into organizeSean Allred2015-01-041-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Merge branch 'master' into organizeSean Allred2014-12-031-22/+29
| |\
| * | Standardize local variablesSean Allred2014-12-011-2/+1
| | | | | | | | | | | | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files
| * | Merge branch 'master' into organizeSean Allred2014-11-291-14/+15
| |\ \
| * | | Provide commentaries for each fileSean Allred2014-11-281-0/+3
| | | |
* | | | Standardize local variablesSean Allred2015-01-041-1/+1
| | | | | | | | | | | | | | | | | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files
* | | | Provide commentaries for each fileSean Allred2015-01-041-0/+3
| | | |
* | | | Merge pull request #175 from vermiculus/goto-mapSean Allred2015-01-041-1/+2
|\ \ \ \ | | | | | | | | | | Goto map
| * \ \ \ Merge branch 'master' into goto-mapSean Allred2015-01-021-8/+7
| |\ \ \ \
| * | | | | get-questions accepts a submethod argumentArtur Malabarba2014-12-231-1/+2
| | | | | |
* | | | | | Merge branch 'master' into fix-mark-read-logicSean Allred2015-01-021-9/+9
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'master' into inboxArtur Malabarba2015-01-011-8/+7
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-question.el sx.el
| * | | | | Refactor .site to .site_parArtur Malabarba2014-12-221-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out some api objects do have a site property, except its value is not a string, it is another object. The actual string we've been referring to as .site is the .site.api_site_parameter To avoid conflicts, I've renamed all our uses of .site to .site_par, and sx-assoc-let now makes sure the object has a .site_par value, instead of a .site value (which it may or may not have now, and is the same object that the api refers to as site).
* | | | | | Don't barf if read-question cdr is not a dateArtur Malabarba2014-12-291-1/+2
| |/ / / / |/| | | |
* | | | | Fix `sx-question--mark-hidden', which was just plain wrong.Artur Malabarba2014-12-271-8/+7
|/ / / /
* | | | Implent getting question given answer idArtur Malabarba2014-12-171-0/+14
| | | |
* | | | Unused variableArtur Malabarba2014-12-151-2/+1
| | | |
* | | | Fix lexical bindings.Artur Malabarba2014-12-141-1/+0
| | | |
* | | | Improve some header comments.Artur Malabarba2014-12-061-1/+1
| |_|/ |/| |
* | | Merge pull request #126 from vermiculus/improve-display-engineArtur Malabarba2014-12-021-20/+25
|\ \ \ | | | | | | | | Improve display engine
| * | | sx-question--mark-read returns nil if nothing changedArtur Malabarba2014-12-011-20/+25
| | |/ | |/|
* / | sx-question-get-questions takes arbitrary keywords.Artur Malabarba2014-12-011-2/+4
|/ /
* / Fix byte-compile warningsArtur Malabarba2014-11-291-14/+15
|/ | | | Fixes #115
* Fix #110Sean Allred2014-11-271-1/+2
|
* Old refresh bugArtur Malabarba2014-11-251-1/+1
|
* Move browse-filter to sxArtur Malabarba2014-11-251-26/+3
|
* .site is now a special symbol in sx-assoc-letArtur Malabarba2014-11-251-24/+19
| | | | | | sx-question.el no longer manually inserts the `site` property on fetched questions. This was insufficient because we also need this property on other objects.
* ADd comment.link to filterArtur Malabarba2014-11-251-0/+1
|
* Fix indentation following indent declaration.Jonathan Leech-Pepin2014-11-211-8/+8
|
* Merge branch 'master' into sx-method-auth. Conflicts have beenJonathan Leech-Pepin2014-11-211-20/+39
|\ | | | | | | | | | | | | | | | | | | | | | | | | 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-10/+5
| |
| * Enhance documentationSean Allred2014-11-191-1/+3
| |
| * Minor typos and incorrect informationSean Allred2014-11-191-6/+1
| |
| * Merge branch 'master' into documentationSean Allred2014-11-191-2/+61
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-method.el sx-question-list.el sx-question-mode.el sx-question.el sx-request.el sx.el
| * | Documentation -- part threeSean Allred2014-11-181-5/+6
| | | | | | | | | | | | Source code is documented to the best of my knowledge and understanding.
| * | Documentation -- part oneSean Allred2014-11-171-16/+31
| | | | | | | | | | | | Pushing this change to continue work elsewhere.
* | | Fix auth settings in calls. Do not use 'warn in non-interactive commands.Jonathan Leech-Pepin2014-11-201-0/+1
| | |
* | | Uses of `sx-method-call` have been updated to use new format.Jonathan Leech-Pepin2014-11-201-9/+11
| |/ |/| | | | | | | | | | | | | 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.
* | Merge branch 'master' into hidden-questionsArtur Malabarba2014-11-181-0/+2
|\ \
| * | Define -visit to use answer link if available.Artur Malabarba2014-11-171-0/+2
| |/
* / Implement hidden question databaseArtur Malabarba2014-11-181-3/+49
|/ | | | Also improve read question code.
* Finish mergeArtur Malabarba2014-11-151-5/+8
|
* Merge remote-tracking branch 'remotes/origin/network-list' into real-scoresArtur Malabarba2014-11-151-8/+0
|\
| * Merge branch 'master' into network-listSean Allred2014-11-141-50/+26
| |\ | | | | | | | | | | | | | | | Conflicts: sx-filter.el sx-question.el
| * | Move question sorting function to sx.elSean Allred2014-11-111-6/+0
| | | | | | | | | | | | | | | It is not specific to questions -- it is generally applicable to any alist.
* | | Ensure we don't overwrite the cacheArtur Malabarba2014-11-151-6/+14
| | |
* | | sx-question-read-p and mark-read actually workArtur Malabarba2014-11-151-3/+26
| | |
* | | Add site date to questionsArtur Malabarba2014-11-151-5/+7
| | |
* | | Highlighting accepted answers actually works now.Artur Malabarba2014-11-151-3/+5
| |/ |/|