<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_web.git/app/assets/javascripts, branch version/0.9</title>
<subtitle>[leap_web] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/'/>
<entry>
<title>fix: error message display in production</title>
<updated>2017-04-03T07:21:20+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-04-03T07:21:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=49618effe081ebf5e72a5945fa1822c471369cf0'/>
<id>49618effe081ebf5e72a5945fa1822c471369cf0</id>
<content type='text'>
only use the &lt;pre&gt; tag if the response was a text message i.e. during dev errors.
Use the alert-danger class of bootstrap 3 rather than alert-error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
only use the &lt;pre&gt; tag if the response was a text message i.e. during dev errors.
Use the alert-danger class of bootstrap 3 rather than alert-error.
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade: simple_form to bootstrap 3</title>
<updated>2017-03-27T08:39:26+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-03-24T11:08:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=b1b523f08a9ce7ea5fe0d50dc8b86995e00b48d6'/>
<id>b1b523f08a9ce7ea5fe0d50dc8b86995e00b48d6</id>
<content type='text'>
* reran the simple form initializer.
* wrapped submit buttons are now broken and need a fix.
* disabled confirmation validation in client side validations as the
  error message always is attached to the wrong field.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* reran the simple form initializer.
* wrapped submit buttons are now broken and need a fix.
* disabled confirmation validation in client side validations as the
  error message always is attached to the wrong field.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: make use of client_side_validations in js</title>
<updated>2017-03-24T11:06:54+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-03-24T11:06:54+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=fdb86b7db4275e49157de6aa1463ef730b25b76e'/>
<id>fdb86b7db4275e49157de6aa1463ef730b25b76e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: display error js responses in dev environment</title>
<updated>2017-03-23T15:35:42+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-03-23T15:35:42+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=c11e31acf3a592b8560459469ae4acf0e6e5dfd4'/>
<id>c11e31acf3a592b8560459469ae4acf0e6e5dfd4</id>
<content type='text'>
Sometimes the dev environment will send back a plain text response.
This causes the json parser to raise an exception and used to cause
the browser not to display any error message.

Now we dumpt the whole server response - which happes to also include the
backtrace. A lot more useful than doing nothing.

In production this should never happen as 500s get handled by the
ExceptionApplication / our ErrorsController there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sometimes the dev environment will send back a plain text response.
This causes the json parser to raise an exception and used to cause
the browser not to display any error message.

Now we dumpt the whole server response - which happes to also include the
backtrace. A lot more useful than doing nothing.

In production this should never happen as 500s get handled by the
ExceptionApplication / our ErrorsController there.
</pre>
</div>
</content>
</entry>
<entry>
<title>git subrepo clone https://leap.se/git/srp_js app/assets/javascripts/srp</title>
<updated>2017-03-23T13:12:30+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-03-23T13:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=372b15afed0b7477bd83062feaa7f24c4d40e38d'/>
<id>372b15afed0b7477bd83062feaa7f24c4d40e38d</id>
<content type='text'>
subrepo:
  subdir:   "app/assets/javascripts/srp"
  merged:   "9e1a417"
upstream:
  origin:   "https://leap.se/git/srp_js"
  branch:   "master"
  commit:   "9e1a417"
git-subrepo:
  version:  "0.3.1"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "a7ee886"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
subrepo:
  subdir:   "app/assets/javascripts/srp"
  merged:   "9e1a417"
upstream:
  origin:   "https://leap.se/git/srp_js"
  branch:   "master"
  commit:   "9e1a417"
git-subrepo:
  version:  "0.3.1"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "a7ee886"
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: keep ticket submit button clickable</title>
<updated>2017-03-23T10:04:21+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-03-23T09:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=c828d0164a43c169775ae107be3fd4409d6c3ecb'/>
<id>c828d0164a43c169775ae107be3fd4409d6c3ecb</id>
<content type='text'>
It was marked as submitted even when client side validations interfered.

fixes github issue #227
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was marked as submitted even when client side validations interfered.

fixes github issue #227
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade: bootstrap control-group -&gt; form-group</title>
<updated>2016-05-02T11:31:17+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-03-26T17:22:22+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=70d8ffc40ef57efaf75cd51e0c1ca654dc37dd4c'/>
<id>70d8ffc40ef57efaf75cd51e0c1ca654dc37dd4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade: add formbuilder wrapper for bootstrap</title>
<updated>2016-05-02T11:31:16+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-03-24T21:13:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=636421bf386e813cb6a87a7499fdedc975b75900'/>
<id>636421bf386e813cb6a87a7499fdedc975b75900</id>
<content type='text'>
Not sure if this does what we need. But for now it fixes the tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not sure if this does what we need. But for now it fixes the tests
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade: typeahead is not in bootstrap3 anymore</title>
<updated>2016-05-02T11:31:15+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-03-24T20:45:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=b718bea325793430d06d94570dd848fc71a57387'/>
<id>b718bea325793430d06d94570dd848fc71a57387</id>
<content type='text'>
using twitter/typeahead instead which seems to have similar properties
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using twitter/typeahead instead which seems to have similar properties
</pre>
</div>
</content>
</entry>
<entry>
<title>retain locale in URL when logging in and signing up, and ajax actions in general.</title>
<updated>2016-01-16T22:51:42+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2016-01-16T22:51:42+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=41d463b3572a628f0c505e0fefff19f1be9e3609'/>
<id>41d463b3572a628f0c505e0fefff19f1be9e3609</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
