Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
This function is needed in the scope of issue, mesgs, and pads alike.
It would also make sense to use this to retrive users' private messages.
For these reasons, this function is now being defined higher up in the
object hierarchy.
|
|
If the issue is already closed, these functions should do nothing.
Continuing the logic in these functions could currupt the database.
|
|
The call to setParent() should have been in an else. It was being
called every time...
|
|
|
|
Setup to perform an iteration of development focused on a simpler
implementation and eliminating redundancy in design.
|
|
|
|
This adds attributes to an issue:
due date (optional datetime)
tags (space separated string of words to help categorize issues (again, optional))
|
|
|