<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/models/concerns/taskable.rb, branch docs/nested-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>Don’t count tasks that are not defined as list items correctly</title>
<updated>2017-01-25T19:54:11+00:00</updated>
<author>
<name>Jarka Kadlecova</name>
<email>jarka@gitlab.com</email>
</author>
<published>2017-01-25T07:24:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=816fad3530d3d9774733c4fa215d43b9b06a1f95'/>
<id>816fad3530d3d9774733c4fa215d43b9b06a1f95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix nested tasks in ordered list</title>
<updated>2017-01-24T14:08:16+00:00</updated>
<author>
<name>Jarka Kadlecova</name>
<email>jarka@gitlab.com</email>
</author>
<published>2017-01-18T13:33:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f30ad3ff1f958ccb783f3fab68269e61f1a79b3d'/>
<id>f30ad3ff1f958ccb783f3fab68269e61f1a79b3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add "x of y tasks completed" on issuable</title>
<updated>2016-10-28T16:01:36+00:00</updated>
<author>
<name>Guilherme Salazar</name>
<email>gmesalazar@gmail.com</email>
</author>
<published>2016-09-26T21:36:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=32913b74b836c7b689e681a030de00da0552954a'/>
<id>32913b74b836c7b689e681a030de00da0552954a</id>
<content type='text'>
fix issues pointed out in !6527

add task completion status feature to CHANGELOG
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix issues pointed out in !6527

add task completion status feature to CHANGELOG
</pre>
</div>
</content>
</entry>
<entry>
<title>Shorten task status phrase</title>
<updated>2016-08-29T15:46:36+00:00</updated>
<author>
<name>Clement Ho</name>
<email>ClemMakesApps@gmail.com</email>
</author>
<published>2016-08-27T17:36:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2b33b24a3a5174cb391bf6c93643838f743e3dd2'/>
<id>2b33b24a3a5174cb391bf6c93643838f743e3dd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug that happened when replacing the Task list. #2296</title>
<updated>2015-11-20T18:58:45+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>ruben@gitlab.com</email>
</author>
<published>2015-11-20T18:58:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3aabed3456506d1a917e6daba29cd46ce6a25dab'/>
<id>3aabed3456506d1a917e6daba29cd46ce6a25dab</id>
<content type='text'>
REF: https://gitlab.com/gitlab-org/gitlab-ce/issues/2296#note_2724697
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REF: https://gitlab.com/gitlab-org/gitlab-ce/issues/2296#note_2724697
</pre>
</div>
</content>
</entry>
<entry>
<title>Monkey patching TaskList::Item is no longer required. #2296</title>
<updated>2015-11-20T15:49:12+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>ruben@gitlab.com</email>
</author>
<published>2015-11-20T15:49:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fa9f2dec0e07ff3ae3a2acd6ee0586e317bdb7b6'/>
<id>fa9f2dec0e07ff3ae3a2acd6ee0586e317bdb7b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate system note after Task item has been updated on Issue or Merge Request. #2296</title>
<updated>2015-11-20T02:05:44+00:00</updated>
<author>
<name>Ruben Davila</name>
<email>rdavila84@gmail.com</email>
</author>
<published>2015-10-22T15:18:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=97afb84b310cfdaa9305e8b79fc00bdbb866bbca'/>
<id>97afb84b310cfdaa9305e8b79fc00bdbb866bbca</id>
<content type='text'>
Everytime the User check or uncheck a Task Item from the Issue or
Merge Request description, a new update is going to be
added to the activity logs of the Issue or Merge Request.

Note that when using the edit form, you can only update the Task item
status or add/delete/modify existing ones. Doing both actions is not
fully supported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Everytime the User check or uncheck a Task Item from the Issue or
Merge Request description, a new update is going to be
added to the activity logs of the Issue or Merge Request.

Note that when using the edit form, you can only update the Task item
status or add/delete/modify existing ones. Doing both actions is not
fully supported.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix taskable require</title>
<updated>2015-06-10T05:38:45+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-06-10T05:38:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=94cbf0091f44e879c02066aab7ec0a44eaeb14c3'/>
<id>94cbf0091f44e879c02066aab7ec0a44eaeb14c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change wording for task list summaries</title>
<updated>2015-05-06T21:27:10+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-05-06T21:27:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1108915f758db254187d47d6a2e626ed6abcbbf3'/>
<id>1108915f758db254187d47d6a2e626ed6abcbbf3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Taskable to use TaskList</title>
<updated>2015-05-06T16:58:28+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-04-29T21:47:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e167f28549b80141165f42b567073c5dd55f80c5'/>
<id>e167f28549b80141165f42b567073c5dd55f80c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
