Skip to content

Commit 633e577

Browse files
committed
Release OpenProject 10.6.2
2 parents 9058b21 + cce8c0e commit 633e577

File tree

321 files changed

+3816
-8211
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

321 files changed

+3816
-8211
lines changed

.pkgr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ targets:
1717
<<: *debian9
1818
ubuntu-18.04:
1919
<<: *debian9
20+
ubuntu-20.04:
21+
<<: *debian9
2022
centos-8:
2123
dependencies:
2224
- epel-release

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ gem 'escape_utils', '~> 1.0'
8585
# Syntax highlighting used in html-pipeline with rouge
8686
gem 'rouge', '~> 3.17.0'
8787
# HTML sanitization used for html-pipeline
88-
gem 'sanitize', '~> 5.1.0'
88+
gem 'sanitize', '~> 5.2.1'
8989
# HTML autolinking for mails and urls (replaces autolink)
9090
gem 'rinku', '~> 2.0.4'
9191
# Version parsing with semver

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ GEM
713713
multi_json
714714
puma (4.3.5)
715715
nio4r (~> 2.0)
716-
rack (2.2.2)
716+
rack (2.2.3)
717717
rack-accept (0.4.5)
718718
rack (>= 0.4)
719719
rack-attack (6.2.2)
@@ -861,7 +861,7 @@ GEM
861861
structured_warnings (~> 0.3)
862862
rubyzip (1.3.0)
863863
safe_yaml (1.0.5)
864-
sanitize (5.1.0)
864+
sanitize (5.2.1)
865865
crass (~> 1.0.2)
866866
nokogiri (>= 1.8.0)
867867
nokogumbo (~> 2.0)
@@ -1110,7 +1110,7 @@ DEPENDENCIES
11101110
ruby-prof
11111111
ruby-progressbar (~> 1.10.0)
11121112
rubytree (~> 1.0.0)
1113-
sanitize (~> 5.1.0)
1113+
sanitize (~> 5.2.1)
11141114
sassc-rails (~> 2.1.0)
11151115
secure_headers (~> 6.3.0)
11161116
selenium-webdriver (~> 3.14)

app/assets/stylesheets/content/_attributes_group.lsg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<h3 class="attributes-group--header-text">Related To</h3>
138138
</div>
139139
<div class="attributes-group--header-toggle">
140-
<a href="#" class="button -small -transparent">Group by work package type</a>
140+
<a href="#" class="button -small -transparent -with-icon icon-group-by icon-small">Group by work package type</a>
141141
</div>
142142
</div>
143143
<div class="content">

app/assets/stylesheets/content/_attributes_group.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
overflow-y: hidden
6060

6161
.button
62-
margin: 0 0 5px 0
62+
margin: 0 0 8px 0
6363

6464
// HACK. TODO: Remove H3 element rules in various places.
6565
.attributes-group--header-text,

app/assets/stylesheets/content/_boxes.sass

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,6 @@
3232
line-height: 1.5em
3333
border: 1px solid #e4e4e4
3434

35-
li
36-
&.filter label
37-
clear: left
38-
float: left
39-
width: 170px
40-
&.decorated
41-
margin-left: 20px
42-
list-style: disc outside none
43-
4435
.box p
4536
padding-top: 5px
4637
padding-bottom: 8px
47-
48-
#content .box h3
49-
margin-top: 3px

app/assets/stylesheets/content/_buttons.sass

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -87,23 +87,18 @@ a.button
8787

8888

8989
&.-transparent
90-
@include button-style($background: $button--font-color, $style: hollow)
91-
border-color: transparent
90+
background: transparent
9291

93-
&:hover, &:focus
94-
@include varprop(border-color, button--border-color)
95-
96-
&.-active
97-
background: $button--active-background-color
98-
99-
&:hover, &:focus
100-
border-color: $button--active-border-color
92+
&:hover, &:focus, &.-active
93+
background: $button--background-hover-color
10194

10295
&.-tiny
10396
@include button-size(tiny)
10497

10598
&.-small
10699
@include button-size(small)
100+
&.-with-icon:before
101+
vertical-align: initial
107102

108103
&.-large
109104
@include button-size(large)

app/assets/stylesheets/content/_forms.sass

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -587,9 +587,6 @@ input[readonly].-clickable
587587
line-height: normal
588588
padding: rem-concat-list($select-element-padding)
589589

590-
&.parent-select
591-
height: 100%
592-
593590
&[multiple]
594591
background-image: none
595592
padding-right: $form-padding

app/assets/stylesheets/content/_modal.lsg

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,14 @@
33
## Modals: Standard style
44

55
```
6-
<div class="modal-container">
6+
<div class="op-modal--modal-container">
77
<div class="op-modal--modal-header">
8+
<h3>Export</h3>
89
<a class="op-modal--modal-close-button">
910
<i class="icon-close" title="Close popup"></i>
1011
</a>
1112
</div>
12-
<div class="modal-content">
13-
<h3>Modal Headline</h3>
14-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper
15-
</div>
16-
</div><br /><br />
17-
<h3>Export</h3>
13+
<div class="op-modal--modal-body">
1814
<ul class="export-options">
1915
<li>
2016
<a>
@@ -24,13 +20,13 @@
2420
</li>
2521
<li>
2622
<a>
27-
<i class="icon-export-vnd-ms-excel icon-big"></i>
23+
<i class="icon-export-xls icon-big"></i>
2824
<span class="export-label">XLS</span>
2925
</a>
3026
</li>
3127
<li>
3228
<a>
33-
<i class="icon-export-vnd-ms-excel-descr icon-big"></i>
29+
<i class="icon-export-export-xls-with-descriptions icon-big"></i>
3430
<span class="export-label">XLS with description</span>
3531
</a>
3632
</li>
@@ -53,6 +49,9 @@
5349
</a>
5450
</li>
5551
</ul>
52+
</div>
53+
</div>
54+
5655
```
5756

5857
## Modals: Highlighted and with footer

app/assets/stylesheets/content/_modal.sass

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $modal-footer-height: $modal-header-height
5858
transition: opacity 0.25s ease
5959
background: $ng-modal-background
6060
position: relative
61-
padding: $ng-modal-padding / 2
61+
padding: 5px $ng-modal-padding / 2
6262
min-width: 200px
6363
max-width: 60vw
6464
overflow-y: auto
@@ -74,7 +74,21 @@ $modal-footer-height: $modal-header-height
7474
min-height: 20vh
7575

7676
.op-modal--modal-header
77-
padding: 0
77+
display: flex
78+
align-items: center
79+
height: $modal-header-height
80+
padding: 0 45px 0 0
81+
margin-bottom: 15px
82+
border-bottom: 1px solid $light-gray
83+
84+
*
85+
height: $modal-header-height
86+
line-height: $modal-header-height
87+
88+
h2, h3
89+
border: none
90+
@include text-shortener
91+
margin: 0
7892

7993
.op-modal--modal-body
8094
margin: 1em 0
@@ -95,8 +109,8 @@ $modal-footer-height: $modal-header-height
95109

96110
.op-modal--modal-close-button
97111
position: absolute
98-
top: 0.75rem
99-
right: 0.75rem
112+
right: 25px
113+
top: 4px
100114
cursor: pointer
101115
@include varprop(color, body-font-color)
102116
&:hover
@@ -109,32 +123,19 @@ $modal-footer-height: $modal-header-height
109123

110124
// Overridden header styles
111125
.op-modal--modal-header
112-
display: flex
113-
align-items: center
114-
height: $modal-header-height
115-
padding: 0 45px 0 1.5rem
116-
border-bottom-style: solid
126+
padding-left: 1.5rem
117127
@include varprop(background-color, header-bg-color)
118128
@include varprop(border-bottom-width, header-border-bottom-width)
119129
@include varprop(border-bottom-color, header-border-bottom-color)
120130

121131
*
122132
@include varprop(color, header-item-font-color)
123-
height: $modal-header-height
124-
line-height: $modal-header-height
125-
126-
h2, h3
127-
@include text-shortener
128-
margin: 0
129-
border: none
130133

131134
.op-modal--modal-footer
132135
margin: 1em 0
133136

134137
.op-modal--modal-close-button
135-
right: 10px
136138
top: 0
137-
@include varprop(line-height, modal-header-height)
138139
@include varprop(color, header-item-font-color)
139140

140141
.avatar

0 commit comments

Comments
 (0)