summaryrefslogtreecommitdiffstats
path: root/app/model/pad.php (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2021-09-27pad: Add link to pad ownerMalfurious1-0/+15
It is annoying to have to manually navigate back to the group page that contains the pad you're currently viewing, since it involves more than a single click to go up one level in the object hierarchy. This patch adds the owner name to the display at the top of each pad, as a hyperlink. If the owner is a group, following the link will take you to the group page. If the owner is _your own_ user, following the link will take you to the 'My Pads' page. Otherwise, it leads nowhere. Signed-off-by: Malfurious <m@lfurio.us>
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-20/+4
2018-07-26Add group/pad list itemMalf Furious1-10/+15
UI module to use when listing out groups and pads. These will link to the group/pad page and display information about the object.
2018-07-21Add new group modal view/model codeMalf Furious1-15/+5
2017-07-06Remove unused global declarationMalf Furious1-2/+0
2017-06-27Add dbconfig model codeMalf Furious1-0/+44