<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app, branch fix-include-description-commit-message</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>Backport of EE fix in !954 - delays the initialization of MergeRequest javascript until after DOM ready</title>
<updated>2017-02-10T12:28:57+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-02-10T12:28:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=de484b3d344038a3ea7e553f842f023e8e95e8a6'/>
<id>de484b3d344038a3ea7e553f842f023e8e95e8a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check public snippets for spam</title>
<updated>2017-02-02T14:21:00+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2017-02-01T18:15:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=71f981c9421a61856552df2039a9b95f026929cd'/>
<id>71f981c9421a61856552df2039a9b95f026929cd</id>
<content type='text'>
Apply the same spam checks to public snippets (either personal snippets
that are public, or public snippets on public projects) as to issues on
public projects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apply the same spam checks to public snippets (either personal snippets
that are public, or public snippets on public projects) as to issues on
public projects.
</pre>
</div>
</content>
</entry>
<entry>
<title>Keep snippet visibility on error</title>
<updated>2017-02-02T14:20:54+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2017-02-01T16:38:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ed3dd1e8f2ac0f89e6139e0922adb7ef2c5495d1'/>
<id>ed3dd1e8f2ac0f89e6139e0922adb7ef2c5495d1</id>
<content type='text'>
When a snippet is submitted, but there's an error, we didn't keep the
visibility level. As the default is private, this means that submitting
a public snippet that failed would then fall back to being a private
snippet.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a snippet is submitted, but there's an error, we didn't keep the
visibility level. As the default is private, this means that submitting
a public snippet that failed would then fall back to being a private
snippet.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '27067-mention-user-dropdown-does-not-suggest-by-non-ascii-characters-in-name' into 'master'</title>
<updated>2017-02-02T13:46:02+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>lacerda.filipa@gmail.com</email>
</author>
<published>2017-02-02T13:40:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f0558e873dcc3c3b6b745b656a89e64ffa6f593c'/>
<id>f0558e873dcc3c3b6b745b656a89e64ffa6f593c</id>
<content type='text'>

Resolve "Mention @user dropdown does not suggest by non-ASCII characters in name"

Closes #27067

See merge request !8729</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Resolve "Mention @user dropdown does not suggest by non-ASCII characters in name"

Closes #27067

See merge request !8729</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-filtering-username-with-multiple-words' into 'master'</title>
<updated>2017-02-02T09:07:38+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>lacerda.filipa@gmail.com</email>
</author>
<published>2017-02-01T20:53:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7b02d450353526901266f5fe7f9bd5deddb6a5a3'/>
<id>7b02d450353526901266f5fe7f9bd5deddb6a5a3</id>
<content type='text'>

Fix filtering usernames with multiple words

Closes #27404

See merge request !8851</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix filtering usernames with multiple words

Closes #27404

See merge request !8851</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '27089-26860-27151-fix-discussion-note-permalink-collapsed' into 'master'</title>
<updated>2017-02-02T09:04:37+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>lacerda.filipa@gmail.com</email>
</author>
<published>2017-02-01T22:31:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c759724fba5d1f7090056b82a15b03979ef17546'/>
<id>c759724fba5d1f7090056b82a15b03979ef17546</id>
<content type='text'>

Fix permalink discussion note being collapsed

Closes #26860, #27089, and #27151

See merge request !8773</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix permalink discussion note being collapsed

Closes #26860, #27089, and #27151

See merge request !8773</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '19164-mobile-settings' into 'master'</title>
<updated>2017-02-02T08:42:27+00:00</updated>
<author>
<name>Annabel Dunstone Gray</name>
<email>annabel.dunstone@gmail.com</email>
</author>
<published>2017-01-31T21:02:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=df1500b3bf0e79b394d60f135bf3fc812c019cc6'/>
<id>df1500b3bf0e79b394d60f135bf3fc812c019cc6</id>
<content type='text'>

19164 Add settings dropdown to mobile screens

Closes #19164

See merge request !8896</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

19164 Add settings dropdown to mobile screens

Closes #19164

See merge request !8896</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-cancel-integration-settings' into 'master'</title>
<updated>2017-01-31T20:32:03+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2017-01-27T19:37:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=440b31ed1602c71e34ec38f53bc3820f85eddaa9'/>
<id>440b31ed1602c71e34ec38f53bc3820f85eddaa9</id>
<content type='text'>

Fixed cancel button in the services form not redirecting back to the integrations settings view

Closes #27301

See merge request !8843</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fixed cancel button in the services form not redirecting back to the integrations settings view

Closes #27301

See merge request !8843</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '27248-filtered-search-does-not-allow-filtering-labels-with-multiple-words' into 'master'</title>
<updated>2017-01-31T20:31:10+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>lacerda.filipa@gmail.com</email>
</author>
<published>2017-01-27T21:40:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=881f5225f2e5ce9613e2039d5ed242b29292935a'/>
<id>881f5225f2e5ce9613e2039d5ed242b29292935a</id>
<content type='text'>

Fix filtering label and milestone with multiple words

Closes #27248 and #27334

See merge request !8830</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix filtering label and milestone with multiple words

Closes #27248 and #27334

See merge request !8830</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '27220-jqxhr-responsejson-message-is-undefined-in-safari' into 'master'</title>
<updated>2017-01-31T20:30:36+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2017-01-26T20:19:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1df144dc6eb18b10e7944c4054326b6243cd4db7'/>
<id>1df144dc6eb18b10e7944c4054326b6243cd4db7</id>
<content type='text'>

Prevent form to be submitted twice

Closes #27220

See merge request !8825</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Prevent form to be submitted twice

Closes #27220

See merge request !8825</pre>
</div>
</content>
</entry>
</feed>
