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
Ivan Tcholakov 7ac61c60d6 Merge with 543a34fdf9838752a732a8b35402c22134119918 16 years ago
..
WCAG
asciimath Task #2867 - The online editor: Adding a new plugin asciimath for entering mathematical formulas, based on the ASCIIMathML.js library. 17 years ago
ezpdf
fckeditor fixed DT#5095 When upload a file mp3 with the same name, this file mp3 is renamed. 17 years ago
flv_player
formvalidator [svn r22096] FS#2867 - The "Surveys" tool: Eliminating the global variable $fck_attribute. 17 years ago
getid3
html2pdf update html2pdf library to ver 3.24 16 years ago
htmlpurifier [svn r21148] Changed private method to public method to avoid HTMLPurifier sending fatal errors (see FS#4262) - suggested by Ivan Tcholakov 17 years ago
icalcreator
internationalization_database Issue #306 - The internationalization library: Creation of two functions api_is_western_name_order() and api_get_person_name() for maintaining the conventions for full person name constructed from the first name and the last name. The functions are documented and stable, developers may freely use them. 16 years ago
javascript changes styles 17 years ago
kses-0.2.2 [svn r21098] Cleaning example tests files see FS#4261 17 years ago
magpierss [svn r22388] Small syntax updates to avoid notice-level messages 17 years ago
mediaplayer [svn r22147] FS#2867 - Inserting in the SVN repository (mediaplayer folder) the Flash Video Player 3.5 (GNU GPL version 2 or later). Also, removing the old files there and updating the SWFObject script with our hybrid solution. 17 years ago
mimetex
mp3player
nusoap [svn r19196] Minor - changed var to public 17 years ago
pchart [svn r20523] Switched GARBAGE_PATH to SYS_ARCHIVE_PATH (see FS#4191) 17 years ago
pclzip [svn r22578] updated temporary dir to use archive instead of garbage 17 years ago
pear Task #306 - Elimination of occurences of the deprecated function api_add_pcre_unicode_modifier(). Correction for the function generate_course_code(). 16 years ago
phpmailer [svn r21098] Cleaning example tests files see FS#4261 17 years ago
ppt2png
search Issue #306 - Elimination of some direct calls of the function mb_convert_encoding(). The goal is we not to depend badly on the mbstring extension. 16 years ago
swfobject [svn r21851] FS#2867 - Correcting a grammar error. 17 years ago
xajax Issue #306 - Elimination of some direct calls of the function mb_convert_encoding(). The goal is we not to depend badly on the mbstring extension. 16 years ago
.htaccess [svn r21072] inc/lib directories non browse-able 17 years ago
add_course.lib.inc.php Minor - fixing icons in Subscribe to training 16 years ago
array.lib.php array.lib.php library added 17 years ago
blog.lib.php [svn r22569] logic changes-improvements in social tool - (partial FS#4447) 17 years ago
classmanager.lib.php [svn r21385] Minor - Added documentation 17 years ago
course.lib.php Feature #3287 - Replacement call of the deprecated function get_setting() with api_get_setting(). The function get_setting() will be deleted in the main API in Dokeos 1.8.7, the this task #3287 will be closed. Nothing is to be tested at the moment. 16 years ago
database.lib.php Bug #1370 - Before going further, cleaning code first. Clarification of using constants for selecting database tables. Replacing everywhere hardcoded database names with the corresponding constants. 16 years ago
debug.lib.inc.php
display.lib.php [svn r22295] added keyword "static" - (partial FS#4400) 17 years ago
document.lib.php Feature #3287 - Replacement call of the deprecated function get_setting() with api_get_setting(). The function get_setting() will be deleted in the main API in Dokeos 1.8.7, the this task #3287 will be closed. Nothing is to be tested at the moment. 16 years ago
events.lib.inc.php damned mercurial 16 years ago
export.lib.inc.php [svn r22299] added keyword "static" in file export.lib.inc.php - (partial FS#4400) 17 years ago
fileDisplay.lib.php [svn r20457] FS#306 - The common libraries: Improvements for better encoding support, part 2. 17 years ago
fileManage.lib.php [svn r21531] FS#306 - The file manager class: Changing sorting of file and folder names to be into natural order. 17 years ago
fileUpload.lib.php Commented return message to avoid breaking headers (fixes #5155) 16 years ago
geometry.lib.php
groupmanager.lib.php [svn r22301] minor-logic changes - replace word groupmanager by self reference - (partial FS#4400) 17 years ago
image.lib.php [svn r18939] Minor - Fixed warnings when you migrate user's picture to dokeos 1.8.6 - see FS#3510 17 years ago
import.lib.php
index.html
internationalization.lib.php Issue #306 - The internationalization library: Adding an option to the function api_get_person_name() for "hardcoded" person name order using predefined constants. This option is exceptional, it should be used in very limited number of cases. 16 years ago
internationalization_internal.lib.php Issue #306 - The internationalization library: Creation of two functions api_is_western_name_order() and api_get_person_name() for maintaining the conventions for full person name constructed from the first name and the last name. The functions are documented and stable, developers may freely use them. 16 years ago
legal.lib.php Fix extra escape string into add function - see DT#5096 (by cfasanando) 17 years ago
mail.lib.inc.php
main_api.lib.php Feature #3287 - Replacement call of the deprecated function get_setting() with api_get_setting(). The function get_setting() will be deleted in the main API in Dokeos 1.8.7, the this task #3287 will be closed. Nothing is to be tested at the moment. 16 years ago
media.lib.php Task #2867 - The online editor: Adding a new plugin asciimath for entering mathematical formulas, based on the ASCIIMathML.js library. 17 years ago
message.lib.php [svn r21002] style changes - improvements in message tool - (partial FS#3909) 17 years ago
multibyte_string_functions.lib.php Issue #306 - The internationalization library: Creation of two functions api_is_western_name_order() and api_get_person_name() for maintaining the conventions for full person name constructed from the first name and the last name. The functions are documented and stable, developers may freely use them. 16 years ago
multibyte_string_functions_internal.lib.php Issue #306 - Moving the table with non-UTF-8 encoding in the internationalization "database". 16 years ago
online.inc.php [svn r21100] Adding escape_strings 17 years ago
security.lib.php [svn r22338] changed function - (partial FS#4400) 17 years ago
session_handler.class.php [svn r22311] Minor-replace session_handler name by __construct - (partial FS#4400) 17 years ago
sessionmanager.lib.php Do not update the coach id of all courses when editing only the session configuration. 16 years ago
social.lib.php Adding last_edit field in user_friend table for future purposes 17 years ago
sortabletable.class.php [svn r22318] logic changes-added support php5 in file sortabletable.class.php - (partial FS#4400) 17 years ago
specific_fields_manager.lib.php
stats.lib.inc.php
statsUtils.lib.inc.php
surveymanager.lib.php Bug #1370 - Before going further, cleaning code first. Clarification of using constants for selecting database tables. Replacing everywhere hardcoded database names with the corresponding constants. 16 years ago
system_announcements.lib.php Adding intval values 17 years ago
tablesort.lib.php [svn r21533] FS#306 - The TableSort class: Removing obsolete code. 17 years ago
text.lib.php Issue #306 - Adding a new library about internationalization issues. Currently it contains routines for date/time formatting. 16 years ago
tracking.lib.php [svn r22545] Fixes user's average score see FS#4444 (requires testing) 17 years ago
upload.xajax.php Issue #306 - The multibute string library: Corrections after testing. 16 years ago
urlmanager.lib.php
usermanager.lib.php Adding validation to function parameters 17 years ago
xht.lib.php [svn r20457] FS#306 - The common libraries: Improvements for better encoding support, part 2. 17 years ago
xmd.lib.php [svn r20756] FS#306 and FS#4224 - Fixing an encoding problem for the "Documents" tool, metadata form. For non-UTF-8 platforms this fix will work with ISO-8859-1, ISO-8859-15, and WINDOWS-1252 encodings, i.e. Latin1 language group will be supported only. For UTF-8 platforms all the languages will be supported. The restriction is due to the xml-parser implementation, see http://php.net/manual/en/function.xml-parser-create-ns.php . 17 years ago