<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/issue_show, branch docs/add_file_diff_description</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>Make it harder to delete issuables accidentally</title>
<updated>2019-08-29T19:54:19+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-08-29T04:57:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f6c7e38040492db018943e537e30a7dd10e46120'/>
<id>f6c7e38040492db018943e537e30a7dd10e46120</id>
<content type='text'>
Previously submitting a DELETE request to an issuable URL would be
enough to destroy it, but this should require human confirmation.  We
now require that the `destroy_confirm` parameter is set to a truthy
value before this can complete.

In addition, we log a Sentry error if a deletion arrived without
confirmation.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62387
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously submitting a DELETE request to an issuable URL would be
enough to destroy it, but this should require human confirmation.  We
now require that the `destroy_confirm` parameter is set to a truthy
value before this can complete.

In addition, we log a Sentry error if a deletion arrived without
confirmation.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62387
</pre>
</div>
</content>
</entry>
<entry>
<title>Throw error for multiple RecaptchaModal instances</title>
<updated>2019-08-21T08:06:50+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-08-21T08:06:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a28c77f2adcb1a355a7497bd3a46d86a4c5d4d05'/>
<id>a28c77f2adcb1a355a7497bd3a46d86a4c5d4d05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix conflict warning being incorrectly displayed</title>
<updated>2019-08-12T05:42:20+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-08-05T08:56:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=45064348619ce7585d15756950eae5f5346ee631'/>
<id>45064348619ce7585d15756950eae5f5346ee631</id>
<content type='text'>
Hide warning when update request is in progress
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hide warning when update request is in progress
</pre>
</div>
</content>
</entry>
<entry>
<title>Autosave description in epics</title>
<updated>2019-04-16T08:20:37+00:00</updated>
<author>
<name>Rajat Jain</name>
<email>rjain@gitlab.com</email>
</author>
<published>2019-04-16T08:20:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c23c141e872d3a8a2f32f3fd6ed7901eaef88465'/>
<id>c23c141e872d3a8a2f32f3fd6ed7901eaef88465</id>
<content type='text'>
When editing an epic, the progress was previously lost due to
lack of localstorage syncing code. This commit adds support for
localstorage sync.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When editing an epic, the progress was previously lost due to
lack of localstorage syncing code. This commit adds support for
localstorage sync.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove .wiki and @md-typography mixin in favor of .md and .md-file</title>
<updated>2019-03-26T13:29:33+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2019-03-23T13:09:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=838f7e56a407aa335cf4406632373bac3d05dee0'/>
<id>838f7e56a407aa335cf4406632373bac3d05dee0</id>
<content type='text'>
Before, the styling for `img:not(.emoji)`` was repeated between
`.md:not(.use-csslab):not(.wiki)` (for comments and the Markdown
preview), `.documentation.wiki` (for help pages), and
`.issuable-details .description .wiki` (for MR and issue descriptions).

In these places, we now simply use `.md`. Wherever we use `.md` but
don't want this image styling (like wikis and blobs), `.md-file` is
added.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before, the styling for `img:not(.emoji)`` was repeated between
`.md:not(.use-csslab):not(.wiki)` (for comments and the Markdown
preview), `.documentation.wiki` (for help pages), and
`.issuable-details .description .wiki` (for MR and issue descriptions).

In these places, we now simply use `.md`. Wherever we use `.md` but
don't want this image styling (like wikis and blobs), `.md-file` is
added.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add fast tasklist support to MR tasklist</title>
<updated>2019-02-07T15:28:35+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2019-02-06T23:18:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8bf5e4795db1915552c1b999ee0c4a9c00466526'/>
<id>8bf5e4795db1915552c1b999ee0c4a9c00466526</id>
<content type='text'>
Also adds specs and fixes existing specs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also adds specs and fixes existing specs
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify and unify Promise mocks in app_spec file</title>
<updated>2019-01-30T22:18:22+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2019-01-30T18:23:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0e6c08f58bc7faff3c29f36141872db55cad941b'/>
<id>0e6c08f58bc7faff3c29f36141872db55cad941b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop closing issue edit form in error state</title>
<updated>2019-01-30T22:18:22+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2019-01-30T18:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=69b87a979de147b0940e01224482e6b64099a563'/>
<id>69b87a979de147b0940e01224482e6b64099a563</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Address review comments and fix commented spec</title>
<updated>2019-01-30T22:18:20+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2019-01-29T13:50:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a3a847f8624b5f5b10d5665725df2090a1f631ba'/>
<id>a3a847f8624b5f5b10d5665725df2090a1f631ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some cleanup and improvements on frontent logic</title>
<updated>2019-01-30T22:18:20+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2019-01-29T00:36:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c352e7e1621dfb3de97518eb46ca513503995ccf'/>
<id>c352e7e1621dfb3de97518eb46ca513503995ccf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
