aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* package-initialize on testsArtur Malabarba2014-11-061-1/+5
|
* Merge branch 'master' into question-list-live-dataArtur Malabarba2014-11-063-11/+98
|\
| * Merge pull request #25 from vermiculus/authSean Allred2014-11-062-2/+83
| |\ | | | | | | Authentication
| | * Merge branch 'master' into authSean Allred2014-11-061-2/+7
| | |\ | | |/ | |/| | | | | | | Conflicts: stack-core.el
| * | Merge pull request #26 from vermiculus/elevated-api-request-limitSean Allred2014-11-061-2/+7
| |\ \ | | | | | | | | Add API key to requests
| | * | Add API key to requestsSean Allred2014-11-051-2/+7
| | | |
| | | * Merge branch 'master' into authSean Allred2014-11-061-7/+8
| | | |\ | | |_|/ | |/| |
| * | | Merge pull request #24 from KingShimkus/patch-1Sean Allred2014-11-051-7/+8
| |\ \ \ | | |/ / | |/| | Made it more readable.
| | * | Made it more readable.Luke Shimkus2014-11-041-7/+8
| |/ / | | | | | | Just fixed the links and made it more readable.
| | * Remove unused permissionSean Allred2014-11-061-2/+1
| | | | | | | | | | | | | | | | | | We are not using `private_info' yet, so there is no need to request this permission. It can, of course, be easily added later on if the information is ever usable.
| | * Change constant to variableSean Allred2014-11-061-2/+4
| | | | | | | | | | | | | | | As it is let-bound in the authentication flow, it is not truly a constant. Add a warning to the documentation appropriately.
| | * Prune unnecessary variableSean Allred2014-11-051-2/+0
| | | | | | | | | | | | | | | This key is actually used in request-making on the whole, so it has been moved to `stack-core.el' as of 9cb376361983742f0a15775b233fc194d61b3ea7.
| | * Use standard '.el' extenstion for cacheSean Allred2014-11-051-1/+1
| | | | | | | | | | | | | | | | | | This should probably be altered so that the caching function requires symbols; this would keep everything consistent since the caching function could apply the same pattern to every symbol it receives.
| | * Remove files duplicated in `gh-pages'Sean Allred2014-11-053-43/+0
| | | | | | | | | | | | | | | These pages should be tracked by that branch; it is an explicitly separate part of the system.
| | * Further explain `stack-cache-directory'Sean Allred2014-11-051-1/+3
| | | | | | | | | | | | | | | I looked at it for a few minutes and wondered how to use it -- and I wrote the thing! :)
| | * Implement OAuth2 authenticationSean Allred2014-11-052-1/+81
| | | | | | | | | | | | | | | Tested with commit 1749aa32c25d8eee9ca0753cb55bd7d134f320b7, current HEAD of the `gh-pages' branch.
| | * Add basic HTML/JavaScript to enable authenticationSean Allred2014-11-053-0/+43
| |/ | | | | | | | | | | | | | | | | | | | | This should be accessible using `raw.github.com/...', but if not, I will put it on my webserver. For now, this seems like it's as good as it's going to get. When the page is accessed with an access token, this token is displayed (styled as CSS class `uservalue', big, dark, and green). Error conditions are not currently being handled, but they will be.
* | Fix question list testing (for real).Artur Malabarba2014-11-061-19/+26
| |
* | Handle small windows more gracefully.Artur Malabarba2014-11-061-2/+12
| |
* | Add a no-update argument to stack-question-list-refreshArtur Malabarba2014-11-061-4/+6
| |
* | Fix question list testsArtur Malabarba2014-11-061-3/+11
| |
* | Add tests for the question-listArtur Malabarba2014-11-061-4/+21
| |
* | Add mode-line information to the question listArtur Malabarba2014-11-062-7/+55
| |
* | Variable fine-tuningArtur Malabarba2014-11-061-2/+1
| |
* | Switch to live-data in the question list.Artur Malabarba2014-11-061-2/+1
|/
* Merge pull request #9 from vermiculus/UI-first-attemptSean Allred2014-11-049-516/+4435
|\ | | | | Question List Mode implementation
| * Define prefixed alias for list-questionsArtur Malabarba2014-11-041-2/+2
| |
| * Abolish the HTML renderer.Artur Malabarba2014-11-041-29/+9
| | | | | | | | To recover its code, see the tag old-html-renderer.
| * Don't decode html entities in the question listArtur Malabarba2014-11-041-8/+9
| | | | | | | | This should be done after reading the API response.
| * Fix reference to old function.Artur Malabarba2014-11-041-1/+1
| |
| * require 'orgArtur Malabarba2014-11-041-0/+1
| |
| * Make WINDOW optional in stack-question--displayArtur Malabarba2014-11-041-1/+1
| |
| * Rename -date-sort to -date-more-recent-pArtur Malabarba2014-11-042-4/+11
| |
| * Turn stack-question-list-date-sort-method into a defcustomArtur Malabarba2014-11-041-2/+7
| |
| * Descriptive comments to stack-core--decode-entitiesArtur Malabarba2014-11-041-0/+2
| |
| * Make " ago" into a customizable varible.Artur Malabarba2014-11-041-1/+8
| |
| * Move " ago" out of stack--time-sinceArtur Malabarba2014-11-042-3/+2
| |
| * Trim unnecessary argArtur Malabarba2014-11-041-1/+1
| |
| * Make entities plist into a variable.Artur Malabarba2014-11-041-36/+42
| |
| * Make stack-core--seconds-to-string more descriptive.Artur Malabarba2014-11-041-6/+8
| |
| * Use our own seconds-to-string variable.Artur Malabarba2014-11-031-9/+20
| |
| * require time-dateArtur Malabarba2014-11-031-0/+1
| |
| * Comment out api-filter-requestArtur Malabarba2014-11-031-6/+8
| |
| * Fix test sample.Artur Malabarba2014-11-032-5/+4
| |
| * Question list sort-by-date button.Artur Malabarba2014-11-031-0/+11
| |
| * Huge improvements to the question listArtur Malabarba2014-11-032-16/+56
| |
| * Define questionlist facesArtur Malabarba2014-11-031-0/+53
| |
| * Increase default list height to 15 linesArtur Malabarba2014-11-031-1/+1
| |
| * Define -decode-entities to decode html entities.Artur Malabarba2014-11-031-0/+55
| |
| * require 'stack-ltoArtur Malabarba2014-11-031-0/+1
| |