Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
|
tools:sync [2018/02/13 19:00] admin [Formatting import files] |
tools:sync [2020/04/07 11:06] (Version actuelle) |
||
|---|---|---|---|
| Ligne 24: | Ligne 24: | ||
| ==== Features ==== | ==== Features ==== | ||
| - | this plugin will apply an unified processing scheme to all input files: | + | This plugin will apply an unified processing scheme to all input files: |
| * internally storing and reserving input files | * internally storing and reserving input files | ||
| Ligne 49: | Ligne 49: | ||
| User accounts related operations | User accounts related operations | ||
| - | * Création/Suppression/Résurrection de comptes | + | * User creation, deletion, resurrection |
| - | * Synchronisation des fichiers avatars | + | * Mass User picture synchronisation |
| - | Fonctions sur les inscriptions : | + | Enrolments and groups related operations |
| - | * Ajout de rôles | + | * Add roles |
| - | * Suppression de rôles | + | * Remove roles |
| - | * Création de groupes de cours | + | * Shift to some role |
| - | * Assignation à un groupe de cours | + | * Create course groups |
| - | * Suppression d'un groupe de cours | + | * Assign to course group |
| - | * Changement d'un groupe de cours (réassignation exclusive) | + | * Remove from course group |
| + | * Shift to other group | ||
| - | ==== Mécanismes génériques ==== | + | Cohort related operations |
| - | Les mécanismes génériques sont applicables en général quel que soit le type de fichier (à quelques exceptions près. | + | * Create cohorts |
| + | * Add user to cohort | ||
| + | * Remove from cohort | ||
| - | * Programmation de la tâche d'exécution automatique | ||
| - | * Génération d'un fichier "tryback" des erreurs de traitement | ||
| - | * Archivage des fichiers traités | ||
| - | * Stockage des rapports d'exécution | ||
| <html><!-- nomoodle --></html> | <html><!-- nomoodle --></html> | ||
| Ligne 101: | Ligne 100: | ||
| ==== Builds ==== | ==== Builds ==== | ||
| - | ^ 2.7 ^ 2.8 ^ 2.9 ^ 3.0 ^ 3.1 ^ 3.2 ^ | + | ^ 2.7 ^ 2.8 ^ 2.9 ^ 3.0 ^ 3.1 ^ 3.2 ^ 3.3 ^ 3.4 ^ |
| - | | <html><img src="https://travis-ci.org/vfremaux/moodle-tool_sync.svg?branch=MOODLE_27_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-tool_sync.svg?branch=MOODLE_28_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-tool_sync.svg?branch=MOODLE_29_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-tool_sync.svg?branch=MOODLE_30_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-tool_sync.svg?branch=MOODLE_31_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-tool_sync.svg?branch=MOODLE_32_STABLE"></html> | | + | | <html><img src="https://travis-ci.org/vfremaux/moodle-tool_sync.svg?branch=MOODLE_27_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-tool_sync.svg?branch=MOODLE_28_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-tool_sync.svg?branch=MOODLE_29_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-tool_sync.svg?branch=MOODLE_30_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-tool_sync.svg?branch=MOODLE_31_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-tool_sync.svg?branch=MOODLE_32_STABLE"></html> |<html><img src="https://travis-ci.org/vfremaux/moodle-tool_sync.svg?branch=MOODLE_33_STABLE"></html> |<html><img src="https://travis-ci.org/vfremaux/moodle-tool_sync.svg?branch=MOODLE_34_STABLE"></html> | |
| [[https://travis-ci.org/vfremaux/moodle-tool_sync/branches|Travis-ci Continuous Integration]] | [[https://travis-ci.org/vfremaux/moodle-tool_sync/branches|Travis-ci Continuous Integration]] | ||
| Note: "Failing" does NOT necessarily mean the plugin is not working. This status is the result of passing out all the integrity and code style tests that makes the plugin "strict" Moodle plugin. Some plugins are on the road to full test agreements, but this might take a little amount of time and effort to get them all done. | Note: "Failing" does NOT necessarily mean the plugin is not working. This status is the result of passing out all the integrity and code style tests that makes the plugin "strict" Moodle plugin. Some plugins are on the road to full test agreements, but this might take a little amount of time and effort to get them all done. | ||
| + | |||
| ==== Credits ==== | ==== Credits ==== | ||
| Ligne 113: | Ligne 113: | ||
| [[:start|Back to plugin list]] | [[:start|Back to plugin list]] | ||
| + | |||
| + | <html><!-- /nomoodle --></html> | ||