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 cb7364d011 Adding function SessionManager::get_sessions_by_coach 15 years ago
..
WCAG merge 16 years ago
asciimath Feature #2132 - ASCIIMathML.js script: Correction of the previous transaction, fixing a date. 15 years ago
browser Feature #2044 add library Browser.php, change api_support_svg, remove check browscap into install.lib.php, add api_check_browscap() to main_api and call this from diagnoser 15 years ago
ezpdf merge 16 years ago
fckeditor Feature #2479 The students also can to handle user templates 15 years ago
flv_player merge 16 years ago
formvalidator Added new variable in the field of star_time and end_time to define interval 5 minutes 16 years ago
getid3 merge 16 years ago
htmlpurifier Minor - added descriptions to tests classes 16 years ago
icalcreator Updating icalcreator to the last version 2.6 16 years ago
internationalization_database Modified the format in the report of tests the field users has been changed and added a new field, last name, first name, changed the format in the export file xls and cvs and modified the name_order_conventions in the array 'spanish' to order by last name 16 years ago
javascript Merge 15 years ago
kses-0.2.2 merge 16 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
nusoap merge 16 years ago
pchart merge 16 years ago
pclzip merge 16 years ago
pear Bug #1831 - Upgrading of the PEAR's package Spreadsheet_Excel_Writer to version 0.9.2. Local changes about Excel export have been made in order defferent input encodings to be supported. 16 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 Duplicate slashes in filenames have been removed. 16 years ago
svg-edit Feature #2044 enable users to use their svg and png images (gallery) from groups and from social network 15 years ago
swfobject merge 16 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 quiz_question.extra field see BT#1914 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 Implemented template (partial, it still needs some improvements) for courses catalogue, added course picture inside course settings. 16 years ago
array.lib.php Minor - Cosmetic changes 16 years ago
attendance.lib.php Adding sticky header in attendance sheet see BT#1653 15 years ago
auth.lib.php Implemented template (partial, it still needs some improvements) for courses catalogue, added course picture inside course settings. 16 years ago
banner.lib.php Forcing the month view in the \"Personal agenda\" 16 years ago
blog.lib.php Minor - Cosmetic changes 16 years ago
classmanager.lib.php Deleting ==== from heades adding license text 16 years ago
course.lib.php Adding function get_course_information_by_id, adding course id in function Coursemanager::get_course_list_of_user_as_course_admin() 15 years ago
course_description.lib.php Web services cleanup and bug fixes 16 years ago
course_document.lib.php Deleting ==== from heades adding license text 16 years ago
course_home.lib.php Last integration tricks for BBB plugin (still missing optional course settings hack) 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 Dashboard tool: avoid warning message 16 years ago
database.lib.php Minor change 15 years ago
debug.lib.php Merge 16 years ago
diagnoser.lib.php Feature #2044 add library Browser.php, change api_support_svg, remove check browscap into install.lib.php, add api_check_browscap() to main_api and call this from diagnoser 15 years ago
display.lib.php Adding display::input function 15 years ago
document.lib.php Converting the pdf.lib.php class from static to obj + fixing wiki to pdf method see BT#1670 & #1909 15 years ago
events.lib.inc.php Fixing bug in commit 65395a7baf in using function not in include stack 15 years ago
exercise_show_functions.lib.php Adding more improvements for the new kind of questions see Bt#1914 15 years ago
export.lib.inc.php Feature: Export LPs (htmls only) to PDF. 15 years ago
fileDisplay.lib.php documents tools and advanced file manager, disabled show svgz compress files, and 15 years ago
fileManage.lib.php Database::escape_string added 16 years ago
fileUpload.lib.php add svg and ogg mimetypes to fileUpload lib 15 years ago
geometry.lib.php Deleting ==== from heades adding license text 16 years ago
glossary.lib.php Feature #1744 - Cleaning logical conditions (3). 16 years ago
group_portal_manager.lib.php more fix socialnetwork styles and update lang 16 years ago
groupmanager.lib.php Feature #1744 - Cleaning logical conditions (3). 16 years ago
image.lib.php Implemented template (partial, it still needs some improvements) for courses catalogue, added course picture inside course settings. 16 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 Replacing is_int to is_numeric to accept "numeric strings" 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 Deleting ==== from heades adding license text 16 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 api_get_setting now allows "0" values (to accept the exercise_min_note) needs more verification if does not mess with other options... 15 years ago
message.lib.php Minor - adding intval + Send email when sending a message (partial) 15 years ago
notebook.lib.php Adding database::escape_string not sure if api_get_course_id() is completly clean 16 years ago
online.inc.php Fixing whoisonline UI 16 years ago
pdf.lib.php Fixing pdf name for lps 15 years ago
security.lib.php htmlpurifier calls changed to static see CT#1450 16 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 Adding function SessionManager::get_sessions_by_coach 15 years ago
social.lib.php fixed minor bug in whoisonline users list showing 25 instead of 10 shown in dropbox 15 years ago
sortabletable.class.php Fixing export csv of user reports + we can show more than 500 records in a table. See BT#1771 15 years ago
specific_fields_manager.lib.php Feature #347 - System libraries: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 16 years ago
stats.lib.inc.php Database::escape_string added 16 years ago
statsUtils.lib.inc.php Feature #347 - System libraries: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 16 years ago
surveymanager.lib.php Removing useless SurveyManager class 16 years ago
system_announcements.lib.php Fixed failing tests + improved return value of api_mail_html() 15 years ago
tablesort.lib.php Feature #1744 - Cleaning logical conditions (3). 16 years ago
text.lib.php Task #1765 - A correction within the function _api_convert_encoding_xml(): In the xml header the encoding option should precede the standalone option, otherwise DOMDocument fails to load the xml document. 15 years ago
thematic.lib.php Changed new_test.gif for more.png 15 years ago
tracking.lib.php Adding session_id to tracking functions + fixing progress results when checking user stats see BT#1838 15 years ago
upload.xajax.php
urlmanager.lib.php No need of doing this: Database::escape_string(api_get_user_id()) 16 years ago
usermanager.lib.php More minor corrections, not important. 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