<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/behaviors, branch 25264-ref-commit</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>explicitly disable eslint inline</title>
<updated>2016-11-15T16:30:34+00:00</updated>
<author>
<name>Luke "Jared" Bennett</name>
<email>lbennett@gitlab.com</email>
</author>
<published>2016-11-15T14:08:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7cefaea876da9e25a1c3ea870f4e4b070a196905'/>
<id>7cefaea876da9e25a1c3ea870f4e4b070a196905</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>disable ESLint for all JavaScript files</title>
<updated>2016-10-26T08:02:58+00:00</updated>
<author>
<name>winniehell</name>
<email>git@winniehell.de</email>
</author>
<published>2016-10-26T08:02:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=02f94cf038b08d25bc1b414a32d16f988fb9268e'/>
<id>02f94cf038b08d25bc1b414a32d16f988fb9268e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore comments lost when converting CoffeeScript to JavaScript</title>
<updated>2016-09-08T17:23:12+00:00</updated>
<author>
<name>Jared Deckard</name>
<email>jared.deckard@gmail.com</email>
</author>
<published>2016-07-27T03:32:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7f6474b269a5cfa454d28c0c0da969490c9eb33e'/>
<id>7f6474b269a5cfa454d28c0c0da969490c9eb33e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ES6ify all the things!</title>
<updated>2016-07-24T20:45:11+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2016-07-24T20:45:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aaa9509d120524573085e94af9de5cdde83e3271'/>
<id>aaa9509d120524573085e94af9de5cdde83e3271</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tests for award emoji feature.</title>
<updated>2016-06-06T09:10:10+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2016-05-31T19:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c1e2b02e34e5038be0c39e11c3172c3375dc0734'/>
<id>c1e2b02e34e5038be0c39e11c3172c3375dc0734</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow manual resize of js-autosize textareas</title>
<updated>2016-02-01T22:00:03+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-02-01T21:55:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=933834c4a60610710fc949daa2e15531c2c45780'/>
<id>933834c4a60610710fc949daa2e15531c2c45780</id>
<content type='text'>
First, the autosize library was being too controlling and removed the
`resize` property from any elements to which it was attached, removing
the drag handle.

Second, we detect when the user manually resizes an autosize textarea,
and then remove the autosize behavior from it and increase its
max-height.

This should allow for the best of both worlds.

Closes #12832
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
First, the autosize library was being too controlling and removed the
`resize` property from any elements to which it was attached, removing
the drag handle.

Second, we detect when the user manually resizes an autosize textarea,
and then remove the autosize behavior from it and increase its
max-height.

This should allow for the best of both worlds.

Closes #12832
</pre>
</div>
</content>
</entry>
<entry>
<title>Check originalEvent.repeat *and* event.repeat</title>
<updated>2015-10-07T21:59:10+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-10-07T21:59:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dbf9ccbcfe788beb24cda34b0d86b7e12ecdf4bb'/>
<id>dbf9ccbcfe788beb24cda34b0d86b7e12ecdf4bb</id>
<content type='text'>
phantomjs &lt; 2.0 doesn't support creating `KeyboardEvent` so the tests
were failing on CI
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
phantomjs &lt; 2.0 doesn't support creating `KeyboardEvent` so the tests
were failing on CI
</pre>
</div>
</content>
</entry>
<entry>
<title>Check originalEvent.repeat</title>
<updated>2015-10-07T19:23:42+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-10-07T19:19:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fcf99d0d09d63d0662290658ebc1e366bfc11bf0'/>
<id>fcf99d0d09d63d0662290658ebc1e366bfc11bf0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "Quick Submit" JS behavior</title>
<updated>2015-10-07T19:23:41+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-10-05T22:19:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=01d0926bc16bb82ef676c35a5a61b8e90a82654c'/>
<id>01d0926bc16bb82ef676c35a5a61b8e90a82654c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "Requires Input" JS behavior</title>
<updated>2015-06-27T02:06:42+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-06-24T03:23:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e4472cee78c1904b801d25d51c14b557afc44816'/>
<id>e4472cee78c1904b801d25d51c14b557afc44816</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
