<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_web.git/help/app, branch 0.2.7</title>
<subtitle>[leap_web] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/'/>
<entry>
<title>Maybe not ideal fix, but since there is no edit view, we want to show the show view with the appropriate error messages.</title>
<updated>2013-11-11T22:16:16+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-11-11T22:16:16+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=d70161b55e37e0d9e7a23ed7dbac4ea6d323971a'/>
<id>d70161b55e37e0d9e7a23ed7dbac4ea6d323971a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>destroy all tickets created by a user when account is destroyed</title>
<updated>2013-11-06T10:30:33+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-11-06T10:26:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=24598b5c5e4df20c423ec74ea8e9df1592483c6b'/>
<id>24598b5c5e4df20c423ec74ea8e9df1592483c6b</id>
<content type='text'>
In order to keep the users engine independent of the tickets engine i added a generic load hook to the account model. The tickets engine then monkeypatches the account destruction and destroys all tickets before the user is destroyed.

The tickets are destroyed first so that even if things break there should never be tickets with an outdated user id.

I would have prefered to use super over using an alias_method_chain but I have not been able to figure out a way to make account a superclass of the account extension and still refer to Account from the users engine.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to keep the users engine independent of the tickets engine i added a generic load hook to the account model. The tickets engine then monkeypatches the account destruction and destroys all tickets before the user is destroyed.

The tickets are destroyed first so that even if things break there should never be tickets with an outdated user id.

I would have prefered to use super over using an alias_method_chain but I have not been able to figure out a way to make account a superclass of the account extension and still refer to Account from the users engine.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ticket.destroy_all_from(user) - remove all tickets created by a user</title>
<updated>2013-11-06T09:55:25+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-11-06T09:55:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=ebc60f3aba1ca08e454ba5e91f49905df2e5fa13'/>
<id>ebc60f3aba1ca08e454ba5e91f49905df2e5fa13</id>
<content type='text'>
We'll use this to clean up after user destruction
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We'll use this to clean up after user destruction
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unneccessary user creation and destruction in ticket test</title>
<updated>2013-09-03T08:01:46+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-09-03T08:01:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=29b306a4d49d395e5753e2e85f8fa1f25d18410c'/>
<id>29b306a4d49d395e5753e2e85f8fa1f25d18410c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>there's no need for User#find_by_param. clean it up</title>
<updated>2013-08-30T12:54:30+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-08-28T09:53:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=7bb1a16d4eee3eb3ef36c6f5b4fc7968e3da7dd6'/>
<id>7bb1a16d4eee3eb3ef36c6f5b4fc7968e3da7dd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix this, so the comment will get set to false in cases where the user isn't an admin.</title>
<updated>2013-08-13T17:12:43+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-08-13T17:12:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=53cd653ade859ec240d14981c4e9f85cc62cd6fd'/>
<id>53cd653ade859ec240d14981c4e9f85cc62cd6fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Per ISEC informational issue, manually set the private property only in cases where it is an admin who set it.</title>
<updated>2013-08-12T19:00:11+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-08-12T19:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=83681dfe050ce2ae74d5d1ca451d495d48f029ba'/>
<id>83681dfe050ce2ae74d5d1ca451d495d48f029ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix incorrect calling of tickets_path</title>
<updated>2013-07-11T21:43:21+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2013-07-11T21:43:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=1f77c345783bf197be183b2e5025f875c0eac882'/>
<id>1f77c345783bf197be183b2e5025f875c0eac882</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>minor - i18n text edit</title>
<updated>2013-07-07T00:18:20+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2013-07-07T00:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=7dd56114d8bf6749f140835358de4f8ebeaf81ba'/>
<id>7dd56114d8bf6749f140835358de4f8ebeaf81ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tickets - replace input[type=submit] tags with button[type=submit] tags</title>
<updated>2013-07-06T01:16:24+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2013-07-06T01:16:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=dc98ad8c6445182d60b3f1909e0260ace6fbfca5'/>
<id>dc98ad8c6445182d60b3f1909e0260ace6fbfca5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
