Julio Montoya 79bdda7727 Fixing careers and promotions classes when there is no data, fixing also the created_at and updated_at behaviour in the model.lib.php 14 anos atrás
..
statistics f6c9633f7f Fix typo 14 anos atrás
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 anos atrás
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 anos atrás
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 anos atrás
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 anos atrás
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 anos atrás
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 anos atrás
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 anos atrás
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 anos atrás
add_courses_to_session.php 0b1d5446b5 Fixing BT#1796 when adding a course to a session, users relationship is not updated 14 anos atrás
add_courses_to_usergroup.php 1a94289b68 Fixing lang var adding breadcrumbs etc 14 anos atrás
add_many_session_to_category.php 2e2346688c Deleting echo 15 anos atrás
add_sessions_to_promotion.php 082978f6d9 Adding usergroup feature see BT#1910 14 anos atrás
add_sessions_to_usergroup.php 1a94289b68 Fixing lang var adding breadcrumbs etc 14 anos atrás
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 anos atrás
add_users_to_session.php d85e114f1b Fixing sql query see BT#1671 14 anos atrás
add_users_to_usergroup.php 907fd3147a Removing anonymous users from user list (UserGroup) + other minor fixes 14 anos atrás
calendar.lib.php 76df00ff94 Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 14 anos atrás
calendar.php 04f3fe5330 Adding global events in course agenda and personal agenda see CT#325 15 anos atrás
calendar_ical_export.php 57f57504a5 Replacing dokeos to chamilo, cleaning code 15 anos atrás
calendar_tbl_change.js a5222167c0 Dummy changes 15 anos atrás
calendar_view.php 57f57504a5 Replacing dokeos to chamilo, cleaning code 15 anos atrás
calendar_view_print.php 57f57504a5 Replacing dokeos to chamilo, cleaning code 15 anos atrás
career_dashboard.php dd75b7d2e0 Fixing delete button in exercise list, renaming the api_get_jqgrid_js() function to api_get_jquery_ui_js 14 anos atrás
careers.php dd75b7d2e0 Fixing delete button in exercise list, renaming the api_get_jqgrid_js() function to api_get_jquery_ui_js 14 anos atrás
class_add.php 4910890132 Automatic whitespace cleaning for some files (2). 14 anos atrás
class_edit.php 4910890132 Automatic whitespace cleaning for some files (2). 14 anos atrás
class_import.php 4910890132 Automatic whitespace cleaning for some files (2). 14 anos atrás
class_information.php 4910890132 Automatic whitespace cleaning for some files (2). 14 anos atrás
class_list.php 4910890132 Automatic whitespace cleaning for some files (2). 14 anos atrás
class_user_import.php 4910890132 Automatic whitespace cleaning for some files (2). 14 anos atrás
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 anos atrás
configure_homepage.php 6c35969490 Minor - Replacing icon 14 anos atrás
configure_inscription.php bc6f95beb9 Bug 1846 - Platform administration: Removing irrelevant that prevents accessing "Setting the registration page". 14 anos atrás
course_add.php 4e3f733fde Feature #539 - Various minor corrections. 14 anos atrás
course_category.php 3f9454fc4f Minor - changed the variable name for categories 15 anos atrás
course_create_content.php 70d31c42a3 Security issue: Added Security::remove_XSS + intval functions 15 anos atrás
course_edit.php 7840c3f5aa Fixed bug deleting course teacher in admin edition CT#2109 14 anos atrás
course_export.php 7515a2354b Feature #1744 - Cleaning logical conditions (2). 14 anos atrás
course_import.php 5cd5d21016 Feature #539 - Cleaning the files admin/course_import.php and session_import.php 14 anos atrás
course_information.php 51791a4a70 Cleaning code, adding headers, adding security::remove_XSS 15 anos atrás
course_list.php 94fc77721c Fixing mysql query when searching courses when the access_url is on see BT#1793 14 anos atrás
course_request_accepted.php 1690c0b417 Feature #2099 - Adding search boxes to the course request lists. 14 anos atrás
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 anos atrás
course_request_rejected.php 1690c0b417 Feature #2099 - Adding search boxes to the course request lists. 14 anos atrás
course_request_review.php 1690c0b417 Feature #2099 - Adding search boxes to the course request lists. 14 anos atrás
course_user_import.php 9fca61be94 merge 15 anos atrás
course_user_list.php 79f06f55f2 merge 15 anos atrás
course_virtual.php 7515a2354b Feature #1744 - Cleaning logical conditions (2). 14 anos atrás
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 anos atrás
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 anos atrás
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 anos atrás
example.csv 4c8616ef31 Merge 14 anos atrás
example.xml 4c8616ef31 Merge 14 anos atrás
example_session.csv 47022680ce Accept gzopen64() too as a test of the zlib extension load 15 anos atrás
example_session.xml 79f06f55f2 merge 15 anos atrás
filler.php 125215a676 fix message after insert test users 14 anos atrás
group_add.php f0c4747bf3 Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls']) 14 anos atrás
group_edit.php c422feca02 minor add var lang 15 anos atrás
group_list.php f0c4747bf3 Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls']) 14 anos atrás
index.php 082978f6d9 Adding usergroup feature see BT#1910 14 anos atrás
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 anos atrás
ldap_form_add_users_group.php 79f06f55f2 merge 15 anos atrás
ldap_import_students.php 76df00ff94 Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 14 anos atrás
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 anos atrás
ldap_synchro.php 76df00ff94 Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 14 anos atrás
ldap_users_list.php 79f06f55f2 merge 15 anos atrás
ldap_users_synchro.php 79f06f55f2 merge 15 anos atrás
legal_add.php 7515a2354b Feature #1744 - Cleaning logical conditions (2). 14 anos atrás
legal_list.php 79f06f55f2 merge 15 anos atrás
promotions.php 79bdda7727 Fixing careers and promotions classes when there is no data, fixing also the created_at and updated_at behaviour in the model.lib.php 14 anos atrás
resume_session.php e0154c8565 We can create a session with a "start date" and without an "end date" and viceversa. See BT#1911 14 anos atrás
session_add.php e0154c8565 We can create a session with a "start date" and without an "end date" and viceversa. See BT#1911 14 anos atrás
session_category_add.php 57aa2879e5 IMPROVED Category sessions, now can set empty end date. CT#1300 14 anos atrás
session_category_edit.php 57aa2879e5 IMPROVED Category sessions, now can set empty end date. CT#1300 14 anos atrás
session_category_list.php 3d31b2a0c2 Adding new link to the session category see CT#1160 15 anos atrás
session_course_edit.php 072f9ee282 Adding multiple URL support see BT#1614 14 anos atrás
session_course_list.php 1ef5eef3a8 Minor - Adding course home session icons 14 anos atrás
session_course_user.php f0c4747bf3 Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls']) 14 anos atrás
session_course_user_list.php 6546c1a76a merge 15 anos atrás
session_edit.php e0154c8565 We can create a session with a "start date" and without an "end date" and viceversa. See BT#1911 14 anos atrás
session_export.php 09b7f334ca Adding check_abs_path when using the DocumentManager::file_send_for_download to prevent downloading unwanted files see #2722 14 anos atrás
session_import.php 5cd5d21016 Feature #539 - Cleaning the files admin/course_import.php and session_import.php 14 anos atrás
session_list.php e0154c8565 We can create a session with a "start date" and without an "end date" and viceversa. See BT#1911 14 anos atrás
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 anos atrás
settings.php 4e05814667 Minor - avoid notice 14 anos atrás
special_exports.php 7515a2354b Feature #1744 - Cleaning logical conditions (2). 14 anos atrás
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 anos atrás
specific_fields_add.php 47022680ce Accept gzopen64() too as a test of the zlib extension load 15 anos atrás
statistics.php 1b1adb40e2 Minor - Cleaning files 14 anos atrás
style_preview.php dd6fcd2190 Platform admin: Addition to the previous transaction, visual changes in style_preview.php page. 14 anos atrás
sub_language.class.php 69a037d7b0 Minor - Avoid warning by avoiding file not found in sub-language files reader 14 anos atrás
sub_language.php 401a73c826 Duplicate inclusions of the library 'text.lib.php' have been removed. 14 anos atrás
sub_language_add.php 533f52a057 Prevents problems when creating a new sub language in uppercase see BT#1636 14 anos atrás
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 anos atrás
subscribe_class2course.php 6562def6cc Automatic whitespace cleaning for some files. 14 anos atrás
subscribe_user2class.php 6562def6cc Automatic whitespace cleaning for some files. 14 anos atrás
subscribe_user2course.php 6562def6cc Automatic whitespace cleaning for some files. 14 anos atrás
system_announcements.php 582f6a0c7b Minor - header update 14 anos atrás
system_status.php 2611b515be Adding sortabletable.class.php 15 anos atrás
user_add.php a23a10f8b2 Adding documentation, changinh lang vars 14 anos atrás
user_edit.php a23a10f8b2 Adding documentation, changinh lang vars 14 anos atrás
user_export.php eab6418cc7 merge 14 anos atrás
user_fields.php f0b11b7f9c Fixed reordering items in a table not working correctly in profiling - Fixes CT#1153 14 anos atrás
user_fields_add.php 2f6044102e Implemented CT#1764 14 anos atrás
user_fields_options.php 4b1420cac0 Replacing include_once to require_once 15 anos atrás
user_import.php 684680cac0 Feature #1834 - Adding encoding detection and encoding conversion functionality in Import::csv_to_array(). 14 anos atrás
user_information.php 6ffbc16aa5 Minor - updated code style 14 anos atrás
user_list.php 828daf4f49 Minor changes ... 14 anos atrás
user_move_stats.php 8462888082 Fixing user_move_stats.php script pagination 14 anos atrás
usergroups.php dd75b7d2e0 Fixing delete button in exercise list, renaming the api_get_jqgrid_js() function to api_get_jquery_ui_js 14 anos atrás