summaryrefslogtreecommitdiffstats
path: root/app/view/pad_closed.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-10-18Add additional info / controls to issueListItemMalfurious1-1/+1
The list of assignees, the owner (opener), and quick controls for advancing or closing an issue are now available in the issue listing for pad stages (or the closed issue list, which is missing the new control buttons). If using the quick control buttons to manipulate an issue, the issue modal is not called-up on the page reload. Signed-off-by: Malfurious <m@lfurio.us>
2021-09-27pad: Add link to pad ownerMalfurious1-0/+7
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-10Add 'No issues' message to empty closed issue listMalf Furious1-0/+4
Signed-off-by: Malf Furious <m@lfurio.us>
2018-11-05Add pad closed issues viewMalf Furious1-0/+64
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>