aboutsummaryrefslogtreecommitdiffstats
path: root/scrumelo.el
Commit message (Collapse)AuthorAgeFilesLines
* Add scrumelo-host variableHEADmasterGravatar Tom Willemse2013-06-241-1/+6
|
* Add simplistic sessions and logoutGravatar Tom Willemse2013-06-241-47/+83
| | | | | | The security of these sessions should be upgraded to verify that the user is actually allowed to look at the page(s) and that the given session hasn't expired, among other things.
* Add login pageGravatar Tom Willemse2013-06-231-0/+54
| | | | Nothing is yet done with the information, but it should soon.
* Add editing-scrumelo-story macroGravatar Tom Willemse2013-06-221-15/+23
| | | | | This macro makes it easier to define some actions to edit a scrumelo story and then saving that buffer.
* Add ID to new storiesGravatar Tom Willemse2013-06-211-0/+1
| | | | | This way the new stories can be moved, their states can be changed and their info can be requested.
* Add changing order of storiesGravatar Tom Willemse2013-06-201-2/+21
|
* Add changing of stateGravatar Tom Willemse2013-06-201-0/+14
| | | | | By clicking on a story's state you change that story's state to the next possible state.
* Add with-scrumelo-bufferGravatar Tom Willemse2013-06-201-18/+21
|
* Replace front-end with ReactGravatar Tom Willemse2013-06-191-78/+52
|
* Fix typos, remove junkGravatar Tom Willemse2013-06-021-3/+2
|
* Add scrumelo-story-json to url dispatcherGravatar Tom Willemse2013-06-011-1/+2
|
* Fix scrumelo--base-directoryGravatar Tom Willemse2013-06-011-1/+1
| | | | | It was storing the file-name when loaded, not the directory of the file-name.
* Get data on a story from the serverGravatar Tom Willemse2013-05-221-1/+22
| | | | | | Uses a GET request to get extra data about a story, if that story already exists it removes it so users can hide/show as much as they like.
* Add scrumelo--base-dirGravatar Tom Willemse2013-05-221-1/+8
| | | | | This should help with serving files and such, so I don't have to stay in the right buffer to make everything work.
* Hide new story formGravatar Tom Willemse2013-05-211-4/+9
| | | | Use jQuery to allow it to be toggled between visible and invisible.
* Add form to create new storiesGravatar Tom Willemse2013-05-201-2/+45
|
* Add an icon before TODO stateGravatar Tom Willemse2013-05-201-2/+10
|
* Extract some functionsGravatar Tom Willemse2013-05-201-13/+65
| | | | | | | | To make the `scrumelo-backlog-page' function a little simpler some small functions were extracted from it, this makes the overall code look a little nicer since it doesn't cross the 80th column. Some CDN files were added as well, there are not used yet.
* Rename project variable to scrumeloGravatar Tom Willemse2013-05-201-3/+3
| | | | To make it namespace-clean.
* Initial commitGravatar Tom Willemse2013-05-191-0/+56