Commit Graph

8146 Commits (441e0bfd295cd412c43009b72a7ac066bd0d09c8)

Author SHA1 Message Date
Ivan Tcholakov fa8383b414 Feature #306 - Upgrading the function api_send_mail(), see http://www.dokeos.com/forum/viewtopic.php?t=15557 16 years ago
Ivan Tcholakov b643c1dace Task #2867 - Online editor: Fixing the button "Save", so it could work for introduction sections too. 16 years ago
Yannick Warnier 5f6a260859 Fixed bug with CALFAT SCORM (fixes DT#5190) 16 years ago
Ivan Tcholakov b41a70415a Feature #306 - The online editor: Making a new correctly compressed version (a javascript) of the plugin "dragresizetible". 16 years ago
Ivan Tcholakov 455d35ccef Feature #306 - The online editor: To my regret, the plugin "dragresizetible" does not work correctly when text direction is rtl, it is hard-coded for ltr direction only. So, I am disabling this plugin for some languages that use rtl writting system. 16 years ago
Ivan Tcholakov 898f89a1fc Feature #306 - The online editor (templates), some progress bars, test server mode: Fixing various javascript errors discovered during tests with Arabic language. 16 years ago
Ivan Tcholakov 6304c709bc Feature #306 - The online editor: Enabling the text direction fix from the previos commit for the full page mode too. The logic of the editor is not as I assumed it. 16 years ago
Ivan Tcholakov 6902980635 Feature #306 - The online editor: Fixing text direction (depends on language) for the editing area. This fix is active only when non-full html data is edited. For full html pages (documents) I assume that text direction is coded inside. 16 years ago
Ivan Tcholakov 3cba53ad67 Feature #306 - Online editor: Various improvements an corrections about selecting language files and text direction. 16 years ago
Ivan Tcholakov 2070892e23 Feature #306 - Online editor -> youtube plugin -> language files: Adding missing files, line endings are LF, no BOM at beginnings. 16 years ago
Ivan Tcholakov b38ab94c43 Feature #306 - Online editor -> wikilink plugin -> language files: Adding missing files, line endings are LF, no BOM at beginnings. 16 years ago
Ivan Tcholakov adeb93a661 Feature #306 - Online editor -> MP3 plugin -> language files: Adding missing files, no BOM at beginnings. 16 years ago
Ivan Tcholakov d21649853d Feature #306 - Online editor -> mimrtex plugin -> language files: Adding missing files, line endings are LF. 16 years ago
Ivan Tcholakov dfd3f994ae Feature #306 - Online editor -> imgmap plugin -> language files: Adding missing files, line endings are LF. 16 years ago
Ivan Tcholakov 0182def4ac Feature #306 - Online editor -> ImageManager plugin -> language files: Adding missing files, line endings are LF, no BOM at beginnings. 16 years ago
Ivan Tcholakov 063ee7ba2e Feature #306 - Online editor -> googlmaps plugin -> language files: Adding missing files, line endings are LF. 16 years ago
Ivan Tcholakov 9f86a074d4 Feature #306 - Online editor -> glossary plugin -> language files: Adding missing files, line endings are LF. 16 years ago
Ivan Tcholakov 70c256b94d Feature #306 - Online editor -> flvPlayer plugin -> language files: Adding missing files, line endings are LF. 16 years ago
Ivan Tcholakov 888c10523c Feature #306 - Online editor -> fckEmbedMovies plugin -> language files: Adding missing files, line endings are LF. 16 years ago
Ivan Tcholakov 0b5a9fc549 Feature #306 - Online editor -> customizations plugin -> language files: Adding missing files, line endings are LF, corrections of some typo errors about variable names. 16 years ago
Ivan Tcholakov e4b9e3b87e Feature #306 - Online editor -> audio plugin -> language files: Adding missing files, line endings are LF. 16 years ago
Ivan Tcholakov 3857b6fd36 Feature #306 - Online editor -> asciimath -> language files: Adding missing files. 16 years ago
Ivan Tcholakov 36edcb33f9 Feature #306 - Online editor -> ajaxfilemanager -> language files: Adding missing files, line endings are LF, no BOM at beginnings, full php-tags. 16 years ago
Ivan Tcholakov b4d84f5bec Feature #306 - Online editor -> language files: Adding missing files, line endings are LF. 16 years ago
Carlos Vargas 5ed4938c54 #5360 improving look the social network 16 years ago
Carlos Vargas eef0581e79 Improving look to social network 16 years ago
Ivan Tcholakov 8785c201ab Feature #306 - Language selection improvement for the online editor. 16 years ago
Ivan Tcholakov c938905398 Feature #306 - Replacing Database::get_language_isocode() with api_get_language_isocode(). 16 years ago
Ivan Tcholakov 877e78510f Feature #306 - Adding a sanity check in api_get_language_isocode() for Database class presense (whether it is loaded). 16 years ago
Ivan Tcholakov 0b4e7a7d4d Repeated: Accept gzopen64() too as a test of the zlib extension load. Ok. 16 years ago
Ivan Tcholakov 514484dc21 Backed out of changeset 8493:a9efb5e0c834 16 years ago
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 16 years ago
Ivan Tcholakov df06189daf Feature #306 - The internationalization library: The function api_refine_language_id() ahs been renamed as api_purify_language_id(). I hope, the new name is more understandable. 16 years ago
Ivan Tcholakov 223597d8be Feature #306 and Bug #5342 - Fixing a bug which I (Ivan) caused during refactoring the Database class. 16 years ago
Ivan Tcholakov 938aae40ca Task #2867 - The online editor: Adding a new configuration option in myconfig.php, so white background in the editing area to be guaranteed for all browsers. See the related forum topic, opened by Wolfgang, http://www.dokeos.com/forum/viewtopic.php?t=29731 . 16 years ago
Juan Carlos Raña 85da21db01 fix icon add courses to session 16 years ago
Ivan Tcholakov 626d44cffd Feature #306 - Database records have been opened for Occitan and Traditional Chinese languages. 16 years ago
Ivan Tcholakov 2041d470ae Feature #306 - Fixing the function api_get_language_isocode() so it could return correct results using "dirty" language identifiers. The languages occitan, trad_chinese, trad_chinese_unicode have no corresponding records in the database. I have to open them. 16 years ago
Ivan Tcholakov 11e58b71bc Feature #306 - Moving the function api_get_language_isocode() in the internationalization library. Deprecation of Database::get_language_isocode(). Making a formal test for api_get_language_isocode(). At the moment the test fails, some expexted values are not returned. This has to be fixed. 16 years ago
Ivan Tcholakov 9b58c8aada Feature #306 - Moving the function api_get_language_isocode() in the internationalization library. 16 years ago
Ivan Tcholakov 7373315387 Feature #306 - The function api_validate_language() has been renamed as api_get_valid_language(). This new name is accurate, the function is not a validator, but a filter. 16 years ago
Ivan Tcholakov b58e3b7ce4 Feature #306 - Placing a directive for loading the database class within the installation script install_upgrade.lib.php. 16 years ago
Ivan Tcholakov 7820ce8043 Feature #306 - Replacing the function api_sql_query() with Database::query() within all the installation scripts. 16 years ago
Ivan Tcholakov 1fa21303bd Feature #306 - Replacing the function api_sql_query() with Database::query(), starting from "link" folder and ending with "work" folder. 16 years ago
Ivan Tcholakov e1f30c1001 Feature #306 - Replacing the function api_sql_query() with Database::query() within all the library files. 16 years ago
Ivan Tcholakov 0e51c62659 Feature #306 - Replacing the function api_sql_query() with Database::query(), starting from "announcements" folder and ending with "group" folder. 16 years ago
Ivan Tcholakov 8b50531cc0 Feature #306 - Platform admin tools: Replacing the function api_sql_query() with Database::query(). 16 years ago
Ivan Tcholakov 22084ecbdc Feature #306 - Deprecation of the function api_sql_query(), part 2. Moving the body of this function in Database class. Declaring the function as deprecated. Next, trivial changes will follow in large scale. 16 years ago
Ivan Tcholakov 2363a31132 Feature #306 - Deprecation of the function api_sql_query(), part 1. First, fixing a hidden bug, I think so. During the global initialization, when a database error occurs before Security (+HTMLPurifier) class has been loaded, then api_sql_query() fails to show its message. A fatal error occures, like "Class 'HTMLPurifier' not found in C:\Users\.......\dokeos\main\inc\lib\security.lib.php on line 250". Fixed. 16 years ago
Ivan Tcholakov 7cc91fb6b9 Feature #306 - A terminology correction in the script for global error messages. 16 years ago