<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/assets/javascripts/blob, branch docs_refactor</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Automatically fork a project when not allowed to edit a file.</title>
<updated>2015-12-18T09:03:34+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-12-18T09:03:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d9c82d679fd622aead99aeb90369361a05e02a36'/>
<id>d9c82d679fd622aead99aeb90369361a05e02a36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "Start a new merge request" option to every commit form</title>
<updated>2015-11-17T17:53:56+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-11-17T17:53:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e945ec02804bb28dbd228d8002a159c8da0fcc38'/>
<id>e945ec02804bb28dbd228d8002a159c8da0fcc38</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 'master' into dirceu/gitlab-ce-new-merge-request-from-file-edit</title>
<updated>2015-11-17T16:01:28+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-11-17T16:01:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0b540a0fadf172277639910023fcf8b713ad35aa'/>
<id>0b540a0fadf172277639910023fcf8b713ad35aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Persist blob editor's value on submit, not on click</title>
<updated>2015-10-31T15:08:34+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-10-31T15:06:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3b0039f659eab1c29e735ef2a5443e26b33d5d18'/>
<id>3b0039f659eab1c29e735ef2a5443e26b33d5d18</id>
<content type='text'>
Prior, the value of the Ace editor was only being persisted if the user
physically clicked the submit button, which the "quick submit" behavior
doesn't do.

Now the value will be properly transferred before any form is submitted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prior, the value of the Ace editor was only being persisted if the user
physically clicked the submit button, which the "quick submit" behavior
doesn't do.

Now the value will be properly transferred before any form is submitted.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to create merge request when editing/creating a file</title>
<updated>2015-10-19T22:25:35+00:00</updated>
<author>
<name>Dirceu Pereira Tiegs</name>
<email>dirceutiegs@gmail.com</email>
</author>
<published>2015-10-19T22:25:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3d50b99d016af91c06a40f7a8bf4c298e241220a'/>
<id>3d50b99d016af91c06a40f7a8bf4c298e241220a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add directory feature button</title>
<updated>2015-10-07T11:22:55+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-09-17T05:45:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0ab6ca93aadaf08f65f36e7fbdb5b837bac6e160'/>
<id>0ab6ca93aadaf08f65f36e7fbdb5b837bac6e160</id>
<content type='text'>
Change "+" icon under "Files" section to have three options:

* Create file
* Upload file
* New directory

Upload file is no longer accessible from the "Create file" page.
Users can now select a target branch in upload file as well.

Closes #2799: Fixes a bug where file modes were overwritten after a commit

Closes https://github.com/gitlabhq/gitlabhq/issues/8253: Existing files
can no longer be overwritten in the "Create file" section.

Closes #2557
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change "+" icon under "Files" section to have three options:

* Create file
* Upload file
* New directory

Upload file is no longer accessible from the "Create file" page.
Users can now select a target branch in upload file as well.

Closes #2799: Fixes a bug where file modes were overwritten after a commit

Closes https://github.com/gitlabhq/gitlabhq/issues/8253: Existing files
can no longer be overwritten in the "Create file" section.

Closes #2557
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the replace placeholder to use the filename</title>
<updated>2015-09-15T20:07:32+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-09-15T13:58:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d9af6f79ed439308d13f44a0cfade6a355607f14'/>
<id>d9af6f79ed439308d13f44a0cfade6a355607f14</id>
<content type='text'>
Dynamically adjust placedholder for uploads and fix Dropzone event handlers

Override error handler to prevent error messages from being inserted underneath image preview

Fix tests

Use regexp instead of startsWith for better browser compatibility

Remove duplicate code in _replace.html.haml and use one template

Remove files upon error and retain alert messages until user adds a new file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dynamically adjust placedholder for uploads and fix Dropzone event handlers

Override error handler to prevent error messages from being inserted underneath image preview

Fix tests

Use regexp instead of startsWith for better browser compatibility

Remove duplicate code in _replace.html.haml and use one template

Remove files upon error and retain alert messages until user adds a new file
</pre>
</div>
</content>
</entry>
<entry>
<title>    Add "Replace" and "Upload" features</title>
<updated>2015-09-15T00:12:56+00:00</updated>
<author>
<name>liyakun</name>
<email>liyakun127@gmail.com</email>
</author>
<published>2015-09-10T14:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e2ece2bc350bf881e9716e51c01a59eecac65fc9'/>
<id>e2ece2bc350bf881e9716e51c01a59eecac65fc9</id>
<content type='text'>
    Refactor upload and replace functionality

    Rename file and move CSS

    Fix typo

    Make dropzone a div

    Remove unnecessary file

    Change color of "upload existing one"

    Add missing changes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    Refactor upload and replace functionality

    Rename file and move CSS

    Fix typo

    Make dropzone a div

    Remove unnecessary file

    Change color of "upload existing one"

    Add missing changes
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove disableButtonIf[Any]EmptyField calls from forms</title>
<updated>2015-06-27T02:07:59+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-06-27T01:53:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f6503f71f994c50f12abfb29233259816006391a'/>
<id>f6503f71f994c50f12abfb29233259816006391a</id>
<content type='text'>
These have been replaced by the "requiresInput" behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These have been replaced by the "requiresInput" behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename BlobView to LineHighlighter</title>
<updated>2015-06-19T08:31:24+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-06-15T21:53:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=32366d18118281b32b5e770824d637a01d15093b'/>
<id>32366d18118281b32b5e770824d637a01d15093b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
