Commit Graph

254 Commits (a195e28c5be30eb60901f32e9e855b11f39cb5f1)

Author SHA1 Message Date
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. 16 years ago
Ivan Tcholakov 862ef5923a Feature #272 - Correcting some tests for the internationalization library. 16 years ago
rrodriguez 668f5e74f7 Merge 16 years ago
Julio Montoya d831a332f2 Tests also were modified + the whoisonline.php 16 years ago
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. 16 years ago
Ivan Tcholakov 464a70c541 Feature #272 - Revision of Display class. The deprecated metod Display::user_name() has been removed (use api_get_person_name() instead). 16 years ago
Ivan Tcholakov 5974516888 Feature #272 - Changes that lead loading the file sortabletable.class.php (and the tree of related files) only when it is necessary, on explicit statement require_once. Previously this file loaded on every page, which is waste of computing resource. 16 years ago
Guillaume Viguier 5c0d8923f8 Date and time management; tests - Chamilo - CT#696 16 years ago
Guillaume Viguier f4c7015a3a Date and time management; got rid of format_locale_date - Chamilo - CT#696 16 years ago
Ivan Tcholakov 7f763d4188 Feature #272 - A new function api_detect_encoding_html() has been added in the internationalization library. A test for this function has been created. 16 years ago
Ivan Tcholakov be6ef123fe Feature #272 - Minor corrections within a test. 16 years ago
Ivan Tcholakov 852059f441 Feature #272 - Minor corrections within a test. 16 years ago
Carlos Vargas 6434532b89 Improve test Notebook CT#191 16 years ago
Ivan Tcholakov f9172859b7 Feature #542 - Replacing the variable $_configuration['dokeos_version'] with $_configuration['system_version'] and other related changes. 16 years ago
Noel Dieschburg a5222167c0 Dummy changes 16 years ago
Ivan Tcholakov fa1a9b1003 Feature #272 - A minor change in a test for the internationalization library. 16 years ago
Ivan Tcholakov 0952e7d2c5 Feature #551 - A formal test for php-syntax checking ot the language files has been created. 16 years ago
Ivan Tcholakov 1b61d77f73 Feature #347 - A minor correction within a formal test - testApiChmod_R(). 16 years ago
ywarnier 858b089067 Extended coverage of testget_avg_student_progress() as example - still needs moving setUp/tearDown into individual test files 16 years ago
Ivan Tcholakov 0b86484fb3 Feature #347 - The strange, unused and undocumented constant REL_SYS_PATH inside the function api_get_path() has been removed. This is a partial fix for a problem reported by krikrizzz, see http://www.chamilo.org/en/node/190 16 years ago
Ivan Tcholakov 0dba37654b Feature #347 - Quality tests: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 16 years ago
Arthur Portugal 4fefe8ff3c Added the file exercise_show_functions.lib.test.php CT#191 16 years ago
Carlos Vargas 1049cde836 Create glossary.lib test CT#191 16 years ago
Ivan Tcholakov 7ebd7781d6 Feature #272 - Updating the Database class testing unit. 16 years ago
Carlos Vargas 7cb2ffcd2e Improve tracking.lob.test.php, include classes: userlog, courselog and userlogcvs CT#191 16 years ago
Ricardo Rodriguez 998278728b Created new test functions and fixed some bug in the tests CT#191 16 years ago
Arthur Portugal 617e981258 MInor - changed bad assert (string), when is assert (bool) CT#191 16 years ago
Juan Carlos Raña c0e0b11e3b replace dokeos by chamilo for user test 16 years ago
Juan Carlos Raña 41508c34d7 change COURSEX by COURSETEST 16 years ago
Ricardo Rodriguez fae18ad304 Modified and Created new file test and tested new functions in Chamilo 16 years ago
Ivan Tcholakov 14108b1593 Feature #576 - Applying the function api_get_permissions_for_new_directories() on its relevant places. Using the function umask() has been avoided because this function is not thread-safe. Other minot corrections. 16 years ago
Arthur Portugal 6d76b339da Fixed - changed the types of values for the polygons, this permit work under shell CT#191 16 years ago
Arthur Portugal 2a2a3a474f Fixed file of tests for test suite CT#191 16 years ago
Ivan Tcholakov 81f294fa4e Feature #576 - Formal tests about the functions api_get_permissions_for_new_directories() and api_get_permissions_for_new_files() have been added. 16 years ago
Arthur Portugal be3b9e9b0d Fixed the functions for test suite CT#191 16 years ago
Arthur Portugal b4f11d3870 Changed the string by array CT#191 16 years ago
Carlos Vargas b8c730bb18 Removed deprecated code by each function survey see CT#191 16 years ago
Ricardo Rodriguez 95614cdf1e Eliminated mock object and added new function testSendInvitationFriendUser , change the exit by return false in the function Send_Invitation_Friend_User in social line 313 16 years ago
Carlos Vargas bd95a52aaf fixed announcement by test see CT#191 16 years ago
Arthur Portugal 25770e6671 Changed the assert for tracking and removed \"delete course\" in the file work CT#191 16 years ago
Ricardo Rodriguez f070293dd1 Fixed test file, modified the function testing about chamilo 16 years ago
Carlos Vargas d233cf4e92 fixed test suveymanagerlib and order stats.lib and fixed usermanager.lib see CT#191 16 years ago
Arthur Portugal 54b37b0039 Fixed a 50% all the test in the file test suite CT#191 16 years ago
Carlos Vargas 660bbe1179 Fixed statslib.inc in test see CT#191 16 years ago
cvargas 1b15112aa9 merge 16 years ago
Carlos Vargas bcb41a5e6c fixed files tracking and urlmanager CT#191 16 years ago
Ricardo Rodriguez 2db99f58ff fixed files, this files have exceptions when are run tests 16 years ago
cvargas 476acb4a02 merge 16 years ago
Carlos Vargas 53ea5d28b1 Fixed the files session_handler, session_manager,social,specific_fields and table_sort, for the integration test suite CT#191 16 years ago
Arthur Portugal 96972073ce Changed the functions names with letter capital CT#191 16 years ago