<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/assets/javascripts/right_sidebar.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>Removed update method</title>
<updated>2016-06-17T17:31:37+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-06-17T17:31:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=914f97310815365f083a38b02d8dbf6c99b63b5f'/>
<id>914f97310815365f083a38b02d8dbf6c99b63b5f</id>
<content type='text'>
Re-structured controller spec
Renamed issuable param to issuable_id
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Re-structured controller spec
Renamed issuable param to issuable_id
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved manual todos</title>
<updated>2016-06-17T08:01:03+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-06-17T08:01:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=85fab13ebaf10982c0957daca0afd1ea145e64df'/>
<id>85fab13ebaf10982c0957daca0afd1ea145e64df</id>
<content type='text'>
Based on feedback from !4502
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on feedback from !4502
</pre>
</div>
</content>
</entry>
<entry>
<title>Uses update URL to update the status of a todo</title>
<updated>2016-06-14T07:36:07+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-06-09T07:50:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=330e91368195e182cbfa9b41a1d5304f67d07334'/>
<id>330e91368195e182cbfa9b41a1d5304f67d07334</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved todo creation over to project todos controller</title>
<updated>2016-06-14T07:36:07+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-06-08T08:29:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=20d382a891d92197620eb4e72526577a916292d7'/>
<id>20d382a891d92197620eb4e72526577a916292d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cached jQuery selectors</title>
<updated>2016-06-14T07:36:07+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-06-07T11:49:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f8a8999a2069dedd9ca21bde2b726a077c057576'/>
<id>f8a8999a2069dedd9ca21bde2b726a077c057576</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed issue with todo button not updating state</title>
<updated>2016-06-14T07:36:07+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-06-07T08:55:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=05525b5531f570e144341faad7428a6099a82710'/>
<id>05525b5531f570e144341faad7428a6099a82710</id>
<content type='text'>
This would happen when a todo already exists, the state of the button
wouldn't update after the ajax call
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This would happen when a todo already exists, the state of the button
wouldn't update after the ajax call
</pre>
</div>
</content>
</entry>
<entry>
<title>Manually create todo for issuable</title>
<updated>2016-06-14T07:36:07+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-06-07T08:44:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f67b06ada016915211e84a7d12a063aa25e422f3'/>
<id>f67b06ada016915211e84a7d12a063aa25e422f3</id>
<content type='text'>
Added a button into the sidebar for issues &amp; merge requests to allow users to manually create todo items

Closes #15045
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a button into the sidebar for issues &amp; merge requests to allow users to manually create todo items

Closes #15045
</pre>
</div>
</content>
</entry>
<entry>
<title>Move sidebar related code from application.js to Sidebar class.</title>
<updated>2016-05-11T21:37:40+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2016-05-11T21:37:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e2450ccfa49d53c8165847bc10506d8f1e6549b4'/>
<id>e2450ccfa49d53c8165847bc10506d8f1e6549b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in right sidebar open state check.</title>
<updated>2016-05-11T11:55:04+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2016-05-11T11:55:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=29f1cc85f2360bf03db424950518ce420e771edc'/>
<id>29f1cc85f2360bf03db424950518ce420e771edc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move event handlers to methods</title>
<updated>2016-04-21T17:33:47+00:00</updated>
<author>
<name>Alfredo Sumaran</name>
<email>alfredo@gitlab.com</email>
</author>
<published>2016-04-21T17:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9db02e5ba994d6ba7ebd7954031652c76279c632'/>
<id>9db02e5ba994d6ba7ebd7954031652c76279c632</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
