Skip to content

Commit

Permalink
Merge pull request #245 from Lesterhuis-Training-en-Consultancy/MOODLE41
Browse files Browse the repository at this point in the history
M41 version
  • Loading branch information
jleyva committed May 6, 2024
2 parents f63cf94 + f37c25b commit 44a2f36
Show file tree
Hide file tree
Showing 279 changed files with 60,083 additions and 48,624 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: ci

on: [push, pull_request]

jobs:
test:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
secrets:
# Required if you plan to publish (uncomment the below)
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
with:
disable_grunt: true
disable_phpunit: true
disable_phpcpd: true # Old code we don't going to rewrite everything for now.
disable_release : true
release_branches: main
min_php : 7.4
Empty file added .gitignore
Empty file.
36 changes: 36 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,42 @@ By Tim Hunt

VERSIONS HISTORY

4.1.0 (2023120600) for Moodle 4.1
Release date: 06.12.2023
----------------------------------------------------------------------
This release focuses on solving issues in Moodle 4.1 and PHP 7.4 and start with small improvements and bug fixes.
- Reformat code
- Add CI testing based on Github Actions created by Catalyst IT
- Add PHP 7.4 support - minimum PHP version is now 7.4
- Add PHP 8.0 support
- Add PHP 8.1 support
- pChart library updated to version 2.4.0
- JS tablesorter library updated to version 2.31.3
- JS CodeMirror library updated to version 5.65.16
- Move repository to https://github.com/Lesterhuis-Training-en-Consultancy/moodle-block_configurablereports
- Original repository (https://github.com/jleyva/moodle-block_configurablereports) can be used for older release or use the old branches within this repository
- removed cr_add_to_log not used anymore
- Important this branch is not backwards compatible with Moodle 3.11 and lower

Thanks to Lesterhuis Training & Consultancy for the contribution / updated by Ldesign Media

- TODOS for the future:
* Namespaces for classes & autoloading
* Move all to `classes` to `classes/` directory
* Clean up code
* Add tests
* AJAX_SCRIPT move to webservice
* unserialize() to json_decode()
* Readme to Markdown format
* validation if a class exists and inherits the correct parent class.
* Changelog to separate file
* Move cron to a scheduled task
* phpcpd and phpdocs checks in CI
* Make CSS strict should only affect this plugin!

----------------------------------------------------------------------


3.9.0 (2019122000) for Moodle 3.4, 3.5, 3.6, 3.7, 3.8, 3.9
Release date: Tuesday, 3 November 2020
----------------------------------------------------------------------
Expand Down
5 changes: 3 additions & 2 deletions amd/build/codemirror.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion amd/build/codemirror.min.js.map

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions amd/build/jquery.dataTables.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion amd/build/jquery.dataTables.min.js.map

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions amd/build/jquery.tablesorter.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion amd/build/jquery.tablesorter.min.js.map

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions amd/build/main.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/build/main.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions amd/build/sql.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion amd/build/sql.min.js.map

Large diffs are not rendered by default.

0 comments on commit 44a2f36

Please sign in to comment.