<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeside.git/httemplate/misc/unsusp_pkg.cgi, branch afc-realtime</title>
<subtitle>Freeside billing, trouble ticketing, network monitoring and provisioning
</subtitle>
<link rel='alternate' type='text/html' href='http://git.freeside.biz/cgit/freeside.git/'/>
<entry>
<title>UX: acknowledge actions instead of silently redirecting</title>
<updated>2016-11-11T20:48:13+00:00</updated>
<author>
<name>Ivan Kohler</name>
<email>ivan@freeside.biz</email>
</author>
<published>2016-11-11T20:48:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.freeside.biz/cgit/freeside.git/commit/?id=3f8bffa5344295cacf11249fdb6f6f958f939fb8'/>
<id>3f8bffa5344295cacf11249fdb6f6f958f939fb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>UX: add status to package actions, redirect back to package tab</title>
<updated>2016-11-11T19:42:45+00:00</updated>
<author>
<name>Ivan Kohler</name>
<email>ivan@freeside.biz</email>
</author>
<published>2016-11-11T19:42:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.freeside.biz/cgit/freeside.git/commit/?id=4afceb55388ffa32d18c2b821fda11027540dce5'/>
<id>4afceb55388ffa32d18c2b821fda11027540dce5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ACLs</title>
<updated>2008-01-13T21:14:19+00:00</updated>
<author>
<name>ivan</name>
<email>ivan</email>
</author>
<published>2008-01-13T21:14:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.freeside.biz/cgit/freeside.git/commit/?id=f49f11d4c3c4ba9480cc5c9acfaa606a5ba73ad1'/>
<id>f49f11d4c3c4ba9480cc5c9acfaa606a5ba73ad1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove remaining calls to idiot/eidiot.  Should fix 1479</title>
<updated>2007-10-08T19:14:28+00:00</updated>
<author>
<name>jeff</name>
<email>jeff</email>
</author>
<published>2007-10-08T19:14:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.freeside.biz/cgit/freeside.git/commit/?id=718f65eee1c797ea90a315b5f03fae75c80a5112'/>
<id>718f65eee1c797ea90a315b5f03fae75c80a5112</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Will things ever be the same again?</title>
<updated>2006-08-23T22:25:39+00:00</updated>
<author>
<name>ivan</name>
<email>ivan</email>
</author>
<published>2006-08-23T22:25:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.freeside.biz/cgit/freeside.git/commit/?id=3ce7691203a7737406bf2d4442f7fd84b81f847e'/>
<id>3ce7691203a7737406bf2d4442f7fd84b81f847e</id>
<content type='text'>
It's the final masonize
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's the final masonize
</pre>
</div>
</content>
</entry>
<entry>
<title>removed &lt;!-- $Id$ --&gt; from all files to fix any redirects, whew</title>
<updated>2002-02-10T13:21:31+00:00</updated>
<author>
<name>ivan</name>
<email>ivan</email>
</author>
<published>2002-02-10T13:21:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.freeside.biz/cgit/freeside.git/commit/?id=22a35047ecdffff80110e06cc08fc84f9ddba9b0'/>
<id>22a35047ecdffff80110e06cc08fc84f9ddba9b0</id>
<content type='text'>
Mason handler.pl overrides CGI::redirect

fixed strict; problems in edit/part_pkg.cgi &amp; edit/process/part_pkg.cgi
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mason handler.pl overrides CGI::redirect

fixed strict; problems in edit/part_pkg.cgi &amp; edit/process/part_pkg.cgi
</pre>
</div>
</content>
</entry>
<entry>
<title>remove</title>
<updated>2002-01-30T14:18:09+00:00</updated>
<author>
<name>ivan</name>
<email>ivan</email>
</author>
<published>2002-01-30T14:18:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.freeside.biz/cgit/freeside.git/commit/?id=1fd6d8cf5d7854860ef4fd10ed89828e0c04ec39'/>
<id>1fd6d8cf5d7854860ef4fd10ed89828e0c04ec39</id>
<content type='text'>
  use Module;
and
  $cgi = new CGI;
  &amp;cgisuidsetup();
from all templates.  should work better under Mason.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  use Module;
and
  $cgi = new CGI;
  &amp;cgisuidsetup();
from all templates.  should work better under Mason.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove $Log$ messages.  whew.</title>
<updated>2001-08-21T02:31:57+00:00</updated>
<author>
<name>ivan</name>
<email>ivan</email>
</author>
<published>2001-08-21T02:31:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.freeside.biz/cgit/freeside.git/commit/?id=3d671921441ba8422650b54435a1959ad1d4c71d'/>
<id>3d671921441ba8422650b54435a1959ad1d4c71d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>templates!!!</title>
<updated>2001-07-30T07:36:04+00:00</updated>
<author>
<name>ivan</name>
<email>ivan</email>
</author>
<published>2001-07-30T07:36:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.freeside.biz/cgit/freeside.git/commit/?id=51984ac3d3da3006809c6866fdecd4ad83610731'/>
<id>51984ac3d3da3006809c6866fdecd4ad83610731</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
