Commit Graph

10309 Commits (5d1c5b9ee8eea196f3499170b31fb724b3d1d7d3)
 

Author SHA1 Message Date
Cristian Fasanando 5d1c5b9ee8 renamed 'enable' field by 'active' field inside block table 15 years ago
Ivan Tcholakov bc60747b1b Feature #347 - Course settings and Course creation, Documents, Dropbox tool: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 15 years ago
Ivan Tcholakov d7374d430e Feature #347 - Blogs, Agenda, Chat, and Course description tool: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 15 years ago
Arthur Portugal ca91ba7bc3 Added a new file for the tests exercise.class.test.php CT#191 15 years ago
Ivan Tcholakov fedc0e93be Feature #347 - Announcements and Authentication tool: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 15 years ago
Cristian Fasanando b4954dd54e updated dokeos_database_version field 15 years ago
aportugal ac078155bc merge 15 years ago
aportugal 271c6b4ce6 merge 15 years ago
Arthur Portugal 177f17ffe3 Fixed language interpretation error in install process 15 years ago
Arthur Portugal e9078ebba4 Fixed bug in install process whereby sys-path was considered to be including \"main/\" 15 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 15 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. 15 years ago
Ivan Tcholakov 6be32ffb80 Feature #272 - Extending functionality of the method Database::get_fields(). 15 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. 15 years ago
Ivan Tcholakov 212aae362d Feature #272 - Adding a new method Database::get_fields(). 15 years ago
Ivan Tcholakov 521918e122 Feature #347 - Some quick tricks for better performance. 15 years ago
Arthur Portugal 694a8d3e9b Removed the functions and moved to the file exercise_show_funtions.lib.php to /main/inc/lib/ CT#191 15 years ago
Arthur Portugal 2a19775772 Added a new file with library about exercise show functions CT#191 15 years ago
Arthur Portugal 4fefe8ff3c Added the file exercise_show_functions.lib.test.php CT#191 15 years ago
Arthur Portugal 28122475af Removed the called global for tables CT#191 15 years ago
Arthur Portugal bae7934ada MInor - changed the type assert in the function selectAnswerIdByPosition CT#191 15 years ago
Arthur Portugal aeada8ae8b Added a new file exercise_result.class.test.php CT#191 15 years ago
Ivan Tcholakov 0e279ad780 Feature #272 - Adding the method Database::get_tables(). 15 years ago
Carlos Vargas a591ee81e5 minor change condition CT#600 15 years ago
cvargas 84970c56a8 merge 15 years ago
Carlos Vargas 6eb52091d8 In a special course, upon entering, the students must subscribe to the course CT#600 15 years ago
Arthur Portugal 2d258928ca Added the file answer.class.test.php CT#191 15 years ago
Ivan Tcholakov 727ddd6374 Feature #272 - About the database connection testing button: The word "MySQL" on the page has been replaced with "Database". 15 years ago
Ivan Tcholakov 580bf7759b Feature #272 - Adding a new method Database::get_databases(). 15 years ago
Ivan Tcholakov 408203a850 Feature #272 - Installation scripts: Corrections on some html-tags. 15 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. 15 years ago
Ivan Tcholakov a37dc7eec3 Feature #272 - The installation scripts: An easy rework about the database connection testing button. 15 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. 15 years ago
Ivan Tcholakov 0e3c5cf443 Feature #272 - Installation scripts: Cleaning, formatting - preparation for some essential changes. 15 years ago
Cristian Fasanando 2a22537d76 fixed expired time when you are inside several exercises - CT#555 15 years ago
Arthur Portugal 2b007385b6 MInor - Updated the list of tests CT#191 15 years ago
Arthur Portugal 1a659f9929 Added the file scorm_classes.test.php CT#191 15 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 15 years ago
Arthur Portugal fccfd44580 Added the file exercise_import.inc.test.php to test_suite CT#191 15 years ago
Carlos Vargas 1049cde836 Create glossary.lib test CT#191 15 years ago
Ivan Tcholakov 71f7591482 Feature #272 - The installation script: Some minor corrections and cosmetic changes. 15 years ago
Carlos Vargas b6084703a2 Improve glossary part#2 CT#191 15 years ago
cvargas 8a669399e0 merge 15 years ago
Carlos Vargas 08d4962796 Improve glossary tool, separate the functions of the view CT#191 15 years ago
Arthur Portugal 1bd081bcfd Added a new file of tests qti2_classes.test.php CT#191 15 years ago
Arthur Portugal a0e8331441 MInor - Needed the a require_once of the file exercise because not find the class answer CT#191 15 years ago
Ivan Tcholakov 0ab1c275e1 Feature #272 - Elimination of mysql_*() function calls. 15 years ago
Ivan Tcholakov 64afee94dd Feature #272 - Two common purpose methods have been added to Database class. 15 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. 15 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. 15 years ago