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

README.txt

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