Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-local_learning_analytics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rahel Balicki
moodle-local_learning_analytics
Commits
c1994c42
Commit
c1994c42
authored
4 years ago
by
Thomas Dondorf
Browse files
Options
Downloads
Patches
Plain Diff
Version release: v0.11.0
parent
632ebd21
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+3
-2
3 additions, 2 deletions
CHANGELOG.md
TODO.md
+3
-1
3 additions, 1 deletion
TODO.md
version.php
+2
-2
2 additions, 2 deletions
version.php
with
8 additions
and
5 deletions
CHANGELOG.md
+
3
−
2
View file @
c1994c42
# Changelog
All notable changes to this project will be documented in this file.
## [0.11.0]
## [0.11.0]
- 2020-10-19
### Changed
-
Heatmap colors and look changed
-
Minor changes in FAQ page
-
Minor text changes in FAQ page
-
Activities page: "Clear filter" link added
### Fixed
-
2 bugs in activities page:
-
Activities with the same name were merged previously (this was not intended)
...
...
This diff is collapsed.
Click to expand it.
TODO.md
+
3
−
1
View file @
c1994c42
...
...
@@ -137,7 +137,7 @@
-
[ ] Removes customfield
-
[ ] Removes user tour
-
[ ] Add new reports to upgrade.php script
-
[
] ~~Explain capability "learning_analytics:view_statistics" in README (by default students can view statistics)~~ => it's already in there
-
[
x
] ~~Explain capability "learning_analytics:view_statistics" in README (by default students can view statistics)~~ => it's already in there
-
[ ] Accessibility: Add alt texts to images/icons, add aria-labels where needed
-
[x] Check if color blindness is respected
-
[ ] Give graph meaningful aria labels
...
...
@@ -151,6 +151,8 @@
## For later...
-
[ ] Users of our plugin still have the
`lalog_browser_os`
table installed (RWTH + HRW)
-
[ ] Plan: Get the data and then put uninstall routine into upgrade
-
[ ] Remove this in a future upgrade?
-
[ ] Rethink the current structure of sub plugins?
-
[ ] Describe subplugins in README
-
[ ]
`lareport`
-
[ ]
`lalog`
...
...
This diff is collapsed.
Click to expand it.
version.php
+
2
−
2
View file @
c1994c42
...
...
@@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die;
$plugin
->
component
=
'local_learning_analytics'
;
$plugin
->
version
=
202010190
0
;
$plugin
->
release
=
'v0.1
0
.0'
;
$plugin
->
version
=
202010190
1
;
$plugin
->
release
=
'v0.1
1
.0'
;
$plugin
->
maturity
=
MATURITY_BETA
;
$plugin
->
requires
=
2017111302
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment