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
Ivan Tcholakov 77133e8f16 Feature #2099 - Hiding some buttons from the page for editition training requests depending on the context. 15 years ago
..
statistics Added additional panel in logins stats for only the last logins 15 years ago
access_url_add_courses_to_url.php Adding the notion of Global admins. Functions added to main_api: api_is_global_platform_admin() api_protect_global_admin_script(); Blocking the access to the NO global admin users in the multiple URLs configuration See CT#1308 15 years ago
access_url_add_sessions_to_url.php Adding the notion of Global admins. Functions added to main_api: api_is_global_platform_admin() api_protect_global_admin_script(); Blocking the access to the NO global admin users in the multiple URLs configuration See CT#1308 15 years ago
access_url_add_users_to_url.php Adding the notion of Global admins. Functions added to main_api: api_is_global_platform_admin() api_protect_global_admin_script(); Blocking the access to the NO global admin users in the multiple URLs configuration See CT#1308 15 years ago
access_url_edit.php Adding the notion of Global admins. Functions added to main_api: api_is_global_platform_admin() api_protect_global_admin_script(); Blocking the access to the NO global admin users in the multiple URLs configuration See CT#1308 15 years ago
access_url_edit_courses_to_url.php Adding the notion of Global admins. Functions added to main_api: api_is_global_platform_admin() api_protect_global_admin_script(); Blocking the access to the NO global admin users in the multiple URLs configuration See CT#1308 15 years ago
access_url_edit_sessions_to_url.php Adding the notion of Global admins. Functions added to main_api: api_is_global_platform_admin() api_protect_global_admin_script(); Blocking the access to the NO global admin users in the multiple URLs configuration See CT#1308 15 years ago
access_url_edit_users_to_url.php Adding the notion of Global admins. Functions added to main_api: api_is_global_platform_admin() api_protect_global_admin_script(); Blocking the access to the NO global admin users in the multiple URLs configuration See CT#1308 15 years ago
access_urls.php Adding the notion of Global admins. Functions added to main_api: api_is_global_platform_admin() api_protect_global_admin_script(); Blocking the access to the NO global admin users in the multiple URLs configuration See CT#1308 15 years ago
add_courses_to_session.php Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls']) 15 years ago
add_many_session_to_category.php Deleting echo 15 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(). 15 years ago
add_users_to_session.php Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 15 years ago
calendar.lib.php Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 15 years ago
calendar.php Adding global events in course agenda and personal agenda see CT#325 15 years ago
calendar_ical_export.php Replacing dokeos to chamilo, cleaning code 15 years ago
calendar_tbl_change.js merge 15 years ago
calendar_view.php Replacing dokeos to chamilo, cleaning code 15 years ago
calendar_view_print.php Replacing dokeos to chamilo, cleaning code 15 years ago
class_add.php merge 15 years ago
class_edit.php merge 15 years ago
class_import.php merge 15 years ago
class_information.php merge 15 years ago
class_list.php Feature #272 - Changes that lead loading the file sortabletable.class.php (and the tree of related files) only when it is necessary, on explicit statement require_once. Previously this file loaded on every page, which is waste of computing resource. 15 years ago
class_user_import.php Feature #347 - Platform administration tool: All "magic" parameters __FILE__ and __LINE__, passed within the method Database::query() have been removed. They are not needed anymore, the method Database::query() has been upgraded to retrieve alone the corresponding values needed for error message creation. 15 years ago
configure_extensions.php Dummy changes 15 years ago
configure_homepage.php Adding editable custom tab pages see BT#1648 + Fixed tab creation + now supporting multiple urls 15 years ago
configure_inscription.php Fixing api_is_western_name_order wrong uses in BT#1636 15 years ago
course_add.php Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls']) 15 years ago
course_category.php Minor - changed the variable name for categories 15 years ago
course_create_content.php Security issue: Added Security::remove_XSS + intval functions 15 years ago
course_edit.php Fixed bug deleting course teacher in admin edition CT#2109 15 years ago
course_export.php Feature #1744 - Cleaning logical conditions (2). 15 years ago
course_import.php merge 15 years ago
course_information.php Cleaning code, adding headers, adding security::remove_XSS 15 years ago
course_list.php Feature #2099 - Admin/course list: Replacing the icon "Add course" with the icon "Review course requests" when the course validation feature is activated. 15 years ago
course_request_accepted.php Feature #2099 - Adding search boxes to the course request lists. 15 years ago
course_request_edit.php Feature #2099 - Hiding some buttons from the page for editition training requests depending on the context. 15 years ago
course_request_rejected.php Feature #2099 - Adding search boxes to the course request lists. 15 years ago
course_request_review.php Feature #2099 - Adding search boxes to the course request lists. 15 years ago
course_user_import.php merge 15 years ago
course_user_list.php merge 15 years ago
course_virtual.php Feature #1744 - Cleaning logical conditions (2). 15 years ago
dashboard_add_courses_to_user.php Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 15 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(). 15 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(). 15 years ago
example.csv Merge 15 years ago
example.xml Merge 15 years ago
example_session.csv merge 15 years ago
example_session.xml merge 15 years ago
filler.php Added feature to use data fillers from the admin interface in non-packaged (=development/test) versions of the platform. 15 years ago
group_add.php Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls']) 15 years ago
group_edit.php minor add var lang 15 years ago
group_list.php Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls']) 15 years ago
index.php Feature #2099 - Action bars and icons have been added. 15 years ago
languages.php Feature #272 - Changes that lead loading the file sortabletable.class.php (and the tree of related files) only when it is necessary, on explicit statement require_once. Previously this file loaded on every page, which is waste of computing resource. 15 years ago
ldap_form_add_users_group.php merge 15 years ago
ldap_import_students.php Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 15 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(). 15 years ago
ldap_synchro.php Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 15 years ago
ldap_users_list.php merge 15 years ago
ldap_users_synchro.php merge 15 years ago
legal_add.php Feature #1744 - Cleaning logical conditions (2). 15 years ago
legal_list.php merge 15 years ago
resume_session.php Minor - cosmetic changes 15 years ago
session_add.php Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 15 years ago
session_category_add.php merge 15 years ago
session_category_edit.php improve the access and restrictions to the session's administrator CT#602 15 years ago
session_category_list.php Adding new link to the session category see CT#1160 15 years ago
session_course_edit.php Adding multiple URL support see BT#1614 15 years ago
session_course_list.php improve the access and restrictions to the session's administrator CT#602 15 years ago
session_course_user.php Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls']) 15 years ago
session_course_user_list.php merge 15 years ago
session_edit.php Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls']) 15 years ago
session_export.php Duplicate slashes in filenames have been removed. 15 years ago
session_import.php Feature #347 - Some easy replacements for ereg*() calls. 15 years ago
session_list.php Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls']) 15 years ago
settings.lib.php Feature #2099 - Platform settings: URL and e-mail address validations have been added where it is applicable. 15 years ago
settings.php Feature #2099 - Platform settings: URL and e-mail address validations have been added where it is applicable. 15 years ago
special_exports.php Feature #1744 - Cleaning logical conditions (2). 15 years ago
specific_fields.php Feature #272 - Changes that lead loading the file sortabletable.class.php (and the tree of related files) only when it is necessary, on explicit statement require_once. Previously this file loaded on every page, which is waste of computing resource. 15 years ago
specific_fields_add.php merge 15 years ago
statistics.php merge 15 years ago
style_preview.php Platform admin: Addition to the previous transaction, visual changes in style_preview.php page. 15 years ago
sub_language.class.php Minor - Avoid warning by avoiding file not found in sub-language files reader 15 years ago
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 15 years ago
sub_language_ajax.inc.php Task #763 - All the replacements api_get_path('WEB_COURSE_PATH') --> api_get_path(WEB_COURSE_PATH) and other similar to them. 15 years ago
subscribe_class2course.php Feature #347 - Platform administration tool: All "magic" parameters __FILE__ and __LINE__, passed within the method Database::query() have been removed. They are not needed anymore, the method Database::query() has been upgraded to retrieve alone the corresponding values needed for error message creation. 15 years ago
subscribe_user2class.php Feature #347 - Platform administration tool: All "magic" parameters __FILE__ and __LINE__, passed within the method Database::query() have been removed. They are not needed anymore, the method Database::query() has been upgraded to retrieve alone the corresponding values needed for error message creation. 15 years ago
subscribe_user2course.php Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls']) 15 years ago
system_announcements.php Minor - header update 15 years ago
system_status.php merge 15 years ago
user_add.php Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls']) 15 years ago
user_edit.php Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls']) 15 years ago
user_export.php merge 15 years ago
user_fields.php Implemented CT#1764 15 years ago
user_fields_add.php Implemented CT#1764 15 years ago
user_fields_options.php Replacing include_once to require_once 15 years ago
user_import.php Feature #1834 - Adding encoding detection and encoding conversion functionality in Import::csv_to_array(). 15 years ago
user_information.php Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls']) 15 years ago
user_list.php Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 15 years ago