Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-mod_pdfannotator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-mod_pdfannotator
Commits
c052110a
Unverified
Commit
c052110a
authored
2 years ago
by
Tim Schroeder
Browse files
Options
Downloads
Patches
Plain Diff
removed declaration of features that we dont support
parent
0ca1c951
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib.php
+3
-3
3 additions, 3 deletions
lib.php
version.php
+1
-1
1 addition, 1 deletion
version.php
with
4 additions
and
4 deletions
lib.php
+
3
−
3
View file @
c052110a
...
@@ -45,7 +45,7 @@ function pdfannotator_supports($feature) {
...
@@ -45,7 +45,7 @@ function pdfannotator_supports($feature) {
case
FEATURE_COMPLETION_TRACKS_VIEWS
:
case
FEATURE_COMPLETION_TRACKS_VIEWS
:
return
true
;
return
true
;
case
FEATURE_COMPLETION_HAS_RULES
:
case
FEATURE_COMPLETION_HAS_RULES
:
return
tru
e
;
return
fals
e
;
case
FEATURE_GRADE_HAS_GRADE
:
case
FEATURE_GRADE_HAS_GRADE
:
return
false
;
return
false
;
case
FEATURE_GRADE_OUTCOMES
:
case
FEATURE_GRADE_OUTCOMES
:
...
@@ -57,9 +57,9 @@ function pdfannotator_supports($feature) {
...
@@ -57,9 +57,9 @@ function pdfannotator_supports($feature) {
case
FEATURE_ADVANCED_GRADING
:
case
FEATURE_ADVANCED_GRADING
:
return
false
;
return
false
;
case
FEATURE_PLAGIARISM
:
case
FEATURE_PLAGIARISM
:
return
tru
e
;
return
fals
e
;
case
FEATURE_COMMENT
:
case
FEATURE_COMMENT
:
return
tru
e
;
return
fals
e
;
default
:
default
:
return
null
;
return
null
;
}
}
...
...
This diff is collapsed.
Click to expand it.
version.php
+
1
−
1
View file @
c052110a
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
component
=
'mod_pdfannotator'
;
$plugin
->
component
=
'mod_pdfannotator'
;
$plugin
->
version
=
202304
04
00
;
$plugin
->
version
=
202304
11
00
;
$plugin
->
release
=
'PDF Annotator v1.5 release 3'
;
$plugin
->
release
=
'PDF Annotator v1.5 release 3'
;
$plugin
->
requires
=
2021051700
;
$plugin
->
requires
=
2021051700
;
$plugin
->
maturity
=
MATURITY_STABLE
;
$plugin
->
maturity
=
MATURITY_STABLE
;
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