Age | Commit message (Collapse) | Author |
|
|
|
actual uploaded code when browsing the files that are committed
|
|
file uploads.
|
|
|
|
|
|
|
|
fields.
|
|
comment form.
|
|
|
|
previously added field in TaskComment model.
|
|
for comments.
Also add support for dynamic path to upload depending on the task and task parent
ids for directory names by passing a function that builds the path for the given
task.
|
|
|
|
|
|
Instead of writing this simple code ourself, which is in fact very
very simple, we use this plugin which provides Django templatetags
and filters. Reduces some manhours and at the same time gives us
opportunity to add more sophisticated things.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is True
|
|
|
|
|
|
The negligence to pass RequestContext here caused us a lot of headache
while trying to login from home page. It almost took 5 hours of 2
developers time (Parth and myself) time to figure out this simple
problem and lot of hacking on CSRF middleware.
|
|
list of tasks on tag view.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|