<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_web.git/engines, branch 0.5.1-rc2</title>
<subtitle>[leap_web] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/'/>
<entry>
<title>move open and close buttons into status display</title>
<updated>2014-04-25T10:18:40+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-04-23T15:14:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=615261a6f0d1bae5d999e3014f18191ed1ba1008'/>
<id>615261a6f0d1bae5d999e3014f18191ed1ba1008</id>
<content type='text'>
They do not save any changes. So i think it's better to keep them separated from the Save button that does save changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They do not save any changes. So i think it's better to keep them separated from the Save button that does save changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>using simple_form for the last form that was not using it.</title>
<updated>2014-04-25T10:18:40+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-04-23T13:27:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=6c13d3323c180a333fd0f32d17a62adce9fcf2bb'/>
<id>6c13d3323c180a333fd0f32d17a62adce9fcf2bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>simple form: add wrapped and loading... buttons #5542</title>
<updated>2014-04-25T10:18:40+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-04-23T12:58:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=689c10b618c6c469ce82a7f09e117567def577de'/>
<id>689c10b618c6c469ce82a7f09e117567def577de</id>
<content type='text'>
the loading... text on the buttons was not capitalized before.

So in order to change this in a (more or less) single place i added
new button types to simple_form:

button :wrapped - normal button, with loading and an optional cancel button wrapped in the classical bootstrap action div.
    cancel option contains the url to go to when canceling.

button :loading - simple button with loading text capitalized by using i18n (simple_form.buttons.loading)

Conflicts:
	engines/support/app/views/tickets/new.html.haml
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the loading... text on the buttons was not capitalized before.

So in order to change this in a (more or less) single place i added
new button types to simple_form:

button :wrapped - normal button, with loading and an optional cancel button wrapped in the classical bootstrap action div.
    cancel option contains the url to go to when canceling.

button :loading - simple button with loading text capitalized by using i18n (simple_form.buttons.loading)

Conflicts:
	engines/support/app/views/tickets/new.html.haml
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #148 from azul/feature/api-quota-support</title>
<updated>2014-04-25T10:15:37+00:00</updated>
<author>
<name>azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-04-25T10:15:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=76ad25ba0ee344f185f8e8cdfe066685cd3b0447'/>
<id>76ad25ba0ee344f185f8e8cdfe066685cd3b0447</id>
<content type='text'>
Feature/api quota support + current_user null pattern</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Feature/api quota support + current_user null pattern</pre>
</div>
</content>
</entry>
<entry>
<title>add tests for invalid ticket creation</title>
<updated>2014-04-24T18:36:11+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-04-22T12:44:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=5d6a82a67bffc0930ea480164be2aca60ea0d6a1'/>
<id>5d6a82a67bffc0930ea480164be2aca60ea0d6a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>check user_id param for present? instead of !nil?</title>
<updated>2014-04-24T18:36:11+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-04-22T12:43:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=7df11eed6aa48d1f61ee7f3700295c78b62358f0'/>
<id>7df11eed6aa48d1f61ee7f3700295c78b62358f0</id>
<content type='text'>
when rendered from teh create action due to an error user_id param will
sometimes be an empty string. We should still avoid rendering the
navigation because the path's can not be resolved without a user_id.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when rendered from teh create action due to an error user_id param will
sometimes be an empty string. We should still avoid rendering the
navigation because the path's can not be resolved without a user_id.
</pre>
</div>
</content>
</entry>
<entry>
<title>let's only add the flash notice if the ticket has been created</title>
<updated>2014-04-24T18:36:11+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-04-22T12:40:27+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=c5c54ec2035813949a81e8b5977a8f2538897260'/>
<id>c5c54ec2035813949a81e8b5977a8f2538897260</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>return nil as auto_ticket_path for invalid tickets</title>
<updated>2014-04-24T18:36:11+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-04-22T12:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=c275f43147e7a8ab54623bdc5b9a8124b8592330'/>
<id>c275f43147e7a8ab54623bdc5b9a8124b8592330</id>
<content type='text'>
The auto_ticket_path is referenced from the tickets_controller like this:
     respond_with(@ticket, :location =&gt; auto_ticket_path(@ticket))
While this only uses the location parameter when the ticket is valid it will still attampt to calculate it if not. During the create action this will lead to crashes because the ticket_path can not be calculated for a ticket without an id.

This led to https://leap.se/code/issues/5552 and probably
https://leap.se/code/issues/5545.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The auto_ticket_path is referenced from the tickets_controller like this:
     respond_with(@ticket, :location =&gt; auto_ticket_path(@ticket))
While this only uses the location parameter when the ticket is valid it will still attampt to calculate it if not. During the create action this will lead to crashes because the ticket_path can not be calculated for a ticket without an id.

This led to https://leap.se/code/issues/5552 and probably
https://leap.se/code/issues/5545.
</pre>
</div>
</content>
</entry>
<entry>
<title>minor fix: User#email_address not User#email</title>
<updated>2014-04-18T08:29:07+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-04-18T08:29:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=40dfa63aa6fc7aa3614f2a7952d088d8ff067f70'/>
<id>40dfa63aa6fc7aa3614f2a7952d088d8ff067f70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make use of the UnauthorizedUser</title>
<updated>2014-04-17T17:27:47+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-04-17T17:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=7a9ece43bd61246b450471ed6bb1089570321e38'/>
<id>7a9ece43bd61246b450471ed6bb1089570321e38</id>
<content type='text'>
Null Pattern for current_user - use it to get rid of some conditionals
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Null Pattern for current_user - use it to get rid of some conditionals
</pre>
</div>
</content>
</entry>
</feed>
