Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebasing to upstream 21.3 #363

Open
wants to merge 38 commits into
base: 21.x
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
85d2558
#285 fetch sakai source code
profmikegreene Nov 16, 2021
8f961a8
duke-default init commit
profmikegreene Nov 16, 2021
33a375f
remove unnecessary overrides
profmikegreene Nov 16, 2021
68e36d6
update github action for 21.x branch
profmikegreene Nov 16, 2021
15609b3
Update dukedev.yml
profmikegreene Nov 16, 2021
ca145a8
add dist directory and js files
profmikegreene Nov 16, 2021
53ef0d4
disable hamburger temporarily
profmikegreene Nov 16, 2021
863fddf
prep for merge
profmikegreene Nov 20, 2021
42f8e4d
get ckeditor working
profmikegreene Nov 19, 2021
165901c
Duke 21 upgrade, customize Home Dashboard
profmikegreene Nov 19, 2021
d4e6429
Duke 21 upgrade Move collapse tools and favorites around
profmikegreene Nov 20, 2021
2bd3472
add ckextraplugins to deploy
profmikegreene Nov 20, 2021
b4e4ae0
Customization #293 Home Dashboard MOTD
profmikegreene Nov 30, 2021
95b4d1d
fixes #310 lessons sections missing border
profmikegreene Dec 8, 2021
785a5d9
fixes #308 lessons titles wrap in left sidebar
profmikegreene Dec 8, 2021
c9793ff
fixes #306 replace bootstrap in active ckeditor with duke skins
profmikegreene Dec 8, 2021
fcfff41
Fixes #305 ckeditor contentitem seeing if 21.2 is required to fix
profmikegreene Dec 8, 2021
b644d00
fixes #311 remove console errors
profmikegreene Dec 8, 2021
a0e9628
SAK-45092 Create a new tool for handling conversations in Sakai (#9500)
adrianfish Sep 2, 2021
e14d708
Conversations single bugfix commit from master
adrianfish Sep 8, 2021
097b888
UserMessagingService minimal backport
adrianfish Dec 3, 2021
08721e2
SAK-46257 Add threaded discussions to conversations
adrianfish Nov 5, 2021
f2077d3
Correcting merge issue
Feb 16, 2022
6153fb9
Build skins with conversations code
profmikegreene Feb 16, 2022
0bc2ad3
Fixes #327 update conversations reply box
profmikegreene Dec 17, 2021
8404655
Fixes #335 ckeditor missing in forums embed Fixes #355 WW namespace c…
profmikegreene Jan 10, 2022
5a00620
Lessons breadcrumbs Fixes #337 Updates #154
profmikegreene Dec 15, 2021
c7d5a90
update gitignore
profmikegreene Feb 15, 2022
73df33d
Fixes #353 extend skin mobile header overlap
profmikegreene Feb 16, 2022
821c8b4
Fixes #352 mobile sites waffle
profmikegreene Feb 16, 2022
e9286f1
Fixes #354 distinguish servers differently
profmikegreene Feb 16, 2022
efd88f7
Fixes #342 conversations stats table contrast
profmikegreene Feb 16, 2022
e620c05
Run prettier formatting on duke source code
profmikegreene Feb 16, 2022
cc38968
disable github action and move to maven timestamp in duke-lib.js
profmikegreene Feb 16, 2022
1bc3793
#359 Add Conversations survey link
profmikegreene Mar 16, 2022
b726886
Updates fix #359. Change treatment to primary button
profmikegreene Mar 25, 2022
f8cf362
LS73687 datepicker interval to 1 minute
profmikegreene Apr 8, 2022
e89ed72
Merge branch '21.x' into duke-21.x
profmikegreene May 20, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions library/src/morpheus-master/sass/_duke-alumni_overrides.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
///////////////////////////////////////////////////
// Hide favorites
///////////////////////////////////////////////////
.Mrphs-portalBody #topnav_container {
display: none;
}
.Mrphs-portalBody .Mrphs-mainHeader,
.Mrphs-portalBody .Mrphs-topHeader {
box-shadow: none;
}