Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-block_uwcourseinfo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uw-moodle
moodle-block_uwcourseinfo
Commits
10ea0c26
Commit
10ea0c26
authored
11 years ago
by
Matt Petro
Browse files
Options
Downloads
Patches
Plain Diff
Backing out previous commit
parent
24323ada
No related branches found
Tags
1.0_M2012071600
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
block_uwcourseinfo.php
+1
-1
1 addition, 1 deletion
block_uwcourseinfo.php
db/access.php
+0
-12
0 additions, 12 deletions
db/access.php
version.php
+1
-1
1 addition, 1 deletion
version.php
with
2 additions
and
14 deletions
block_uwcourseinfo.php
+
1
−
1
View file @
10ea0c26
...
...
@@ -19,7 +19,7 @@ class block_uwcourseinfo extends block_html {
return
true
;
}
function
instance_config_save
(
$data
,
$nolongerused
=
false
){
function
instance_config_save
(
$data
){
parent
::
instance_config_save
(
$data
);
}
...
...
This diff is collapsed.
Click to expand it.
db/access.php
+
0
−
12
View file @
10ea0c26
...
...
@@ -20,18 +20,6 @@ $capabilities = array(
'manager'
=>
CAP_ALLOW
)
),
'block/uwcourseinfo:addinstance'
=>
array
(
'riskbitmask'
=>
RISK_SPAM
|
RISK_XSS
,
'captype'
=>
'write'
,
'contextlevel'
=>
CONTEXT_BLOCK
,
'archetypes'
=>
array
(
'editingteacher'
=>
CAP_ALLOW
,
'manager'
=>
CAP_ALLOW
),
'clonepermissionsfrom'
=>
'moodle/site:manageblocks'
),
);
?>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
version.php
+
1
−
1
View file @
10ea0c26
...
...
@@ -17,7 +17,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
201207160
1
;
$plugin
->
version
=
201207160
0
;
$plugin
->
cron
=
0
;
$plugin
->
component
=
'block_uwcourseinfo'
;
$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