aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove some superfluous functionsGravatar Tom Willemse2013-07-241-8/+2
|
* Change manner of assignmentGravatar Tom Willemse2013-07-242-24/+94
| | | | | | | 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-242-4/+4
|
* Show assigned gravatar in story and task listsGravatar Tom Willemse2013-07-242-3/+33
|
* Add assignment for storiesGravatar Tom Willemse2013-07-244-2/+30
|
* Add GNU AGPLGravatar Tom Willemse2013-07-2310-0/+827
|
* Fix navbar for chromiumGravatar Tom Willemse2013-07-161-4/+6
| | | | In chromium it was twice the size it should be.
* Fix style for story contentGravatar Tom Willemse2013-07-162-1/+5
|
* Show gravatar avatarGravatar Tom Willemse2013-07-153-1/+7
|
* Keep priorities from divergingGravatar Tom Willemse2013-07-151-2/+5
| | | | Priorities should always be a sequence...
* Use a dialog to send new stories.Gravatar Tom Willemse2013-07-154-20/+58
|
* Remove unused routeGravatar Tom Willemse2013-07-141-6/+0
|
* Use closure-templatesGravatar Tom Willemse2013-07-133-51/+115
|
* Make certain items seem more clickableGravatar Tom Willemse2013-07-133-8/+17
|
* Handle task interaction like story interactionGravatar Tom Willemse2013-07-133-15/+54
| | | | | 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).
* Deal with json more consistentlyGravatar Tom Willemse2013-07-131-13/+7
|
* Cleanup JSGravatar Tom Willemse2013-07-131-82/+30
| | | | Use `$.post' instead of `$.ajax'. This makes everything cleaner.
* Add hostname keywordGravatar Tom Willemse2013-07-071-3/+2
|
* Respond to some more POSTsGravatar Tom Willemse2013-07-072-30/+43
|
* Reload stories immediatelyGravatar Tom Willemse2013-07-072-25/+34
| | | | | Reload the stories list immediately after successfully adding a new story.
* Small refactorGravatar Tom Willemse2013-07-051-61/+68
|
* Update UIGravatar Tom Willemse2013-07-051-6/+39
| | | | | - Add `navbar's - Show a `hero-unit' on the login page with a big login button.
* Pass story id as POST parameterGravatar Tom Willemse2013-07-052-3/+6
| | | | | 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-044-22/+70
|
* Improve look of some UI elementsGravatar Tom Willemse2013-07-041-3/+4
|
* Add tasks to storiesGravatar Tom Willemse2013-07-044-2/+123
|
* Remove debug format statementsGravatar Tom Willemse2013-07-012-3/+0
|
* Initial commitGravatar Tom Willemse2013-07-019-0/+522