summaryrefslogtreecommitdiffstats
path: root/app/class/stage.class.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-10-20Order most recent issues firstMalfurious1-1/+1
Issue ordering within pad stages is updated to be first by due date (this was already the case), then by issue number _in decending order_. This is to be more consistent with the 'closed issues' view for pads, which always lists the most recently closed issues first. Furthermore, I suspect users will more likely want to deal with recent issues when browsing a pad. Signed-off-by: Malfurious <m@lfurio.us>
2018-02-07Update class files to use renamed obj classMalf Furious1-3/+3
2017-04-13Update stage function moveBackward()Malf Furious1-1/+3
Now calling refreshObj() to update altered pointers.
2017-04-09Fix bug in stage classMalf Furious1-0/+1
2017-04-09Add missing requireMalf Furious1-0/+1
2017-04-09Add stage function removeStage()Malf Furious1-0/+19
2017-04-09Add stage function getIssues_ordByDueByNumb()Malf Furious1-0/+19
2017-04-09Add stage function insertStage()Malf Furious1-0/+11
2017-04-09Fix bug in stage moveForward() functionMalf Furious1-0/+1
Since this function is used by moveBackward(), failing to call $this->saveObj() would result in changes made to $this being lost. $this is now written back to the db every time and calling saveObj() manually when using moveBackward() can result in bad data being written to the db.
2017-04-09Update use of object getParent() functionMalf Furious1-2/+2
This function has been updated to construct and return the proper object type. This commit addresses the uses of this function so far to account for this.
2017-04-09Add stage classMalf Furious1-0/+137
2016-10-22Deprecate application codeMalf Furious1-39/+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
2015-12-31+ Added class file for stage tableMalf Furious1-0/+25