Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Also fix styling issues.
|
|
|
|
|
|
|
|
We also pass the context variables required to render the profile
page's sensitive information.
|
|
by RequestContextProcessor.
|
|
|
|
|
|
Also make some style fixes.
|
|
The task that was created first will appear first.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This source code was originally maintained as a mercurial repository.
With this revision it was ported to git. So we are switching to the
default branch in git called master branch.
|
|
version 3 or (at the author's option) any later version.
|
|
Also make some style fixes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now all the view functions common to any two entities along with all
tasks related views sit in task module. Even if the view is not directly
related to the task entity, it sits in the task module since task is the
base for every other entity in the application.
|
|
|
|
|