<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/assets/javascripts/logo.js.coffee, branch api-shared-groups</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>Fix #18604, logo in header wasn't an anchor link.</title>
<updated>2016-06-14T21:57:46+00:00</updated>
<author>
<name>Connor Shea</name>
<email>connor.james.shea@gmail.com</email>
</author>
<published>2016-06-14T21:57:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b4f0dcc7df786fd01f6fc357d102bc834433a3c7'/>
<id>b4f0dcc7df786fd01f6fc357d102bc834433a3c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix safari logo loading animation safari bug</title>
<updated>2016-06-10T17:01:51+00:00</updated>
<author>
<name>Annabel Dunstone</name>
<email>annabel.dunstone@gmail.com</email>
</author>
<published>2016-06-10T17:01:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=67a18f34e93ce8aa990794558371096f8f3a4e4c'/>
<id>67a18f34e93ce8aa990794558371096f8f3a4e4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed NGProgress</title>
<updated>2016-02-29T09:47:22+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-02-29T09:47:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cb0e26d1f7cf44c1fb9341fc94c0c819e653a3f6'/>
<id>cb0e26d1f7cf44c1fb9341fc94c0c819e653a3f6</id>
<content type='text'>
In an effort to get the JS file size down, i've removed NGProgress and replaced with TurboLinks own loading indicator

Ref #13820
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In an effort to get the JS file size down, i've removed NGProgress and replaced with TurboLinks own loading indicator

Ref #13820
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent rasterization artefacts in the logo, and simplify markup.</title>
<updated>2016-02-08T04:25:50+00:00</updated>
<author>
<name>Aaron Hamilton</name>
<email>aaron@correspondwith.me</email>
</author>
<published>2016-02-06T23:18:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9eba0eaac3199ddf581c74b73fe69b94fa3e5498'/>
<id>9eba0eaac3199ddf581c74b73fe69b94fa3e5498</id>
<content type='text'>
 - Remove sketch-namespaced attributes.
 - Remove unused groups, and cancel out unnecessary transforms.
 - Use overlap to avoid rasterization artefacts in the logo.
 - Extend comment for `#logo` click event handler, as it's a non-obvious hack for Safari.
 - Remove viewBox parameter and define paths in their final form.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Remove sketch-namespaced attributes.
 - Remove unused groups, and cancel out unnecessary transforms.
 - Use overlap to avoid rasterization artefacts in the logo.
 - Extend comment for `#logo` click event handler, as it's a non-obvious hack for Safari.
 - Remove viewBox parameter and define paths in their final form.
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed issue with poor logo transition animation on safari</title>
<updated>2016-02-05T20:11:46+00:00</updated>
<author>
<name>Roman Rott</name>
<email>roman.rott@gmail.com</email>
</author>
<published>2016-02-03T17:18:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9cc321ca17d775c417c7bbeb1fb9b0636dd338b4'/>
<id>9cc321ca17d775c417c7bbeb1fb9b0636dd338b4</id>
<content type='text'>
updates after code review: moved coffee code to appropriate file, updated css to not use js-prefixed selectors

Updated comments and Changelog

Removed duplicate line in changelog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
updates after code review: moved coffee code to appropriate file, updated css to not use js-prefixed selectors

Updated comments and Changelog

Removed duplicate line in changelog
</pre>
</div>
</content>
</entry>
<entry>
<title>Call clearInterval for the currentTimer if one exists</title>
<updated>2016-01-11T23:37:20+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-01-11T23:37:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d4ffe705ebebba49ebaf0652b4430bb459e83eb4'/>
<id>d4ffe705ebebba49ebaf0652b4430bb459e83eb4</id>
<content type='text'>
Prevents a double-click from causing the logo to sweep forever after a
load completes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevents a double-click from causing the logo to sweep forever after a
load completes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Restructure logo JS to use `setInterval`</title>
<updated>2016-01-04T20:32:05+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-01-04T20:18:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=567d87d90f2ba7195901ea24d240686c6030a4a7'/>
<id>567d87d90f2ba7195901ea24d240686c6030a4a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Decrease the logo sweep delay</title>
<updated>2016-01-04T19:57:11+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-01-04T19:57:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9f46ca444354d4c6b52de3f23ce17c11f705d006'/>
<id>9f46ca444354d4c6b52de3f23ce17c11f705d006</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct the logo ID names</title>
<updated>2016-01-04T19:54:56+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-01-04T19:54:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7df3c1e8eafcb071f23ac1f4142e81ce8c1d9def'/>
<id>7df3c1e8eafcb071f23ac1f4142e81ce8c1d9def</id>
<content type='text'>
Her left, not ours!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Her left, not ours!
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure the sweep always starts from the left</title>
<updated>2016-01-03T01:00:52+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-01-03T00:57:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=71c31ecf731ff9f6f1d7107ae03397ec98c9f61f'/>
<id>71c31ecf731ff9f6f1d7107ae03397ec98c9f61f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
