Moodle Plugins directory: Leganto reading list: Versions: v3.5.1 (Build: 20201027) | Moodle.org

Leganto reading list
Activities ::: mod_leganto
Maintained by
Tony Butler,
Ruslan Kabalin
The Leganto reading list module enables a teacher to include a selection of citations from associated Leganto reading lists directly within the content of their course. Please note that this integration plugin depends on a paid subscription to the ExLibris Leganto reading lists service (see http://www.exlibrisgroup.com/category/Leganto for details).
Leganto reading list v3.5.1 (Build: 20201027)
Moodle 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11
Released: الأربعاء، 28 أكتوبر 2020، 1:00 AM
This file is part of Moodle - http://moodle.org/
Moodle 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.
Moodle 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 Moodle. If not, see .
copyright 2017 Lancaster University (http://www.lancaster.ac.uk/)
license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
author Tony Butler
Leganto reading list module for Moodle
======================================
The Leganto reading list module enables a teacher to include a selection of
citations from associated Leganto reading lists directly within the content
of their course.
The reading list can be displayed either in a separate, linked page, or
embedded in the course page itself (hidden initially, with a link to toggle
visibility).
Changelog
---------
2020-10-27 v3.5.1
* Tell set_content() that list content is already formatted
* Reset cached list data when loading course module config
2018-09-07 v3.5.0
* Add option to display list content inline and auto-expanded
* Redirect to the list rather than just the course section
* Add null privacy provider for GDPR support
* Add support for new chapter metadata attributes in API
2018-01-30 v3.1.1, v3.3.1
* Display chapter titles for citations of type 'Book Chapter'
* Support course/list/section/citation ids of > 16 characters
* Add option to include public notes in citation display
* Expand list fieldset if it contains pre-selected citations
2017-09-29 v3.1.0, v3.3.0
* Initial stable release
Installation
------------
Installing from the Git repository (recommended if you installed Moodle from
Git):
Follow the instructions at
http://docs.moodle.org/33/en/Git_for_Administrators#Installing_a_contributed_extension_from_its_Git_repository,
e.g. for the Moodle 3.3.x code:
$ cd /path/to/your/moodle/
$ cd mod/
$ git clone https://github.com/tonyjbutler/moodle-mod_leganto.git leganto
$ cd leganto/
$ git checkout -b MOODLE_33_STABLE origin/MOODLE_33_STABLE
$ git branch -d master
$ cd /path/to/your/moodle/
$ echo /mod/leganto/ >> .git/info/exclude
Installing from a zip archive downloaded from
https://moodle.org/plugins/pluginversions.php?plugin=mod_leganto:
1. Download and unzip the appropriate release for your version of Moodle.
2. Place the extracted "leganto" folder in your "/mod/" subdirectory.
Whichever method you use to get the module code in place, the final step is to
visit your Site Administration > Notifications page in a browser to invoke the
installation script and make the necessary database changes.
Updating Moodle
---------------
If you installed Moodle and the Leganto reading list module from Git you can
run the following commands to update both (see
http://docs.moodle.org/33/en/Git_for_Administrators#Installing_a_contributed_extension_from_its_Git_repository):
$ cd /path/to/your/moodle/
$ git pull
$ cd mod/leganto/
$ git pull
If you installed from a zip archive you will need to repeat the installation
procedure using the appropriate zip file downloaded from
https://moodle.org/plugins/pluginversions.php?plugin=mod_leganto for your
new Moodle version.
Moodle 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.
Moodle 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 Moodle. If not, see .
copyright 2017 Lancaster University (http://www.lancaster.ac.uk/)
license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
author Tony Butler
Leganto reading list module for Moodle
======================================
The Leganto reading list module enables a teacher to include a selection of
citations from associated Leganto reading lists directly within the content
of their course.
The reading list can be displayed either in a separate, linked page, or
embedded in the course page itself (hidden initially, with a link to toggle
visibility).
Changelog
---------
2020-10-27 v3.5.1
* Tell set_content() that list content is already formatted
* Reset cached list data when loading course module config
2018-09-07 v3.5.0
* Add option to display list content inline and auto-expanded
* Redirect to the list rather than just the course section
* Add null privacy provider for GDPR support
* Add support for new chapter metadata attributes in API
2018-01-30 v3.1.1, v3.3.1
* Display chapter titles for citations of type 'Book Chapter'
* Support course/list/section/citation ids of > 16 characters
* Add option to include public notes in citation display
* Expand list fieldset if it contains pre-selected citations
2017-09-29 v3.1.0, v3.3.0
* Initial stable release
Installation
------------
Installing from the Git repository (recommended if you installed Moodle from
Git):
Follow the instructions at
http://docs.moodle.org/33/en/Git_for_Administrators#Installing_a_contributed_extension_from_its_Git_repository,
e.g. for the Moodle 3.3.x code:
$ cd /path/to/your/moodle/
$ cd mod/
$ git clone https://github.com/tonyjbutler/moodle-mod_leganto.git leganto
$ cd leganto/
$ git checkout -b MOODLE_33_STABLE origin/MOODLE_33_STABLE
$ git branch -d master
$ cd /path/to/your/moodle/
$ echo /mod/leganto/ >> .git/info/exclude
Installing from a zip archive downloaded from
https://moodle.org/plugins/pluginversions.php?plugin=mod_leganto:
1. Download and unzip the appropriate release for your version of Moodle.
2. Place the extracted "leganto" folder in your "/mod/" subdirectory.
Whichever method you use to get the module code in place, the final step is to
visit your Site Administration > Notifications page in a browser to invoke the
installation script and make the necessary database changes.
Updating Moodle
---------------
If you installed Moodle and the Leganto reading list module from Git you can
run the following commands to update both (see
http://docs.moodle.org/33/en/Git_for_Administrators#Installing_a_contributed_extension_from_its_Git_repository):
$ cd /path/to/your/moodle/
$ git pull
$ cd mod/leganto/
$ git pull
If you installed from a zip archive you will need to repeat the installation
procedure using the appropriate zip file downloaded from
https://moodle.org/plugins/pluginversions.php?plugin=mod_leganto for your
new Moodle version.
Version information
- Version build number
- 2020102700
- Version release name
- v3.5.1 (Build: 20201027)
- Can be updated from
- v3.5.0 (Build: 20180907)
- Can be updated to
- v4.0.0 (Build: 20220601) (2022060100), v4.1.0 (Build: 20240105) (2024010500), v4.5.0 (Build: 20241007), v4.5.1 (Build: 20241008) (2024100800)
- Maturity
- الإصدار المستقر
- MD5 Sum
- 27188119db6ff3f5a7c2c322da313220
- Supported software
- Moodle 3.5, Moodle 3.6, Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 3.10, Moodle 3.11
- Latest release for Moodle 3.5
- Latest release for Moodle 3.6
- Latest release for Moodle 3.7
- Latest release for Moodle 3.8
- Latest release for Moodle 3.9
- Latest release for Moodle 3.10
- Latest release for Moodle 3.11
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- MOODLE_35_STABLE
- VCS tag
- v3.5.1
Default installation instructions for plugins of the type Activities
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "assignment") in the "mod" subdirectory.
- Visit http://yoursite.com/admin to finish the installation