summaryrefslogtreecommitdiffstats
path: root/app/model/pad.php (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2021-10-18Keep issue modal open after closing an issueMalfurious1-0/+5
For consistency reasons, I've decided to keep the issue UI open even after just closing an issue. That is assuming the user used the modal window to perform the close. If an issue is closed via the quick control buttons in the pad view page, no window is spawned since none was open to begin with. Other edge-cases that would interrupt the return of the issue modal have also been removed. For example, an informational message is no longer produced when an attachment is successfully uploaded, and users are no longer notified that an action resulted in an issue being closed. Signed-off-by: Malfurious <m@lfurio.us>
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