<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/notes_spec.js, branch rs-empty_project-default</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>Remove placeholder note when award emoji slash command is applied</title>
<updated>2017-06-30T14:10:09+00:00</updated>
<author>
<name>Kushal Pandya</name>
<email>kushalspandya@gmail.com</email>
</author>
<published>2017-06-30T14:10:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9e3ef082be2595921319279ec095c2765a66e9e9'/>
<id>9e3ef082be2595921319279ec095c2765a66e9e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix note highlight being added to new notes</title>
<updated>2017-06-19T23:52:19+00:00</updated>
<author>
<name>Eric Eastwood</name>
<email>contact@ericeastwood.com</email>
</author>
<published>2017-06-19T23:43:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=19e12aac0217efae6b474d8601928a217064fb21'/>
<id>19e12aac0217efae6b474d8601928a217064fb21</id>
<content type='text'>
Always use a explicit true/false value to set highlight because jQuery
assumes `null` means toggle from whatever state and doesn't force false.

Regressed in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12098
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Always use a explicit true/false value to set highlight because jQuery
assumes `null` means toggle from whatever state and doesn't force false.

Regressed in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12098
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '27070-rename-slash-commands-to-quick-actions' into 'master'</title>
<updated>2017-06-16T16:32:53+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-06-16T16:32:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=352a9ed56213b6f83a679e72f9554638a0aed1ee'/>
<id>352a9ed56213b6f83a679e72f9554638a0aed1ee</id>
<content type='text'>
Rename "Slash commands" to "Quick actions"

Closes #27070

See merge request !11811</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename "Slash commands" to "Quick actions"

Closes #27070

See merge request !11811</pre>
</div>
</content>
</entry>
<entry>
<title>Rename "Slash commands" to "Quick actions"</title>
<updated>2017-06-15T14:01:56+00:00</updated>
<author>
<name>Eric Eastwood</name>
<email>contact@ericeastwood.com</email>
</author>
<published>2017-05-31T05:50:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ea090291bba6bb665b3631cc5a2659e6673a6959'/>
<id>ea090291bba6bb665b3631cc5a2659e6673a6959</id>
<content type='text'>
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070

Deprecate "chat commands" in favor of "slash commands"

We looked for things like:

 - `slash commmand`
 - `slash_command`
 - `slash-command`
 - `SlashCommand`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070

Deprecate "chat commands" in favor of "slash commands"

We looked for things like:

 - `slash commmand`
 - `slash_command`
 - `slash-command`
 - `SlashCommand`
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '33483-fix-note-highlight-being-lost-on-note-update' into 'master'</title>
<updated>2017-06-15T07:46:43+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2017-06-15T07:46:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d32de821960332c4e53e2f9dc696d15b7bfe3d7a'/>
<id>d32de821960332c4e53e2f9dc696d15b7bfe3d7a</id>
<content type='text'>
Fix note highlight being lost after real time update

Closes #33483

See merge request !12098</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix note highlight being lost after real time update

Closes #33483

See merge request !12098</pre>
</div>
</content>
</entry>
<entry>
<title>Fix autocomplete not working on note edit form</title>
<updated>2017-06-14T16:55:34+00:00</updated>
<author>
<name>Eric Eastwood</name>
<email>contact@ericeastwood.com</email>
</author>
<published>2017-06-12T18:42:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4182e3fa635a0d83d101d27da39d9efae3d5b1c7'/>
<id>4182e3fa635a0d83d101d27da39d9efae3d5b1c7</id>
<content type='text'>
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33529

Bug introduced in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11278
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33529

Bug introduced in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11278
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix note highlight being lost after real time update</title>
<updated>2017-06-14T16:32:12+00:00</updated>
<author>
<name>Eric Eastwood</name>
<email>contact@ericeastwood.com</email>
</author>
<published>2017-06-12T18:18:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=82181f6c0a1296ec8bbd4d60553117d9e270b03e'/>
<id>82181f6c0a1296ec8bbd4d60553117d9e270b03e</id>
<content type='text'>
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33483
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33483
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'cherry-pick-dc2ac993' into 'security-9-2'</title>
<updated>2017-06-08T16:48:10+00:00</updated>
<author>
<name>DJ Mountney</name>
<email>david@twkie.net</email>
</author>
<published>2017-06-08T16:48:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7113b1a45bd29318c3ec5ea5f61b1d523868ef4d'/>
<id>7113b1a45bd29318c3ec5ea5f61b1d523868ef4d</id>
<content type='text'>
Escapes html content before appending it to the DOM

See merge request !2107
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Escapes html content before appending it to the DOM

See merge request !2107
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve user experience around slash commands in instant comments</title>
<updated>2017-06-05T09:12:15+00:00</updated>
<author>
<name>Kushal Pandya</name>
<email>kushalspandya@gmail.com</email>
</author>
<published>2017-06-05T09:12:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7abe27b425c9e402bd1d7780ed51be023397ee2f'/>
<id>7abe27b425c9e402bd1d7780ed51be023397ee2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'task-list-2' into 'master'</title>
<updated>2017-05-31T16:35:54+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-05-31T16:35:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bfa46a9eabbad40ab57454fd7233d8c3e199ed98'/>
<id>bfa46a9eabbad40ab57454fd7233d8c3e199ed98</id>
<content type='text'>
Update task_list to version 2.0.0

Closes #22470

See merge request !11525</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update task_list to version 2.0.0

Closes #22470

See merge request !11525</pre>
</div>
</content>
</entry>
</feed>
