<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scrott/app/model/datamods.php, branch v0.2</title>
<subtitle>The Secure Centralized Robust Online Ticketing Tool</subtitle>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/scrott/'/>
<entry>
<title>issue:  Add logging events for issue open and close</title>
<updated>2018-10-27T01:17:41+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2018-10-27T01:17:41+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/scrott/commit/?id=bcc3ef4a22a17cf888e71078f2881715c466b6dc'/>
<id>bcc3ef4a22a17cf888e71078f2881715c466b6dc</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>Fix bug in various form handlers</title>
<updated>2018-10-24T00:40:49+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2018-10-24T00:40:49+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/scrott/commit/?id=1449564793347f4e34f433f4620834e9c6db290f'/>
<id>1449564793347f4e34f433f4620834e9c6db290f</id>
<content type='text'>
Some form handlers use the current logged in user (user::getCurrent()),
however do so without asserting that we are _actually_ logged in.  This
is probably due to that fact that index.php (usually) catches all page
requests that are logged out and diverts control before any other handler
can be invoked.  But a few handlers sneak through the cracks.

In the future, the app will be better about supportting logged out
browsing, the alpha was not written with this in the forground.

Signed-off-by: Malf Furious &lt;m@lfurio.us&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some form handlers use the current logged in user (user::getCurrent()),
however do so without asserting that we are _actually_ logged in.  This
is probably due to that fact that index.php (usually) catches all page
requests that are logged out and diverts control before any other handler
can be invoked.  But a few handlers sneak through the cracks.

In the future, the app will be better about supportting logged out
browsing, the alpha was not written with this in the forground.

Signed-off-by: Malf Furious &lt;m@lfurio.us&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>datamods:  Implement new issue modal form handler</title>
<updated>2018-10-23T05:31:19+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2018-10-23T05:31:19+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/scrott/commit/?id=9733a06af32e6b409558795f69f89b7c59487a55'/>
<id>9733a06af32e6b409558795f69f89b7c59487a55</id>
<content type='text'>
POSTs to the dm-issue-add form are handled by this new handler.  Pad
data is passed via the form, we create the new issue in the pad's first
stage, crediting the current logged in user.  New issue is unassigned.

I call `location()` at the bottom, since not doing so leaves the page in
a weird state.  The reason being that most of the page rendering logic
operates off of the 'pageObj', which is instanciated and assigned prior
to the invocation of this handler.  This is to be fleshed-out during the
v0.2-v0.3 development iteration.

Signed-off-by: Malf Furious &lt;m@lfurio.us&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
POSTs to the dm-issue-add form are handled by this new handler.  Pad
data is passed via the form, we create the new issue in the pad's first
stage, crediting the current logged in user.  New issue is unassigned.

I call `location()` at the bottom, since not doing so leaves the page in
a weird state.  The reason being that most of the page rendering logic
operates off of the 'pageObj', which is instanciated and assigned prior
to the invocation of this handler.  This is to be fleshed-out during the
v0.2-v0.3 development iteration.

Signed-off-by: Malf Furious &lt;m@lfurio.us&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>datamods:  Add default stages to new pads</title>
<updated>2018-09-19T22:06:24+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2018-09-19T22:06:24+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/scrott/commit/?id=defac79722307d68191e9d28346a9fd8502319da'/>
<id>defac79722307d68191e9d28346a9fd8502319da</id>
<content type='text'>
As a convenience, I'm adding a basic set of stages to new pads.  These
stages are "To Do", "In Progress" ('Done' being closed issues).  This
implements a very simple workflow for new pads.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As a convenience, I'm adding a basic set of stages to new pads.  These
stages are "To Do", "In Progress" ('Done' being closed issues).  This
implements a very simple workflow for new pads.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement dm-pad-add form handler</title>
<updated>2018-09-15T13:55:44+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2018-09-15T13:55:44+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/scrott/commit/?id=19bf1194556bcc1ba4be4704a297c67d03e58ef5'/>
<id>19bf1194556bcc1ba4be4704a297c67d03e58ef5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new group modal view/model code</title>
<updated>2018-07-22T01:43:20+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2018-07-22T01:43:20+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/scrott/commit/?id=70bcac2648a51989e1184d9eeead766def999f8b'/>
<id>70bcac2648a51989e1184d9eeead766def999f8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
