aboutsummaryrefslogtreecommitdiffstats
path: root/scrumelo.el
Commit message (Collapse)AuthorAgeFilesLines
* 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