Commit Graph

2977 Commits (c4d495ef3d1799d4f245b91811d28a20ae7df932)
 

Author SHA1 Message Date
Yannick Warnier c4d495ef3d [svn r14324] Avoiding reference translation when copying SCORM content 18 years ago
Yannick Warnier 83f66e4bd0 [svn r14323] Added scorm directories by default - still needs improvement 18 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 18 years ago
Yannick Warnier d492fcebbb [svn r14321] Removed error logging 18 years ago
Yannick Warnier 54e1878b51 [svn r14320] Added date check for surveys (FS#2125) 18 years ago
Yannick Warnier 37994bf8be [svn r14319] Moved theme selection box and added submit button on top 18 years ago
Yannick Warnier a2fd4df28a [svn r14318] Added call to replace_accents() in handle_uploaded_documents() 18 years ago
Yannick Warnier d187e9180e [svn r14317] Added comments to replace_accents() 18 years ago
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 4ece988624 [svn r14311] Add anonymous mode to this tool. Fixes part of FS#2125 18 years ago
Yannick Warnier 3d56b78efd [svn r14310] Added check for anonymous user before allowing edition (see 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 35eaf09a66 [svn r14308] Light change to labels for new configuration variables 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
Yannick Warnier e46199593f [svn r14306] Add theme field in user table + global configuration settings to enable user theme selection (part of FS#2204) 18 years ago
Yannick Warnier 2a59b9cef3 [svn r14305] Ensure there is at least a scheme URI provided in the OpenID URI (add http:// by default) 18 years ago
Eric Marguin 9c8e481f06 [svn r14300] fix bugs in matching question (appearing in some particular cases) 18 years ago
Yannick Warnier e51e2781ad [svn r14295] Resized and moved video popup 18 years ago
Eric Marguin 5880c5ac8f [svn r14294] order by group title by default 18 years ago
Eric Marguin 2da5595e95 [svn r14293] order courses lists by title, visual_code 18 years ago
Eric Marguin 97c139367a [svn r14292] avoid problems with an obsolete option : approval_direct_post 18 years ago
Eric Marguin 9f0e0c61a6 [svn r14291] improve display of categories in course creation/editions forms 18 years ago
Yannick Warnier 2871454593 [svn r14290] Use platform charset as default charset 18 years ago
Yannick Warnier 6643572e3c [svn r14289] Fixed bug FS#2247: undefined function not_allowed() in course export 18 years ago
Eric Marguin 40582336fa [svn r14288] repair browsing between pages 18 years ago
Yannick Warnier ce2cec4700 [svn r14287] Use platform charset as original charset for build links 18 years ago
Yannick Warnier d58ae3164a [svn r14286] Create new learning paths in UTF-8 by default 18 years ago
Eric Marguin 2900a6bd6f [svn r14282] allow to create session even with a great number of users (exemple : campus.dokeos.com) 18 years ago
Yannick Warnier 06aaa31bb3 [svn r14281] Changed campus registration to add manager name and organisation name 18 years ago
Eric Marguin 32d212a4c6 [svn r14280] display the visual code instead of the real code (FS#2235) 18 years ago
Yannick Warnier b7e9999149 [svn r14276] Added an index on tool+ref in item_property table 18 years ago
Eric Marguin c601dda775 [svn r14275] the score and progress wasn't updated anymore when filling an exercise 18 years ago
Eric Marguin 50b431c766 [svn r14272] update lp_item.max_score on a quiz item when the weighting of the quiz changes (FS#2161) 18 years ago
Eric Marguin f52c42151a [svn r14270] fix a bug when saving item (the param prerec_check cas not passed to parent class) 18 years ago
Eric Marguin b0b635429e [svn r14269] fix a bug when editing slides (image url is broken because relative) 18 years ago
Eric Marguin a21a47c847 [svn r14268] if all the weightings of a lp are 0, then display a score of '-' more than a score of '0%' 18 years ago
Yannick Warnier 73b97df0a2 [svn r14237] Security improvement (see FS#2218) 18 years ago
Eric Marguin 892daac5cf [svn r14217] display tasks only on the blog concerned (otherwise it's confusing) 18 years ago
Eric Marguin f37c84a1bb [svn r14216] add a missing picture (forumgroupnew.gif) 18 years ago
Yannick Warnier 1432deba87 [svn r14215] Added filtering against possible XSS (see FS#2218 4.3) 18 years ago
Yannick Warnier 894ad52527 [svn r14214] Added filtering against XSS (see FS#2218 4.2) 18 years ago
Yannick Warnier 037d873366 [svn r14213] Added Database::fetch_row() to ease transition to db independent functions 18 years ago
Yannick Warnier b6b2ec423d [svn r14212] Fix possible XSS attack (see FS#2218 3) 18 years ago
Yannick Warnier 65d6591421 [svn r14211] Added filtering against XSS (see FS#2218 4.1) 18 years ago
Yannick Warnier 60d0913082 [svn r14210] Added database variables filtering (see FS#2218 2.1) 18 years ago
Yannick Warnier 66260b3c99 [svn r14209] Removed possible SQL and XSS attacks (parallel to problem 2.1 in FS#2218) 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 1cc09130db [svn r14207] Fix possible SQL injection (see FS#2218 1.2) 18 years ago
Yannick Warnier 17721b19e3 [svn r14206] Added one small check to prevent broken interface 18 years ago
Yannick Warnier f549fdf1e7 [svn r14205] Added filtering to some dangerous variables in whoisonline.php (see FS#2218) 18 years ago