Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'master' into fix_project_access_notification
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDenisov committed Sep 26, 2012
2 parents e6ce472 + 3c132f2 commit c09d233
Show file tree
Hide file tree
Showing 74 changed files with 1,150 additions and 838 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
@@ -1,3 +1,6 @@
v 2.9.1
- Fixed resque custom config init

v 2.9.0 v 2.9.0
- fixed inline notes bugs - fixed inline notes bugs
- refactored rspecs - refactored rspecs
Expand All @@ -9,8 +12,10 @@ v 2.9.0
- scss refactoring. gitlab_bootstrap/ dir - scss refactoring. gitlab_bootstrap/ dir
- fix git push http body bigger than 112k problem - fix git push http body bigger than 112k problem
- list of labels page under issues tab - list of labels page under issues tab
- API for milestones - API for milestones, keys
- restyled buttons - restyled buttons
- OAuth
- Comment order changed


v 2.8.1 v 2.8.1
- ability to disable gravatars - ability to disable gravatars
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -96,6 +96,7 @@ group :assets do
gem "therubyracer" gem "therubyracer"


gem 'chosen-rails' gem 'chosen-rails'
gem 'jquery-atwho-rails', '0.1.6'
gem "jquery-rails", "2.0.2" gem "jquery-rails", "2.0.2"
gem "jquery-ui-rails", "0.5.0" gem "jquery-ui-rails", "0.5.0"
gem "modernizr", "2.5.3" gem "modernizr", "2.5.3"
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -199,6 +199,7 @@ GEM
httpauth (0.1) httpauth (0.1)
i18n (0.6.1) i18n (0.6.1)
journey (1.0.4) journey (1.0.4)
jquery-atwho-rails (0.1.6)
jquery-rails (2.0.2) jquery-rails (2.0.2)
railties (>= 3.2.0, < 5.0) railties (>= 3.2.0, < 5.0)
thor (~> 0.14) thor (~> 0.14)
Expand Down Expand Up @@ -441,6 +442,7 @@ DEPENDENCIES
haml-rails haml-rails
headless headless
httparty httparty
jquery-atwho-rails (= 0.1.6)
jquery-rails (= 2.0.2) jquery-rails (= 2.0.2)
jquery-ui-rails (= 0.5.0) jquery-ui-rails (= 0.5.0)
kaminari kaminari
Expand Down
1 change: 1 addition & 0 deletions Guardfile
Expand Up @@ -4,6 +4,7 @@
guard 'rspec', :version => 2, :all_on_start => false, :all_after_pass => false do guard 'rspec', :version => 2, :all_on_start => false, :all_after_pass => false do
watch(%r{^spec/.+_spec\.rb$}) watch(%r{^spec/.+_spec\.rb$})
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
watch(%r{^lib/api/(.+)\.rb$}) { |m| "spec/requests/api/#{m[1]}_spec.rb" }
watch('spec/spec_helper.rb') { "spec" } watch('spec/spec_helper.rb') { "spec" }


# Rails example # Rails example
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.9.0pre 2.9.1
1 change: 1 addition & 0 deletions app/assets/javascripts/application.js
Expand Up @@ -11,6 +11,7 @@
//= require jquery.endless-scroll //= require jquery.endless-scroll
//= require jquery.highlight //= require jquery.highlight
//= require jquery.waitforimages //= require jquery.waitforimages
//= require jquery.atwho
//= require bootstrap //= require bootstrap
//= require modernizr //= require modernizr
//= require chosen-jquery //= require chosen-jquery
Expand Down
1 change: 1 addition & 0 deletions app/assets/stylesheets/application.css
Expand Up @@ -4,6 +4,7 @@
* the top of the compiled file, but it's generally better to create a new file per style scope. * the top of the compiled file, but it's generally better to create a new file per style scope.
*= require jquery.ui.all *= require jquery.ui.all
*= require jquery.ui.aristo *= require jquery.ui.aristo
*= require jquery.atwho
*= require chosen *= require chosen
*= require_self *= require_self
*= require main *= require main
Expand Down
81 changes: 0 additions & 81 deletions app/assets/stylesheets/common.scss
Expand Up @@ -185,36 +185,6 @@ span.update-author {
} }
} }


.event_label {
@extend .label;
background-color: #999;

&.pushed {
background-color: #4A97BD;
}

&.opened {
background-color: #469847;
}

&.closed {
background-color: #B94A48;
}

&.merged {
background-color: #2A2;
}

&.joined {
background-color: #1ca9dd;
}

&.left {
background-color: #888;
float:none;
}
}

form { form {
@extend .form-horizontal; @extend .form-horizontal;


Expand Down Expand Up @@ -355,41 +325,6 @@ p.time {
border:2px solid #ddd; border:2px solid #ddd;
} }


.event_feed {
min-height:40px;
border-bottom:1px solid #ddd;
.avatar {
width:32px;
}
.event_icon {
float:right;
margin-right:2px;
img {
width:20px;
}
}
ul {
margin-left:50px;
margin-bottom:5px;
.avatar {
width:24px;
}
}

padding: 15px 5px;
&:last-child { border:none }
.wll:hover { background:none }

.event_commits {
margin-top: 5px;

li.commit {
background: transparent;
padding:5px;
border:none;
}
}
}


.ico { .ico {
background: url("images.png") no-repeat -85px -77px; background: url("images.png") no-repeat -85px -77px;
Expand Down Expand Up @@ -639,22 +574,6 @@ li.note {
background:#fff; background:#fff;
} }


/**
* Push event widget
*
*/
.event_lp {
@extend .ui-box;
color:#777;
margin-bottom:20px;
padding:8px;
@include border-radius(4px);
min-height:22px;

.avatar {
width:24px;
}
}


.supp_diff_link, .supp_diff_link,
.mr_show_all_commits { .mr_show_all_commits {
Expand Down
4 changes: 2 additions & 2 deletions app/assets/stylesheets/gitlab_bootstrap/lists.scss
@@ -1,6 +1,6 @@
/** LISTS **/ /** LISTS **/


ul { ul {
/** /**
* List li block element #1 * List li block element #1
* *
Expand All @@ -18,7 +18,7 @@ ul {
.author { color: #999; } .author { color: #999; }


p { p {
padding-top:5px; padding-top:5px;
margin:0; margin:0;
color:#222; color:#222;
img { img {
Expand Down
1 change: 1 addition & 0 deletions app/assets/stylesheets/main.scss
Expand Up @@ -143,6 +143,7 @@ $hover: #fdf5d9;
@import "sections/projects.scss"; @import "sections/projects.scss";
@import "sections/merge_requests.scss"; @import "sections/merge_requests.scss";
@import "sections/graph.scss"; @import "sections/graph.scss";
@import "sections/events.scss";


/** /**
* This scss file redefine chozen selectbox styles for * This scss file redefine chozen selectbox styles for
Expand Down
46 changes: 23 additions & 23 deletions app/assets/stylesheets/sections/commits.scss
@@ -1,7 +1,7 @@
.commit-box { .commit-box {
@extend .main_box; @extend .main_box;


.commit-head { .commit-head {
@extend .top_box_content; @extend .top_box_content;


.commit-title { .commit-title {
Expand Down Expand Up @@ -29,11 +29,11 @@


.sha-block { .sha-block {
text-align:right; text-align:right;
&:first-child { &:first-child {
padding-bottom:6px; padding-bottom:6px;
} }


a { a {
border-bottom: 1px solid #aaa; border-bottom: 1px solid #aaa;
margin-left: 9px; margin-left: 9px;
} }
Expand All @@ -54,7 +54,7 @@
} }


/** /**
* *
* COMMIT SHOw * COMMIT SHOw
* *
*/ */
Expand All @@ -71,7 +71,7 @@
background-image: -moz-linear-gradient(#eee 6.6%, #dfdfdf); background-image: -moz-linear-gradient(#eee 6.6%, #dfdfdf);
background-image: -o-linear-gradient(#eee 6.6%, #dfdfdf); background-image: -o-linear-gradient(#eee 6.6%, #dfdfdf);


span { span {
font-size:14px; font-size:14px;
} }
} }
Expand Down Expand Up @@ -111,21 +111,21 @@
} }
} }


&.img_compared { &.img_compared {
img { img {
max-width:300px; max-width:300px;
} }
} }
} }
} }


.diff_file_content{ .diff_file_content{
table { table {
border:none; border:none;
margin:0px; margin:0px;
padding:0px; padding:0px;
tr { tr {
td { td {
font-size:12px; font-size:12px;
} }
} }
Expand All @@ -145,29 +145,29 @@
moz-user-select: none; moz-user-select: none;
-khtml-user-select: none; -khtml-user-select: none;
user-select: none; user-select: none;
a { a {
float:left; float:left;
width:35px; width:35px;
font-weight:normal; font-weight:normal;
color:#666; color:#666;
&:hover { &:hover {
text-decoration:underline; text-decoration:underline;
} }
} }
} }
.line_content { .line_content {
white-space:pre; white-space:pre;
height:14px; height:14px;
margin:0px; margin:0px;
padding:0px; padding:0px;
border:none; border:none;
&.new { &.new {
background: #CFD; background: #CFD;
} }
&.old { &.old {
background: #FDD; background: #FDD;
} }
&.matched { &.matched {
color:#ccc; color:#ccc;
background:#fafafa; background:#fafafa;
} }
Expand All @@ -182,32 +182,32 @@




/** COMMIT ROW **/ /** COMMIT ROW **/
.commit { .commit {
@extend .wll; @extend .wll;


.browse_code_link_holder { .browse_code_link_holder {
@extend .span2; @extend .span2;
float:right; float:right;
} }


.committed_ago { .committed_ago {
float:right; float:right;
@extend .cgray; @extend .cgray;
} }


code { code {
background:#FCEEC1; background:#FCEEC1;
color:$style_color; color:$style_color;
} }


.commit_short_id { .commit_short_id {
float:left; float:left;
@extend .lined; @extend .lined;
min-width:65px; min-width:65px;
font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
} }

.commit-author-name { .commit-author-name {
color: #777; color: #777;
} }
} }
Expand Down

0 comments on commit c09d233

Please sign in to comment.