Skip to content

Commit 61d6679

Browse files
authored
Merge pull request #2 from bdecentgmbh/m40
merge Moodle 4 branch into main
2 parents dad549c + 098d054 commit 61d6679

Some content is hidden

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

49 files changed

+1187
-865
lines changed

.github/workflows/moodle-ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ jobs:
3737
- php: '7.4'
3838
moodle-branch: 'MOODLE_311_STABLE'
3939
database: 'pgsql'
40-
- php: '7.3'
41-
moodle-branch: 'MOODLE_39_STABLE'
42-
database: 'mariadb'
4340

4441
steps:
4542
- name: Check out repository code

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
# Social Comments Moodle Plugin
22

33
## Description
4-
The Social Comments block plugin for Moodle makes learning more engaging by adding the following features (among others):
4+
The Social Comments block for Moodle makes learning more engaging by adding the following features (among others):
55
* subscribe to an activity/ resource and get an email digest informing you about new comments
66
* create a collection of the most important comments and activities/ resources of a course by pinning them to the pin board (e. g. to go through them again before an exam)
77
* check the comments report to see the newest comments or search through all comments
88

99
## Credits
1010

11-
The plugin was developed by [Synergy Learning](http://www.synergy-learning.com) based on a concept by [Björn Lefers](http://www.lefers.com) as part of his work in a project team that developed a [blended learning degree program in Business Adminstration at HWR Berlin](http://www.hwr-berlin.de/fachbereich-wirtschaftswissenschaften/studiengaenge/business-administration-ba/blended-learning-format/).
11+
The plugin was developed by [Synergy Learning](http://www.synergy-learning.com) based on a concept by [Björn Lefers](http://www.lefers.com) as part of his work in a project team that developed a [blended learning degree program in Business Adminstration at HWR Berlin](http://www.hwr-berlin.de/fachbereich-wirtschaftswissenschaften/studiengaenge/business-administration-ba/blended-learning-format/). The block is now maintained by [bdecent gmbh]()https://bdecent.de).
1212

1313
## Version
1414

15-
The plugin is released under [GNU GPL v3 or later](http://www.gnu.org/copyleft/gpl.html). It has been tested and is running on Moodle version 3.3. at HWR Berlin (it has not, yet, been tested for Moodle versions 3.4./ 3.5., but we are planning to do so in August/September 2018).
16-
17-
Please be aware that the plugin was designed to match the [Lambda Theme](https://themeforest.net/item/lambda-responsive-moodle-theme/9442816), which is not available for free.
15+
The plugin is released under [GNU GPL v3 or later](http://www.gnu.org/copyleft/gpl.html). It has been tested and is running on Moodle version 4.0.
1816

1917
## Install
2018

amd/build/comments.min.js

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

amd/build/comments.min.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

amd/build/report.min.js

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)