Moodle flavours
Versions
Current version
30.0 (Build: 2015113000) (2015113000)
30.0 (Build: 2015113000)
Plugin type: Local plugins
Frankenstyle component name: local_flavours
Version build number: 2015113000
Version release name: 30.0 (Build: 2015113000)
Maturity: Release Candidate
Supported Moodle versions: 3.0
Repository URL (Git): https://github.com/dmonllao/moodle-local_flavours/
Repository branch: MOODLE_30_STABLE
Repository tag: v1.30.0
Issue/bug tracker URL: https://github.com/dmonllao/moodle-local_flavours/issues
Allows Moodle administrators to package and deploy sets of Moodle plugins, site settings, language packs... (see http://docs.moodle.org/en/Development:Moodle_flavours for more info)
Description
A flavour is a packaged set of Moodle site settings, plugins and language packs. Moodle Administrators will be able to create a flavour from their installation, selecting which settings, plugins and language packs will be packaged into a compressed file. They can then, share the package with the Moodle community, store it as a backup or use it to replicate the flavour to other installations they manages. It could also be useful for administrators with little Moodle experienced, allowing them to explore the Moodle settings and setup recommended by others.
Warning! To export and import settings it is better to use Admin presets block as the process used here is not reliable. The longer explanation is that this is only using get_config/set_config functions, block_admin_presets is using Moodle's admin settings API.
Install from a compressed .zip
- Extract the compressed file data
- Rename the main folder to flavours
- Copy it to local/ folder
- Click 'Notifications' link on the frontpage administration block
Install using git
- Navigate to Moodle root folder
- git clone git://github.com/dmonllao/moodle-local_flavours local/flavours
- cd local/flavours
- git checkout MOODLE_XY_STABLE
- php admin/cli/upgrade.php
Usage
Available under Administration block -> Site settings -> Server -> Package a flavour & Deploy a flavour
License
More info
29.0 (Build: 2015112900) (2015112900)
29.0 (Build: 2015112900)
Plugin type: Local plugins
Frankenstyle component name: local_flavours
Version build number: 2015112900
Version release name: 29.0 (Build: 2015112900)
Maturity: Release Candidate
Supported Moodle versions: 2.9
Repository URL (Git): https://github.com/dmonllao/moodle-local_flavours/
Repository branch: MOODLE_29_STABLE
Repository tag: v1.29.0
Issue/bug tracker URL: https://github.com/dmonllao/moodle-local_flavours/issues
Allows Moodle administrators to package and deploy sets of Moodle plugins, site settings, language packs... (see http://docs.moodle.org/en/Development:Moodle_flavours for more info)
Description
A flavour is a packaged set of Moodle site settings, plugins and language packs. Moodle Administrators will be able to create a flavour from their installation, selecting which settings, plugins and language packs will be packaged into a compressed file. They can then, share the package with the Moodle community, store it as a backup or use it to replicate the flavour to other installations they manages. It could also be useful for administrators with little Moodle experienced, allowing them to explore the Moodle settings and setup recommended by others.
Warning! To export and import settings it is better to use Admin presets block as the process used here is not reliable. The longer explanation is that this is only using get_config/set_config functions, block_admin_presets is using Moodle's admin settings API.
Install from a compressed .zip
- Extract the compressed file data
- Rename the main folder to flavours
- Copy it to local/ folder
- Click 'Notifications' link on the frontpage administration block
Install using git
- Navigate to Moodle root folder
- git clone git://github.com/dmonllao/moodle-local_flavours local/flavours
- cd local/flavours
- git checkout MOODLE_XY_STABLE
- php admin/cli/upgrade.php
Usage
Available under Administration block -> Site settings -> Server -> Package a flavour & Deploy a flavour
License
More info
28.0 (Build: 2015112800) (2015112800)
28.0 (Build: 2015112800)
Plugin type: Local plugins
Frankenstyle component name: local_flavours
Version build number: 2015112800
Version release name: 28.0 (Build: 2015112800)
Maturity: Release Candidate
Supported Moodle versions: 2.8
Repository URL (Git): https://github.com/dmonllao/moodle-local_flavours/
Repository branch: MOODLE_28_STABLE
Repository tag: v1.28.0
Issue/bug tracker URL: https://github.com/dmonllao/moodle-local_flavours/issues
Allows Moodle administrators to package and deploy sets of Moodle plugins, site settings, language packs... (see http://docs.moodle.org/en/Development:Moodle_flavours for more info)
Description
A flavour is a packaged set of Moodle site settings, plugins and language packs. Moodle Administrators will be able to create a flavour from their installation, selecting which settings, plugins and language packs will be packaged into a compressed file. They can then, share the package with the Moodle community, store it as a backup or use it to replicate the flavour to other installations they manages. It could also be useful for administrators with little Moodle experienced, allowing them to explore the Moodle settings and setup recommended by others.
Warning! To export and import settings it is better to use Admin presets block as the process used here is not reliable. The longer explanation is that this is only using get_config/set_config functions, block_admin_presets is using Moodle's admin settings API.
Install from a compressed .zip
- Extract the compressed file data
- Rename the main folder to flavours
- Copy it to local/ folder
- Click 'Notifications' link on the frontpage administration block
Install using git
- Navigate to Moodle root folder
- git clone git://github.com/dmonllao/moodle-local_flavours local/flavours
- cd local/flavours
- git checkout MOODLE_XY_STABLE
- php admin/cli/upgrade.php
Usage
Available under Administration block -> Site settings -> Server -> Package a flavour & Deploy a flavour
License
More info
27.0 (Build: 2015112700) (2015112700)
27.0 (Build: 2015112700)
Plugin type: Local plugins
Frankenstyle component name: local_flavours
Version build number: 2015112700
Version release name: 27.0 (Build: 2015112700)
Maturity: Release Candidate
Supported Moodle versions: 2.7
Repository URL (Git): https://github.com/dmonllao/moodle-local_flavours/
Repository branch: MOODLE_27_STABLE
Repository tag: v1.27.0
Issue/bug tracker URL: https://github.com/dmonllao/moodle-local_flavours/issues
Allows Moodle administrators to package and deploy sets of Moodle plugins, site settings, language packs... (see http://docs.moodle.org/en/Development:Moodle_flavours for more info)
Description
A flavour is a packaged set of Moodle site settings, plugins and language packs. Moodle Administrators will be able to create a flavour from their installation, selecting which settings, plugins and language packs will be packaged into a compressed file. They can then, share the package with the Moodle community, store it as a backup or use it to replicate the flavour to other installations they manages. It could also be useful for administrators with little Moodle experienced, allowing them to explore the Moodle settings and setup recommended by others.
Warning! To export and import settings it is better to use Admin presets block as the process used here is not reliable. The longer explanation is that this is only using get_config/set_config functions, block_admin_presets is using Moodle's admin settings API.
Install from a compressed .zip
- Extract the compressed file data
- Rename the main folder to flavours
- Copy it to local/ folder
- Click 'Notifications' link on the frontpage administration block
Install using git
- Navigate to Moodle root folder
- git clone git://github.com/dmonllao/moodle-local_flavours local/flavours
- cd local/flavours
- git checkout MOODLE_XY_STABLE
- php admin/cli/upgrade.php
Usage
Available under Administration block -> Site settings -> Server -> Package a flavour & Deploy a flavour
License
More info
1.7.2 (Build: 201301110) (2013011100)
1.7.2 (Build: 201301110)
Plugin type: Local plugins
Frankenstyle component name: local_flavours
Version build number: 2013011100
Version release name: 1.7.2 (Build: 201301110)
Maturity: Release Candidate
Supported Moodle versions: 2.4
Repository URL (Git): https://github.com/dmonllao/moodle-local_flavours/
Repository branch: master
Repository tag:
Issue/bug tracker URL: https://github.com/dmonllao/moodle-local_flavours/issues
Moodle flavours
@link http://docs.moodle.org/en/Development:Moodle_flavours Documentation
@link http://tracker.moodle.org/browse/CONTRIB-2948 Moodle tracker entry
@link https://github.com/dmonllao/moodle-local_flavours Source Code
@license http://www.gnu.org/licenses/gpl-2.0.txt
INTRODUCTION
Allows Moodle administrators to package and deploy sets of Moodle plugins, site settings, language packs... (see http://docs.moodle.org/en/Development:Moodle_flavours for more info)
DESCRIPTION
A flavour is a packaged set of Moodle site settings, plugins and language packs. Moodle Administrators will be able to create a flavour from their installation, selecting which settings, plugins and language packs will be packaged into a compressed file. They can then, share the package with the Moodle community, store it as a backup or use it to replicate the flavour to other installations they manages. It could also be useful for administrators with little Moodle experienced, allowing them to explore the Moodle settings and setup recommended by others.
INSTALL FROM GIT
- Navigate to Moodle root folder
- git clone git://github.com/dmonllao/moodle-local_flavours local/flavours
INSTALL FROM A COMPRESSED FILE
- Extract the compressed file data
- Rename the main folder to flavours
- Copy to local/ folder
- Click 'Notifications' link on the frontpage administration blocks
USAGE
- Available through the frontpage Administration block -> Site settings -> Server -> Package a flavour & Deploy a flavour
1.7.1 (Build: 2012121500) (2012121500)
1.7.1 (Build: 2012121500)
Plugin type: Local plugins
Frankenstyle component name: local_flavours
Version build number: 2012121500
Version release name: 1.7.1 (Build: 2012121500)
Maturity: Release Candidate
Supported Moodle versions: 2.4
Repository URL (Git): https://github.com/dmonllao/moodle-local_flavours/
Repository branch: master
Repository tag:
Issue/bug tracker URL: https://github.com/dmonllao/moodle-local_flavours/issues
Moodle flavours
@link http://docs.moodle.org/en/Development:Moodle_flavours Documentation
@link http://tracker.moodle.org/browse/CONTRIB-2948 Moodle tracker entry
@link https://github.com/dmonllao/moodle-local_flavours Source Code
@license http://www.gnu.org/licenses/gpl-2.0.txt
INTRODUCTION
Allows Moodle administrators to package and deploy sets of Moodle plugins, site settings, language packs... (see http://docs.moodle.org/en/Development:Moodle_flavours for more info)
DESCRIPTION
A flavour is a packaged set of Moodle site settings, plugins and language packs. Moodle Administrators will be able to create a flavour from their installation, selecting which settings, plugins and language packs will be packaged into a compressed file. They can then, share the package with the Moodle community, store it as a backup or use it to replicate the flavour to other installations they manages. It could also be useful for administrators with little Moodle experienced, allowing them to explore the Moodle settings and setup recommended by others.
INSTALL FROM GIT
- Navigate to Moodle root folder
- git clone git://github.com/dmonllao/moodle-local_flavours local/flavours
INSTALL FROM A COMPRESSED FILE
- Extract the compressed file data
- Rename the main folder to flavours
- Copy to local/ folder
- Click 'Notifications' link on the frontpage administration blocks
USAGE
- Available through the frontpage Administration block -> Site settings -> Server -> Package a flavour & Deploy a flavour
1.7 (Build: 2012120900) (2012120900)
1.7 (Build: 2012120900)
Plugin type: Local plugins
Frankenstyle component name: local_flavours
Version build number: 2012120900
Version release name: 1.7 (Build: 2012120900)
Maturity: Release Candidate
Supported Moodle versions: 2.4
Repository URL (Git): https://github.com/dmonllao/moodle-local_flavours/
Repository branch: master
Repository tag:
Issue/bug tracker URL: https://github.com/dmonllao/moodle-local_flavours/issues
Moodle flavours
@link http://docs.moodle.org/en/Development:Moodle_flavours Documentation
@link http://tracker.moodle.org/browse/CONTRIB-2948 Moodle tracker entry
@link https://github.com/dmonllao/moodle-local_flavours Source Code
@license http://www.gnu.org/licenses/gpl-2.0.txt
INTRODUCTION
Allows Moodle administrators to package and deploy sets of Moodle plugins, site settings, language packs... (see http://docs.moodle.org/en/Development:Moodle_flavours for more info)
DESCRIPTION
A flavour is a packaged set of Moodle site settings, plugins and language packs. Moodle Administrators will be able to create a flavour from their installation, selecting which settings, plugins and language packs will be packaged into a compressed file. They can then, share the package with the Moodle community, store it as a backup or use it to replicate the flavour to other installations they manages. It could also be useful for administrators with little Moodle experienced, allowing them to explore the Moodle settings and setup recommended by others.
INSTALL FROM GIT
- Navigate to Moodle root folder
- git clone git://github.com/dmonllao/moodle-local_flavours local/flavours
INSTALL FROM A COMPRESSED FILE
- Extract the compressed file data
- Rename the main folder to flavours
- Copy to local/ folder
- Click 'Notifications' link on the frontpage administration blocks
USAGE
- Available through the frontpage Administration block -> Site settings -> Server -> Package a flavour & Deploy a flavour
1.6 (Build: 2012080600) (2012080600)
1.6 (Build: 2012080600)
Plugin type: Local plugins
Frankenstyle component name: local_flavours
Version build number: 2012080600
Version release name: 1.6 (Build: 2012080600)
Maturity: Release Candidate
Supported Moodle versions: 2.3
Repository URL (Git): https://github.com/dmonllao/moodle-local_flavours/
Repository branch: MOODLE_23_STABLE
Repository tag:
Issue/bug tracker URL: https://github.com/dmonllao/moodle-local_flavours/issues
Moodle flavours
@link http://docs.moodle.org/en/Development:Moodle_flavours Documentation
@link http://tracker.moodle.org/browse/CONTRIB-2948 Moodle tracker entry
@link https://github.com/dmonllao/moodle-local_flavours Source Code
@license http://www.gnu.org/licenses/gpl-2.0.txt
INTRODUCTION
Allows Moodle administrators to package and deploy sets of Moodle plugins, site settings, language packs... (see http://docs.moodle.org/en/Development:Moodle_flavours for more info)
DESCRIPTION
A flavour is a packaged set of Moodle site settings, plugins and language packs. Moodle Administrators will be able to create a flavour from their installation, selecting which settings, plugins and language packs will be packaged into a compressed file. They can then, share the package with the Moodle community, store it as a backup or use it to replicate the flavour to other installations they manages. It could also be useful for administrators with little Moodle experienced, allowing them to explore the Moodle settings and setup recommended by others.
INSTALL FROM GIT
- Navigate to Moodle root folder
- git clone git://github.com/dmonllao/moodle-local_flavours local/flavours
INSTALL FROM A COMPRESSED FILE
- Extract the compressed file data
- Rename the main folder to flavours
- Copy to local/ folder
- Click 'Notifications' link on the frontpage administration blocks
USAGE
- Available through the frontpage Administration block -> Site settings -> Server -> Package a flavour & Deploy a flavour
1.5 (Build: 2012072500) (2012072500)
1.5 (Build: 2012072500)
Plugin type: Local plugins
Frankenstyle component name: local_flavours
Version build number: 2012072500
Version release name: 1.5 (Build: 2012072500)
Maturity: Release Candidate
Supported Moodle versions: 2.3
Repository URL (Git): https://github.com/dmonllao/moodle-local_flavours/
Repository branch: CONTRIB-3784
Repository tag:
Issue/bug tracker URL: https://github.com/dmonllao/moodle-local_flavours/issues
Moodle flavours
@link http://docs.moodle.org/en/Development:Moodle_flavours Documentation
@link http://tracker.moodle.org/browse/CONTRIB-2948 Moodle tracker entry
@link https://github.com/dmonllao/moodle-local_flavours Source Code
@license http://www.gnu.org/licenses/gpl-2.0.txt
INTRODUCTION
Allows Moodle administrators to package and deploy sets of Moodle plugins, site settings, language packs... (see http://docs.moodle.org/en/Development:Moodle_flavours for more info)
DESCRIPTION
A flavour is a packaged set of Moodle site settings, plugins and language packs. Moodle Administrators will be able to create a flavour from their installation, selecting which settings, plugins and language packs will be packaged into a compressed file. They can then, share the package with the Moodle community, store it as a backup or use it to replicate the flavour to other installations they manages. It could also be useful for administrators with little Moodle experienced, allowing them to explore the Moodle settings and setup recommended by others.
INSTALL FROM GIT
- Navigate to Moodle root folder
- git clone git://github.com/dmonllao/moodle-local_flavours local/flavours
INSTALL FROM A COMPRESSED FILE
- Extract the compressed file data
- Rename the main folder to flavours
- Copy to local/ folder
- Click 'Notifications' link on the frontpage administration blocks
USAGE
- Available through the frontpage Administration block -> Site settings -> Server -> Package a flavour & Deploy a flavour
1.5 (Build: 2012072100) (2012072100)
1.5 (Build: 2012072100)
Plugin type: Local plugins
Frankenstyle component name: local_flavours
Version build number: 2012072100
Version release name: 1.5 (Build: 2012072100)
Maturity: Release Candidate
Supported Moodle versions: 2.3
Repository URL (Git): https://github.com/dmonllao/moodle-local_flavours/
Repository branch: CONTRIB-3784
Repository tag:
Issue/bug tracker URL: https://github.com/dmonllao/moodle-local_flavours/issues
Moodle flavours
@link http://docs.moodle.org/en/Development:Moodle_flavours Documentation
@link http://tracker.moodle.org/browse/CONTRIB-2948 Moodle tracker entry
@link https://github.com/dmonllao/moodle-local_flavours Source Code
@license http://www.gnu.org/licenses/gpl-2.0.txt
INTRODUCTION
Allows Moodle administrators to package and deploy sets of Moodle plugins, site settings, language packs... (see http://docs.moodle.org/en/Development:Moodle_flavours for more info)
DESCRIPTION
A flavour is a packaged set of Moodle site settings, plugins and language packs. Moodle Administrators will be able to create a flavour from their installation, selecting which settings, plugins and language packs will be packaged into a compressed file. They can then, share the package with the Moodle community, store it as a backup or use it to replicate the flavour to other installations they manages. It could also be useful for administrators with little Moodle experienced, allowing them to explore the Moodle settings and setup recommended by others.
INSTALL FROM GIT
- Navigate to Moodle root folder
- git clone git://github.com/dmonllao/moodle-local_flavours local/flavours
INSTALL FROM A COMPRESSED FILE
- Extract the compressed file data
- Rename the main folder to flavours
- Copy to local/ folder
- Click 'Notifications' link on the frontpage administration blocks
USAGE
- Available through the frontpage Administration block -> Site settings -> Server -> Package a flavour & Deploy a flavour
1.4 (Build: 2012022700) (2012022700)
1.4 (Build: 2012022700)
Plugin type: Local plugins
Frankenstyle component name: local_flavours
Version build number: 2012022700
Version release name: 1.4 (Build: 2012022700)
Maturity: Release Candidate
Supported Moodle versions: 2.1
Repository URL (Git): https://github.com/dmonllao/moodle-local_flavours/
Repository branch:
Repository tag:
Issue/bug tracker URL: https://github.com/dmonllao/moodle-local_flavours/issues
Moodle flavours
@link http://docs.moodle.org/en/Development:Moodle_flavours Documentation
@link http://tracker.moodle.org/browse/CONTRIB-2948 Moodle tracker entry
@link https://github.com/dmonllao/moodle-local_flavours Source Code
@license http://www.gnu.org/licenses/gpl-2.0.txt
INTRODUCTION
Allows Moodle administrators to package and deploy sets of Moodle plugins, site settings, language packs... (see http://docs.moodle.org/en/Development:Moodle_flavours for more info)
DESCRIPTION
A flavour is a packaged set of Moodle site settings, plugins and language packs. Moodle Administrators will be able to create a flavour from their installation, selecting which settings, plugins and language packs will be packaged into a compressed file. They can then, share the package with the Moodle community, store it as a backup or use it to replicate the flavour to other installations they manages. It could also be useful for administrators with little Moodle experienced, allowing them to explore the Moodle settings and setup recommended by others.
INSTALL FROM GIT
- Navigate to Moodle root folder
- git clone git://github.com/dmonllao/moodle-local_flavours local/flavours
INSTALL FROM A COMPRESSED FILE
- Extract the compressed file data
- Rename the main folder to flavours
- Copy to local/ folder
- Click 'Notifications' link on the frontpage administration blocks
USAGE
- Available through the frontpage Administration block -> Site settings -> Server -> Package a flavour & Deploy a flavour
1.3 (Build: 2011112200) (2011112200)
1.3 (Build: 2011112200)
Plugin type: Local plugins
Frankenstyle component name: local_flavours
Version build number: 2011112200
Version release name: 1.3 (Build: 2011112200)
Maturity: Release Candidate
Supported Moodle versions: 2.1
Repository URL (Git): https://github.com/dmonllao/moodle-local_flavours/
Repository branch: CONTRIB-3199
Repository tag:
Issue/bug tracker URL: https://github.com/dmonllao/moodle-local_flavours/issues
Moodle flavours
@link http://docs.moodle.org/en/Development:Moodle_flavours Documentation
@link http://tracker.moodle.org/browse/CONTRIB-2948 Moodle tracker entry
@link https://github.com/dmonllao/moodle-local_flavours Source Code
@license http://www.gnu.org/licenses/gpl-2.0.txt
INTRODUCTION
Allows Moodle administrators to package and deploy sets of Moodle plugins, site settings, language packs... (see http://docs.moodle.org/en/Development:Moodle_flavours for more info)
DESCRIPTION
A flavour is a packaged set of Moodle site settings, plugins and language packs. Moodle Administrators will be able to create a flavour from their installation, selecting which settings, plugins and language packs will be packaged into a compressed file. They can then, share the package with the Moodle community, store it as a backup or use it to replicate the flavour to other installations they manages. It could also be useful for administrators with little Moodle experienced, allowing them to explore the Moodle settings and setup recommended by others.
INSTALL FROM GIT
- Navigate to Moodle root folder
- git clone git://github.com/dmonllao/moodle-local_flavours local/flavours
INSTALL FROM A COMPRESSED FILE
- Extract the compressed file data
- Rename the main folder to flavours
- Copy to local/ folder
- Click 'Notifications' link on the frontpage administration blocks
USAGE
- Available through the frontpage Administration block -> Site settings -> Server -> Package a flavour & Deploy a flavour
1.2 (Build: 2011092400) (2011092400)
1.2 (Build: 2011092400)
Plugin type: Local plugins
Frankenstyle component name: local_flavours
Version build number: 2011092400
Version release name: 1.2 (Build: 2011092400)
Maturity: Release Candidate
Supported Moodle versions: 2.1
Repository URL (Git): https://github.com/dmonllao/moodle-local_flavours/
Repository branch:
Repository tag:
Issue/bug tracker URL: https://github.com/dmonllao/moodle-local_flavours/issues
1.1 (Build: 2011092700) (2011092700)
1.1 (Build: 2011092700)
Plugin type: Local plugins
Frankenstyle component name: local_flavours
Version build number: 2011092700
Version release name: 1.1 (Build: 2011092700)
Maturity: Release Candidate
Supported Moodle versions: 2.1
Repository URL (Git): https://github.com/dmonllao/moodle-local_flavours/
Repository branch:
Repository tag:
Issue/bug tracker URL: https://github.com/dmonllao/moodle-local_flavours/issues