Implement the feature "Task List"

This commit is contained in:
bati11
2014-04-06 00:45:19 +09:00
parent ce79eaada8
commit 843722f82e
11 changed files with 117 additions and 25 deletions

View File

@@ -30,7 +30,8 @@ trait RepositoryViewerControllerBase extends ControllerBase {
contentType = "text/html"
view.helpers.markdown(params("content"), repository,
params("enableWikiLink").toBoolean,
params("enableRefsLink").toBoolean)
params("enableRefsLink").toBoolean,
params("enableTaskList").toBoolean)
})
/**