summaryrefslogtreecommitdiffstats
path: root/app/model/pad.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-11-05Add pad closed issues viewMalf Furious1-0/+2
This view is routable from app/<pad_guid>/closed. It is a separate view for displaying the closed issues of a pad. index.php as well as the pad model code is also updated to support this view. This view currently *does not* support paging. This will very likely be added in the future. Signed-off-by: Malf Furious <m@lfurio.us>
2018-10-22pad: Render issue modals on pad viewMalf Furious1-0/+8
This logic instanciates an issue modal view for each issue to be accessable from a pad view.
2018-09-20Add start of single-pad viewMalf Furious1-0/+21