Commit Graph

1726 Commits (7b6b0c7f4c4a7898ac518d5482c7381394d69b79)

Author SHA1 Message Date
Isaac Flores 7b6b0c7f4c [svn r20722] logic changes - improvements in social network - (partial FS#3909) 16 years ago
Isaac Flores 844616d34f [svn r20719] minor - logic changes - allow to delete, user and user friend - (partial FS#3909) 16 years ago
Isaac Flores 0f0d9cc21f [svn r20714] logic changes - added remove_xss - (partial FS#3909) 16 years ago
Isaac Flores 9ba2e04330 [svn r20710] logic changes - improvements in social network - (partial FS#3909) 16 years ago
Ivan Tcholakov 5a41aa413d [svn r20709] FS#306 - Replacing some natural language unsafe occurrences of the function ucfirst(). 16 years ago
Yannick Warnier 5c10616442 [svn r20706] Renamed file 16 years ago
Yannick Warnier 70378a8ea1 [svn r20705] Empty file to cover security flaw in later versions of 1.8.5 16 years ago
Cristian Fasanando 6052638ecc [svn r20698] Fixed delete message with select all within inbox and outbox - partial FS#4204 16 years ago
Ivan Tcholakov d0d526daf0 [svn r20696] FS#306 - A correction about Russian language: The prefered non-UTF-8 encoding has been changed to be KOI8-R. The translations are visible correctly using this encoding. 16 years ago
Ivan Tcholakov 23c944be83 [svn r20693] FS#306 - Replacing some natural language unsafe occurrences of the functions strtolower() and strtoupper(). 16 years ago
Ivan Tcholakov e5b8c9b669 [svn r20682] FS#306 - Replacing some natural language unsafe occurrences of the functions strlen() and substr(). Fixing a call to a non-existing function. 16 years ago
Ivan Tcholakov 692d660103 [svn r20677] FS#306 - The multibyte string library: Adding a comment about the function api_strlen(). 16 years ago
Isaac Flores 907270cec9 [svn r20667] clean library,htmlpurifier 16 years ago
Ivan Tcholakov c8a7bf3083 [svn r20665] FS#306 - The multibyte string library: Now the library has been documented in PHPDoc style. See the file .../dokeos/main/inc/lib/multibyte_string_functions.php. 16 years ago
Arthur Portugal 0c692cfd8d [svn r20660] Changed style button to social network FS#3901 16 years ago
Cristian Fasanando 9da69ce25b [svn r20659] Fixed bug when you add a comment and add an image with the FCKeditor, the image is not displayed - partial FS#4207 16 years ago
Cristian Fasanando 9bb5df4b92 [svn r20653] Fixed - Added a link from the list of projects (to create a project) to the project itself - partial FS#4207 (by rvelasquez) 16 years ago
Yannick Warnier 0039b3a38a [svn r20651] Fixed broken characters in link 16 years ago
Yannick Warnier 06700b1ebf [svn r20642] Added SQL injection patch 16 years ago
Isaac Flores 8ba986d764 [svn r20641] logic changes - allow to send messages in outbox - (partial FS#3909) 16 years ago
Ivan Tcholakov 8ec6c7eade [svn r20631] FS#306 - The multibyte string library: Reverting back to the previous implementations of api_utf8_encode() and api_utf8_decode() - they work faster. Starting to comment the library in PHPDoc style. 16 years ago
Ivan Tcholakov ee7f7df624 [svn r20629] FS#306 - The multibyte string library: A correction of the previous commit SVN#20624. 16 years ago
Ivan Tcholakov bcdf93ab5c [svn r20624] FS#306 and FS#4187 - The multibyte string library: Adding some notes in the header. Modification of the functions api_htmlentities() and api_html_entity_decode() to fit better with current development habits. Simplifying the functions api_utf8_encode() and api_utf8_encode(). 16 years ago
Yannick Warnier 759b61f735 [svn r20622] Slightly improved filtering, presentation and documentation (related to FS#4187) 16 years ago
Cristian Fasanando d3f8606b89 [svn r20615] Fixed problems of messages in social red - partial FS#4204 (by jhp1411) 16 years ago
Isaac Flores 5e42e3cf57 [svn r20611] style changes - improvements in group tool - (partial FS#3385) 16 years ago
Isaac Flores c4427c1310 [svn r20597] logic changes - added restriction for anonymous user - (partial FS#3985) 16 years ago
Isaac Flores 17d87f5328 [svn r20596] logic changes - allow to insert youtube video - (partial FS#4169) 16 years ago
Ivan Tcholakov fa8317fc59 [svn r20587] FS#306 and FS#4187 - Fixing character encoding issues in the "Messages" and "Social network" tools, part 1. 16 years ago
Ivan Tcholakov 91fa9bfb1b [svn r20580] FS#306, FS#4070 and FS#4187 - Correction of a previous proposal for reworking some methods of the Display class. 16 years ago
Ivan Tcholakov d1ad6cf108 [svn r20579] FS#306, FS#4070 and FS#4187 - A proposal for reworking some methods of the Display class. 16 years ago
Cristian Fasanando 93dff3d1ee [svn r20574] Remove part of license text (shortcut to common license) 16 years ago
Cristian Fasanando d97dec7e28 [svn r20573] Added possibility to embed in a <span> to cut() function 16 years ago
Isaac Flores 7291a8993b [svn r20572] logic changes - improvements in scorm export - (partial FS#2602) 16 years ago
Ivan Tcholakov b776433f9b [svn r20570] FS#306 - Introducing a string conversion function that might be suitable for serving XtmlHttp-requests. 16 years ago
Julio Montoya cffc62ddca [svn r20561] Improvements to the user picture (2 new size picture now available) FS#4108 by jhp1411 16 years ago
Cristian Fasanando 142b18f05c [svn r20560] Fixed bug with special characters in courses - see FS#4188 16 years ago
Noël Dieschburg e64804f51c [svn r20558] get_group_list function now manages the studentview 16 years ago
Ivan Tcholakov f5a5bdb159 [svn r20557] FS#306 - Preparing for testing the social tool about encoding issues. First, rewriting the function api_is_xml_http_request() in a safe way. See http://www.electrictoolbox.com/how-to-tell-ajax-request-php/ . 16 years ago
Ivan Tcholakov 5b43a7ed4c [svn r20549] FS#306 and FS#4188 - Fixing a reported encoding problem, the FCKEditor, "MP3" plugin. 16 years ago
Ivan Tcholakov 6e26a77243 [svn r20539] FS#306 - Upgrading the function get_lang() to return translated strings using the system encoding, nevertheless in what version (unicode or non-unicode) the language files are. Also, html-entities are converted into normal characters. 16 years ago
Yannick Warnier 5404db3a90 [svn r20524] Switched GARBAGE_PATH to SYS_ARCHIVE_PATH (see FS#4191) 16 years ago
Yannick Warnier a681b5d4c7 [svn r20523] Switched GARBAGE_PATH to SYS_ARCHIVE_PATH (see FS#4191) 16 years ago
Yannick Warnier 8132564af2 [svn r20518] Added WEB_ARCHIVE_PATH to the list of supported paths, in an effort to remove the garbage directory from the list of Dokeos prerequisites 16 years ago
Julio Montoya d2d834bbe5 [svn r20513] Fixing the HTML purifier path 16 years ago
Isaac Flores 6cb9c8d7a2 [svn r20493] minor - logic changes - allow to create directory - (partial FS#4169) 16 years ago
Isaac Flores e1582ec1b8 [svn r20489] logic changes - changed site of directory Serializer - (partial FS#4169) 16 years ago
Carlos Vargas 5f1aef130b [svn r20488] first change, add to all insert remove_xss a data base, this authinscription see FS#4169 16 years ago
Isaac Flores 9bbb758bf0 [svn r20485] minor - logic changes -changed default value, of user status -(partial FS#4169) 16 years ago
Isaac Flores 47c9a37dae [svn r20484] logic changes - improvements in remove_XSS - (partial FS#4169) 16 years ago