aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| |
| * Load tests file for now.Artur Malabarba2014-11-031-0/+1
| |
| * Make stack-question-list-refresh interactiveArtur Malabarba2014-11-031-0/+1
| |
| * Ping #4Artur Malabarba2014-11-030-0/+0
| |
| * Question List Mode is now functional.Artur Malabarba2014-11-031-19/+49
| |
| * Implement a rudimentary question display.Artur Malabarba2014-11-031-12/+28
| |
| * Rename a varialbeArtur Malabarba2014-11-031-4/+4
| |
| * Delete obsolete files.Artur Malabarba2014-11-034-99/+0
| |
| * Add cl-lib dependency.Artur Malabarba2014-11-031-0/+1
| |
| * A couple of json samples, just in case.Artur Malabarba2014-11-032-0/+5
| |
| * Fix sampler functionArtur Malabarba2014-11-031-1/+4
| |
| * Make question samples more complete.Artur Malabarba2014-11-031-509/+3925
| |
| * Merge branch 'master' into UI-first-attemptArtur Malabarba2014-11-0311-81/+1520
| |\
| * | Question-list modeArtur Malabarba2014-11-033-1/+139
| | |