.. |
statistics
|
5f3b160801
Implemented platformwide not logged in statistics (closes #1929)
|
14 vuotta sitten |
access_url_add_courses_to_url.php
|
ec4a19c4ca
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 vuotta sitten |
access_url_add_sessions_to_url.php
|
ec4a19c4ca
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 vuotta sitten |
access_url_add_users_to_url.php
|
ec4a19c4ca
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 vuotta sitten |
access_url_edit.php
|
ec4a19c4ca
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 vuotta sitten |
access_url_edit_courses_to_url.php
|
ec4a19c4ca
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 vuotta sitten |
access_url_edit_sessions_to_url.php
|
ec4a19c4ca
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 vuotta sitten |
access_url_edit_users_to_url.php
|
ec4a19c4ca
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 vuotta sitten |
access_urls.php
|
ec4a19c4ca
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 vuotta sitten |
add_courses_to_session.php
|
e7c88ff91b
Minor corrections
|
14 vuotta sitten |
add_courses_to_usergroup.php
|
25b68c938e
Fixing add users, courses and sessions see BT#2021
|
14 vuotta sitten |
add_many_session_to_category.php
|
2e2346688c
Deleting echo
|
15 vuotta sitten |
add_sessions_to_promotion.php
|
082978f6d9
Adding usergroup feature see BT#1910
|
14 vuotta sitten |
add_sessions_to_usergroup.php
|
4147f594fe
Adding number of sessions, courses and users in the admin/usergroup.php table see BT#2019
|
14 vuotta sitten |
add_users_to_group.php
|
76df00ff94
Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding().
|
14 vuotta sitten |
add_users_to_session.php
|
40dca509e9
Added links to user groups management screen from user to course and session registrations screens (BT#2022)
|
14 vuotta sitten |
add_users_to_usergroup.php
|
907fd3147a
Removing anonymous users from user list (UserGroup) + other minor fixes
|
14 vuotta sitten |
calendar.lib.php
|
76df00ff94
Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding().
|
14 vuotta sitten |
calendar.php
|
04f3fe5330
Adding global events in course agenda and personal agenda see CT#325
|
15 vuotta sitten |
calendar_ical_export.php
|
57f57504a5
Replacing dokeos to chamilo, cleaning code
|
15 vuotta sitten |
calendar_tbl_change.js
|
a5222167c0
Dummy changes
|
15 vuotta sitten |
calendar_view.php
|
57f57504a5
Replacing dokeos to chamilo, cleaning code
|
15 vuotta sitten |
calendar_view_print.php
|
57f57504a5
Replacing dokeos to chamilo, cleaning code
|
15 vuotta sitten |
career_dashboard.php
|
2ae18fd886
When status = 0 career/promotion label is in gray, showing only elements with status = 1 in career_dashboard
|
14 vuotta sitten |
careers.php
|
266ac9b6bc
Adding get_lang('ItemX') new standard lang variables
|
14 vuotta sitten |
class_add.php
|
4910890132
Automatic whitespace cleaning for some files (2).
|
14 vuotta sitten |
class_edit.php
|
4910890132
Automatic whitespace cleaning for some files (2).
|
14 vuotta sitten |
class_import.php
|
4910890132
Automatic whitespace cleaning for some files (2).
|
14 vuotta sitten |
class_information.php
|
4910890132
Automatic whitespace cleaning for some files (2).
|
14 vuotta sitten |
class_list.php
|
4910890132
Automatic whitespace cleaning for some files (2).
|
14 vuotta sitten |
class_user_import.php
|
4910890132
Automatic whitespace cleaning for some files (2).
|
14 vuotta sitten |
configure_extensions.php
|
e49f68df46
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 vuotta sitten |
configure_homepage.php
|
6c35969490
Minor - Replacing icon
|
14 vuotta sitten |
configure_inscription.php
|
bc6f95beb9
Bug 1846 - Platform administration: Removing irrelevant that prevents accessing "Setting the registration page".
|
14 vuotta sitten |
course_add.php
|
4e3f733fde
Feature #539 - Various minor corrections.
|
14 vuotta sitten |
course_category.php
|
3f9454fc4f
Minor - changed the variable name for categories
|
15 vuotta sitten |
course_create_content.php
|
70d31c42a3
Security issue: Added Security::remove_XSS + intval functions
|
15 vuotta sitten |
course_edit.php
|
7840c3f5aa
Fixed bug deleting course teacher in admin edition CT#2109
|
14 vuotta sitten |
course_export.php
|
7515a2354b
Feature #1744 - Cleaning logical conditions (2).
|
14 vuotta sitten |
course_import.php
|
5cd5d21016
Feature #539 - Cleaning the files admin/course_import.php and session_import.php
|
14 vuotta sitten |
course_information.php
|
51791a4a70
Cleaning code, adding headers, adding security::remove_XSS
|
15 vuotta sitten |
course_list.php
|
94fc77721c
Fixing mysql query when searching courses when the access_url is on see BT#1793
|
14 vuotta sitten |
course_request_accepted.php
|
1690c0b417
Feature #2099 - Adding search boxes to the course request lists.
|
14 vuotta sitten |
course_request_edit.php
|
a55d288e71
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 vuotta sitten |
course_request_rejected.php
|
1690c0b417
Feature #2099 - Adding search boxes to the course request lists.
|
14 vuotta sitten |
course_request_review.php
|
1690c0b417
Feature #2099 - Adding search boxes to the course request lists.
|
14 vuotta sitten |
course_user_import.php
|
9fca61be94
merge
|
15 vuotta sitten |
course_user_list.php
|
79f06f55f2
merge
|
15 vuotta sitten |
course_virtual.php
|
7515a2354b
Feature #1744 - Cleaning logical conditions (2).
|
14 vuotta sitten |
dashboard_add_courses_to_user.php
|
76df00ff94
Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding().
|
14 vuotta sitten |
dashboard_add_sessions_to_user.php
|
76df00ff94
Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding().
|
14 vuotta sitten |
dashboard_add_users_to_user.php
|
76df00ff94
Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding().
|
14 vuotta sitten |
example.csv
|
4c8616ef31
Merge
|
14 vuotta sitten |
example.xml
|
4c8616ef31
Merge
|
14 vuotta sitten |
example_session.csv
|
47022680ce
Accept gzopen64() too as a test of the zlib extension load
|
15 vuotta sitten |
example_session.xml
|
79f06f55f2
merge
|
15 vuotta sitten |
filler.php
|
a8a440a68a
Added courses test filler
|
14 vuotta sitten |
group_add.php
|
f0c4747bf3
Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls'])
|
14 vuotta sitten |
group_edit.php
|
c422feca02
minor add var lang
|
15 vuotta sitten |
group_list.php
|
f0c4747bf3
Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls'])
|
14 vuotta sitten |
index.php
|
082978f6d9
Adding usergroup feature see BT#1910
|
14 vuotta sitten |
languages.php
|
5974516888
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 vuotta sitten |
ldap_form_add_users_group.php
|
79f06f55f2
merge
|
15 vuotta sitten |
ldap_import_students.php
|
76df00ff94
Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding().
|
14 vuotta sitten |
ldap_import_students_to_session.php
|
76df00ff94
Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding().
|
14 vuotta sitten |
ldap_synchro.php
|
76df00ff94
Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding().
|
14 vuotta sitten |
ldap_users_list.php
|
79f06f55f2
merge
|
15 vuotta sitten |
ldap_users_synchro.php
|
79f06f55f2
merge
|
15 vuotta sitten |
legal_add.php
|
7515a2354b
Feature #1744 - Cleaning logical conditions (2).
|
14 vuotta sitten |
legal_list.php
|
79f06f55f2
merge
|
15 vuotta sitten |
promotions.php
|
cc1aa215ba
When using the copy promotion feature we also save some course parameters see BT#2079
|
14 vuotta sitten |
resume_session.php
|
e0154c8565
We can create a session with a "start date" and without an "end date" and viceversa. See BT#1911
|
14 vuotta sitten |
session_add.php
|
6dd5bff564
Fixing myQCM and session/index.php now we show session results, adding labels in checkboxes
|
14 vuotta sitten |
session_category_add.php
|
57aa2879e5
IMPROVED Category sessions, now can set empty end date. CT#1300
|
14 vuotta sitten |
session_category_edit.php
|
57aa2879e5
IMPROVED Category sessions, now can set empty end date. CT#1300
|
14 vuotta sitten |
session_category_list.php
|
3d31b2a0c2
Adding new link to the session category see CT#1160
|
15 vuotta sitten |
session_course_edit.php
|
e7c88ff91b
Minor corrections
|
14 vuotta sitten |
session_course_list.php
|
1ef5eef3a8
Minor - Adding course home session icons
|
14 vuotta sitten |
session_course_user.php
|
f0c4747bf3
Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls'])
|
14 vuotta sitten |
session_course_user_list.php
|
6546c1a76a
merge
|
15 vuotta sitten |
session_edit.php
|
6dd5bff564
Fixing myQCM and session/index.php now we show session results, adding labels in checkboxes
|
14 vuotta sitten |
session_export.php
|
09b7f334ca
Adding check_abs_path when using the DocumentManager::file_send_for_download to prevent downloading unwanted files see #2722
|
14 vuotta sitten |
session_import.php
|
5cd5d21016
Feature #539 - Cleaning the files admin/course_import.php and session_import.php
|
14 vuotta sitten |
session_list.php
|
5b04b135d3
Added session copy feature (see BT#1916)
|
14 vuotta sitten |
settings.lib.php
|
2be3d5d69e
Added complete install/uninstall feature for plugins, allowing for interface-based configurable plugins (soon extending to allow custom course tools)
|
14 vuotta sitten |
settings.php
|
85d27b30b7
Fixing automatic voiding of gradebook_enable option (fixes #1223)
|
14 vuotta sitten |
special_exports.php
|
8b560c03d9
Removed useless backticks
|
14 vuotta sitten |
specific_fields.php
|
5974516888
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 vuotta sitten |
specific_fields_add.php
|
47022680ce
Accept gzopen64() too as a test of the zlib extension load
|
15 vuotta sitten |
statistics.php
|
1b1adb40e2
Minor - Cleaning files
|
14 vuotta sitten |
style_preview.php
|
dd6fcd2190
Platform admin: Addition to the previous transaction, visual changes in style_preview.php page.
|
14 vuotta sitten |
sub_language.class.php
|
69a037d7b0
Minor - Avoid warning by avoiding file not found in sub-language files reader
|
14 vuotta sitten |
sub_language.php
|
401a73c826
Duplicate inclusions of the library 'text.lib.php' have been removed.
|
14 vuotta sitten |
sub_language_add.php
|
533f52a057
Prevents problems when creating a new sub language in uppercase see BT#1636
|
14 vuotta sitten |
sub_language_ajax.inc.php
|
54a9b942c2
Task #763 - All the replacements api_get_path('WEB_COURSE_PATH') --> api_get_path(WEB_COURSE_PATH) and other similar to them.
|
15 vuotta sitten |
subscribe_class2course.php
|
6562def6cc
Automatic whitespace cleaning for some files.
|
14 vuotta sitten |
subscribe_user2class.php
|
6562def6cc
Automatic whitespace cleaning for some files.
|
14 vuotta sitten |
subscribe_user2course.php
|
40dca509e9
Added links to user groups management screen from user to course and session registrations screens (BT#2022)
|
14 vuotta sitten |
system_announcements.php
|
582f6a0c7b
Minor - header update
|
14 vuotta sitten |
system_status.php
|
2611b515be
Adding sortabletable.class.php
|
15 vuotta sitten |
user_add.php
|
a23a10f8b2
Adding documentation, changinh lang vars
|
14 vuotta sitten |
user_edit.php
|
a23a10f8b2
Adding documentation, changinh lang vars
|
14 vuotta sitten |
user_export.php
|
eab6418cc7
merge
|
14 vuotta sitten |
user_fields.php
|
f0b11b7f9c
Fixed reordering items in a table not working correctly in profiling - Fixes CT#1153
|
14 vuotta sitten |
user_fields_add.php
|
bbd165ce45
maxlenght = 60
|
14 vuotta sitten |
user_fields_options.php
|
4b1420cac0
Replacing include_once to require_once
|
15 vuotta sitten |
user_import.php
|
684680cac0
Feature #1834 - Adding encoding detection and encoding conversion functionality in Import::csv_to_array().
|
14 vuotta sitten |
user_information.php
|
d2989fcb40
Fixing query + other security fixes see #2625
|
14 vuotta sitten |
user_list.php
|
828daf4f49
Minor changes ...
|
14 vuotta sitten |
user_move_stats.php
|
ddf9cc30b7
Minor: fixed typo
|
14 vuotta sitten |
usergroups.php
|
e7fe585196
Changing lang vars SubscribeGroupToSessions, SubscribeGroupToCourses
|
14 vuotta sitten |