<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/controllers/projects, branch ad_coder</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>Merge branch 'fix-issue-2593' into 'master'</title>
<updated>2015-09-21T20:46:15+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2015-09-21T20:46:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ba71542a5a14f703710a146f58b53bb503215060'/>
<id>ba71542a5a14f703710a146f58b53bb503215060</id>
<content type='text'>

Fix Error 500 when comparing non-existing branches

Closes #2593

See merge request !1355</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix Error 500 when comparing non-existing branches

Closes #2593

See merge request !1355</pre>
</div>
</content>
</entry>
<entry>
<title>Remove milestones from merge requests when milestones are deleted</title>
<updated>2015-09-21T14:00:55+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-09-18T15:39:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ea5c25bb4ed46decde33c86e618f0b18dd55dae3'/>
<id>ea5c25bb4ed46decde33c86e618f0b18dd55dae3</id>
<content type='text'>
Reported by https://github.com/gitlabhq/gitlabhq/issues/9643
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by https://github.com/gitlabhq/gitlabhq/issues/9643
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Error 500 when comparing non-existing branches</title>
<updated>2015-09-18T19:02:01+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-09-18T19:02:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=de8497ca56a20f8c9362fdb8a9a8629a551f0a4d'/>
<id>de8497ca56a20f8c9362fdb8a9a8629a551f0a4d</id>
<content type='text'>
Closes #2593
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #2593
</pre>
</div>
</content>
</entry>
<entry>
<title>Create a "destroyed Milestone" event and keep Milestone events around in the DB</title>
<updated>2015-09-15T12:51:11+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-08-31T04:51:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d3d03d1362e576d194782a655cdfe9bc6ed5c596'/>
<id>d3d03d1362e576d194782a655cdfe9bc6ed5c596</id>
<content type='text'>
for posterity.

Also fix issue where destroying a Milestone would cause odd, transient messages like
"created milestone" or "imported milestone".

Add "in" preposition when creating and destroying milestones

Closes #2382
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for posterity.

Also fix issue where destroying a Milestone would cause odd, transient messages like
"created milestone" or "imported milestone".

Add "in" preposition when creating and destroying milestones

Closes #2382
</pre>
</div>
</content>
</entry>
<entry>
<title>add Content-Type header of raw image file</title>
<updated>2015-09-04T04:06:02+00:00</updated>
<author>
<name>pilsner</name>
<email>pilsner@teamlegoui-Mac-Pro.local</email>
</author>
<published>2015-09-03T09:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4144c59941e8e91bbaff2c68e757af0f01f7997d'/>
<id>4144c59941e8e91bbaff2c68e757af0f01f7997d</id>
<content type='text'>
Add Content-Type header to fix a bug which IE can't show image in
markdown when the image is from raw.

	modified:   CHANGELOG
	modified:   app/controllers/projects/raw_controller.rb
	modified:   spec/controllers/projects/raw_controller_spec.rb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add Content-Type header to fix a bug which IE can't show image in
markdown when the image is from raw.

	modified:   CHANGELOG
	modified:   app/controllers/projects/raw_controller.rb
	modified:   spec/controllers/projects/raw_controller_spec.rb
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the filename argument from Content-Disposition header to avoid</title>
<updated>2015-09-02T07:20:05+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-09-02T06:28:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=551157960e70363d35a9b24d79780c9b98c9ef3b'/>
<id>551157960e70363d35a9b24d79780c9b98c9ef3b</id>
<content type='text'>
RFC 5987 and RFC 6266 encoding issues. This change allows the browser
to determine the filename based on the URL.

See: http://greenbytes.de/tech/tc2231/

Closes https://github.com/gitlabhq/gitlabhq/issues/9595

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/1829
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RFC 5987 and RFC 6266 encoding issues. This change allows the browser
to determine the filename based on the URL.

See: http://greenbytes.de/tech/tc2231/

Closes https://github.com/gitlabhq/gitlabhq/issues/9595

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/1829
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'disable-internal-tracker-when-external-in-use' into 'master'</title>
<updated>2015-08-14T11:01:43+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-08-14T11:01:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3483024d93b9ca56e0bddffbbd0aff5714eb2833'/>
<id>3483024d93b9ca56e0bddffbbd0aff5714eb2833</id>
<content type='text'>
Disable internal issue tracker if external tracker in use

### What does this MR do?

This MR disables routes to the internal issue tracker if an external issue tracker (e.g. Redmine) is in use. A 404 page is returned if a user attempts to access any of the issue routes.

### Why was this MR needed?

Enabling the external issue tracker would still keep the internal one active, which would lead to odd behavior where users could create issues but not close them.

### What are the relevant issue numbers?

Closes #2006

See merge request !993
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disable internal issue tracker if external tracker in use

### What does this MR do?

This MR disables routes to the internal issue tracker if an external issue tracker (e.g. Redmine) is in use. A 404 page is returned if a user attempts to access any of the issue routes.

### Why was this MR needed?

Enabling the external issue tracker would still keep the internal one active, which would lead to odd behavior where users could create issues but not close them.

### What are the relevant issue numbers?

Closes #2006

See merge request !993
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide more feedback what went wrong if HipChat service failed test</title>
<updated>2015-08-12T14:31:25+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-08-12T07:40:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=23790570026ce78e3b4cbbf1b2f32ada992c5f40'/>
<id>23790570026ce78e3b4cbbf1b2f32ada992c5f40</id>
<content type='text'>
Issue gitlab-com/support-forum#213
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue gitlab-com/support-forum#213
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 404 error in files view after deleting the last file in a repository</title>
<updated>2015-07-21T21:12:43+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-07-20T23:55:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=643557dabccbb3a503b0867ae44ec5701759d2a8'/>
<id>643557dabccbb3a503b0867ae44ec5701759d2a8</id>
<content type='text'>
Closes #1362
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1362
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable internal issue tracker if external tracker in use</title>
<updated>2015-07-18T05:59:31+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-07-18T05:54:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f33fe50f0d37757bd482106fe4e82c09ecfe42d0'/>
<id>f33fe50f0d37757bd482106fe4e82c09ecfe42d0</id>
<content type='text'>
Closes #2006
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #2006
</pre>
</div>
</content>
</entry>
</feed>
