Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-27 | pad: Add link to pad owner | Malfurious | 1 | -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-05 | Add pad closed issues view | Malf Furious | 1 | -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-22 | pad: Render issue modals on pad view | Malf Furious | 1 | -0/+8 | |
This logic instanciates an issue modal view for each issue to be accessable from a pad view. | |||||
2018-09-20 | Add start of single-pad view | Malf Furious | 1 | -0/+21 | |