Commit Graph

763 Commits (6bda17cb15ac20628dcbd7edc36647c662199e4d)

Author SHA1 Message Date
Yannick Warnier 10fbfe8bc3 [svn r14316] Fix a bug with documents having the same name in lowercase: edition changed both documents to the same name and then blocked the erasing. (FS#2125) 18 years ago
Yannick Warnier ebd7843181 [svn r14309] Light fixes to user selected theme feature (see FS#2204) 18 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 18 years ago
Eric Marguin 9f0e0c61a6 [svn r14291] improve display of categories in course creation/editions forms 18 years ago
Yannick Warnier b7e9999149 [svn r14276] Added an index on tool+ref in item_property table 18 years ago
Eric Marguin 892daac5cf [svn r14217] display tasks only on the blog concerned (otherwise it's confusing) 18 years ago
Yannick Warnier 037d873366 [svn r14213] Added Database::fetch_row() to ease transition to db independent functions 18 years ago
Yannick Warnier 60d0913082 [svn r14210] Added database variables filtering (see FS#2218 2.1) 18 years ago
Yannick Warnier 237552bae1 [svn r14208] Improved register_course() variables filtering to avoid SQL injections (see FS#2218) 18 years ago
Yannick Warnier f549fdf1e7 [svn r14205] Added filtering to some dangerous variables in whoisonline.php (see FS#2218) 18 years ago
Eric Marguin 3711f7702f [svn r14178] avoid problems when trying to delete a document when another document with the name upper case exists 18 years ago
Eric Marguin 037a6601a0 [svn r14177] improve management of accents when creating a doc 18 years ago
Eric Marguin f577e626ef [svn r14167] avoid problems when having two times the course setting in the db (it can appear after an upgrade for example) 18 years ago
Eric Marguin 27a8d39805 [svn r14120] add first login data (FS#2198) bis 18 years ago
Eric Marguin c3df463bc4 [svn r14118] add first login data (FS#2198) 18 years ago
Yannick Warnier 02b964fd20 [svn r14117] More fixes to avoid SQL errors when handling a wrongly-removed-course 18 years ago
Yannick Warnier 5ba502e2e2 [svn r14116] Fix a possible sql error when a course has been removed unproperly and the DB cannot be found 18 years ago
Eric Marguin 42a56c5466 [svn r14107] update jodconverter to 2.2.1 (bis) 18 years ago
Eric Marguin 1b450a1daf [svn r14106] update jodconverter to 2.2.1 18 years ago
Eric Marguin bb2b874672 [svn r14104] improve naming of steps 18 years ago
Yannick Warnier 53491b373b [svn r14103] Fixed missing name tag preventing embedded e-mail editor to trigger - Closes FS#2181 18 years ago
Eric Marguin 53891714a4 [svn r14102] fix a bug with size of slides 18 years ago
Eric Marguin 8046050d9a [svn r14101] add no manager item when creating/editing a course (FS#2159) 18 years ago
Yannick Warnier 13abc7b385 [svn r14092] Added EZPDF library temporarily (will probably be replaced by TCPDF) to allow for PDF generation in Gradebook 18 years ago
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