<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scrott/app/model/pad.php, branch master</title>
<subtitle>The Secure Centralized Robust Online Ticketing Tool</subtitle>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/scrott/'/>
<entry>
<title>Keep issue modal open after closing an issue</title>
<updated>2021-10-19T00:14:26+00:00</updated>
<author>
<name>Malfurious</name>
<email>m@lfurio.us</email>
</author>
<published>2021-10-19T00:14:26+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/scrott/commit/?id=a2f522583ef35e009f1f0be7086fc511d52c2b36'/>
<id>a2f522583ef35e009f1f0be7086fc511d52c2b36</id>
<content type='text'>
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 &lt;m@lfurio.us&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;m@lfurio.us&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pad: Add link to pad owner</title>
<updated>2021-09-27T22:17:08+00:00</updated>
<author>
<name>Malfurious</name>
<email>m@lfurio.us</email>
</author>
<published>2021-09-27T22:17:08+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/scrott/commit/?id=cc292f7a72d10b9c8c6473e3df5729da8185ee5f'/>
<id>cc292f7a72d10b9c8c6473e3df5729da8185ee5f</id>
<content type='text'>
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 &lt;m@lfurio.us&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;m@lfurio.us&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pad closed issues view</title>
<updated>2018-11-05T08:32:06+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2018-11-05T08:32:06+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/scrott/commit/?id=434ebff8466ead8f9bb4c0f00037a107cbf842c4'/>
<id>434ebff8466ead8f9bb4c0f00037a107cbf842c4</id>
<content type='text'>
This view is routable from app/&lt;pad_guid&gt;/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 &lt;m@lfurio.us&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This view is routable from app/&lt;pad_guid&gt;/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 &lt;m@lfurio.us&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pad:  Render issue modals on pad view</title>
<updated>2018-10-22T09:08:37+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2018-10-22T09:08:37+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/scrott/commit/?id=325b697fed92cb56eaa05841e03462b7b2f0c385'/>
<id>325b697fed92cb56eaa05841e03462b7b2f0c385</id>
<content type='text'>
This logic instanciates an issue modal view for each issue to be
accessable from a pad view.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This logic instanciates an issue modal view for each issue to be
accessable from a pad view.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add start of single-pad view</title>
<updated>2018-09-20T05:07:35+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2018-09-20T05:07:35+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/scrott/commit/?id=694f876bc8655bc00f3a4ae3d650e54d947ea42a'/>
<id>694f876bc8655bc00f3a4ae3d650e54d947ea42a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
