-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/0.7.0: fix(index): Fixed some minor bugs, removed some more unnecessary code and added recent activity overview and plugin description. feat(chore): Deleting unnecessary elements like tasks and grading. feat(chore): Changed code to comply with new moodle coding standards for Moodle 4.3. fix(annotationtypes): Fix for a bug preventing the change of the priority of annotation types. feat(multiple): Added backup functionality. Added privacy functionality. Added course reset functionality. feat(annotations_summary): On the annotations summary you can now view the total amount of annotations for each user and each annotation type. On the overview you can now view the annotations filtered by users. When creating a module instance you can now add annotation types. Submissions can now only be edited if they are not already annotated. feat(annotationtypes): Teachers can now add, edit and delete annotation type templates and annotation types for the concrete module instance. Added a first version of the annotations summary. Renamed the table annopy_annotationtype_templates to annopy_atype_templates. feat(annotations): Users can now add, edit and delete annotations in submissions. feat(submission): Teachers can now add submissions that participants can later annotate. The submission of an AnnoPy can now be viewed on the overview page.
- Loading branch information
Showing
77 changed files
with
5,912 additions
and
1,421 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,37 @@ | ||
## Changelog ## | ||
|
||
- [0.7]: | ||
- Fixed some minor bugs, removed some more unnecessary code and added recent activity overview and plugin description. | ||
|
||
- [0.6]: | ||
- Fix for a bug preventing the change of the priority of annotation types. | ||
- Ensured compatibility with Moodle 4.3 and PHP 8.2. | ||
- Changed code to comply with new moodle coding standards. | ||
- Deleting unnecessary elements like tasks and grading. | ||
|
||
- [0.5]: | ||
- Added backup functionality. | ||
- Added privacy functionality. | ||
- Added course reset functionality. | ||
|
||
- [0.4]: | ||
- On the annotations summary you can now view the total amount of annotations for each user and each annotation type. | ||
- On the overview you can now view the annotations filtered by users. | ||
- When creating a module instance you can now add annotation types. | ||
- Submissions can now only be edited if they are not already annotated. | ||
|
||
- [0.3]: | ||
- Teachers can now add, edit and delete annotation type templates and annotation types for the concrete module instance. | ||
- Added a first version of the annotations summary. | ||
- Renamed the table annopy_annotationtype_templates to annopy_atype_templates. | ||
|
||
- [0.2]: | ||
- Users can now add, edit and delete annotations in submissions. | ||
|
||
- [0.1]: | ||
- Teachers can now add submissions that participants can later annotate. | ||
- The submission of an AnnoPy can now be viewed on the overview page. | ||
|
||
- [0.0.1]: | ||
- Added plugin template files. | ||
- Added first capabilities, events and database structure. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.