Julio Montoya e450fb3526 Minor removing already called libs 13 years ago
..
statistics c26dcd29b4 Moving sortableclass.lib.php and usermanager.lib.php in global.inc.php 13 years ago
access_url_add_courses_to_url.php 05c0000680 Minor - Fixing HTML warnings 13 years ago
access_url_add_sessions_to_url.php 05c0000680 Minor - Fixing HTML warnings 13 years ago
access_url_add_users_to_url.php 05c0000680 Minor - Fixing HTML warnings 13 years ago
access_url_edit.php 05c0000680 Minor - Fixing HTML warnings 13 years ago
access_url_edit_courses_to_url.php 05c0000680 Minor - Fixing HTML warnings 13 years ago
access_url_edit_sessions_to_url.php 33ac79e368 A session shouldn't exist in 2 URLs at the same time see #3733 13 years ago
access_url_edit_users_to_url.php 05c0000680 Minor - Fixing HTML warnings 13 years ago
access_urls.php 7917d7ef9b Adding exercise overview ... (partial commit not finished yet) see BT#2804 13 years ago
add_courses_to_session.php 8746ab6362 Minor HTML fixes 13 years ago
add_courses_to_usergroup.php 3ffacb4a92 Backing out Cesar's mistaken push 13 years ago
add_many_session_to_category.php ed4db6cd58 Avoiding warning messages, fixing minor PHP errors, commenting todo code 13 years ago
add_sessions_to_promotion.php 3ffacb4a92 Backing out Cesar's mistaken push 13 years ago
add_sessions_to_usergroup.php 3ffacb4a92 Backing out Cesar's mistaken push 13 years ago
add_users_to_group.php 0f09c6842d Fixing group bugs when deleting a user from the platform 13 years ago
add_users_to_session.php d6c7c3de43 Fixing bug when relating users to sessions 13 years ago
add_users_to_usergroup.php 3ffacb4a92 Backing out Cesar's mistaken push 13 years ago
archive_cleanup.php f36672a62f chamilo/archive folder cleaner implements #3748 bis 13 years ago
calendar.lib.php 9d7e1dd361 minor fix, missing selected attribute for minutes, when editing agenda event #3692 13 years ago
calendar.php 3ffacb4a92 Backing out Cesar's mistaken push 13 years ago
calendar_ical_export.php 57f57504a5 Replacing dokeos to chamilo, cleaning code 15 years ago
calendar_tbl_change.js a5222167c0 Dummy changes 15 years ago
calendar_view.php 57f57504a5 Replacing dokeos to chamilo, cleaning code 15 years ago
calendar_view_print.php 57f57504a5 Replacing dokeos to chamilo, cleaning code 15 years ago
career_dashboard.php 3ffacb4a92 Backing out Cesar's mistaken push 13 years ago
careers.php 3ffacb4a92 Backing out Cesar's mistaken push 13 years ago
class_add.php b3f46752ef Minor - Adapting code comments to phpdoc 13 years ago
class_edit.php b3f46752ef Minor - Adapting code comments to phpdoc 13 years ago
class_import.php b3f46752ef Minor - Adapting code comments to phpdoc 13 years ago
class_information.php b3f46752ef Minor - Adapting code comments to phpdoc 13 years ago
class_list.php 7917d7ef9b Adding exercise overview ... (partial commit not finished yet) see BT#2804 13 years ago
class_user_import.php b3f46752ef Minor - Adapting code comments to phpdoc 13 years ago
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 years ago
configure_homepage.php 05c0000680 Minor - Fixing HTML warnings 13 years ago
configure_inscription.php f2a6c08e6f Adding get_lang function for the new notification options 14 years ago
course_add.php 0d04e8be7b Adding course code warning we only accept alpha numeric chars see BT#2800 13 years ago
course_category.php 28a9b4cff4 Minor - Adapting code comments to phpdoc 13 years ago
course_create_content.php 28a9b4cff4 Minor - Adapting code comments to phpdoc 13 years ago
course_edit.php d5a3ec30e9 Fixes bug when adding the "-" char during the course edition see BT#2800 13 years ago
course_export.php 28a9b4cff4 Minor - Adapting code comments to phpdoc 13 years ago
course_import.php 5cd5d21016 Feature #539 - Cleaning the files admin/course_import.php and session_import.php 14 years ago
course_information.php c26dcd29b4 Moving sortableclass.lib.php and usermanager.lib.php in global.inc.php 13 years ago
course_list.php 3009a9d479 Adding create course link 13 years ago
course_request_accepted.php 3009a9d479 Adding create course link 13 years ago
course_request_edit.php 3009a9d479 Adding create course link 13 years ago
course_request_rejected.php 3009a9d479 Adding create course link 13 years ago
course_request_review.php 3009a9d479 Adding create course link 13 years ago
course_user_import.php 28a9b4cff4 Minor - Adapting code comments to phpdoc 13 years ago
course_user_list.php 79f06f55f2 merge 15 years ago
course_virtual.php 28a9b4cff4 Minor - Adapting code comments to phpdoc 13 years ago
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 years ago
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 years ago
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 years ago
example.csv 3ffacb4a92 Backing out Cesar's mistaken push 13 years ago
example.xml 3ffacb4a92 Backing out Cesar's mistaken push 13 years ago
example_session.csv 47022680ce Accept gzopen64() too as a test of the zlib extension load 15 years ago
example_session.xml 79f06f55f2 merge 15 years ago
filler.php a8a440a68a Added courses test filler 14 years ago
group_add.php 684c323f08 Image class improved, adding Imagick support to Chamilo, by default the gd lib is available need to change a constant in IMAGE_PROCESSOR in the image.lib.php file see #2664 requires testing 13 years ago
group_edit.php 684c323f08 Image class improved, adding Imagick support to Chamilo, by default the gd lib is available need to change a constant in IMAGE_PROCESSOR in the image.lib.php file see #2664 requires testing 13 years ago
group_list.php 58ab11c615 Adding some fixes in the add_users_to_group page 14 years ago
inactive_user_list.php 3ffacb4a92 Backing out Cesar's mistaken push 13 years ago
index.php f36672a62f chamilo/archive folder cleaner implements #3748 bis 13 years ago
languages.php 28a9b4cff4 Minor - Adapting code comments to phpdoc 13 years ago
ldap_form_add_users_group.php 79f06f55f2 merge 15 years ago
ldap_import_students.php 76df00ff94 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 76df00ff94 Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 14 years ago
ldap_synchro.php 28a9b4cff4 Minor - Adapting code comments to phpdoc 13 years ago
ldap_users_list.php 28a9b4cff4 Minor - Adapting code comments to phpdoc 13 years ago
ldap_users_synchro.php 28a9b4cff4 Minor - Adapting code comments to phpdoc 13 years ago
legal_add.php 7515a2354b Feature #1744 - Cleaning logical conditions (2). 14 years ago
legal_list.php 79f06f55f2 merge 15 years ago
promotions.php 366a861e2c Fixing copy promotions bug see BT#2800 13 years ago
resume_session.php cac0b163f2 Fixing PHP warning/notices 13 years ago
session_add.php cac0b163f2 Fixing PHP warning/notices 13 years ago
session_category_add.php 0855bd9ceb Session category are now filtered by access_url_id (Multiple URLs) see BT#1220 14 years ago
session_category_edit.php 0855bd9ceb Session category are now filtered by access_url_id (Multiple URLs) see BT#1220 14 years ago
session_category_list.php ed4db6cd58 Avoiding warning messages, fixing minor PHP errors, commenting todo code 13 years ago
session_course_edit.php ef9e1d175d More UI improvements in Resume session and Copy session features BT#1596 13 years ago
session_course_list.php 1ef5eef3a8 Minor - Adding course home session icons 14 years ago
session_course_user.php f0c4747bf3 Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls']) 14 years ago
session_course_user_list.php 28a9b4cff4 Minor - Adapting code comments to phpdoc 13 years ago
session_edit.php 492ce80da6 Updating libraries include references. course.lib.php and sessionmanager.lib.php added to global due the constant use in the platform (bis) 13 years ago
session_export.php b880c341d4 Feature #2785 admin sessions (lack classes) 14 years ago
session_import.php e450fb3526 Minor removing already called libs 13 years ago
session_list.php 492ce80da6 Updating libraries include references. course.lib.php and sessionmanager.lib.php added to global due the constant use in the platform (bis) 13 years ago
settings.lib.php 6fa115e2f6 Fixing function get_activities_data, bug when reporting activities date see #3734 13 years ago
settings.php c26dcd29b4 Moving sortableclass.lib.php and usermanager.lib.php in global.inc.php 13 years ago
special_exports.php 889ac0304f Minor - Adapting code comments to phpdoc 13 years ago
specific_fields.php 444ec1ac5d Moving search options to the settings.php?category=Search page 14 years ago
specific_fields_add.php 444ec1ac5d Moving search options to the settings.php?category=Search page 14 years ago
statistics.php 1b1adb40e2 Minor - Cleaning files 14 years ago
style_preview.php dd6fcd2190 Platform admin: Addition to the previous transaction, visual changes in style_preview.php page. 14 years ago
sub_language.class.php ae76fbcd60 Minor - Making textareas more big 13 years ago
sub_language.php f7bc28c444 Go straight to terms search when creating sub-language - fixes #3712 13 years ago
sub_language_add.php 81fa79a9f5 Added default form filling in sub language creation page - fixes #3711 13 years ago
sub_language_ajax.inc.php c56ee0df85 Fixing bugs when adding a double quote character see #2910 14 years ago
subscribe_class2course.php 28a9b4cff4 Minor - Adapting code comments to phpdoc 13 years ago
subscribe_user2class.php 28a9b4cff4 Minor - Adapting code comments to phpdoc 13 years ago
subscribe_user2course.php 40dca509e9 Added links to user groups management screen from user to course and session registrations screens (BT#2022) 14 years ago
system_announcements.php ce92069322 Minor - Updated langvar to follow coding convetions 14 years ago
system_status.php 89b193be0f Replacing jquery.js to jquery.min.js 13 years ago
user_add.php 9c1a10dfed Adding chzn js when adding/editing users 13 years ago
user_edit.php 9c1a10dfed Adding chzn js when adding/editing users 13 years ago
user_export.php 28a9b4cff4 Minor - Adapting code comments to phpdoc 13 years ago
user_fields.php 9a139af8c4 Fixing PHP warnings & notices 13 years ago
user_fields_add.php df6c223193 Removing jquery.js calls because this is already called in the header/banner file 14 years ago
user_fields_options.php 4b1420cac0 Replacing include_once to require_once 15 years ago
user_import.php a5fb490342 Minor - reviewed style of array element call 13 years ago
user_information.php d2989fcb40 Fixing query + other security fixes see #2625 14 years ago
user_list.php c26dcd29b4 Moving sortableclass.lib.php and usermanager.lib.php in global.inc.php 13 years ago
user_move_stats.php 492ce80da6 Updating libraries include references. course.lib.php and sessionmanager.lib.php added to global due the constant use in the platform (bis) 13 years ago
usergroups.php 5c331082bf Updated language terms for new classes feature - closes #3690 with coming language update 13 years ago