Commit Graph

1562 Commits (87ff4fb49aa0e083b4173412e58579bec2c2ca68)

Author SHA1 Message Date
Ivan Tcholakov 19b511b13f [svn r20951] FS#4118 - Fixing more unsafe calls of the function getimagesize(), hopefully all of them. 17 years ago
Yannick Warnier 96965deeec [svn r20933] Added Display::display_reduced_header() 17 years ago
Ivan Tcholakov 1b57bd064a [svn r20929] FS#2867 - The FCKEditor, dialogs: Adding support about language translation for the new nice buttons "Ok" and "Cancel". Making these buttons a little bit wider. 17 years ago
Ivan Tcholakov b60fa6d273 [svn r20923] FS#306 - The multi-byte string libray: Removing references to some rare encodings that are not supported by the iconv library. 17 years ago
Cristian Fasanando fe485d95b6 [svn r20917] Implemented don't show templates files from path of images from FCK editor - partial FS#4232 17 years ago
Cristian Fasanando 6b58c38476 [svn r20855] Minor - Style change -Fixed problems of video and audio in fckeditor - partial FS#4232 (by jhp1411) 17 years ago
Cristian Fasanando e951ede4d1 [svn r20845] Fixed info icon "i" not aligned - partial FS#4232 17 years ago
Ivan Tcholakov eaae7c3ef2 [svn r20842] FS#2867 - The FCKEditor: Making the "Save" command/button to be compatible with the new "nice buttons" in Dokeos forms. This is necessary when the command "Save" scans the form to identify submit-type button and to "click" it. Previously, a problem was noticed in Wiki and forums (probably it existed in other places too). When "Save" button from the editor was clicked, the updated editor's content was not saved. 17 years ago
Patrick Cool 050d066149 [svn r20835] improve security 17 years ago
Ivan Tcholakov be49a3189d [svn r20799] FS#306 - "Freezing" the multi-byte string library for the incoming release Dokeos 1.8.6. 17 years ago
Isaac Flores f9d6209b23 [svn r20790] logic changes - improvements in remove_XSS - (partial FS#3909) 17 years ago
Isaac Flores 89b2800f93 [svn r20788] logic changes - changed remove_XSS,allow all tag to COURSEMANAGER - (partial FS#3909) 17 years ago
Ivan Tcholakov fdc318b54f [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
Ivan Tcholakov 90876b09ab [svn r20753] FS#306 - The multi-byte sting library: Updating the internal table of language-specific encodings. 17 years ago
Ivan Tcholakov 8217cd1cda [svn r20747] FS#306 - The Messaging tool and the Display class: Fixing some encoding management problems. 17 years ago
Ivan Tcholakov 5e62b06592 [svn r20729] FS#306 - The multi-byte string library: Removing the function api_lcfirst(), it is useless. 17 years ago
Ivan Tcholakov 7fabddbb41 [svn r20728] FS#306 - The multi-byte string library: Optimizing the function api_refine_language_id(). 17 years ago
Ivan Tcholakov 809ff1da72 [svn r20724] FS#306 -The multi-byte string library: A minor correction within the function api_get_non_utf8_encoding(). 17 years ago
Ivan Tcholakov 615e32d491 [svn r20723] FS#306 - Replacing some occurrences of the function mb_convert_encoding() with api_convert_encoding() which is able to support more encodings if the iconv php-extension has been activated. 17 years ago
Isaac Flores 7b6b0c7f4c [svn r20722] logic changes - improvements in social network - (partial FS#3909) 17 years ago
Isaac Flores 844616d34f [svn r20719] minor - logic changes - allow to delete, user and user friend - (partial FS#3909) 17 years ago
Isaac Flores 0f0d9cc21f [svn r20714] logic changes - added remove_xss - (partial FS#3909) 17 years ago
Isaac Flores 9ba2e04330 [svn r20710] logic changes - improvements in social network - (partial FS#3909) 17 years ago
Ivan Tcholakov 5a41aa413d [svn r20709] FS#306 - Replacing some natural language unsafe occurrences of the function ucfirst(). 17 years ago
Yannick Warnier 5c10616442 [svn r20706] Renamed file 17 years ago
Yannick Warnier 70378a8ea1 [svn r20705] Empty file to cover security flaw in later versions of 1.8.5 17 years ago
Cristian Fasanando 6052638ecc [svn r20698] Fixed delete message with select all within inbox and outbox - partial FS#4204 17 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. 17 years ago
Ivan Tcholakov 23c944be83 [svn r20693] FS#306 - Replacing some natural language unsafe occurrences of the functions strtolower() and strtoupper(). 17 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. 17 years ago
Ivan Tcholakov 692d660103 [svn r20677] FS#306 - The multibyte string library: Adding a comment about the function api_strlen(). 17 years ago
Isaac Flores 907270cec9 [svn r20667] clean library,htmlpurifier 17 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. 17 years ago
Arthur Portugal 0c692cfd8d [svn r20660] Changed style button to social network FS#3901 17 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) 17 years ago
Yannick Warnier 0039b3a38a [svn r20651] Fixed broken characters in link 17 years ago
Yannick Warnier 06700b1ebf [svn r20642] Added SQL injection patch 17 years ago
Isaac Flores 8ba986d764 [svn r20641] logic changes - allow to send messages in outbox - (partial FS#3909) 17 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. 17 years ago
Ivan Tcholakov ee7f7df624 [svn r20629] FS#306 - The multibyte string library: A correction of the previous commit SVN#20624. 17 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(). 17 years ago
Yannick Warnier 759b61f735 [svn r20622] Slightly improved filtering, presentation and documentation (related to FS#4187) 17 years ago
Cristian Fasanando d3f8606b89 [svn r20615] Fixed problems of messages in social red - partial FS#4204 (by jhp1411) 17 years ago
Isaac Flores 5e42e3cf57 [svn r20611] style changes - improvements in group tool - (partial FS#3385) 17 years ago
Isaac Flores c4427c1310 [svn r20597] logic changes - added restriction for anonymous user - (partial FS#3985) 17 years ago
Isaac Flores 17d87f5328 [svn r20596] logic changes - allow to insert youtube video - (partial FS#4169) 17 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. 17 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. 17 years ago
Ivan Tcholakov d1ad6cf108 [svn r20579] FS#306, FS#4070 and FS#4187 - A proposal for reworking some methods of the Display class. 17 years ago
Cristian Fasanando 93dff3d1ee [svn r20574] Remove part of license text (shortcut to common license) 17 years ago