aboutsummaryrefslogtreecommitdiff
path: root/sx-interaction.el
Commit message (Collapse)AuthorAgeFilesLines
* Support for org-store-linkSean Allred2016-01-061-1/+13
| | | | Should fix #310
* Add Accept button to answers. Fixes #276Artur Malabarba2015-04-191-1/+14
|
* Use :callback to properly update displaysArtur Malabarba2015-04-181-16/+41
|
* Define sx-acceptArtur Malabarba2015-04-181-1/+10
|
* Fix redisplaying a buffer that's displaying a different questionArtur Malabarba2015-04-131-7/+20
|
* Merge pull request #269 from vermiculus/json-falseArtur Malabarba2015-04-061-11/+7
|\ | | | | Json false
| * Fix a few leftover vectorsArtur Malabarba2015-03-021-2/+2
| |
| * Set json-array-type to 'list and perform many simplificationsArtur Malabarba2015-03-021-9/+5
| | | | | | | | due to usage of lists instead of vectors
* | Change a failed sx-open-link from message to error.Artur Malabarba2015-03-261-3/+2
| | | | | | | | This way sx-button-follow-link can catch it.
* | Require authentication on any of the compose commands. Affects #271Artur Malabarba2015-03-081-0/+4
| |
* | Define sx-ensure-authenticationArtur Malabarba2015-03-081-0/+13
|/
* Confirm before deletionArtur Malabarba2015-02-211-5/+10
|
* Don't print deleted posts.Artur Malabarba2015-02-211-1/+5
|
* Define sx-deleteArtur Malabarba2015-02-211-0/+11
|
* Define sx-method-post-from-dataArtur Malabarba2015-02-211-20/+3
|
* Hotfix wrong-number of argumentsArtur Malabarba2015-01-241-1/+1
|
* fix .id -> .comment_idArtur Malabarba2015-01-151-1/+1
|
* Implement comment viewing in sx-displayArtur Malabarba2015-01-151-2/+12
|
* Missing parenthesesArtur Malabarba2015-01-151-1/+1
|
* Add support for opening comments in sx-open-linkArtur Malabarba2015-01-151-0/+4
|
* sx-open-link redirects chat links to browserArtur Malabarba2015-01-151-14/+18
|
* Fix sx-displayArtur Malabarba2015-01-141-4/+8
|
* Navigate to answer after printing questionArtur Malabarba2015-01-141-2/+4
|
* Reorder sx-displayArtur Malabarba2015-01-141-6/+12
|
* sx-open-link complains if it doesn't know what to do.Artur Malabarba2015-01-141-1/+5
|
* sx--add-answer-to-question-object returns the questionArtur Malabarba2015-01-071-1/+2
|
* Rename add to ensureArtur Malabarba2015-01-071-2/+2
|
* Fix unkown owner after creating a comment.Artur Malabarba2015-01-071-5/+11
|
* Don't propertize when composing a commentArtur Malabarba2015-01-071-1/+1
|
* Fix outdated referencesArtur Malabarba2015-01-071-1/+1
|
* Merge branch 'organize' of github.com:vermiculus/sx.el into organizeSean Allred2015-01-041-1/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-7/+43
| |\
| * | Standardize local variablesSean Allred2014-12-011-2/+2
| | | | | | | | | | | | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files
| * | Provide commentaries for each fileSean Allred2014-11-281-0/+4
| | |
| * | File header normalizationSean Allred2014-11-271-1/+5
| | |
* | | 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
* | | Merge pull request #194 from vermiculus/better-vote-logicSean Allred2015-01-041-12/+14
|\ \ \ | | | | | | | | Better vote logic
| * | | "u" and "d" unconditionally apply votes instead of toggling.Artur Malabarba2015-01-041-12/+14
| | | | | | | | | | | | | | | | To remove votes, use C-u.
* | | | Use symbols for url-request-methodSean Allred2015-01-041-3/+3
|/ / /
* | | Only favorite questionsArtur Malabarba2015-01-041-1/+1
| | |
* | | Implement favoritingArtur Malabarba2015-01-041-0/+18
| | |
* | | Merge branch 'master' into searchSean Allred2015-01-021-19/+38
|\ \ \ | | | | | | | | | | | | Branch: search
| * \ \ Merge branch 'master' into inboxArtur Malabarba2015-01-011-4/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-question.el sx.el
| * | | | Viewing and visiting doesn't work on inbox.Artur Malabarba2014-12-221-9/+10
| | | | |
| * | | | Generalize sx-display-question to sx-displayArtur Malabarba2014-12-221-1/+19
| | | | |
| * | | | sx-display-question should only take questionsArtur Malabarba2014-12-221-1/+1
| | | | |
| * | | | 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).
| * | | | Do comment validity checking on edits tooArtur Malabarba2014-12-221-1/+3
| | | | |
| * | | | Refactor comment validity checkingArtur Malabarba2014-12-221-2/+14
| | | | |
| * | | | Fix buffer not updating after posting answers/edits.Artur Malabarba2014-12-221-4/+5
| | | | |