<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/assets/javascripts/notes.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>Remove upvotes js logic since it does not work as expected anyway</title>
<updated>2015-03-20T19:34:21+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-03-20T19:34:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1f711fd93d9e8f9955d59946469df2b6c7aa9c42'/>
<id>1f711fd93d9e8f9955d59946469df2b6c7aa9c42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove note attachment file selector.</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:08:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ab401a6132411294cee03cf4e0902ec75c2c42dc'/>
<id>ab401a6132411294cee03cf4e0902ec75c2c42dc</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 'md-preview-class' into 'master'</title>
<updated>2015-02-17T20:38:53+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dzaporozhets@gitlab.com</email>
</author>
<published>2015-02-17T20:38:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0da0d800f2a0db9d9c16cf5e2feb0dd80b528223'/>
<id>0da0d800f2a0db9d9c16cf5e2feb0dd80b528223</id>
<content type='text'>
Make sure Markdown previews always use the same styling as the eventual destination.

Font size, image width and code-block styling weren't accurate between the markdown preview and the issue/wiki/note body.

See merge request !1514
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure Markdown previews always use the same styling as the eventual destination.

Font size, image width and code-block styling weren't accurate between the markdown preview and the issue/wiki/note body.

See merge request !1514
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure Markdown previews always use the same styling as the eventual destination.</title>
<updated>2015-02-17T16:58:08+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-02-13T13:14:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=080449f8af56e1aa0d80c921d0bc6ea4a61f1c38'/>
<id>080449f8af56e1aa0d80c921d0bc6ea4a61f1c38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly clear notes bindings to prevent double comments on Ctrl-Enter.</title>
<updated>2015-02-16T17:25:57+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-02-16T17:25:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=29a997cde978d45b3d6bd75df8f9226288e3abcb'/>
<id>29a997cde978d45b3d6bd75df8f9226288e3abcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Actually submit comment on command-enter.</title>
<updated>2015-02-11T11:21:11+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-02-11T11:20:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d909ae73dc5bca391e6639af0d8f9fcacb7a00ea'/>
<id>d909ae73dc5bca391e6639af0d8f9fcacb7a00ea</id>
<content type='text'>
Resolves #1869.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves #1869.
</pre>
</div>
</content>
</entry>
<entry>
<title>Autosave and autorestore unsaved comments.</title>
<updated>2015-02-07T19:55:17+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-02-06T15:21:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=463d9f76e449849be15926a7df0564fbc9a35452'/>
<id>463d9f76e449849be15926a7df0564fbc9a35452</id>
<content type='text'>
Closes #1738.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1738.
</pre>
</div>
</content>
</entry>
<entry>
<title>Submit comment on command-enter.</title>
<updated>2015-02-05T20:56:25+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-02-05T20:56:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=71668312c42426ed23e46c9a79f93e329f2b6625'/>
<id>71668312c42426ed23e46c9a79f93e329f2b6625</id>
<content type='text'>
Fixes #1869.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1869.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace highlight.js with rouge-fork rugments</title>
<updated>2015-01-15T12:41:11+00:00</updated>
<author>
<name>Stefan Tatschner</name>
<email>stefan@sevenbyte.org</email>
</author>
<published>2014-12-03T14:27:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bf079c24afb8ad2991a4eaf60a71a7bc45dd775d'/>
<id>bf079c24afb8ad2991a4eaf60a71a7bc45dd775d</id>
<content type='text'>
I decided to create a fork of rouge as rouge lacks a HTML formatter with
the required options such as wrapping a line with &lt;span&gt; tags.
Furthermore I was not really convinced about the clarity of rouge's
source code.

Rugments 1.0.0beta3 for now only includes some basic linting and a new
HTML formatter. Everything else should behave the same.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I decided to create a fork of rouge as rouge lacks a HTML formatter with
the required options such as wrapping a line with &lt;span&gt; tags.
Furthermore I was not really convinced about the clarity of rouge's
source code.

Rugments 1.0.0beta3 for now only includes some basic linting and a new
HTML formatter. Everything else should behave the same.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clone comment form on edit. Fixes bug with disappearing textarea or cancel of edit</title>
<updated>2015-01-15T07:09:30+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-01-15T07:09:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=23498337b17fe5f94bd87884ee6773187ec993a8'/>
<id>23498337b17fe5f94bd87884ee6773187ec993a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
