Commit Graph

40 Commits (d3f8fcccdc865f32b1d4adbe2f80c1248fef6b78)

Author SHA1 Message Date
Eric Marguin 88b8f71267 [svn r13386] fix a major bug when logging as an user. Indeed, the time spent between the last connection of the user and the current moment was added to the time spent on the platform ! 18 years ago
Yannick Warnier 5550f0a8ef [svn r13264] Removed closing php tag to avoid blank line bug 18 years ago
Yannick Warnier a0130507e1 [svn r13118] Added clear error_logging in case an authentication file cannot be found 18 years ago
Yannick Warnier e30cef1446 [svn r13117] Added auth_source to initial user info (collected on login) into $_user[] 18 years ago
Yannick Warnier e60b7faccc [svn r13115] Check if extAuthSource is defined 18 years ago
Eric Marguin 28aa24be8f [svn r12977] when a user was student in a course (whithout a session) and coach in this same course (whithin a session), the student status was taken. Now it's the contrary 18 years ago
Eric Marguin 16db1f85a2 [svn r12899] set the coach rights to api_isCourseTeacher = false, allow him to correct exercises 18 years ago
Eric Marguin a7e4bfeb04 [svn r12696] if $_configuration['tracking_enabled']==false, we don't need to record datas in statistics table 19 years ago
Julian Prud'homme b2e7a641a6 [svn r12611] Fix a bug with group documents : http://projects.dokeos.com/?do=details&id=1656 19 years ago
Yannick Warnier a2981a2a78 [svn r12606] Introducing code to handle auto-identified anonymous user. This single user ID is handled as a true user with a status of 6. The code is only active when the tool scripts declare $use_anonymous = true; before including global.inc.php. 19 years ago
Julian Prud'homme 425a761fb7 [svn r12572] Now fill the cidReset only when the course code change 19 years ago
Yannick Warnier 87be91e298 [svn r12492] Escape gidReq to avoid SQL injection - see http://projects.dokeos.com/?do=details&id=1582 19 years ago
Yannick Warnier 0e9260f0c2 [svn r12488] Removed several SQL injection security threats (see http://projects.dokeos.com/?do=details&id=1582) 19 years ago
Julian Prud'homme 87cb375556 [svn r12133] add a variable $is_courseCoach to check easily if the current user is coach on the current course 19 years ago
Eric Marguin 2fce5e25cb [svn r11860] improve the way we deal with sessions and users 19 years ago
Eric Marguin 8638c11446 [svn r11849] change the place where we register the session id in the $_SESSION global. 19 years ago
Yannick Warnier eb65314715 [svn r11844] Handle possible but unlikely error in SQL query 19 years ago
Eric Marguin 95b96c8ded [svn r11664] remove the setting "Ajax_course_tracking_refresh" because it adds a lot of bugs... 19 years ago
Julian Prud'homme 43ed776d24 [svn r11252] Fix a bug with session mode 19 years ago
Eric Marguin ef19e7e4c2 [svn r10432] Clean some database names ($_configuration['main_database'], etc...) by Database::get_main_table("...") 19 years ago
Eric Marguin 82ff401643 [svn r10420] local.inc.php : delete de session_id in session when we leave a course and fix a bug in tutor rights 19 years ago
Eric Marguin b42f6913fb [svn r10228] fix a uid bug which prevent us to connect... 19 years ago
Eric Marguin 7b9a355635 [svn r10217] remove stupid force of uid which should never has exist (sorry) 19 years ago
Patrick Cool 27685c2472 [svn r10197] fourth run of cleanup of the table names 19 years ago
Patrick Cool 1150048a4b [svn r10195] third run of cleanup of the table names 19 years ago
Patrick Cool aa015e96b2 [svn r10191] seccond run of cleanup of the table names 19 years ago
Patrick Cool 43833b9ae9 [svn r10190] first run of cleanup of the table names 19 years ago
Eric Marguin d1e2e9e677 [svn r10101] multiple updates (essentially for icons and new display) 19 years ago
Patrick Cool 8221774681 [svn r10082] cleanup $_configuration 19 years ago
Eric Marguin 908f4a1dfb [svn r10072] update for the reporting 19 years ago
Patrick Cool d7f00fde42 [svn r10063] replace $courseTablePrefix with $_configuration['table_prefix'] 19 years ago
Patrick Cool f8a6334c66 [svn r10062] refactoring: replace $is_trackingEnabled with $_configuration['tracking_enabled'] 19 years ago
Patrick Cool 213a851585 [svn r10060] cleanup: replace clar_main.conf.php by configuration.php 19 years ago
Bart Mollet 2306384931 [svn r10053] initialized array like suggested in forum 19 years ago
Eric Marguin 37cf473961 [svn r10044] All the new or updated files for the ajax refresh of the time spent in a course 19 years ago
Patrick Cool 8c5b65be3f [svn r9997] 19 years ago
Eric Marguin 2ed185db03 [svn r9995] add a event_login() when someone is connecting in local.inc.php 19 years ago
Eric Marguin f12e1ef62d [svn r9990] fix a bug 19 years ago
Patrick Cool 52c04c17c6 [svn r9980] replace $_uid with $_user['user_id'] 19 years ago
Ludovic Gasc 3f54b7927e [svn r9834] desactivate upgrade button (not yet tested) 19 years ago