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/tests/scripts
Yannick Warnier 4c3d7d27a9 Add max date support to changelog generator 8 years ago
..
img
packaging Add max date support to changelog generator 8 years ago
build_translation_request_file.php Fix issue with translation request file builder script 8 years ago
check_users_in_csv_file.php Use __DIR__ when calling global.inc.php 8 years ago
course2session.php Replace course_code with c_id 10 years ago
delete_old_courses.php Add script to delete old unused courses 10 years ago
delete_old_courses_even_not_empty.php Add script to delete all courses depending on specific creation and access dates - Modified copy of delete_old_courses.php 10 years ago
delete_old_tasks.php Remove error_logs, remove called to unused code. 8 years ago
delete_users_from_csv.php Change function name. 10 years ago
detect_deleted_visible_documents.php Replace id_user with user_id, and id_session with session_id 10 years ago
fix_course_index.php Minor - format code. 8 years ago
fix_course_spent_time.php Add "course spent time" fix see BT#13312 8 years ago
fix_duplicate_settings.php Minor - Add license refs + change dirname(__FILE__) to __DIR__ (about 4 times faster). See http://stackoverflow.com/questions/2749416/is-there-any-difference-between-dir-and-dirname-file-in-php 8 years ago
fix_exercise_score_in_lp.php Fix queries still using exe_cours_id and move as much as possible to integer variables around that - refs #7555 10 years ago
fix_group_items_with_old_db.php Minor - Changes in CLI script config - refs BT#13243 8 years ago
fix_lp_items_not_found.php Rename script fix_lp_items_not_founded.php to fix_lp_items_not_found.php 8 years ago
fix_migrations_1.9.x_1.10.0.php Minor - Add license refs + change dirname(__FILE__) to __DIR__ (about 4 times faster). See http://stackoverflow.com/questions/2749416/is-there-any-difference-between-dir-and-dirname-file-in-php 8 years ago
fix_restored_learnpaths.php Add script to fix restored learnpaths - refs BT#13455 8 years ago
fix_student_publication_id.php Add script to fix c_student_publication.post_group_id see BT#12609 8 years ago
fix_user_id.php Temporary fix file to avoid issue with the dual user_id vs id 10 years ago
insert_session_fields.php Change types of session extra fields - refs BT#10139 10 years ago
insert_sessions_categories.php Fix insert session categories with script - refs BT#9413 10 years ago
kill_all_queries.php Add emergency script to kill all chamilo-user's database queries 8 years ago
login_as_admin.php Move login functions in UserManager 8 years ago
move_users.php Replace course_rel_user.course_code with course_rel_user.c_id 10 years ago
settings2csv.php Add usage documentation and support for command line argument language in settings2csv script 8 years ago
update_user_extra_field.php Change function name. 10 years ago
userfields_to_groups.php Delete unused group code see #8210 9 years ago
users_no_course.php