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 270f7b3ba1 [svn r21654] FS#2867 - The FCKEditor: Making the configuration file fckconfig.js identical to its original. Moving all remaining custom settings to the configuration file myconfig.js. This is for making easy upgrades. 17 years ago
..
WCAG
ezpdf
fckeditor [svn r21654] FS#2867 - The FCKEditor: Making the configuration file fckconfig.js identical to its original. Moving all remaining custom settings to the configuration file myconfig.js. This is for making easy upgrades. 17 years ago
flv_player
formvalidator [svn r20484] logic changes - improvements in remove_XSS - (partial FS#4169) 17 years ago
getid3
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
javascript [svn r21035] Improve navigation and usability for creating an exercice 17 years ago
kses-0.2.2 [svn r21098] Cleaning example tests files see FS#4261 17 years ago
mediaplayer [svn r21046] 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 r21315] Setting the tempdir to $garbageRpositorySys. Without this it doesn't work in document/downloadfolder.inc.php 17 years ago
pear [svn r20682] FS#306 - Replacing some natural language unsafe occurrences of the functions strlen() and substr(). Fixing a call to a non-existing function. 17 years ago
phpmailer [svn r21098] Cleaning example tests files see FS#4261 17 years ago
ppt2png
search [svn r21522] minor - logic changes - improvements in search tool - (partial FS#4346) 17 years ago
transliteration_database [svn r21392] FS#306 - The multi-byte string library: Adding a function that performs transliteration from UTF-8 to ASCII. Adding also a required database with character replacements. The solution has been adapted from the source code of the Drupal's module "Transliteration", version 6.x-2.1, 09-JUN-2009. 17 years ago
xajax [svn r21141] Remove useless test files that increase risks of PHP vulnerabilities. Leaving changeLister.php as a blank file to override the previous security risk introduce by mistake. 17 years ago
.htaccess [svn r21072] inc/lib directories non browse-able 17 years ago
add_course.lib.inc.php [svn r21353] Minor - Added documentation in some functions 17 years ago
blog.lib.php [svn r21384] Minor - add documentation to functions display_rating and display_rating_form 17 years ago
classmanager.lib.php [svn r21385] Minor - Added documentation 17 years ago
course.lib.php [svn r21079] Security improvements (2) FS#4261 17 years ago
database.lib.php [svn r21471] FS#306 - Renaming the function api_initialize_internal_encoding() to api_set_default_encoding(). Other minor changes in comments. 17 years ago
debug.lib.inc.php
display.lib.php [svn r20933] Added Display::display_reduced_header() 17 years ago
document.lib.php [svn r21530] FS#306 - The document manager class: Changing sorting of file and folder names to be into natural order. 17 years ago
events.lib.inc.php [svn r21091] Security improvements FS#4261 17 years ago
export.lib.inc.php [svn r20457] FS#306 - The common libraries: Improvements for better encoding support, part 2. 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 [svn r21412] FS#306 - File uploader: Fixing the function add_ext_on_mime() properly to detect file extension presense on non-ASCII encoded file name. This, this function will not duplicate sometimes the file extension in its result. 17 years ago
geometry.lib.php
groupmanager.lib.php [svn r21101] logic changes - improvements in security in agenda tool - (partial FS#4261) 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
mail.lib.inc.php
main_api.lib.php [svn r21622] FS#2867 - Introducing two new path types for the function api_get_path() - WEB_SERVER_ROOT_PATH and SYS_SERVER_ROOT_PATH in the main API. Some corrections about the same function have been done. Using a call api_get_path(SYS_SERVER_ROOT_PATH) that is neccessary for the FCKEditor, simple file manager (within the function GetRootPath()) and advanced file manager. 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 [svn r21618] FS#306 - The multi-byte string library: Renaming a local variable $charset into $system_encoding for avoiding confusion while reading code. 17 years ago
online.inc.php [svn r21100] Adding escape_strings 17 years ago
security.lib.php [svn r21144] Minor - added comments 17 years ago
session_handler.class.php
sessionmanager.lib.php [svn r20375] Adding 2 functions relation_session_course_exist and get_session_by_name 17 years ago
social.lib.php [svn r21150] New set of filters (supposedly sent with SVN#21147) 17 years ago
sortabletable.class.php [svn r21077] Security improvements FS#4261 17 years ago
specific_fields_manager.lib.php
stats.lib.inc.php
statsUtils.lib.inc.php
surveymanager.lib.php [svn r20457] FS#306 - The common libraries: Improvements for better encoding support, part 2. 17 years ago
system_announcements.lib.php [svn r21047] Fixed display news portal like anonymous FS#3909 17 years ago
tablesort.lib.php [svn r21533] FS#306 - The TableSort class: Removing obsolete code. 17 years ago
text.lib.php [svn r20709] FS#306 - Replacing some natural language unsafe occurrences of the function ucfirst(). 17 years ago
tracking.lib.php [svn r21151] Fix issue with SCORM score in various alternative reporting interfaces 17 years ago
upload.xajax.php
urlmanager.lib.php
usermanager.lib.php [svn r21523] Minor - logic changes - allow order by course category - (partial FS#4348) 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