22 May, 2014
8 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Fix avatar URLs in JS-lists for relative_url_root
-
Update message on the group dashboard page
-
Improved edit file ui * remove ugly borders * replace small buttons with tabs * add spinner while diff is loading
-
Ability to upload avatar when create new group Before this change you dont know you can upload avatar for group until you visit group edit page. After this change you are able to upload avatar during group creation
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
20 May, 2014
6 commits
-
Small ui improvements * fix ugly errors block when admin save invalid user * fix ugly errors when you tries to save invalid wiki page
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
In user lists created when entering a (partial) user name into a field, the URL to the user avatar was invalid if running with relative_url_root. This patch is the result of: sed -i 's/\(= *\)\(user\.avatar_url\)/\1gon.relative_url_root + \2/' \ app/assets/javascripts/*.coffee -
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
19 May, 2014
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
16 May, 2014
3 commits
-
Fix group members search Postgres only. 500 error when try to search group members on `/groups/:group_id/members` page
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
15 May, 2014
2 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
14 May, 2014
1 commit
-
use argument e instead of event
13 May, 2014
11 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Merge Request Labels
-
Added email threading for update emails on issues and merge requests
-
Temporary fix for #4305: Cant preview attached png images on notes; attachment.secure_url returns an url which is accessible
-
Commit message textareas have 72 char mark line.
-
Fix can not automerge when description is too long
12 May, 2014
1 commit
11 May, 2014
1 commit
09 May, 2014
1 commit
08 May, 2014
5 commits
-
Mixin cleanup * Remove old mixins * add issue box shadow * change color for network graph box
-
Remove markdown syntax from notification emails Merge request notifications once again gained markdown syntax :smile: In my opinion, markdown should not be present in emails because it is not rendered - it looks funny. I fixed this once before in 57ad81a9c55352d39a88a5c878cc81f59f5328fa and it was recently changed back to use the markdown style.
-
submit notes forms by pressing ctrl+enter
-
Add support for side-by-side inline comments
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>