Commit Graph

67 Commits (939c6fa73e8966400853d2b8683ff052d930c7a6)

Author SHA1 Message Date
Yannick Warnier 21e47bca07 Refactoring: move main/newscorm/ to main/lp/ and related folders (except code for migration from 1.9 and 1.10) 10 years ago
Yannick Warnier ba818ee23e Refactoring: move main/exercice/ to main/exercise/ and related folders (except code for migration from 1.9 and 1.10) 10 years ago
Julio 9db0b97215 Format code, remove unused calls 10 years ago
Julio Montoya fa1203ae6b Add student publication folder visibility see #6760 10 years ago
Yannick Warnier 0fe954e854 Switch all session.date_start and date_end to session.access_start_date and access_end_date - refs #7719 11 years ago
Julio Montoya 221f333f17 Replace id_user with user_id, and id_session with session_id 11 years ago
Julio Montoya 51fa68d4cb Replace id_session with session_id. 11 years ago
Julio Montoya 065e4863a4 Replace course_rel_user.course_code with course_rel_user.c_id 11 years ago
Yannick Warnier d575fa47a3 Move survey, gradebook, wiki, learnpath, tracking, document, exercice, help and admin language files to trad4all - refs #4467 11 years ago
Yannick Warnier 28757ba1a2 Minor - Code style 11 years ago
Yannick Warnier 3b8a26f363 Replace NOW() by api_get_utc_datetime() 11 years ago
Julio Montoya d65a12c42c Change statsUtils.lib.inc.php into a class 11 years ago
Julio Montoya 277c7fdb37 Add c_id in track tables 11 years ago
Yannick Warnier 28baec78d2 Remove Database::escape_string() without quotes to avoid SQL injections - partial - refs #7440 11 years ago
Julio Montoya 0bad83d937 Adding intval, see #7440 11 years ago
Julio Montoya a7f298d105 Format code + fixing PHP warning. 11 years ago
Julio Montoya 03c75e8a3f Fix get_scorm_time() static not static calls see #7342 11 years ago
Julio Montoya 11169305bf Commenting "require_once '../inc/global.inc.php';" files inside main are parsed byt the LegacyController 11 years ago
aragonc 94984e6b12 merge 12 years ago
Julio Montoya 8a3f022059 Replacing Database::get_user_info_from_id() (deprecated function) with api_get_user_id(). 12 years ago
Julio Montoya dad69fb238 Adding c_id in track_* and session_rel_course and session_rel_course_rel_user tables see BT#5638 13 years ago
Julio Montoya 04a69225e1 Adding track_e_hotpotatoes.c_id, track_e_exercices.c_id, and track_e_attempt.c_id fields see #6090 13 years ago
Julio Montoya cfac24c461 Removing deprecating function function get_setting() is replaced with api_get_setting(), 13 years ago
Julio Montoya c2f526e6a2 More fixes due the date changes in the session table 13 years ago
Julio Montoya 0543c0b61e use_session_mode is always true (variable should be removed in the next version) 13 years ago
Julio Montoya 500d4b7efd Minor - Removing libs already included in global.inc + removing Display::header when using api_not_allowed() 14 years ago
Julio Montoya b3a9e4f2ab Removing libraries that are already included in global.inc.php 14 years ago
Yannick Warnier 8620736e83 Minor - Adapting code comments to phpdoc 14 years ago
root 5b2ec4f888 permission commit + removes tests directory 15 years ago
Julio Montoya 490de2ffae Using function Database::get_statistic_table instead of $_configuration['statistics_database'] to avoid problems in queries see #3265 15 years ago
Julio Montoya 0a9c787fe5 Removing $_configuration['tracking_enabled'] because its always true see #2808 15 years ago
ywarnier a998f1786e Removed useless backticks 15 years ago
Noel Dieschburg 409a1f0b06 Suppresses the test directory and sets the permission for production use 15 years ago
Ivan Tcholakov e9a1213bd6 Task #1765 - Removing/changing obsolete code for encoding management (1). LP tool, Tracking tool. 15 years ago
Ivan Tcholakov bba47a8d68 Task #1765 - Shallow cleaning for some files in the Tracking tool. 15 years ago
Ivan Tcholakov f4adb7c366 Task #1765 - Reverting previous changes, a new attempt for modification of encoding management will be done. 15 years ago
Ivan Tcholakov 7bae09894a Task #1765 - Cleaning the files for the Tracking tool. 15 years ago
Noel Dieschburg e6444dc928 Dummy permission commitx 16 years ago
Julio Montoya e2d0321d78 Minor - Changing headers 16 years ago
cfasanando 9fca61be94 merge 16 years ago
Ivan Tcholakov c2c757eed0 Feature #347 - The old tracking tool, Users, Web-services, Wiki, Assignments, and some files on the root level: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 16 years ago
Ivan Tcholakov 0ab1c275e1 Feature #272 - Elimination of mysql_*() function calls. 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
Ivan Tcholakov 228087f53f Feature #272 - Corrections in some (obsolete?) files. 16 years ago
cvargas e969a4161a merge 16 years ago
Ivan Tcholakov 6e016fb743 Feature #5397 - Replacing mysql_num_rows() with Database::num_rows(). 16 years ago
Ivan Tcholakov de0ec5ca3d Feature #306 - Line endigs cohrrence, Part 3: Converting \r\n line endings (Windows style) to \n (Unix style) in php, html, js, xml, txt files. 16 years ago
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 16 years ago
Ivan Tcholakov 1fa21303bd Feature #306 - Replacing the function api_sql_query() with Database::query(), starting from "link" folder and ending with "work" folder. 16 years ago
Ivan Tcholakov 965f0ad605 Feature #306 - Trimming totally trailing whitespace in php-source files, part 3 (final), 161 files. 16 years ago