|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | tool |
Variables | |
| $string ['bloglevelupgradedescription'] | |
| $string ['bloglevelupgradeinfo'] = 'Blog visibility was simplified in 2.0, but your site still uses one of the old visibility types. To preserve the course-based or group-based visibility of the blog entries on your site, the following upgrade script will create a special "blog" type forum in each course whose enrolled users have posted blog entries, and will copy these blog entries in this special forum. Blogs will then be entirely switched off at the site level. No blog entries will be deleted in the process.' | |
| $string ['bloglevelupgradeprogress'] = 'Conversion progress: {$a->userscount} users reviewed, {$a->blogcount} entries converted.' | |
| $string ['pluginname'] = 'Blog visibility upgrade' | |
| $string['bloglevelupgradedescription'] |
'<p>This site has recently been upgraded to Moodle 2.0.</p> <p>Blog visibility was simplified in 2.0, but your site still uses one of the old visibility types. </p> <p>To preserve the course-based or group-based visibility of the blog entries on your site, you need to run the following upgrade script, which will create a special "blog" type forum in each course whose enrolled users have posted blog entries, and will copy these blog entries in this special forum. </p> <p>Blogs will then be entirely switched off at the site level. No blog entries will be deleted in the process.</p> <p>You can run the script by visiting <a href="{$a->fixurl}">the blog level upgrade page</a>.</p>'
Definition at line 26 of file tool_bloglevelupgrade.php.
| $string['bloglevelupgradeinfo'] = 'Blog visibility was simplified in 2.0, but your site still uses one of the old visibility types. To preserve the course-based or group-based visibility of the blog entries on your site, the following upgrade script will create a special "blog" type forum in each course whose enrolled users have posted blog entries, and will copy these blog entries in this special forum. Blogs will then be entirely switched off at the site level. No blog entries will be deleted in the process.' |
Definition at line 31 of file tool_bloglevelupgrade.php.
| $string['bloglevelupgradeprogress'] = 'Conversion progress: {$a->userscount} users reviewed, {$a->blogcount} entries converted.' |
Definition at line 32 of file tool_bloglevelupgrade.php.
| $string['pluginname'] = 'Blog visibility upgrade' |
Definition at line 33 of file tool_bloglevelupgrade.php.