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/inc/lib
Yoselyn Castillo ca17db8828 Added option to mark all selected as read - refs #6019 12 years ago
..
WCAG
browser
ezpdf
fckeditor Added creation of my_files dir if not existing - refs BT#5987 12 years ago
flv_player
formvalidator PHP warning/notices avoided 12 years ago
freemindflashbrowser erase unnecesary file 13 years ago
getid3
htmlpurifier Added documentation to iframe filter for HTMLPurifier - refs #2159 13 years ago
icalcreator
internationalization_database
javascript Adding label "YouHaveToAddXAsAFriendFirst" 12 years ago
jpegcam
kses-0.2.2
magpierss
mediaplayer
mimetex
mp3player
mpdf Fixing define PHP error 12 years ago
nanogong
nusoap
pchart
pclzip
pear Adding optgroup support in quickform + using formvalidator when creating an event not ready for 1.9.4 see #5208 13 years ago
phpdocx Adding security fix chamilo 1.8.8.6 see #5202 13 years ago
phpmailer Removing echos in library set errors in error_log see #5306 13 years ago
phpqrcode
ppt2png
search Replacing old D0kIndexer class with ChamiloIndexer class 13 years ago
svg-edit Using jquery-min.js instead of jquery.js 13 years ago
swfobject
symfony
system minor: add getter to csv writer 13 years ago
tools
wami-recorder
xajax
zombie
.htaccess
access.class.php Minor: headers improvement 12 years ago
access_token.class.php Minor: added basic unit test cases to access class 12 years ago
access_url_edit_courses_to_url_functions.lib.php Minor: applied PSR-2 coding conventions 12 years ago
access_url_edit_sessions_to_url_functions.lib.php Minor: applied PSR-2 coding conventions 12 years ago
access_url_edit_users_to_url_functions.lib.php Minor: applied PSR-2 coding conventions 12 years ago
add_course.lib.inc.php Minimum certification score set to 75 by default - solves #6001 12 years ago
add_courses_to_session_functions.lib.php Minor: added documentation and unit tests 12 years ago
add_many_session_to_category_functions.lib.php Minor: added documentation and unit tests 12 years ago
ajax_controller.class.php Minor: added documentation and unit tests 12 years ago
app_view.php
array.lib.php
attendance.lib.php Minor - Removing double query call 12 years ago
auth.lib.php If not category code is available return all courses see BT#5944 12 years ago
autoload.class.php Fixing exercises problems when importing exercises see #5811 12 years ago
banner.lib.php Minor - removing whitespaces 12 years ago
blog.lib.php
cache.class.php
career.lib.php
certificate.lib.php Adding new actions to the certificate page, generate certificate, delete all certificates, download certificates as PDF + a fix in the certificate min score see #3708 13 years ago
chamilo.class.php
chamilo_session.class.php Corrects Session expired wrong message refs #4797 12 years ago
chat.lib.php Minor - white spaces/code formatting 12 years ago
classmanager.lib.php
conditional_login.class.php Minor - code indentation update 13 years ago
controller.class.php minor: add a base controller and access to be derived from 13 years ago
course.class.php
course.lib.php Adding some @asserts in course.lib.php 12 years ago
course_description.lib.php
course_document.lib.php
course_entity.class.php
course_entity_repository.class.php
course_home.lib.php Fixing LP link in course home see #5593 12 years ago
course_request.lib.php
current_course.class.php Fixing typo unubscribe_allowed with unsubscribe 13 years ago
current_user.class.php
custom_pages.class.php
dashboard.lib.php Fixing define PHP errorPHP warning/notices avoided 12 years ago
database.constants.inc.php Adding commenting code to manage exercise order see BT#5222 12 years ago
database.lib.php Hide c_id field warning if using production server 12 years ago
database.mysqli.lib.php
db.class.php
debug.lib.php
diagnoser.lib.php Showing chamilo DB version in admin/system_status.php 12 years ago
display.lib.php Fixing column encoding see BT#5900 12 years ago
document.class.php
document.lib.php Fixing exercise description paths during zip copying see BT#5731 12 years ago
entity.class.php minor: exposes allows get_property to be called as usual (quite useful for twig) 13 years ago
entity_repository.class.php
event_email_template.class.php Minor language variable fix - refs #4776 13 years ago
events.lib.inc.php Added registration for new event 12 years ago
events_dispatcher.class.php Updated caller to event_type filter - refs #984 13 years ago
events_email.class.php Minor code documentation update - refs #984 13 years ago
exercise_show_functions.lib.php Should show comments when the teacher is correcting an exercise see #5812 12 years ago
export.lib.inc.php Moving form in the actions bar see BT#4940 13 years ago
fileDisplay.lib.php Fixing fatal error #5505 13 years ago
fileManage.lib.php
fileUpload.lib.php Fixing PHP warning/notices 12 years ago
file_store.class.php minor: add a file store class to handle storing and loading of files to the disk 13 years ago
geometry.lib.php
glossary.lib.php Allowing export glosary items to PDF see BT#4686 13 years ago
grade_model.lib.php adding require_once fckeditor 13 years ago
gradebook.lib.php Adding skills ranking page + other bugfixes in the admin skill wheel see #1791 13 years ago
group_portal_manager.lib.php Fixes fatal error if obj is not created see #5903 12 years ago
groupmanager.lib.php Checking group category permissions if the setting is ON 12 years ago
image.lib.php
import.lib.php Allowing import user list in a course session see BT#4747 13 years ago
index.html
internationalization.lib.php Fixing warning message 12 years ago
internationalization_internal.lib.php
item_property.class.php
javascript.class.php
legal.lib.php legal instead of legal_agreement see #5189 13 years ago
link.lib.php add description in the list of links course refs #5976 12 years ago
log.class.php
login.lib.php Replacing old api_mail with api_mail_html 13 years ago
login_redirection.class.php
mail.lib.inc.php Adding reply to instead of sending the email as the user see BT#5316 and #5738 12 years ago
main_api.lib.php Added registration for new event 12 years ago
message.lib.php Added option to mark all selected as read - refs #6019 12 years ago
model.lib.php Adding skill edition in the skill wheel see #1791 13 years ago
nanogong.lib.php Minor language variable fix - refs #4776 13 years ago
notebook.lib.php Fixing PHP warnings 13 years ago
notification.lib.php Sender of annoucement is teacher instead of admin - ref #5738 12 years ago
online.inc.php Added DISTINCT clause to whoisonline query to avoid repeated users - refs BT#5878 12 years ago
page.class.php
pdf.lib.php resolved image export with PDF Export refs #5948 12 years ago
plugin.class.php Fixed bug preventing changes in the course settings for plugins 13 years ago
plugin.lib.php Adding isset validation 13 years ago
portfolio.class.php Updated portfolio class declaration because it breaks phpoc (portfolio extending himself) and because I don't know what it is for 12 years ago
promotion.lib.php
redirect.class.php Fixes in redirect and local when using sso_referer 13 years ago
response.class.php
result_set.class.php
rights.lib.php
security.lib.php Commenting code that uses $_configuration['symbolic_course_folder_abs'] see #5705 12 years ago
session_handler.class.php
sessionmanager.lib.php Fixing mysql error: ERROR 1305 (42000): FUNCTION CONCAT does not exist see BT#5901 + fixing SQL query 12 years ago
skill.lib.php Minor adding comments 13 years ago
skill.visualizer.lib.php
social.lib.php Fixing whoisonline wrong date validation 12 years ago
sortable_table.class.php Setting $default_order_direction by default in SortableTable 12 years ago
specific_fields_manager.lib.php Fixing query 13 years ago
stats.lib.inc.php
statsUtils.lib.inc.php
student_publication.class.php
surveymanager.lib.php
system_announcements.lib.php Minor fixes using api_is_multiple_url_enabled() 12 years ago
table_sort.class.php Some session fixes 13 years ago
tablesort.lib.php
template.lib.php Minor number notifications redirects to the message inbox 12 years ago
text.lib.php Removing var_dump 12 years ago
thematic.lib.php Fixing user expiration date see #5846 12 years ago
timeline.lib.php Minor doc update for timeline model 13 years ago
tracking.lib.php revert revision 50073929f63b refs #5971 12 years ago
upload.xajax.php
uri.class.php
urlmanager.lib.php Minor - Adding TotalAvailableUsers lang 13 years ago
user_api_key_manager.class.php
usergroup.lib.php Code formatting + fixing query 12 years ago
usermanager.lib.php Removing survey invitation on user removed - fixes #5847 12 years ago
userportal.lib.php Fixed missing Return-link for categories and removed useless and non-working 'up' link - refs #5986 12 years ago
xht.lib.php
xmd.lib.php
zip.class.php Minor - added phpdoc block 12 years ago