<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scrott/app/view/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>Automatically call-up issue modal for newly-opened issues</title>
<updated>2021-10-18T23:42:58+00:00</updated>
<author>
<name>Malfurious</name>
<email>m@lfurio.us</email>
</author>
<published>2021-10-18T23:42:58+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/scrott/commit/?id=d74fcf9e8bfb15158fce16a9920ce638f4c675cf'/>
<id>d74fcf9e8bfb15158fce16a9920ce638f4c675cf</id>
<content type='text'>
This patch will cause the interface for new issues to be immediately
visible after page load on opening a new issue, as it is likely the user
may wish to perform some action on it.

This patch also fixes a bug which has previously prevented this from
being the default behavior.  The pad view's script imports have been
reordered such that all issue state manipulation is done and pushed to
the DB before any of the pad view page content is rendered.  This
prevents situations where the page would often load in a broken state
(the reason for the previous 'location()' call - to force a reload), and
enables us to use the new issue as the autoModal window as this patch
does.

Signed-off-by: Malfurious &lt;m@lfurio.us&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch will cause the interface for new issues to be immediately
visible after page load on opening a new issue, as it is likely the user
may wish to perform some action on it.

This patch also fixes a bug which has previously prevented this from
being the default behavior.  The pad view's script imports have been
reordered such that all issue state manipulation is done and pushed to
the DB before any of the pad view page content is rendered.  This
prevents situations where the page would often load in a broken state
(the reason for the previous 'location()' call - to force a reload), and
enables us to use the new issue as the autoModal window as this patch
does.

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 link to closed issues view</title>
<updated>2018-11-05T08:45:48+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2018-11-05T08:45:48+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/scrott/commit/?id=a78cfba0975eaa45540edca95835f302cbb86cef'/>
<id>a78cfba0975eaa45540edca95835f302cbb86cef</id>
<content type='text'>
Signed-off-by: Malf Furious &lt;m@lfurio.us&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Malf Furious &lt;m@lfurio.us&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace pad and group view heads</title>
<updated>2018-10-27T21:31:23+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2018-10-27T21:31:23+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/scrott/commit/?id=cb29c30f07b40bbd2031e0b3893e44a87213331e'/>
<id>cb29c30f07b40bbd2031e0b3893e44a87213331e</id>
<content type='text'>
Since there is currently no way to set heads for these objects, I am
replacing them with the appropriate glyphicon.

Signed-off-by: Malf Furious &lt;m@lfurio.us&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since there is currently no way to set heads for these objects, I am
replacing them with the appropriate glyphicon.

Signed-off-by: Malf Furious &lt;m@lfurio.us&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pad:  Add on-page button to open new issue</title>
<updated>2018-10-23T03:10:45+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2018-10-23T03:10:45+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/scrott/commit/?id=4d132743eb82ddae2b8c0541d216815e523955d4'/>
<id>4d132743eb82ddae2b8c0541d216815e523955d4</id>
<content type='text'>
First button added to the header of pad views is to open new issues.
This interface is still very crude and subject to change in the near
future.

Signed-off-by: Malf Furious &lt;m@lfurio.us&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
First button added to the header of pad views is to open new issues.
This interface is still very crude and subject to change in the near
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 missing require</title>
<updated>2018-09-24T16:52:00+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2018-09-24T16:52:00+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/scrott/commit/?id=c928adca5d7cd40a786da830ecea78369072fc19'/>
<id>c928adca5d7cd40a786da830ecea78369072fc19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
