Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Yannick Warnier 5d6816fd0e Tentative fix for the FCKeditor detection flaw for Firefox 17 - added comment - refs #5752 12 gadi atpakaļ
  Yannick Warnier 58699ec3cc Tentative fix for the FCKeditor detection flaw for Firefox 17 - refs #5752 12 gadi atpakaļ
  Julio Montoya 38096c7ceb Minor - adding static in some functions 12 gadi atpakaļ
  Julio Montoya fd7d9d6ba4 Undo change from WEB_PATH to REL_PATH 13 gadi atpakaļ
  Julio Montoya 8e511162af Using absolute path instead of relative for fckeditor lib (Requires testing it could break the fckeditor everywhere maybe under Windoz? ) Should fix bug #3792 13 gadi atpakaļ
  Julio Montoya d1f1b9d80b Fixing PHP Notices 13 gadi atpakaļ
  ywarnier 79caf51a9e Fixed problem with split users directories (fixes #2239) 14 gadi atpakaļ
  Ivan Tcholakov a4631992c3 Feature #2132 - Online editor: A new configuration option has been added - the path to the file d.svg. 14 gadi atpakaļ
  Ivan Tcholakov 1043c28897 Feature #2132 - Tabs to spaces conversion for some files. 14 gadi atpakaļ
  Ivan Tcholakov c7b44cc1e9 Feature #1744 - Cleaning logical conditions (3). 14 gadi atpakaļ
  Juan Carlos Raña 97d1880ff2 fix for various bugs: Bug #1718, Bug #1719 Bug #1720 Bug #1721 and related Bug #1463 14 gadi atpakaļ
  Ivan Tcholakov c67a7bc2bf Feature #272 - text.lib.php: Adding two new functions api_camel_case_to_underscore() and api_underscore_to_camel_case() and tests for them. 15 gadi atpakaļ
  Ivan Tcholakov 54a9b942c2 Task #763 - All the replacements api_get_path('WEB_COURSE_PATH') --> api_get_path(WEB_COURSE_PATH) and other similar to them. 15 gadi atpakaļ
  Ivan Tcholakov a508a21804 Feature #626 - Upgrading the online editor to version 2.6.6. 15 gadi atpakaļ
  Ivan Tcholakov 43aaf698d3 Feature #272 - A new function, api_get_text_direction() has been added to the internationalization library. The online editor: A minor correction about determing text direction from language. 15 gadi atpakaļ
  cvargas e969a4161a merge 15 gadi atpakaļ
  Juan Carlos Raña 348e8356a8 revert the change it is not the place where you have to do it see Bug #2867 15 gadi atpakaļ
  Patrick Cool 4b2b1d2a3b re-enabling copy/paste for normal users. 15 gadi atpakaļ
  Juan Carlos Raña 79f06f55f2 merge 15 gadi atpakaļ
  Ivan Tcholakov aa41e35567 Feature #306 - Line endigs cohrrence, Part 2: Converting \r\n line endings (Windows style) to \n (Unix style) in php, html, js, xml, txt files. 15 gadi atpakaļ
  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. 15 gadi atpakaļ
  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. 15 gadi atpakaļ
  Ivan Tcholakov 3cba53ad67 Feature #306 - Online editor: Various improvements an corrections about selecting language files and text direction. 15 gadi atpakaļ
  Ivan Tcholakov 8785c201ab Feature #306 - Language selection improvement for the online editor. 15 gadi atpakaļ
  Ivan Tcholakov c938905398 Feature #306 - Replacing Database::get_language_isocode() with api_get_language_isocode(). 15 gadi atpakaļ
  Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 15 gadi atpakaļ
  Ivan Tcholakov c40ccb5ec2 Feature #306 - Starting to exploit the powered function api_get_path(), for the online editor. The class Media (media.lib.php) becomes obsolete, it will be removed. 15 gadi atpakaļ
  Ivan Tcholakov 08ec99208d Feature #306 - A rework of the function api_get_path(), essential moments are commented. The obsolete setting $GLOBALS['clarolineRepositorySys'] is not used by api_get_path() anymore. Support for the installation process has been added. Functionality has been upgraded with a mechanism for quering about specific "registered" resource files (scripts, players). Another upgrade is adding conversion between types of paths, i.e. between web absolute (WEB), system absolute (SYS), web semi-absolute (REL). Conversion is guaranteed for paths inside Dokeos. A formal test for api_get_path() has been developed. You may see it (there are lots of examples inside) by using URL similar to this one: http://localhost/dokeos/tests/main_api.lib.test_standalone.php . And a discovered mistake for mimetex configuration autodetectoin (a missing last slash) has been fixed (it seems to me there is another minor one - wrong processing URLs with port number, it will be fixed later). 15 gadi atpakaļ
  Ivan Tcholakov f42ed072f3 Task #2867 - The online editor: Adding a new plugin asciimath for entering mathematical formulas, based on the ASCIIMathML.js library. 15 gadi atpakaļ
  Ivan Tcholakov b0d557d77f [svn r22303] FS#2867 - The online editor, the advanced file manager: Adding a note to protect some double slashes. 15 gadi atpakaļ