summaryrefslogtreecommitdiffstats
path: root/app/class/issue.class.php (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2018-10-21issue: Rewrite issue classMalf Furious1-54/+125
Revised implementation of redesigned data model.
2018-10-20issue: Add function isOpen()Malf Furious1-0/+8
2018-10-20issue: Add assigned timestampMalf Furious1-0/+2
2018-10-20issue: Add open/close dataMalf Furious1-1/+30
2018-10-20issue: Add author and authored fieldsMalf Furious1-0/+29
2018-02-07Update class files to use renamed obj classMalf Furious1-2/+2
2017-06-19Add issue function getPad()Malf Furious1-0/+13
2017-06-19Add issue function getAssignee()Malf Furious1-0/+11
2017-06-04Move function getMesgs() into object classMalf Furious1-18/+0
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.
2017-06-03issue: Fix bug in functions advance() and close()Malf Furious1-1/+6
If the issue is already closed, these functions should do nothing. Continuing the logic in these functions could currupt the database.
2017-06-03issue: Fix bug in function advance()Malf Furious1-2/+2
The call to setParent() should have been in an else. It was being called every time...
2017-06-01Add issue classMalf Furious1-0/+117
2016-10-22Deprecate application codeMalf Furious1-44/+0
Setup to perform an iteration of development focused on a simpler implementation and eliminating redundancy in design.
2016-05-26Add copyright notice to Scrott class filesMalf Furious1-0/+14
2016-02-07Add fields to Issue objectMalf Furious1-1/+3
This adds attributes to an issue: due date (optional datetime) tags (space separated string of words to help categorize issues (again, optional))
2016-01-01+ Added class file for issue tableMalf Furious1-4/+7
2015-12-31+ Added class file for stage tableMalf Furious1-5/+4
2015-12-31+ Added class file for Pad tableMalf Furious1-5/+5
2015-12-30+ Created class file for extern-user tableMalf Furious1-7/+3
2015-12-30+ Created db table child class for User tableMalf Furious1-0/+30