aboutsummaryrefslogtreecommitdiffstats
path: root/static/js
Commit message (Collapse)AuthorAgeFilesLines
* Remove some superfluous functionsGravatar Tom Willemse2013-07-241-8/+2
|
* Change manner of assignmentGravatar Tom Willemse2013-07-241-24/+85
| | | | | | | Instead of having an input in which an assignee's email address can be entered, show the gravatar of the assignee, or a question mark if no assignee has been specified, and upon clicking it show a modal dialog where this information can be changed.
* Rename myModal to newTaskModalGravatar Tom Willemse2013-07-241-3/+3
|
* Show assigned gravatar in story and task listsGravatar Tom Willemse2013-07-241-0/+27
|
* Add assignment for storiesGravatar Tom Willemse2013-07-241-1/+11
|
* Add GNU AGPLGravatar Tom Willemse2013-07-232-0/+32
|
* Fix style for story contentGravatar Tom Willemse2013-07-161-1/+1
|
* Use a dialog to send new stories.Gravatar Tom Willemse2013-07-151-17/+42
|
* Make certain items seem more clickableGravatar Tom Willemse2013-07-131-7/+11
|
* Handle task interaction like story interactionGravatar Tom Willemse2013-07-131-6/+35
| | | | | When moving or adding tasks, instead of waiting for the user to reselect the task reload the task each time.
* Show story data next to backlogGravatar Tom Willemse2013-07-131-32/+38
|
* Clear table after fetch from serverGravatar Tom Willemse2013-07-131-0/+1
| | | | | | Clears the table of stories when fetching a new list of stories. This seems a bit drastic, but it ensures that the state icons are updated as well (instead of just the titles).
* Cleanup JSGravatar Tom Willemse2013-07-131-82/+30
| | | | Use `$.post' instead of `$.ajax'. This makes everything cleaner.
* Respond to some more POSTsGravatar Tom Willemse2013-07-071-16/+23
|
* Reload stories immediatelyGravatar Tom Willemse2013-07-071-23/+30
| | | | | Reload the stories list immediately after successfully adding a new story.
* Pass story id as POST parameterGravatar Tom Willemse2013-07-051-1/+3
| | | | | For some reason using a route template "stories/:id/tasks/new" works locally, but not on my server, so do without.
* Don't assume there are tasksGravatar Tom Willemse2013-07-051-2/+8
|
* Task state and priority editingGravatar Tom Willemse2013-07-041-3/+30
|
* Improve look of some UI elementsGravatar Tom Willemse2013-07-041-3/+4
|
* Add tasks to storiesGravatar Tom Willemse2013-07-041-0/+76
|
* Initial commitGravatar Tom Willemse2013-07-012-0/+227