<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_web.git/users/app/views, 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>Fix button to enable account: https://leap.se/code/issues/4246</title>
<updated>2013-10-28T20:10:12+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-10-28T20:10:12+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=7aaedeaf6fdd2d84ebab7bde2f6a6bdcf8d930b8'/>
<id>7aaedeaf6fdd2d84ebab7bde2f6a6bdcf8d930b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow admins to view past-due subscriptions.</title>
<updated>2013-10-01T20:56:59+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-10-01T20:56:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=0fe1678cd37c8e917cb28eed9eb28777d3a92283'/>
<id>0fe1678cd37c8e917cb28eed9eb28777d3a92283</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>visual feedback when submitting forms (#3164)</title>
<updated>2013-09-25T08:12:08+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-09-25T08:12:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=4f8414298750193b6de3daff08364ec745a6a761'/>
<id>4f8414298750193b6de3daff08364ec745a6a761</id>
<content type='text'>
This also helps with the failing integration test. We needed a way to tell the ajax request was back. Observing the button state now works for that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also helps with the failing integration test. We needed a way to tell the ajax request was back. Observing the button state now works for that.
</pre>
</div>
</content>
</entry>
<entry>
<title>use token auth when accessing the api from webapp</title>
<updated>2013-09-24T08:48:32+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-09-23T17:55:22+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=193bf6446b384dce1699e8fb82be6f16cb8cb5f6'/>
<id>193bf6446b384dce1699e8fb82be6f16cb8cb5f6</id>
<content type='text'>
One failing integration test still needs to be fixed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One failing integration test still needs to be fixed
</pre>
</div>
</content>
</entry>
<entry>
<title>fix login form - use api session url</title>
<updated>2013-09-04T07:48:30+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2013-09-04T07:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=e915e1090d2b5a17a0dcde8b11a63d11565c62a7'/>
<id>e915e1090d2b5a17a0dcde8b11a63d11565c62a7</id>
<content type='text'>
There's no non api sessions resource anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's no non api sessions resource anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove references to email_settings controller, which has been removed. An identities controller will replace it.</title>
<updated>2013-09-02T20:28:32+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-09-02T20:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=57baaa65cab56d13b77fff674a57e7f3e4983f00'/>
<id>57baaa65cab56d13b77fff674a57e7f3e4983f00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Not ideal way to do it, but was proving complicated to have a config file specify which gems for which environments.</title>
<updated>2013-08-27T19:38:16+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-08-27T19:38:16+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=060e06daa065f02b811dfe12850b101a62c12c8d'/>
<id>060e06daa065f02b811dfe12850b101a62c12c8d</id>
<content type='text'>
Here, we have the billing gem included for the development and test environments only, hardcoded in the Gemfile.

Then we show the links to billing based on a config file setting. The setting itself could be used to specify different types of billing, but isn't yet.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Here, we have the billing gem included for the development and test environments only, hardcoded in the Gemfile.

Then we show the links to billing based on a config file setting. The setting itself could be used to specify different types of billing, but isn't yet.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into billing_with_tests</title>
<updated>2013-08-27T19:18:35+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-08-27T19:18:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=dc41ae0a3fb0a137e716d8ec63084b0ec3a7299b'/>
<id>dc41ae0a3fb0a137e716d8ec63084b0ec3a7299b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change JS warning message per https://leap.se/code/issues/3492</title>
<updated>2013-08-19T17:30:00+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-08-19T17:30:00+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=c073099f0283492b30e702d833721206ab9986cc'/>
<id>c073099f0283492b30e702d833721206ab9986cc</id>
<content type='text'>
Key must end in _html so the html doesn't get escaped.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Key must end in _html so the html doesn't get escaped.
</pre>
</div>
</content>
</entry>
<entry>
<title>Option to disable billing engine and hide billing related links. To actual disable, must remove billing engine from Gemfile (and re-bundle)</title>
<updated>2013-08-13T17:37:31+00:00</updated>
<author>
<name>jessib</name>
<email>jessib@riseup.net</email>
</author>
<published>2013-08-13T17:37:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=d0a15a50e1fdf08f2283562453d4e803aa7b31c8'/>
<id>d0a15a50e1fdf08f2283562453d4e803aa7b31c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
