Julio Montoya 380e7d0866 Minor - removing global.inc.php, formatting code, updating docs. 11 жил өмнө
..
statistics 2a31ccf162 Fixing PHP warnings 11 жил өмнө
access_url_add_courses_to_url.php 99305282d6 Adding fixes from 1.9.x 11 жил өмнө
access_url_add_users_to_url.php 99305282d6 Adding fixes from 1.9.x 11 жил өмнө
access_url_check_user_session.php 5f55594ffe Minor - Using Security::remove_XSS() + removing unused variables 11 жил өмнө
access_url_edit.php 074b0073d2 Minor - Format code 11 жил өмнө
access_url_edit_courses_to_url.php 4f0f4407d5 Fixed URL title in access-urls configuration interface 11 жил өмнө
access_url_edit_users_to_url.php 074b0073d2 Minor - Format code 11 жил өмнө
access_urls.php d253e416ce Removing double format: addslashes(api_htmlentities 11 жил өмнө
add_courses_to_usergroup.php b6dbf5767b Fixing PHP notices, moving common js in the footer.tpl 12 жил өмнө
add_many_session_to_category.php fb8362b6db Fixing PHP warnings. 11 жил өмнө
add_sessions_to_promotion.php b6dbf5767b Fixing PHP notices, moving common js in the footer.tpl 12 жил өмнө
add_sessions_to_usergroup.php b6dbf5767b Fixing PHP notices, moving common js in the footer.tpl 12 жил өмнө
add_users_to_group.php b6dbf5767b Fixing PHP notices, moving common js in the footer.tpl 12 жил өмнө
add_users_to_usergroup.php 7b31878e56 Using FormValidator 11 жил өмнө
admin_page.class.php 6cd2d58d05 Minor - Added PHPDoc blocks 12 жил өмнө
archive_cleanup.php 437d923c8c When installating chamilo, when cleaning the temp folders (main/admin/archive_cleaup.php) or when app['debug'] = true then, the temp folders are recreated. 11 жил өмнө
calendar_view.php 2cd7fa0559 Using Display::return_icon and using WEB_IMG_PATH see #6903 11 жил өмнө
calendar_view_print.php 2cd7fa0559 Using Display::return_icon and using WEB_IMG_PATH see #6903 11 жил өмнө
career_dashboard.php 5ce22b6c7a Minor - format code 11 жил өмнө
careers.php e6a6c08c28 Merge branch 'chamilo19' 11 жил өмнө
change_user_session.php fb8362b6db Fixing PHP warnings. 11 жил өмнө
class_add.php 1f1e3c6c74 Minor class UI corrections see BT#4300 12 жил өмнө
class_edit.php 378324adb6 Fixing queries in the classmanager.lib.php (adding intvals, escape_string), adding breadcrumb and some icons see #4071 13 жил өмнө
class_import.php 75523ff530 Removing require libs already loaded in global.inc.php (autoloading) 12 жил өмнө
class_information.php 134456ded0 correcting minor bug in class_information - ref #4226 13 жил өмнө
class_list.php d253e416ce Removing double format: addslashes(api_htmlentities 11 жил өмнө
class_user_import.php 04a69225e1 Adding track_e_hotpotatoes.c_id, track_e_exercices.c_id, and track_e_attempt.c_id fields see #6090 12 жил өмнө
cli.php 3a645f182b Improved language vars - refs #4776 12 жил өмнө
configure_extensions.php 8616f1e9de Injecting the $result inside the Database::affected_rows() in order to work with Doctrine 11 жил өмнө
configure_homepage.php 3084a20f01 Merging with 1.9.x 11 жил өмнө
configure_inscription.php d76b6cc817 Adding "api_" in function inside main_api.lib.php 11 жил өмнө
configure_plugin.php 2c914efbb6 Replacing $_configuration['access_url'] with api_get_current_access_url_id() 11 жил өмнө
course_add.php e9bbaec11b Removing unused calendar.lib.php file. 11 жил өмнө
course_category.php 89b74a4af9 Merge with new features branch (mine) 11 жил өмнө
course_create_content.php 6d5155bc9d Using absolute URLs 11 жил өмнө
course_edit.php b7937e39c3 Fixing PHP warnings. 11 жил өмнө
course_export.php e389dc86e4 Minor style corrections + adding database::escape_string 13 жил өмнө
course_import.php cec05d2b2f Fixing PHP warnings. 11 жил өмнө
course_information.php 0560581a7f Fixing PHP warning + format code 11 жил өмнө
course_list.php b7937e39c3 Fixing PHP warnings. 11 жил өмнө
course_request_accepted.php d253e416ce Removing double format: addslashes(api_htmlentities 11 жил өмнө
course_request_edit.php 62fde6ffe0 Merge from 1.9.x 12 жил өмнө
course_request_rejected.php d253e416ce Removing double format: addslashes(api_htmlentities 11 жил өмнө
course_request_review.php d253e416ce Removing double format: addslashes(api_htmlentities 11 жил өмнө
course_user_import.php 6e1279f783 Adding c_id in table access_url_rel_course chaging a lot of queries see BT#5638 12 жил өмнө
dashboard_add_courses_to_user.php 6e1279f783 Adding c_id in table access_url_rel_course chaging a lot of queries see BT#5638 12 жил өмнө
dashboard_add_sessions_to_user.php b6dbf5767b Fixing PHP notices, moving common js in the footer.tpl 12 жил өмнө
dashboard_add_users_to_user.php b6dbf5767b Fixing PHP notices, moving common js in the footer.tpl 12 жил өмнө
event_controller.php b46d2ad26d Using $app['template'] instead of new Template 12 жил өмнө
event_type.php 2b25fd7a02 Moving configuration files in the app/config folder, removing *.conf files from all scripts, conf files should be called in global.inc 12 жил өмнө
example.csv 3ffacb4a92 Backing out Cesar's mistaken push 13 жил өмнө
example.xml 3ffacb4a92 Backing out Cesar's mistaken push 13 жил өмнө
example_class.csv 28752a09ef Added example CSV file for class import 12 жил өмнө
exercise_report.php d4b48e826b Adding new admin exercise report see BT#6646 11 жил өмнө
extra_field_options.php d253e416ce Removing double format: addslashes(api_htmlentities 11 жил өмнө
extra_field_workflow.php 00c26eee9d Moving main/inc/Entity to src/ChamiloLMS/Entity. 11 жил өмнө
extra_fields.php e8c1cdcc2b Adding LP extra field see BT#7975 11 жил өмнө
filler.php 6376002bce Minor - reformat code 11 жил өмнө
grade_models.php d253e416ce Removing double format: addslashes(api_htmlentities 11 жил өмнө
group_add.php 380e7d0866 Minor - removing global.inc.php, formatting code, updating docs. 11 жил өмнө
group_edit.php 2cd7fa0559 Using Display::return_icon and using WEB_IMG_PATH see #6903 11 жил өмнө
group_list.php d253e416ce Removing double format: addslashes(api_htmlentities 11 жил өмнө
inactive_user_list.php dad69fb238 Adding c_id in track_* and session_rel_course and session_rel_course_rel_user tables see BT#5638 12 жил өмнө
index.php cec592552d Now the admin page is generated depending of your roles only works for admin and question manager, in order to add more roles create a new template in: 11 жил өмнө
languages.php 631388448c Minor - fixing PHP warnings. 11 жил өмнө
ldap_form_add_users_group.php 6cd2d58d05 Minor - Added PHPDoc blocks 12 жил өмнө
ldap_import_students.php f2242a68ec Replacing WEB_LIBRARY_PATH to WEB_LIBRARY_JS_PATH see #6903 11 жил өмнө
ldap_import_students_to_session.php f2242a68ec Replacing WEB_LIBRARY_PATH to WEB_LIBRARY_JS_PATH see #6903 11 жил өмнө
ldap_synchro.php 6d5155bc9d Using absolute URLs 11 жил өмнө
ldap_users_list.php 765b50d92e missing underline in require: sortabletable to sortable_table 13 жил өмнө
ldap_users_synchro.php dad69fb238 Adding c_id in track_* and session_rel_course and session_rel_course_rel_user tables see BT#5638 12 жил өмнө
legal_add.php 6cd2d58d05 Minor - Added PHPDoc blocks 12 жил өмнө
legal_list.php 6cd2d58d05 Minor - Added PHPDoc blocks 12 жил өмнө
promotions.php 5ce22b6c7a Minor - format code 11 жил өмнө
session_category_add.php fb8362b6db Fixing PHP warnings. 11 жил өмнө
session_category_edit.php f2242a68ec Replacing WEB_LIBRARY_PATH to WEB_LIBRARY_JS_PATH see #6903 11 жил өмнө
session_category_list.php fb8362b6db Fixing PHP warnings. 11 жил өмнө
session_course_list.php d253e416ce Removing double format: addslashes(api_htmlentities 11 жил өмнө
session_user_import.php acf6e8b365 Removing (commenting in fact ) add_course.conf.php and course_info.conf.php calls see #5581 12 жил өмнө
settings.lib.php 10cd62932d Minor - Fixing buttons. 11 жил өмнө
settings.php 7c8461b4fd Updating settings_current categories. 11 жил өмнө
skill_example.csv ee59bb488c Updated skills visualization 12 жил өмнө
skills.php b46d2ad26d Using $app['template'] instead of new Template 12 жил өмнө
skills_gradebook.php bd5165f0cd Adding switch on/off for the skills management 12 жил өмнө
skills_import.php cfac24c461 Removing deprecating function function get_setting() is replaced with api_get_setting(), 12 жил өмнө
skills_profile.php f2242a68ec Replacing WEB_LIBRARY_PATH to WEB_LIBRARY_JS_PATH see #6903 11 жил өмнө
skills_wheel.php f2242a68ec Replacing WEB_LIBRARY_PATH to WEB_LIBRARY_JS_PATH see #6903 11 жил өмнө
special_exports.php 8b7c976686 Replacing <img> with WEB_IMG_PATH and Display::return_icon see BT#6903 11 жил өмнө
specific_fields.php 765b50d92e missing underline in require: sortabletable to sortable_table 13 жил өмнө
specific_fields_add.php 1a8f10cdff Fixing the search xapian plugin due the recent changes in the DB see #3910 13 жил өмнө
statistics.php 7dbb273294 Removing add_course.lib.inc.php files functions moved to course.lib.php 12 жил өмнө
sub_language.class.php 9efd3b52a9 Now you can't disable the current platform language + when disabling a language that is used by users, the system will ask if you want to set the default platform language to all users instead of the disabled language see #3877 12 жил өмнө
sub_language.php f2242a68ec Replacing WEB_LIBRARY_PATH to WEB_LIBRARY_JS_PATH see #6903 11 жил өмнө
sub_language_add.php 8232801d8b Fixed sub-language removal method 12 жил өмнө
sub_language_ajax.inc.php 18c8b497e6 Minor - code documetation update 12 жил өмнө
subscribe_class2course.php 9b20b9439c Removing require_once libs already called with autoload.inc.php 12 жил өмнө
subscribe_user2class.php 1f1e3c6c74 Minor class UI corrections see BT#4300 12 жил өмнө
subscribe_user2course.php f2242a68ec Replacing WEB_LIBRARY_PATH to WEB_LIBRARY_JS_PATH see #6903 11 жил өмнө
synchro.php c1592970e9 Moving CSS files into web/ see #6903 11 жил өмнө
system_announcements.php d253e416ce Removing double format: addslashes(api_htmlentities 11 жил өмнө
system_management.php 0e0aa0b8cf Fixed security token bug in system management screen (very rarely used anyway) - fixes #5693 12 жил өмнө
system_status.php 4b6afee605 Removing require_once of libs already added in the autoload script 12 жил өмнө
user_add.php f2242a68ec Replacing WEB_LIBRARY_PATH to WEB_LIBRARY_JS_PATH see #6903 11 жил өмнө
user_edit.php 00c26eee9d Moving main/inc/Entity to src/ChamiloLMS/Entity. 11 жил өмнө
user_export.php 6e1279f783 Adding c_id in table access_url_rel_course chaging a lot of queries see BT#5638 12 жил өмнө
user_import.php cfac24c461 Removing deprecating function function get_setting() is replaced with api_get_setting(), 12 жил өмнө
user_information.php fd8f991045 Fixing session date message 11 жил өмнө
user_list.php b7937e39c3 Fixing PHP warnings. 11 жил өмнө
user_move_stats.php f2242a68ec Replacing WEB_LIBRARY_PATH to WEB_LIBRARY_JS_PATH see #6903 11 жил өмнө
usergroup_export.php 75523ff530 Removing require libs already loaded in global.inc.php (autoloading) 12 жил өмнө
usergroup_import.php 8ac6719079 Merge with 1.9.x 12 жил өмнө
usergroup_user_import.php 75523ff530 Removing require libs already loaded in global.inc.php (autoloading) 12 жил өмнө
usergroups.php d253e416ce Removing double format: addslashes(api_htmlentities 11 жил өмнө