- 07 Sep, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 26 Jun, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
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 <dmitriy.zaporozhets@gmail.com>
-
- 25 Jun, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 24 Jun, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
* store @participants in variable * store result of subscribed? call into variable In total it reduce amount of SQL queries for issue with 10 comments/participants twice. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 22 May, 2015 1 commit
-
-
Robert Speicher authored
-
- 06 May, 2015 1 commit
-
-
Robert Speicher authored
-
- 26 Apr, 2015 1 commit
-
-
Sullivan SENECHAL authored
-
- 02 Apr, 2015 1 commit
-
-
Douwe Maan authored
-
- 20 Mar, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
* move votes block to participants * make smaller font in sidebar
-
- 26 Feb, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 22 Feb, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 20 Feb, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
* lighter color for comments count * better UI for issue assigee.milestone block
-
- 18 Feb, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 14 Feb, 2015 1 commit
-
-
Vinnie Okada authored
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
-
- 03 Feb, 2015 1 commit
-
-
Jason Blanchard authored
viewports for issues and merge requests
-
- 19 Jan, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 25 Dec, 2014 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
* return edit/close buttons to old position (right of title) * make 'Issue #1' header smaller * move mr commits to separate tab * change inline/side diff switcher to buttons from tabs * make issue sidebar start with dicsussion block Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-