Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/public/plugin/justification
Yannick Warnier a27ff91588 Internal: Database: Fix internal methods calls with name vs title (8) - plugins - refs #3581 #4706 2 years ago
..
lang
view Internal: Database: Fix internal methods calls with name vs title (7) - refs #3581 #4706 2 years ago
Justification.php Internal: Database: Fix internal methods calls with name vs title (8) - plugins - refs #3581 #4706 2 years ago
README.md Internal: Database: Fix internal methods calls with name vs title (8) - plugins - refs #3581 #4706 2 years ago
add.php
cron.php Use entities in CourseManager::subscribeUser 5 years ago
edit.php
index.php
install.php
justification_by_user.php Remove deprecated file upload in justification 4 years ago
list.php
plugin.php
set_course.php Fix addSelect 4 years ago
uninstall.php

README.md

Justification

  1. Enable the plugin.
  2. Create the justification files in plugin/justification/list.php

Changelog

v2.0 (for Chamilo v2.0)

ALTER TABLE justification_document CHANGE COLUMN name title TEXT NULL;