<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_web.git/test, branch 0.5.1</title>
<subtitle>[leap_web] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/'/>
<entry>
<title>adjust tests to new config and method implementation</title>
<updated>2014-05-13T20:21:09+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-05-13T15:21:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=3278e474a32ef4926b1dab0d97ca4df1c59aa2a0'/>
<id>3278e474a32ef4926b1dab0d97ca4df1c59aa2a0</id>
<content type='text'>
Ticket.is_creator_vlidated? now actually fetches the user from the db and returns false if it does not exist.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ticket.is_creator_vlidated? now actually fetches the user from the db and returns false if it does not exist.
</pre>
</div>
</content>
</entry>
<entry>
<title>destinguish user.email from user.email_address</title>
<updated>2014-05-13T12:42:07+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-05-13T12:03:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=bbe9de73352b5aa937173b4158267f6a37e9ca5f'/>
<id>bbe9de73352b5aa937173b4158267f6a37e9ca5f</id>
<content type='text'>
use the former if you want a working email account or nil, the
latter if you want the email address associated with a given
user no matter if the user actually has an email account or not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use the former if you want a working email account or nil, the
latter if you want the email address associated with a given
user no matter if the user actually has an email account or not.
</pre>
</div>
</content>
</entry>
<entry>
<title>minor: use %Q for interpolated string with "</title>
<updated>2014-05-13T09:01:10+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-05-13T09:01:10+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=84ce597ad0516b92d6633c1f81c03517b5d74004'/>
<id>84ce597ad0516b92d6633c1f81c03517b5d74004</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>keep empty email field if user removed prefill</title>
<updated>2014-05-13T08:52:55+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-05-13T08:52:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=0261e82686ec4fcfc8b633664fadb1dd6d9c8070'/>
<id>0261e82686ec4fcfc8b633664fadb1dd6d9c8070</id>
<content type='text'>
We should respect the users choice. We can still get their email from the user id if we really need to.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We should respect the users choice. We can still get their email from the user id if we really need to.
</pre>
</div>
</content>
</entry>
<entry>
<title>allow for usernames with dots</title>
<updated>2014-05-13T07:51:41+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-05-13T07:51:36+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=86eb9062f1e81302647bf18ce0f5fd981202b68a'/>
<id>86eb9062f1e81302647bf18ce0f5fd981202b68a</id>
<content type='text'>
preparing for #5664 with some test improvements i ran into this issue

This commit includes a fix and the test improvements. In particular it
adds BrowserIntegrationTest#login - so there is no need to go through the signup procedure everytime you want a user to be logged in.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
preparing for #5664 with some test improvements i ran into this issue

This commit includes a fix and the test improvements. In particular it
adds BrowserIntegrationTest#login - so there is no need to go through the signup procedure everytime you want a user to be logged in.
</pre>
</div>
</content>
</entry>
<entry>
<title>hide srp forms when no js is available</title>
<updated>2014-05-06T07:36:28+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-04-30T14:35:39+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=3952a7dfcd13993bd51ac7dc07cb3a01b4658e25'/>
<id>3952a7dfcd13993bd51ac7dc07cb3a01b4658e25</id>
<content type='text'>
Hiding them using two mechanisms in case one fails:
.hidden class - bootstrap hides them then
style='display:none' - so they are hidden even if css load fails
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hiding them using two mechanisms in case one fails:
.hidden class - bootstrap hides them then
style='display:none' - so they are hidden even if css load fails
</pre>
</div>
</content>
</entry>
<entry>
<title>remove outdated os detection test</title>
<updated>2014-04-30T07:21:18+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-04-30T07:21:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=71814734c0a0f2e384f2e72e4d7c70aea04c01ab'/>
<id>71814734c0a0f2e384f2e72e4d7c70aea04c01ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>basic password validation without client side gem</title>
<updated>2014-04-25T14:51:03+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-04-25T14:51:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=a2909d781a790e47acbdbb8b4560177100ad9942'/>
<id>a2909d781a790e47acbdbb8b4560177100ad9942</id>
<content type='text'>
The client_side_validations gem is not maintained anymore and the validations
were not working lately. So instead of trying to fix it I started working on
independent validations for the password as it can't be validated on the
server due to SRP.

So far these validations are very primitive. They require 8 characters length
and a matching confirmation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The client_side_validations gem is not maintained anymore and the validations
were not working lately. So instead of trying to fix it I started working on
independent validations for the password as it can't be validated on the
server due to SRP.

So far these validations are very primitive. They require 8 characters length
and a matching confirmation.
</pre>
</div>
</content>
</entry>
<entry>
<title>make test independent of button tag</title>
<updated>2014-04-25T10:18:40+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-04-24T11:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=f23ca91c01ce14d75c221ccddb7d8b1b7e2c0cef'/>
<id>f23ca91c01ce14d75c221ccddb7d8b1b7e2c0cef</id>
<content type='text'>
input or button can be used
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
input or button can be used
</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>
</feed>
