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
Julio Montoya ececab1cd3 Minor fix for the big icons course home 15 years ago
..
WCAG merge 16 years ago
asciimath Feature #2132 - ASCIIMathML.js - The live coordinates in svg-graphs are removed, because they are not calculated correctly for most of the browsers. 15 years ago
browser Added detection for Firefox 4 and 3.6 (Namoroka) user agent for detecting Firefox browser 15 years ago
ezpdf merge 16 years ago
fckeditor improve the wiki's usability 15 years ago
flv_player merge 16 years ago
formvalidator Task #3015 - Fixing a bug. 15 years ago
getid3 merge 16 years ago
htmlpurifier Task #1297 - Minor corrections about the previous transaction. 15 years ago
icalcreator Updating icalcreator to the last version 2.6 16 years ago
internationalization_database improve the order of the lastname and the firstname on Chamilo tables when they appear in the same column, with the Spanish languag 15 years ago
javascript Minor css modification 15 years ago
kses-0.2.2 Task #2969 - Adding a comment. 15 years ago
magpierss Set encoding as UTF-8 in RSS fetcher - Fixed CT#1649 16 years ago
mediaplayer merge 16 years ago
mimetex merge 16 years ago
mp3player merge 16 years ago
mpdf Feature #1768 - Documents tool, full-html export to pdf: Solving the first problem about the missing images. 16 years ago
nanogong Feature #3257 improv encode decode and security 15 years ago
nusoap ../inc/lib/nusoap/ 15 years ago
pchart merge 16 years ago
pclzip merge 16 years ago
pear Removing unused function in the excel reader lib 15 years ago
phpmailer Fixing more incorrect br-tags. 16 years ago
ppt2png updating ppt convert for office 3 and posibility to convert it with webservices 15 years ago
search Fixing search form 15 years ago
svg-edit Corrections in the document tool in order to use document_id instead of curdirpath (partial) see # 3261 15 years ago
swfobject Task #2541 - Removing forgotten debugging message. 15 years ago
xajax merge 16 years ago
.htaccess
access_url_edit_courses_to_url_functions.lib.php Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 15 years ago
access_url_edit_sessions_to_url_functions.lib.php Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 15 years ago
access_url_edit_users_to_url_functions.lib.php Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 15 years ago
add_course.lib.inc.php Adding new exercise type of question Delineation and Scenario, updating swf of hotspots see #2974 (partial), 15 years ago
add_courses_to_session_functions.lib.php Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 15 years ago
add_many_session_to_category_functions.lib.php Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 15 years ago
app_view.php Minor esthetic changes 15 years ago
array.lib.php Adding star.png for new exercises 15 years ago
attendance.lib.php Feature #2785 tables: announcements, lesson plans, gradebook, course description, dropbox, groups, users, attendance, glossary 15 years ago
auth.lib.php Fixed course connections counter 15 years ago
banner.lib.php Adding a counter of the new events in the social tab + fixing a bug when sending a message 15 years ago
blog.lib.php Feature #2785 blogs 15 years ago
career.lib.php Fixing copy promotion, now we take in count the session id, LP and exercises are set to invisible by default see BT#2386 15 years ago
classmanager.lib.php
course.lib.php Adding a link in the icon in userportal 15 years ago
course_description.lib.php Feature #2785 change icon for course description 15 years ago
course_document.lib.php
course_home.lib.php Minor fix for the big icons course home 15 years ago
course_request.lib.php 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. 15 years ago
dashboard.lib.php Adding validations if class exists to avoid PHP errors 15 years ago
database.lib.php Adding career filter and fixing order in promotions see BT#2386 15 years ago
database.mysqli.lib.php Task #1297 - Lazy loading has been implemented for HTMLPurifier. 15 years ago
debug.lib.php Merge 16 years ago
diagnoser.lib.php Synchronized PHP versions checker to 5.0 - fixes CT#2127 15 years ago
display.lib.php Fixing who is online list in order to view bigger images using a crop feature of CSS 15 years ago
document.lib.php Fixing copy course message + some fixes + adding session_id in the create_unexisting_directory() document function see BT#2386 15 years ago
events.lib.inc.php Adding new exercise type of question Delineation and Scenario, updating swf of hotspots see #2974 (partial), 15 years ago
exercise_show_functions.lib.php exe_weighting is not dynamic see #1932 + some other minor fixes in exercises 15 years ago
export.lib.inc.php Removed useless backticks 15 years ago
fileDisplay.lib.php Fixing documents tool move functionality, replacing curdirpath in document list, adding more information and icons in the upload multiple files funcionality see BT#2784 15 years ago
fileManage.lib.php Removed useless backticks 15 years ago
fileUpload.lib.php Fixing copy course message + some fixes + adding session_id in the create_unexisting_directory() document function see BT#2386 15 years ago
geometry.lib.php Adding new exercise type of question Delineation and Scenario, updating swf of hotspots see #2974 (partial), 15 years ago
glossary.lib.php Showing glossary items see #1599 15 years ago
group_portal_manager.lib.php Improving groups layout 15 years ago
groupmanager.lib.php Fixes "Populating groups not working as expected" patch sent by Marko Kastelic see #1949 15 years ago
image.lib.php Minor - correcting indentation 15 years ago
import.lib.php Feature #1834 - Adding encoding detection and encoding conversion functionality in Import::csv_to_array(). 16 years ago
index.html
internationalization.lib.php Minor adding comment 15 years ago
internationalization_internal.lib.php Task #1765 - Some functions related to xml-processing have been moved to the library text.lib.php. 15 years ago
legal.lib.php
link.lib.php Moving main/link/linkfunctions.php to inc/lib/link.lib.php + adding youtube link in LPs (bis) see #3249 15 years ago
login.lib.php Merge 16 years ago
mail.lib.inc.php Feature #2099 - Mail sending: api_valid_email() is to be used inside the mailing functions for checkig agains valid e-mail addresses. The previous solution uses the eregi() function which is not PHP 5.3 "friendly". 15 years ago
main_api.lib.php Commenting code that uses the headerpage.php deprecated file 15 years ago
message.lib.php Adding UTC support to the messages, fixing the new session view 15 years ago
model.lib.php Adding notification feature see #2189 (personal option to issue mail when something new happens) 15 years ago
notebook.lib.php Feature #2785 tables: my courses and inscription, calendar, admin languages, agenda, notebook, social network, survey, works, admin templates .And update languages 15 years ago
notification.lib.php Fixing the notification.lib.php 15 years ago
online.inc.php Fixing who is online list in order to view bigger images using a crop feature of CSS 15 years ago
pdf.lib.php Fixing export to PDF in the LP list 15 years ago
promotion.lib.php Adding career filter and fixing order in promotions see BT#2386 15 years ago
security.lib.php Task #3055 - Implementing the method Security::filter_img_path(). 15 years ago
session_handler.class.php Bug #1802 - Applying the database encoding patch for the custom php session handler too, this is for the case when database is used for storing php session variables. 16 years ago
sessionmanager.lib.php Fixing copy course message + some fixes + adding session_id in the create_unexisting_directory() document function see BT#2386 15 years ago
social.lib.php Improving UI in agenda an announcements 15 years ago
sortabletable.class.php Showing search settings status when trying to use the search module see #3166 15 years ago
specific_fields_manager.lib.php Fixing warning php messages, adding cidreset, adding comments, updating documentation for the Search funcionality 15 years ago
stats.lib.inc.php Removed useless backticks 15 years ago
statsUtils.lib.inc.php Minor comments review 15 years ago
surveymanager.lib.php Removing useless SurveyManager class 16 years ago
system_announcements.lib.php Adding UTC support in agenda and announcements + improving UI 15 years ago
tablesort.lib.php Feature #1744 - Cleaning logical conditions (3). 16 years ago
text.lib.php Adding new exercise type of question Delineation and Scenario, updating swf of hotspots see #2974 (partial), 15 years ago
thematic.lib.php Feature #2785 tables: announcements, lesson plans, gradebook, course description, dropbox, groups, users, attendance, glossary 15 years ago
tracking.lib.php Adding UTC support to the messages, fixing the new session view 15 years ago
upload.xajax.php
urlmanager.lib.php Minor corrections 15 years ago
usergroup.lib.php Feature #2785 classes and update lang (lack change group by class->english translation) 15 years ago
usermanager.lib.php Adding more minor fixes in the document tool due 15 years ago
xht.lib.php Feature: Export LPs (htmls only) to PDF. 15 years ago
xmd.lib.php Feature: Export LPs (htmls only) to PDF. 15 years ago