Commit Graph

10500 Commits (cb3f35e41068ef4064dcff9873e2a6985f5a22bc)
 

Author SHA1 Message Date
Arthur Portugal e9078ebba4 Fixed bug in install process whereby sys-path was considered to be including \"main/\" 16 years ago
Cristian Fasanando d3464efa24 added table block for dashboard blocks, new tab dashboard and new row inside extra_user_field table - partial CT#567 16 years ago
Ivan Tcholakov e49f68df46 Feature #347 - Platform administration tool: All "magic" parameters __FILE__ and __LINE__, passed within the method Database::query() have been removed. They are not needed anymore, the method Database::query() has been upgraded to retrieve alone the corresponding values needed for error message creation. 16 years ago
Ivan Tcholakov 6be32ffb80 Feature #272 - Extending functionality of the method Database::get_fields(). 16 years ago
Ivan Tcholakov 6777c3e43c Feature #347 - Database::query() method: Elimination need for providing the parameters __FILE__ and __LINE__. How to test: Switch your system into "Test server" mode. Write somewhere in the code Database::query("SHOW NICE SYNTAX ERROR"); and see the error message on the page. The the file and the line shown there should be correct. 16 years ago
Ivan Tcholakov 212aae362d Feature #272 - Adding a new method Database::get_fields(). 16 years ago
Ivan Tcholakov 521918e122 Feature #347 - Some quick tricks for better performance. 16 years ago
Arthur Portugal 694a8d3e9b Removed the functions and moved to the file exercise_show_funtions.lib.php to /main/inc/lib/ CT#191 16 years ago
Arthur Portugal 2a19775772 Added a new file with library about exercise show functions CT#191 16 years ago
Arthur Portugal 4fefe8ff3c Added the file exercise_show_functions.lib.test.php CT#191 16 years ago
Arthur Portugal 28122475af Removed the called global for tables CT#191 16 years ago
Arthur Portugal bae7934ada MInor - changed the type assert in the function selectAnswerIdByPosition CT#191 16 years ago
Arthur Portugal aeada8ae8b Added a new file exercise_result.class.test.php CT#191 16 years ago
Ivan Tcholakov 0e279ad780 Feature #272 - Adding the method Database::get_tables(). 16 years ago
Carlos Vargas a591ee81e5 minor change condition CT#600 16 years ago
cvargas 84970c56a8 merge 16 years ago
Carlos Vargas 6eb52091d8 In a special course, upon entering, the students must subscribe to the course CT#600 16 years ago
Arthur Portugal 2d258928ca Added the file answer.class.test.php CT#191 16 years ago
Ivan Tcholakov 727ddd6374 Feature #272 - About the database connection testing button: The word "MySQL" on the page has been replaced with "Database". 16 years ago
Ivan Tcholakov 580bf7759b Feature #272 - Adding a new method Database::get_databases(). 16 years ago
Ivan Tcholakov 408203a850 Feature #272 - Installation scripts: Corrections on some html-tags. 16 years ago
Ivan Tcholakov 786ebe97af Feature #272 - Applying the function api_get_path() in the tnstallation scripts. The function has been designed for being capable about serving the installation procedure. 16 years ago
Ivan Tcholakov a37dc7eec3 Feature #272 - The installation scripts: An easy rework about the database connection testing button. 16 years ago
Ivan Tcholakov 481d3b8d12 Feature #272 - In the transaction 26d27fa61127 some "silent" sentences die() were created. Here the previous behaviour die(Database::error()) has been restored. 16 years ago
Ivan Tcholakov 0e3c5cf443 Feature #272 - Installation scripts: Cleaning, formatting - preparation for some essential changes. 16 years ago
Cristian Fasanando 2a22537d76 fixed expired time when you are inside several exercises - CT#555 16 years ago
Arthur Portugal 2b007385b6 MInor - Updated the list of tests CT#191 16 years ago
Arthur Portugal 1a659f9929 Added the file scorm_classes.test.php CT#191 16 years ago
Arthur Portugal 4fab20743a Added the file qti2_export.test.php with the possibility than all this functions are deprecated or not implemented in chamilo CT#191 16 years ago
Arthur Portugal fccfd44580 Added the file exercise_import.inc.test.php to test_suite CT#191 16 years ago
Carlos Vargas 1049cde836 Create glossary.lib test CT#191 16 years ago
Ivan Tcholakov 71f7591482 Feature #272 - The installation script: Some minor corrections and cosmetic changes. 16 years ago
Carlos Vargas b6084703a2 Improve glossary part#2 CT#191 16 years ago
cvargas 8a669399e0 merge 16 years ago
Carlos Vargas 08d4962796 Improve glossary tool, separate the functions of the view CT#191 16 years ago
Arthur Portugal 1bd081bcfd Added a new file of tests qti2_classes.test.php CT#191 16 years ago
Arthur Portugal a0e8331441 MInor - Needed the a require_once of the file exercise because not find the class answer CT#191 16 years ago
Ivan Tcholakov 0ab1c275e1 Feature #272 - Elimination of mysql_*() function calls. 16 years ago
Ivan Tcholakov 64afee94dd Feature #272 - Two common purpose methods have been added to Database class. 16 years ago
Ivan Tcholakov 983998a6e5 Feature #272 - The old online conferention tool: Minor corrections in a html header for declaring language, encoding and text direction. 16 years ago
Ivan Tcholakov 3879f51377 Feature #272 - Code update according to the recent changes within the Database class - direct use elimination in some places of MySQL-specific functions. 16 years ago
Ivan Tcholakov 7ebd7781d6 Feature #272 - Updating the Database class testing unit. 16 years ago
Ivan Tcholakov 4f3f27dab5 Feature #272 - A minor correction in the Security class. 16 years ago
Ivan Tcholakov cf44c48589 Feature #272 - The Database class has been reworked and upgraded in order some of its common methods to deal with multiple database connections simultaneously. 16 years ago
Ivan Tcholakov d55c3a85b4 Feature #272 - The function replace_dangerous_char() has been updated, the file name encoding detection inside it has been implemented through using a special function from the internationalization library. 16 years ago
Carlos Vargas 7cb2ffcd2e Improve tracking.lob.test.php, include classes: userlog, courselog and userlogcvs CT#191 16 years ago
Carlos Vargas d2bab4c104 They have moved the functions of trancking/userLog CourseLog and userlogCVS to classes trancking.lib CT#191 16 years ago
Ricardo Rodriguez 998278728b Created new test functions and fixed some bug in the tests CT#191 16 years ago
Cristian Fasanando c633b47a0e minor - fixed ambigous field for session inside sql query 16 years ago
Arthur Portugal f9505256b3 Minor - added the last functions of tests to this file CT#191 16 years ago