aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Really fix setting priority for tasksHEADmasterGravatar Tom Willemse2013-08-182-20/+26
| | | | | When selecting the task to replace the task with based on priority, be sure to limit the options to tasks with the same story id.
* Update readmeGravatar Tom Willemse2013-08-181-3/+3
|
* Fix priorities for tasksGravatar Tom Willemse2013-08-181-3/+15
| | | | | | | | | When setting and changing priorities no attention was paid to the `story_id', which means that no two tasks could have the same priority, even when belonging to other stories. This creates a weird situation where the tasks of a certain story would become unmanageable because there are gaps between the priorities. This could make it seem like priority changing was impossible.
* Separate route from function definitionsGravatar Tom Willemse2013-08-181-188/+199
|
* Use *base-directory* to find location of assetsGravatar Tom Willemse2013-08-181-1/+3
| | | | | | | Static assets are located in the `static/' sub-directory of the project. Locating them with just `static/' works fine if execution is started in the project's directory, but when starting somewhere else this causes trouble.
* Don't use absolute http://Gravatar Tom Willemse2013-08-141-6/+6
| | | | Apparently it doesn't play nice together with running on https://.
* Use a modal dialog to create tasksGravatar Tom Willemse2013-08-111-27/+48
| | | | | | | This fixes the issue where focus and input would be lost from the input field when the story would reload its tasks. This also makes it a little more uniform with the other forms.
* Rewrite with ningleGravatar Tom Willemse2013-07-299-409/+371
| | | | | | | | | | | | Replaces restas with ningle. Restas had 2 problem I could not overcome: 1) It would only let me return a status code or a response, not, for example, a 403 status code with some json. 2) It would not allow me to place it under a subdirectory. Both of these problems possibly (likely) have solutions with restas, but I already found out how to do these things with ningle. This rewrite is sloppy and messy. The code should be cleaned up soon.
* Remove unneeded sexml codeGravatar Tom Willemse2013-07-283-29/+2
|
* Remove unnecessary options from index.orgGravatar Tom Willemse2013-07-261-2/+0
|
* Remove superfluous header from READMEGravatar Tom Willemse2013-07-261-5/+3
|
* Add license info to READMEGravatar Tom Willemse2013-07-261-0/+18
|
* Add README and siteGravatar Tom Willemse2013-07-262-0/+56
|
* Show signin and signout iconsGravatar Tom Willemse2013-07-252-3/+11
|
* Add user filterGravatar Tom Willemse2013-07-255-3/+51
| | | | | | Users can now either look at the whole list or only tasks assigned to them. Currently this waits for the refresh to change the list, this should be fixed in the future.
* 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