Skip to content

Commit

Permalink
Merge branch 'release/10.2' into stable/10
Browse files Browse the repository at this point in the history
  • Loading branch information
HDinger committed Nov 11, 2019
2 parents 74e57f4 + 8ed1d8d commit e32b53e
Show file tree
Hide file tree
Showing 285 changed files with 4,905 additions and 2,944 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,10 @@ group :test do
gem 'cucumber-rails', '~> 1.8.0', require: false
gem 'database_cleaner', '~> 1.6'
gem 'rack_session_access'
gem 'rspec', '~> 3.8.0'
gem 'rspec', '~> 3.9.0'
gem 'rspec-activemodel-mocks', '~> 1.1.0', git: 'https://github.com/rspec/rspec-activemodel-mocks'
# also add to development group, so "spec" rake task gets loaded
gem 'rspec-rails', '~> 4.0.0beta2', group: :development
gem 'rspec-rails', '~> 4.0.0beta3', group: :development

# Retry failures within the same environment
gem 'retriable', '~> 3.1.1'
Expand Down
36 changes: 18 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ GIT

GIT
remote: https://github.com/rspec/rspec-activemodel-mocks
revision: 6136a778f8b21f4f45f6b4ad5c2e2533e6d4ddc6
revision: 0338d50039cad672bbe695fff5591da1ba849308
specs:
rspec-activemodel-mocks (1.1.0)
activemodel (>= 3.0)
Expand Down Expand Up @@ -593,7 +593,7 @@ GEM
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
loofah (2.2.3)
loofah (2.3.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -611,7 +611,7 @@ GEM
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minisyntax (0.2.5)
minitest (5.12.2)
minitest (5.13.0)
mixlib-shellout (2.1.0)
msgpack (1.3.1)
multi_json (1.13.1)
Expand Down Expand Up @@ -783,19 +783,19 @@ GEM
representable (~> 3.0.0)
rotp (3.3.1)
rouge (3.1.1)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.0)
rspec-support (~> 3.9.0)
rspec-expectations (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-rails (4.0.0.beta2)
rspec-support (~> 3.9.0)
rspec-rails (4.0.0.beta3)
actionpack (>= 4.2)
activesupport (>= 4.2)
railties (>= 4.2)
Expand All @@ -805,7 +805,7 @@ GEM
rspec-support (~> 3.8)
rspec-retry (0.6.1)
rspec-core (> 3.3)
rspec-support (3.8.0)
rspec-support (3.9.0)
rubocop (0.74.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
Expand Down Expand Up @@ -938,7 +938,7 @@ GEM
will_paginate (3.1.8)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.2.0)
zeitwerk (2.2.1)

PLATFORMS
ruby
Expand Down Expand Up @@ -1068,10 +1068,10 @@ DEPENDENCIES
rinku (~> 2.0.4)
roar (~> 1.1.0)
rouge (~> 3.1.1)
rspec (~> 3.8.0)
rspec (~> 3.9.0)
rspec-activemodel-mocks (~> 1.1.0)!
rspec-example_disabler!
rspec-rails (~> 4.0.0beta2)
rspec-rails (~> 4.0.0beta3)
rspec-retry (~> 0.6.1)
rubocop
ruby-duration (~> 3.2.0)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/assets/fonts/openproject_icon/openproject-icon-font.ttf
Binary file not shown.
Binary file modified app/assets/fonts/openproject_icon/openproject-icon-font.woff
Binary file not shown.
Binary file modified app/assets/fonts/openproject_icon/openproject-icon-font.woff2
Binary file not shown.
1,443 changes: 1,442 additions & 1 deletion app/assets/javascripts/vendor/ckeditor/ckeditor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/assets/javascripts/vendor/ckeditor/ckeditor.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/assets/stylesheets/content/_notifications.sass
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ a.notification-box--target-link
.flash,
#errorExplanation,
.notification-box--wrapper
top: 4.25rem
top: 1rem

#errorExplanation
@extend %error-placeholder
Expand Down
12 changes: 0 additions & 12 deletions app/assets/stylesheets/content/_tables.sass
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,6 @@ table
background: none

tr
&.issue
white-space: nowrap
&.sum
font-weight: bold
background-color: #f6f7f8
td
&.category
white-space: normal
&.subject
text-align: left
@include dot_border_width_style

div.expander
cursor: pointer
float: left
Expand Down
7 changes: 6 additions & 1 deletion app/assets/stylesheets/content/editor/_ckeditor.sass
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,13 @@ ckeditor-augmented-textarea .op-ckeditor--wrapper
box-shadow: 0 0 5px hsla( 0,0%,0%,.1 )

// todolist override global label style
label.todo-list__checkmark
label.todo-list__label
margin-bottom: 0
display: initial
font-size: initial

> input
margin-top: 0

// todolist list-style
.ck-editor__editable .todo-list li
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
// See docs/COPYRIGHT.rdoc for more details.
//++
@mixin wp-table--time-values
display: inline-block
// deduct 10px to avoid ellipsis kicking in
width: calc(100% - 10px)
text-align: center
padding: 0

// READ value of edit fields
.inline-edit--display-field
display: inline-block
Expand All @@ -48,11 +55,7 @@
.wp-table--cell-container &
.-actual-value,
.-derived-value
display: inline-block
width: 48%

.-derived-value:not(.-with-actual-value)
margin-left: 48%
@include wp-table--time-values

.-actual-value
text-align: right
Expand All @@ -63,6 +66,13 @@
font-style: italic
font-weight: bold

// Sums in wp table
.wp-table--sum-container
.split-time-field
.-actual-value,
.-derived-value
@include wp-table--time-values

// Editable fields cursor
.inline-edit--display-field.-editable
cursor: text
Expand Down
Loading

0 comments on commit e32b53e

Please sign in to comment.