Commit History

Author SHA1 Message Date
  Eric Marguin 0a27f29206 [svn r14848] new status : sessions admin (FS#2239) 16 years ago
  Eric Marguin b8fc0810ef [svn r14615] add the DRH status (adapted from ucanss development) 17 years ago
  Yannick Warnier 5aea10eddd [svn r14322] Ensure redirection to index.php is made as a complete path to avoid unknown page when logging in from outside index.php 17 years ago
  Yannick Warnier 52d58d47e0 [svn r14307] Added user theme selection in user's profile (includes creating api_get_themes() in main_api and corresponding select list in FormValidator). Implements part of FS#2204 17 years ago
  Yannick Warnier 24a53e7707 [svn r14054] Make OpenID login independent of trailing slash (if any) 17 years ago
  Yannick Warnier e99610cf91 [svn r13894] Activate OpenID support - now functional (but only allowing one OpenID per user) 17 years ago
  Eric Marguin 243b8be6d6 [svn r13861] when doing this sequence : course where i am coach -> tracking -> student details -> lp detail -> back to tracking (with breadcrumb) : id_session were lost (FS#2086) 17 years ago
  Yannick Warnier 9fa6598a6d [svn r13782] Added some code to initiate the student_view status variable (moving it from main_api.lib.php) 17 years ago
  Yannick Warnier 75106d3e1c [svn r13749] Improve latest commit to avoir ugly error messages 17 years ago
  Yannick Warnier ad362891e2 [svn r13748] Avoid printing ugly "UNDEFINED CID" error 17 years ago
  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 ! 17 years ago
  Yannick Warnier 5550f0a8ef [svn r13264] Removed closing php tag to avoid blank line bug 17 years ago
  Yannick Warnier a0130507e1 [svn r13118] Added clear error_logging in case an authentication file cannot be found 17 years ago
  Yannick Warnier e30cef1446 [svn r13117] Added auth_source to initial user info (collected on login) into $_user[] 17 years ago
  Yannick Warnier e60b7faccc [svn r13115] Check if extAuthSource is defined 17 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 17 years ago
  Eric Marguin 16db1f85a2 [svn r12899] set the coach rights to api_isCourseTeacher = false, allow him to correct exercises 17 years ago
  Eric Marguin a7e4bfeb04 [svn r12696] if $_configuration['tracking_enabled']==false, we don't need to record datas in statistics table 17 years ago
  Julian Prud'homme b2e7a641a6 [svn r12611] Fix a bug with group documents : http://projects.dokeos.com/?do=details&id=1656 17 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. 17 years ago
  Julian Prud'homme 425a761fb7 [svn r12572] Now fill the cidReset only when the course code change 17 years ago
  Yannick Warnier 87be91e298 [svn r12492] Escape gidReq to avoid SQL injection - see http://projects.dokeos.com/?do=details&id=1582 17 years ago
  Yannick Warnier 0e9260f0c2 [svn r12488] Removed several SQL injection security threats (see http://projects.dokeos.com/?do=details&id=1582) 17 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 17 years ago
  Eric Marguin 2fce5e25cb [svn r11860] improve the way we deal with sessions and users 18 years ago
  Eric Marguin 8638c11446 [svn r11849] change the place where we register the session id in the $_SESSION global. 18 years ago
  Yannick Warnier eb65314715 [svn r11844] Handle possible but unlikely error in SQL query 18 years ago
  Eric Marguin 95b96c8ded [svn r11664] remove the setting "Ajax_course_tracking_refresh" because it adds a lot of bugs... 18 years ago
  Julian Prud'homme 43ed776d24 [svn r11252] Fix a bug with session mode 18 years ago
  Eric Marguin ef19e7e4c2 [svn r10432] Clean some database names ($_configuration['main_database'], etc...) by Database::get_main_table("...") 18 years ago