<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/assets/javascripts/dropzone_input.js.coffee, branch api-internal-errors</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>Change textarea upload hover icon from picture to paperclip.</title>
<updated>2015-02-17T21:23:31+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-02-16T21:09:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4036fb167ddce47db8ad4d885000b2c9db96595d'/>
<id>4036fb167ddce47db8ad4d885000b2c9db96595d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor.</title>
<updated>2015-02-17T21:23:31+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-02-16T18:58:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d2ebdf664b42d4fac6b2e060ef79aa9fe0b0e72d'/>
<id>d2ebdf664b42d4fac6b2e060ef79aa9fe0b0e72d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Generalize the image upload in markdown</title>
<updated>2015-02-17T21:20:44+00:00</updated>
<author>
<name>Hannes Rosenögger</name>
<email>123haynes@gmail.com</email>
</author>
<published>2015-02-14T15:04:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9bf8480b4a0d3ea6e284c4bd8bf26243f3f3f6f5'/>
<id>9bf8480b4a0d3ea6e284c4bd8bf26243f3f3f6f5</id>
<content type='text'>
This commit generalizes the image upload via drag and drop so it supports all files.
It also adds access control for these files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit generalizes the image upload via drag and drop so it supports all files.
It also adds access control for these files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't have Markdown preview fail for long content by using POST rather than GET.</title>
<updated>2015-02-06T10:23:12+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-02-06T10:21:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=639c93b4f2bd492a214065b5fdc47da2f5d8614d'/>
<id>639c93b4f2bd492a214065b5fdc47da2f5d8614d</id>
<content type='text'>
See https://github.com/gitlabhq/gitlabhq/issues/8611.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://github.com/gitlabhq/gitlabhq/issues/8611.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix raw image paste from clipboard</title>
<updated>2015-02-01T21:26:34+00:00</updated>
<author>
<name>Marco Cyriacks</name>
<email>marco@cyriacks.net</email>
</author>
<published>2015-01-30T20:50:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a54e9e5459cd45173b5db76a8bcce76b2e050433'/>
<id>a54e9e5459cd45173b5db76a8bcce76b2e050433</id>
<content type='text'>
This patch binds the textarea (markdown area) paste event to the
handlePaste() function (that was already present).

Furthermore the event processing is improved in the following way:

- The default paste event handler of the browser is only disabled if the
  browser fully supports clipboardData AND there realy is image data in
  the event object. In all other cases (no support or no image) the
  default handler processes the text paste.
- Some obsolete code was removed.
- The pasteText() function (which is somehow buggy because it places the
  cursor at the end of the text independantly from its position before the
  paste) is only used to place the image link after image data was pasted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch binds the textarea (markdown area) paste event to the
handlePaste() function (that was already present).

Furthermore the event processing is improved in the following way:

- The default paste event handler of the browser is only disabled if the
  browser fully supports clipboardData AND there realy is image data in
  the event object. In all other cases (no support or no image) the
  default handler processes the text paste.
- Some obsolete code was removed.
- The pasteText() function (which is somehow buggy because it places the
  cursor at the end of the text independantly from its position before the
  paste) is only used to place the image link after image data was pasted.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix image drag-n-drop to diff comments</title>
<updated>2015-01-15T05:43:31+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-01-15T05:43:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=80e784edb859cbe208721a330b7e37dbffc4331b'/>
<id>80e784edb859cbe208721a330b7e37dbffc4331b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
