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/main/admin
Julio Montoya f3c7bbd3a6 Merge 14 years ago
..
statistics Fix typo 14 years ago
access_url_add_courses_to_url.php
access_url_add_sessions_to_url.php
access_url_add_users_to_url.php
access_url_edit.php
access_url_edit_courses_to_url.php
access_url_edit_sessions_to_url.php
access_url_edit_users_to_url.php
access_urls.php
add_courses_to_session.php Fixing BT#1796 when adding a course to a session, users relationship is not updated 14 years ago
add_courses_to_usergroup.php Adding usergroup feature see BT#1910 14 years ago
add_many_session_to_category.php
add_sessions_to_promotion.php Adding usergroup feature see BT#1910 14 years ago
add_sessions_to_usergroup.php Adding usergroup feature see BT#1910 14 years ago
add_users_to_group.php Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 14 years ago
add_users_to_session.php Fixing sql query see BT#1671 14 years ago
add_users_to_usergroup.php Adding usergroup feature see BT#1910 14 years ago
calendar.lib.php Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 14 years ago
calendar.php
calendar_ical_export.php
calendar_tbl_change.js
calendar_view.php
calendar_view_print.php
career_dashboard.php Adding language support to the jqgrid grid 14 years ago
careers.php Adding language support to the jqgrid grid 14 years ago
class_add.php Automatic whitespace cleaning for some files (2). 14 years ago
class_edit.php Automatic whitespace cleaning for some files (2). 14 years ago
class_import.php Automatic whitespace cleaning for some files (2). 14 years ago
class_information.php Automatic whitespace cleaning for some files (2). 14 years ago
class_list.php Automatic whitespace cleaning for some files (2). 14 years ago
class_user_import.php Automatic whitespace cleaning for some files (2). 14 years ago
configure_extensions.php
configure_homepage.php Minor - Replacing icon 14 years ago
configure_inscription.php Bug 1846 - Platform administration: Removing irrelevant that prevents accessing "Setting the registration page". 14 years ago
course_add.php Feature #539 - Various minor corrections. 14 years ago
course_category.php
course_create_content.php
course_edit.php Fixed bug deleting course teacher in admin edition CT#2109 14 years ago
course_export.php
course_import.php Feature #539 - Cleaning the files admin/course_import.php and session_import.php 14 years ago
course_information.php
course_list.php Fixing mysql query when searching courses when the access_url is on see BT#1793 14 years ago
course_request_accepted.php Feature #2099 - Adding search boxes to the course request lists. 14 years ago
course_request_edit.php Feature #2099 - A TODO has been resolved. Various corrections for dealing with quote characters in entered strings. The Database::escape_string() method has been applied on its correct places. 14 years ago
course_request_rejected.php Feature #2099 - Adding search boxes to the course request lists. 14 years ago
course_request_review.php Feature #2099 - Adding search boxes to the course request lists. 14 years ago
course_user_import.php
course_user_list.php
course_virtual.php
dashboard_add_courses_to_user.php Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 14 years ago
dashboard_add_sessions_to_user.php Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 14 years ago
dashboard_add_users_to_user.php Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 14 years ago
example.csv
example.xml
example_session.csv
example_session.xml
filler.php fix message after insert test users 14 years ago
group_add.php
group_edit.php
group_list.php
index.php Adding usergroup feature see BT#1910 14 years ago
languages.php
ldap_form_add_users_group.php
ldap_import_students.php Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 14 years ago
ldap_import_students_to_session.php Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 14 years ago
ldap_synchro.php Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 14 years ago
ldap_users_list.php
ldap_users_synchro.php
legal_add.php
legal_list.php
promotions.php Adding usergroup feature see BT#1910 14 years ago
resume_session.php Added link to user details page 14 years ago
session_add.php Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 14 years ago
session_category_add.php IMPROVED Category sessions, now can set empty end date. CT#1300 14 years ago
session_category_edit.php IMPROVED Category sessions, now can set empty end date. CT#1300 14 years ago
session_category_list.php
session_course_edit.php Adding multiple URL support see BT#1614 14 years ago
session_course_list.php Minor - Adding course home session icons 14 years ago
session_course_user.php
session_course_user_list.php
session_edit.php
session_export.php Duplicate slashes in filenames have been removed. 15 years ago
session_import.php Feature #539 - Cleaning the files admin/course_import.php and session_import.php 14 years ago
session_list.php Add link to session coach user details page in sessions list 14 years ago
settings.lib.php Added complete install/uninstall feature for plugins, allowing for interface-based configurable plugins (soon extending to allow custom course tools) 14 years ago
settings.php Minor - avoid notice 14 years ago
special_exports.php
specific_fields.php
specific_fields_add.php
statistics.php Minor - Cleaning files 14 years ago
style_preview.php
sub_language.class.php
sub_language.php Duplicate inclusions of the library 'text.lib.php' have been removed. 15 years ago
sub_language_add.php Prevents problems when creating a new sub language in uppercase see BT#1636 14 years ago
sub_language_ajax.inc.php
subscribe_class2course.php Automatic whitespace cleaning for some files. 14 years ago
subscribe_user2class.php Automatic whitespace cleaning for some files. 14 years ago
subscribe_user2course.php Automatic whitespace cleaning for some files. 14 years ago
system_announcements.php
system_status.php
user_add.php
user_edit.php
user_export.php merge 14 years ago
user_fields.php Fixed reordering items in a table not working correctly in profiling - Fixes CT#1153 14 years ago
user_fields_add.php
user_fields_options.php
user_import.php Feature #1834 - Adding encoding detection and encoding conversion functionality in Import::csv_to_array(). 15 years ago
user_information.php Minor - updated code style 14 years ago
user_list.php Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 14 years ago
user_move_stats.php Adding new feature: move scores and tracking from course to session course. See BT#1786 14 years ago
usergroups.php Adding usergroup feature see BT#1910 14 years ago