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 anni fa
..
course_tests fc202230f0 [svn r19539] prevent directory listing 16 anni fa
datafiller fc202230f0 [svn r19539] prevent directory listing 16 anni fa
main 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 anni fa
simpletest ccf770a83c [svn r21829] Changed text 15 anni fa
README.txt ae7c2d296f [svn r18015] Adding SimpleTest and a basic testing example 16 anni fa
all.test.php 91f2b784f6 Feature #306 - It is all about internationalization: Moving code form the multibyte string library (which is removed as of now) to the internationalization library. 15 anni fa
all.test1.php 2bf9880dd9 [svn r22367] Minor - create new function test and new test file all.test1.php 15 anni fa
all.test2.php 6dc2641ccc Merge 15 anni fa
all.test3.php e2f1f140a1 Added sub_language.class.php into all.test3 and new file all test3 15 anni fa
dokeostest.php 0eff46b2ca [svn r20367] Tested function api_is_windows_os() in linux and windows system 16 anni fa
dummy.test.php ae7c2d296f [svn r18015] Adding SimpleTest and a basic testing example 16 anni fa
dummy2.test.php ae7c2d296f [svn r18015] Adding SimpleTest and a basic testing example 16 anni fa
index.html fc202230f0 [svn r19539] prevent directory listing 16 anni fa
internationalization.lib.test_standalone.php 91f2b784f6 Feature #306 - It is all about internationalization: Moving code form the multibyte string library (which is removed as of now) to the internationalization library. 15 anni fa
main_api.lib.test_standalone.php 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 anni fa
rmdirr.lib.test_standalone.php d9e28e4439 Feature #306 - Moving the function rmdirr() into the main API file. 15 anni fa
run_me.php 64ab66461d [svn r21831] testing 15 anni fa
test.php 00e6e766a0 [svn r21294] Minor - created file for make tests to functions. 15 anni fa

README.txt

This directory is used for automated testing through the use of the SimpleTest
framework.