Commit Graph

1971 Commits (f48955ba4fbe4f4d503662b04b6d9552d3af82b8)
 

Author SHA1 Message Date
Eric Marguin ed37abe5f6 [svn r12514] DLTT import 18 years ago
Eric Marguin f436f15616 [svn r12504] allow the platform admin to correct exercises 18 years ago
Eric Marguin 3bf9da83a0 [svn r12503] there was a bug when answering an open question when there is no teacher in the course. 18 years ago
Patrick Cool b35deb5649 [svn r12502] correct nomenclatura 18 years ago
Yannick Warnier 7de9fd82cb [svn r12501] Review of the multi-lingual translation system. Still missing something to hide or show some sections, but it works now with all the languages. 18 years ago
Yannick Warnier fedb1a8b0c [svn r12500] Progressive homepage edition code update - final minor changes before reviewing the language management 18 years ago
Yannick Warnier b7c0545b9a [svn r12499] Progressive homepage edition code update - initial minor changes (adding comments, removing useless code, improving filtering) 18 years ago
Julian Prud'homme fcc6932eea [svn r12498] Fix a bug (sql error) when we try to add a teacher who is already subscribed as student in the course 18 years ago
Eric Marguin 895b00247a [svn r12497] fix a bug when there are accents in document steps filenames 18 years ago
Julian Prud'homme 8601cdc587 [svn r12496] fix a bug : escape single quotes in the learpath title in the tree menu 18 years ago
Yannick Warnier a17a492712 [svn r12495] Removed potential XSS 18 years ago
Yannick Warnier 10e2b451ca [svn r12494] Switched if-elseif statements to switch() to improve readability and possibly efficiency of the script 18 years ago
Yannick Warnier 2d65f6a290 [svn r12493] Filtered GET['action'] and fixed fckeditor library inclusion 18 years ago
Yannick Warnier 87be91e298 [svn r12492] Escape gidReq to avoid SQL injection - see http://projects.dokeos.com/?do=details&id=1582 18 years ago
Yannick Warnier 3e3d3924b5 [svn r12491] Removed possible security threat when register globals is on (see http://projects.dokeos.com/?do=details&id=1155) 18 years ago
Yannick Warnier 424488fe89 [svn r12490] Added param to api_protect_course_script() call to print headers 18 years ago
Yannick Warnier bb5cb81fe1 [svn r12489] Added optional param to api_protect_course_script() to print headers when calling api_not_allowed(). Defaults to false so that current scripts remain the same. 18 years ago
Yannick Warnier 0e9260f0c2 [svn r12488] Removed several SQL injection security threats (see http://projects.dokeos.com/?do=details&id=1582) 18 years ago
Yannick Warnier 78dc453b43 [svn r12487] Improved a bit auto-filtering method for huge data sets. Now only assigns default filter on users names if no filter exists and the users list is greater than 1000. This makes it impossible to display a non-filtered list as soonas there are more than 1000 users, which is a reasonnable amount. 18 years ago
Yannick Warnier 233eb83199 [svn r12486] Set default initial filtering letters to improve slightly performances of the script on first load. 18 years ago
Yannick Warnier 0810971cf8 [svn r12485] Fixed XSS for GET['keyword']: http://projects.dokeos.com/?do=details&id=1581 18 years ago
Yannick Warnier 7839f10bdb [svn r12484] Added possibility to search for all admins 18 years ago
Yannick Warnier a2b9d2575a [svn r12483] Re-enabled visual progress bars and added switch at beginning of script to switch back to text-only mode. 18 years ago
Yannick Warnier bc857c585f [svn r12482] Fixed progress bar display 18 years ago
Yannick Warnier b236d95441 [svn r12481] Code cleaning (removed unecessary code) 18 years ago
Yannick Warnier a483c6dd7b [svn r12480] Fixed loss of style when not allowed on page 18 years ago
Yannick Warnier c45d686dc9 [svn r12479] Load course_home language file for introduction text editing feedback messages 18 years ago
Yannick Warnier 79122a1b9a [svn r12478] Allow for version 1.6.4 and 1.6.5, although this code should really be removed now 18 years ago
Yannick Warnier 4930a32dea [svn r12477] Load 1.8 code by default 18 years ago
Yannick Warnier 575a6c0aa4 [svn r12476] Introduced config-file settable session cookie lifetime. Defaults to 100 hours. Can be changed in config file (not in DB because used before DB connection). 18 years ago
Yannick Warnier dbaf9dcc8b [svn r12475] Assign a default value to $_configuration in case it is not installed yet (avoid injection) 18 years ago
Yannick Warnier 95089f7cd7 [svn r12474] Make color markup coherent in display_requirements() (were two different tones of red) 18 years ago
Yannick Warnier e8525db9a1 [svn r12473] Added param for optional extensions displaying in orange in check_extension() 18 years ago
Yannick Warnier 81500da2bd [svn r12472] Added info to api_sql_query() calls 18 years ago
Yannick Warnier ae59525555 [svn r12471] Fixed problem in category sorting introduced by last commit 18 years ago
Yannick Warnier 61e67244ea [svn r12470] Fixed typo 18 years ago
Yannick Warnier fb45409e7a [svn r12469] Changed mysql_ calls to Database:: calls 18 years ago
Yannick Warnier dc56b13f35 [svn r12468] Removed useless database query 18 years ago
Yannick Warnier 874e14d7e0 [svn r12467] Filtered some GET variables 18 years ago
Yannick Warnier 38667c3f6c [svn r12466] Fixed bug by which uploaded images could not be viewed in picture slideshow 18 years ago
Yannick Warnier f66855b74a [svn r12465] Developed method remove_XSS() 18 years ago
Yannick Warnier cf257669cb [svn r12464] Filter $_GET['img'], fixing part of security flaw number 2 in http://www.frsirt.com/bulletins/10497 18 years ago
Yannick Warnier 5c7a450acd [svn r12463] Added inclusion of security.lib.php 18 years ago
Yannick Warnier 62a2db9970 [svn r12462] Filter $_GET['course'], fixing security flaw number 1 in http://www.frsirt.com/bulletins/10497 18 years ago
Patrick Cool fc51bd3740 [svn r12459] http://projects.dokeos.com/?do=details&id=1281 18 years ago
Yannick Warnier b640f4d15c [svn r12450] Fix tool name in breadcrumb navigation for learnpaths list 18 years ago
Yannick Warnier f5c2ebe074 [svn r12449] Fix tool name in breadcrumb navigation for learnpaths list 18 years ago
Yannick Warnier 70786d04f2 [svn r12448] - Added management of SCORM cmi.core.exit value that needs to be kept in-database to allow for better follow-up of the students interruptions 18 years ago
Julian Prud'homme a631b6f328 [svn r12447] Fix a bug with exercises in sequential mode into LP 18 years ago
Julian Prud'homme 12657b36c3 [svn r12445] 18 years ago