Commit Graph

75 Commits (150bd15db5c2d6e719532e6ecc2a9e9f5173c92a)

Author SHA1 Message Date
Julio Montoya e377125c02 Fix upgrade process, remove chamilo.class.php 10 years ago
Julio Montoya 051dea3bf2 Remove unused code. 10 years ago
Julio Montoya dd9478824e Add symfony2 security encoders see #7646 10 years ago
Julio Montoya c73bbbc449 Replace css files from main/css to app/Resources/public/css see #7522 10 years ago
Julio Montoya 7e580a87ce Changing paths see #7522 10 years ago
Julio Montoya dfb663ae83 Fix query error. 10 years ago
Julio Montoya 8261c69bbb Remove deprecated functions 10 years ago
Julio Montoya 065e4863a4 Replace course_rel_user.course_code with course_rel_user.c_id 10 years ago
Julio Montoya 37fa195521 Remove unused functions 10 years ago
Julio Montoya 01313ac8ee Changing string_2_boolean with api_string_2_boolean 11 years ago
Yannick Warnier 219c6df9f3 Removed deprecated simpletest main directory 12 years ago
Yannick Warnier b06f7fbf46 Many changes to tests suite to enable Jenkins to execute them 13 years ago
Laurent Opprecht fc1dff7906 #4784 session register 13 years ago
Laurent Opprecht 03926d6722 #4784 api_session_register 13 years ago
Yannick Warnier 096b8663dc Attempt at renaming to ['password_encryption'] for more clarity 14 years ago
Yannick Warnier 2deb9f0bdb attempting restore of tests dir removed during bigmerge 14 years ago
root 5b2ec4f888 permission commit + removes tests directory 14 years ago
ywarnier eac5f433a3 Added comment to copyr() test 14 years ago
Yannick Warnier 4c009de082 Fixed failing tests + improved return value of api_mail_html() 15 years ago
Noel Dieschburg 409a1f0b06 Suppresses the test directory and sets the permission for production use 15 years ago
Yannick Warnier 2f3462bcf7 Testing - remove 4 failing tests (highly dependent on automated server environment) 15 years ago
Yannick Warnier 0648cd540f Fixed more failing tests 15 years ago
Yannick Warnier 4d72f5deab Testing - Fixed failing tests 15 years ago
Yannick Warnier b3452b5e60 Fixed failures and other minor code problems 15 years ago
Yannick Warnier fe5e4df8a3 Fixed tests failures 15 years ago
Yannick Warnier 16017dadd7 Fixed additional test fails 15 years ago
Yannick Warnier ad60f65092 Removed use of unexisting assertNotEmpty() 15 years ago
Yannick Warnier a17b66d3ea fixed test failures (left api_status_key() of which the role is not clear) 15 years ago
Noel Dieschburg e6444dc928 Dummy permission commitx 15 years ago
Ricardo Rodriguez 5be5378652 Modified - commented the var_dump in the test api_is_course_admin() 15 years ago
Ricardo Rodriguez cf38f31bfe Modified - changed the type of return in the second condition because return a value int instead of boolean 15 years ago
Yannick Warnier d29fcf035f Testing - Fixed a few tests for main library 15 years ago
christian1827 9620389815 merge 15 years ago
Noel Dieschburg a5222167c0 Dummy changes 15 years ago
Ivan Tcholakov 1b61d77f73 Feature #347 - A minor correction within a formal test - testApiChmod_R(). 15 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 15 years ago
Juan Carlos Raña 41508c34d7 change COURSEX by COURSETEST 15 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. 15 years ago
Arthur Portugal 54b37b0039 Fixed a 50% all the test in the file test suite CT#191 15 years ago
Arthur Portugal 69db3531fa Fixed the file main_api.lib.php CT#191 15 years ago
Ricardo Rodriguez 0328fd233f Modified, Added, Deleted and Fixed tests functions. 16 years ago
Ivan Tcholakov 1e4c271941 Feature #306 - Upgrading the function api_check_password(). Comments are added. 16 years ago
Ivan Tcholakov ada9c84124 Feature #5397 - Replacing mysql_fetch_array() with Database::fetch_array(). Installation scripts and some other files are skipped in this transaction. 16 years ago
Ivan Tcholakov 11e58b71bc Feature #306 - Moving the function api_get_language_isocode() in the internationalization library. Deprecation of Database::get_language_isocode(). Making a formal test for api_get_language_isocode(). At the moment the test fails, some expexted values are not returned. This has to be fixed. 16 years ago
Ivan Tcholakov 24c89663c3 Feature #306 - Replacing the function api_sql_query() with Database::query() within all the system testing units. 16 years ago
Ivan Tcholakov 1691a61b05 Feature #306 - Removing the formal test for the function api_sql_query(). 16 years ago
Ivan Tcholakov 302eb4dc0e Feature #306 - Replacing everywhere the function api_store_result() with Database::store_result(). 16 years ago
Ivan Tcholakov 965f0ad605 Feature #306 - Trimming totally trailing whitespace in php-source files, part 3 (final), 161 files. 16 years ago
Ivan Tcholakov e197cb109e Feature #306 - Replacing the ugly construct (my workaround) @getimagesize(api_url_to_local_path($image_path)) with a better one: api_getimagesize($image_path). 16 years ago
Arthur Portugal 2c703f75db [svn r22175] Inserted if() 16 years ago