CPD

Local plugins ::: local_cpd
Maintained by Titus Development, Luke Carrier
Allows Moodle users to log their CPD via their user profiles.

CPD 0.4.0

Moodle 2.5, 2.6, 2.7, 2.8
Released: Monday, December 22, 2014, 6:29 AM

Log CPD activities within Moodle

Allows Moodle users to log their CPD via their user profiles.

Scrutinizer Code Quality

License

Copyright (c) Luke Carrier, The Development Manager Ltd

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>;.

Requirements

  • Moodle 2.5+
  • PHP 5.3+

Upgrading from report_cpd

  1. Back up your Moodle database!
  2. Download an archive of the plugin and extract its contents into the local directory
  3. Execute php local/cpd/cli/upgrade_from_report_cpd.php
  4. Remove the report/cpd directory
  5. Execute php admin/cli/upgrade.php

Building

  1. Clone this repository, and cd into it
  2. Execute make to generate a zip file containing the plugin
  3. Upload to the moodle.org plugins site

Testing

Assuming you have already configured your local Moodle installation for testing with Behat and have launched a Selenium server, the following commands will execute the acceptance tests:

$ php admin/tool/behat/cli/util.php --enable
$ vendor/bin/behat -c ../{$CFG->dataroot}/behat/behat.yml --tags @local_cpd

Changes to the CPD module's code is also monitored by Scrutinizr, which passes a wide array of static analysis tools over our code. The results of these inspections are made publicly available.

Version information

Version build number
2014110700
Version release name
0.4.0
Can be updated from
0.1.0 (2014073100), 0.1.1 (2014073100), 0.1.2 (2014073102), 0.2.0 (2014100600), 0.3.0 (2014102700)
Maturity
Beta
MD5 Sum
5d440ff538319c4dad2b891b73e39d6b
Supported software
PHP 5.3, PHP 5.4, Moodle 2.5, Moodle 2.6, PHP 5.5, Moodle 2.7, PHP 5.6, Moodle 2.8
  • Latest release for Moodle 2.5
  • Latest release for Moodle 2.6
  • Latest release for Moodle 2.7
  • Latest release for Moodle 2.8

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
master
VCS tag
0.4.0

Default installation instructions for plugins of the type Local plugins

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder in the "local" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation.