<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/views/groups, branch bump_gitlab_shell</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>Add specific ability for managing group members</title>
<updated>2015-07-28T14:32:15+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-07-28T14:32:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f9bcb9632c1f7f5c5c72d50a90289baa2af762f5'/>
<id>f9bcb9632c1f7f5c5c72d50a90289baa2af762f5</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 'group_settings_nav' into 'master'</title>
<updated>2015-07-01T09:32:41+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-07-01T09:32:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=690aafebdb96b01d585fedf6a3ba7be0d8adbf67'/>
<id>690aafebdb96b01d585fedf6a3ba7be0d8adbf67</id>
<content type='text'>
Fix consistency issue in sidebars of Project and Group Settings.

Fixes #2277

![before_after_group_settings_nav](https://dev.gitlab.org/gitlab/gitlabhq/uploads/370c701d0eff8f1f8e44cf954c75f2bf/before_after_group_settings_nav.png)

See merge request !1871
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix consistency issue in sidebars of Project and Group Settings.

Fixes #2277

![before_after_group_settings_nav](https://dev.gitlab.org/gitlab/gitlabhq/uploads/370c701d0eff8f1f8e44cf954c75f2bf/before_after_group_settings_nav.png)

See merge request !1871
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename abilities to correspond contoller/model action names</title>
<updated>2015-06-26T13:55:56+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-06-26T13:55:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=342d5537091e61c1fc52f3e54df926159f326eb8'/>
<id>342d5537091e61c1fc52f3e54df926159f326eb8</id>
<content type='text'>
write_ was renamed to create_
modify_  was renamed to update_

So now in update action we have next code

def create
  can?(current_user, :create_issue, @issue)
end

def update
  can?(current_user, :update_issue, @issue)
end

Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
write_ was renamed to create_
modify_  was renamed to update_

So now in update action we have next code

def create
  can?(current_user, :create_issue, @issue)
end

def update
  can?(current_user, :update_issue, @issue)
end

Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move issuable partials in common directory</title>
<updated>2015-06-25T13:11:22+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-06-25T13:10:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=60baa1e866013d66d25531e5f8a8f62ec49b228b'/>
<id>60baa1e866013d66d25531e5f8a8f62ec49b228b</id>
<content type='text'>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix consistency issue in sidebars of Project and Group Settings.</title>
<updated>2015-06-24T16:05:16+00:00</updated>
<author>
<name>Nicolas</name>
<email>nicolas@gitlab.com</email>
</author>
<published>2015-06-15T22:32:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a521e88fc065242b61becbe101ced908e7dadfbd'/>
<id>a521e88fc065242b61becbe101ced908e7dadfbd</id>
<content type='text'>
Fixes #2277.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2277.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bootlint: Use offset grid classes instead of empty divs</title>
<updated>2015-06-16T17:32:32+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-06-15T22:48:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7400cfc11484b35945cefe8bd42ea02f2675b775'/>
<id>7400cfc11484b35945cefe8bd42ea02f2675b775</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove text since rss is now to prominent.</title>
<updated>2015-06-12T09:58:18+00:00</updated>
<author>
<name>Sytse Sijbrandij</name>
<email>sytse@gitlab.com</email>
</author>
<published>2015-06-12T09:58:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=91ab3849bd163d41500f33fc94da499b60bfc8c8'/>
<id>91ab3849bd163d41500f33fc94da499b60bfc8c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dont use fixed pixel size if form controls - its bad for mobile devices</title>
<updated>2015-06-08T14:34:58+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-06-08T14:34:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8641cda4a5a3e76c2e7c18d68c7edd7db6924203'/>
<id>8641cda4a5a3e76c2e7c18d68c7edd7db6924203</id>
<content type='text'>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a `pipeline` context option for SanitizationFilter</title>
<updated>2015-06-02T17:04:10+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-05-29T23:01:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=023dd2907b4afa0bae5f8482cae75e1edd6954a8'/>
<id>023dd2907b4afa0bae5f8482cae75e1edd6954a8</id>
<content type='text'>
When this option is `:description`, we use a more restrictive whitelist.
This is used for Project and Group description fields.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When this option is `:description`, we use a more restrictive whitelist.
This is used for Project and Group description fields.
</pre>
</div>
</content>
</entry>
<entry>
<title>Render Group and Project descriptions with our Markdown pipeline</title>
<updated>2015-06-02T17:04:10+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-05-28T21:56:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2a5c963b7cd2dc1cf1e6b4d1a291c37d313b5813'/>
<id>2a5c963b7cd2dc1cf1e6b4d1a291c37d313b5813</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
