Commit Graph

639 Commits (7f092a234773f99c8efbfcbb276dd6a1ced2f100)

Author SHA1 Message Date
Yannick Warnier e1fcef225a [svn r14085] Also check PHP in uppercase. 18 years ago
Yannick Warnier ed3796023f [svn r14084] Moved .php file to .html file in course/group directory to avoid having php files everywhere (prevents confusion when searching for security cracks) 18 years ago
Yannick Warnier 8dc68d321f [svn r14076] Improve security patch (regexp had a flaw) 18 years ago
Yannick Warnier 6b522c183b [svn r14073] Updated php2phps regexp to cope with the security flaw making possible interpretation of PHP scripts when uploaded with a *.php.* filename - see FS#2152 18 years ago
Yannick Warnier 4c567e8c89 [svn r14068] Fixed broken user production URL building 18 years ago
Yannick Warnier a35895ee59 [svn r14067] Minor - updated comment 18 years ago
Yannick Warnier 24a53e7707 [svn r14054] Make OpenID login independent of trailing slash (if any) 18 years ago
Yannick Warnier 985b8637e8 [svn r14036] Added gradebook results removal when deleting a user 18 years ago
Yannick Warnier ccfa530510 [svn r14035] Added gradebook table and settings to install/upgrade scripts 18 years ago
Yannick Warnier d996555fa0 [svn r14034] Updated api_sql_query() so that it doesn't die stupidly before printing the error message, and so that it doesn't die at all. 18 years ago
Yannick Warnier 809f0fb760 [svn r14033] Added constants for gradebook inclusion 18 years ago
Eric Marguin ea374a7d54 [svn r14007] improve relation between sessions and dropbox tool : a file of a session is no longer visible in another session (FS#2087) 18 years ago
Eric Marguin dcaf146199 [svn r13989] update jod converter with docx and pptx support. 18 years ago
Olivier Sourie ab4e388a40 [svn r13984] 18 years ago
Yannick Warnier ad0ea27cee [svn r13971] Reverted change 18 years ago
Yannick Warnier fa237d3589 [svn r13968] Minor code improvement (avoid notices) 18 years ago
Yannick Warnier 11a97c7c8b [svn r13967] Set default tool name to empty string (in this case we don't need a tool name to be shown) 18 years ago
Eric Marguin 4ee03d5481 [svn r13963] add the number of connexions to a course (http://www.dokeos.com/forum/viewtopic.php?t=11492) 18 years ago
Yannick Warnier 19df7de9bb [svn r13960] Don't display breadcrumb links if they are empty 18 years ago
Yannick Warnier 937885a8eb [svn r13959] Removed tab navigation if user is anonymous 18 years ago
Julian Prud'homme f822b97b3a [svn r13940] I forgot to submit the font file for the user's template 18 years ago
Yannick Warnier 921e3ba348 [svn r13930] Code cleanup (keep under watch for side-effects) 18 years ago
Yannick Warnier f16931e8c2 [svn r13928] Dangerous change that seems to fix the issue with "session side-effect" warning (see FS#1282) 18 years ago
Yannick Warnier c99a136ba4 [svn r13924] Reverted from SVN commit 12459 allowing tool_name to be empty in display_header(). This is giving useless freedom to the developer, a tool name should always be given when using display_header() - Closes FS#1281 18 years ago
Eric Marguin f63cbfd190 [svn r13918] cancel the commit 2094 and fix only the necessary (I am stupid sometimes ... well, ok, often) 18 years ago
Eric Marguin 20cbb9bdfb [svn r13917] fix a bug with templates when using it in fullpage mode of fck (bug appearing after SVN#13915 only) 18 years ago
Eric Marguin 7bdcb02175 [svn r13915] replace js files by the original ones ... I can't understand why they changed while it's the same version ... (FS#2094) 18 years ago
Yannick Warnier 27e2b3c11f [svn r13896] Differentiate between "not installed" and "database unreachable" problems. 18 years ago
Yannick Warnier 7d32354de2 [svn r13895] Added update of openid to admin user_edit interface 18 years ago
Yannick Warnier e99610cf91 [svn r13894] Activate OpenID support - now functional (but only allowing one OpenID per user) 18 years ago
Yannick Warnier 3edaa27532 [svn r13884] Added method insert_id() 18 years ago
Eric Marguin d987ab8343 [svn r13877] fix a bug in mp3player autostart 18 years ago
Eric Marguin 914081e866 [svn r13876] the mp3 won't loop anymore when autostart is choosen 18 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) 18 years ago
Eric Marguin 0a06d512ec [svn r13855] fix a bug when logging to a protected course (FS#2085) 18 years ago
Yannick Warnier 92e1cd86a6 [svn r13847] Minor - Added a bit of filtering against SQL injection in get_all_document_data() 18 years ago
Yannick Warnier c09fbb03cc [svn r13843] Re-arranged and fixed new function get_teacher_list_from_course_code() 18 years ago
Yannick Warnier da29146c25 [svn r13842] Added get_teacher_list_from_course_code() 18 years ago
Yannick Warnier a67445509c [svn r13840] Minor - added quoting to array indexes 18 years ago
Yannick Warnier d912435e12 [svn r13806] Added check to see if file exist before reading in it, in csv_to_array(). 18 years ago
Yannick Warnier 5ded415095 [svn r13804] Filter files by extensions in documents, work (student publications) and dropbox (linked with FS#1420) 18 years ago
Yannick Warnier bfdf7c687c [svn r13801] Updated username filter rule to allow "-" (minus) sign as everything else tells it is authorized yet the filter refused it 18 years ago
Yannick Warnier fd29574f65 [svn r13799] Allow array of recipients (rather than just one recipient in one string) 18 years ago
Yannick Warnier 46f3dacb67 [svn r13790] Added some code for a course-setting that allows to choose whether course admins get sent an e-mail when a new quiz is submitted. 18 years ago
Yannick Warnier 263b6c4dcc [svn r13786] - reflected changes in local.inc.php regarding student_view 18 years ago
Yannick Warnier 1599ba7825 [svn r13785] Added the missing Database::result() method to replace mysql_result() everywhere 18 years ago
Yannick Warnier 9fa6598a6d [svn r13782] Added some code to initiate the student_view status variable (moving it from main_api.lib.php) 18 years ago
Yannick Warnier ffb72a4563 [svn r13780] Fixes around student_view feature: 18 years ago
Yannick Warnier f4fa0b2668 [svn r13777] Fixed SQL query. Double quotes cannot be used to enclose strings in MySQL. 18 years ago
Yannick Warnier e8ca73b770 [svn r13773] Initialize array variable to avoid warnings 18 years ago