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 e0507216f0 Internal: Avoid unnecessary loop condition in duplicate links deletion script - refs BT#22323 8 months ago
..
img Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
packaging Script: Packaging: Add refs filtering cases to gitlog script 3 years ago
build_translation_request_file.php Fix issue with translation request file builder script 9 years ago
check_document_files_on_disk.php Minor: Fix typo in code doc 2 years ago
check_extra_fields.php This script checks if the default extra fields are present in the platform. 7 years ago
check_users_in_csv_file.php Use __DIR__ when calling global.inc.php 9 years ago
compare-pass.php Scripts: Add script to compare passwords to a specific string and optionally replace them - refs BT#16745 6 years ago
copy_user_id_to_extra_field.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
course2session.php
delete_deleted_exercises_with_questions.php Script: Fix missing exit + update documentation 3 years ago
delete_duplicate_documents.php Script: Fix missing exit + update documentation 3 years ago
delete_duplicate_links.php Internal: Avoid unnecessary loop condition in duplicate links deletion script - refs BT#22323 8 months ago
delete_duplicate_tests.php Scripts: Add memory freeing in script to remove test duplicates - refs BT#19212 3 years ago
delete_items_from_csv.php Minor - format code, remove unused code 7 years ago
delete_old_bbb_recordings.php Scripts: Add script to delete old BigBlueButton recordings 3 years ago
delete_old_courses.php Scripts: Update course deletion script documentation - refs BT#19673 4 years ago
delete_old_courses_even_not_empty.php Scripts: Update old courses cleaning script 3 years ago
delete_old_message_attachments.php Script: Convert old message attachments deletion script to parametered dates - refs BT#19984 3 years ago
delete_old_messages.php Script: Updates to parameters order - refs BT#19984 3 years ago
delete_old_personal_files.php Script: Add script to delete old user personal files (incomplete script, currently deletes whole folder based on folder creation date) - refs BT#19984 3 years ago
delete_old_sessions.php Script: Add script to delete old sessions: Uncomment exit command to prevent wild execution - refs BT#19984 3 years ago
delete_old_tasks_by_date.php Scripts: Add script to gently remove old works (set date in script) - refs BT#19673 4 years ago
delete_old_tasks_by_session_dates.php Script: Session assignments deletion script: Uncomment exit command to prevent wild execution - refs BT#19984 3 years ago
delete_old_tracking.php Script: Add script to delete old tracking records (except exercises) - refs BT#19984 3 years ago
delete_old_users_folder.php Scripts: Use UserManager::deleteUserFiles indelete_old_users_folder.php #3256 5 years ago
delete_or_disable_students_before_last_connection.php Script: Fix user id passed - BT#20141 3 years ago
delete_orphan_questions.php Script: Hard delete in orphan question 4 years ago
delete_users_from_csv.php Change function name. 11 years ago
detect_deleted_visible_documents.php Replace id_user with user_id, and id_session with session_id 11 years ago
disable_user_conditions.php Minor: Update code documentation in disable_user_conditions.php script 1 year ago
edit_course_html_files.php Scripts: Update string replacement script to add support for quizzes - refs BT#19756 4 years ago
fill_course_extrafield_from_user.php Course - Add script to fill course extrafields related with creator - refs BT#19667 4 years ago
fill_session_extrafield_from_user.php Session: fix query -refs BT#20569 3 years ago
find_duplicate_documents_by_md5.php Script: Fix missing exit + update documentation 3 years ago
fix_collations_utf8.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
fix_course_index.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
fix_course_spent_time.php Minor - update license 7 years ago
fix_documents_path.php Add forum URL fixes see BT#15056 6 years ago
fix_duplicate_settings.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
fix_exercise_no_itemproperty.php Add scripts to create item property for exercises 5 years ago
fix_exercise_no_itemproperty_check_session.php Add scripts to create item property for exercises 5 years ago
fix_exercise_score_in_lp.php Minor - update license 7 years ago
fix_group_items_with_old_db.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
fix_lp_calendar.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
fix_lp_empty_total_time.php Minor - format code, add $totalTime variable 6 years ago
fix_lp_id_to_iid.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
fix_lp_id_to_iid_v2.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
fix_lp_inscriptions.php Scripts: Fix course not found 5 years ago
fix_lp_items_not_found.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
fix_lp_missing_documents.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
fix_matching_question.php Exercise: Fix iid usages 3 years ago
fix_migrations_1.9.x_1.10.0.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
fix_mimetex.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
fix_moodle_migration.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
fix_quiz_id_to_iid.php Script: fix script for id to iid correction for quiz to avoir duplicate actions -refs BT#20835 2 years ago
fix_restored_learnpaths.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
fix_sec_44.php Minor: Improve messaging in cleaning script 5 years ago
fix_sec_44_remove_files.php Security: Replace dangerous files with empty files in assets - refs BT#17870 5 years ago
fix_student_publication_id.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
fix_student_publication_with_wrong_group_id.php Work: Script: Adding script to fix wrong group_id in student publication - refs BT#20630 2 years ago
fix_user_id.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
hide_lp_by_name.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
insert_session_fields.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
insert_sessions_categories.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
kill_all_queries.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
ldap_encrypt_admin_password.php LDAP: Fix encrypted password generation to use the api function which is updated and not the local function that ended being different - refs BT#20849 and BT#22020 11 months ago
login_as_admin.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
move_content_to_portals.php Scripts: Fix typo bug in move_content_to_portals - refs BT#17894 5 years ago
move_session_to_another_portal.php Scripts: Fix move session to another portal - add coaches BT#18023 5 years ago
move_users.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
multi_url_conversion.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
multi_url_delete_courses_sessions_users_from_a_specific_url.php Script : adapt script to be able to delete course from a script for all URLs - refs BT#20736 2 years ago
multi_url_delete_courses_sessions_users_from_all_urls_except_specific_url.php Script : adapt script to be able to delete course from a script for all URLs - refs BT#20736 2 years ago
restore_course.php Script: Basic script to restore a course (not perfect) 4 years ago
restore_deleted_documents.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
set_course_user_as_exlearner.php Minor: Improve code documentation 1 year ago
set_default_career_sessions.php Add script to set default careerid for sessions see BT#16240 6 years ago
settings2csv.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
synchronize_user_base_from_ldap.php Script: Cron: add possibility to empty an extra field when anonymizing a user -refs BT#21445 2 years ago
update_course_extrafield_based_on_other_extrafield_value.php Script: to update course extra fields based on other extra field value -refs BT#20813 2 years ago
update_course_extrafield_from_user_and_course_data.php Script : To update course extrafield based on specific rules -refs BT#20813 2 years ago
update_course_settings.php Script: Bulk update course settings - refs BT#20695 2 years ago
update_lti_chidren_tools.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
update_user_extra_field.php Revert "Internal: Add array checks to avoid notices" 3 years ago
update_user_extrafield_based_on_other_extrafield_value.php Script: to update user extra fields base on other extra field value - refs BT#20813 2 years ago
update_users_by_officialcode.php Scripts - Updates an user when official code is not empty - refs BT#19505 (#4104) 4 years ago
userfields_to_groups.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago
users_no_course.php Minor: Scripts: Add exit; statement at the beginning of each script 5 years ago