Commit Graph

763 Commits (6bda17cb15ac20628dcbd7edc36647c662199e4d)

Author SHA1 Message Date
Eric Marguin 39ff8032b0 [svn r12694] fix permissions problems in the blog : it simply didn't work because of the use of api_is_allowed_to_edit instead of api_is_allowed ! 19 years ago
Eric Marguin c57f8a8f1c [svn r12692] fix a bug when displaying infos about users 19 years ago
Eric Marguin d75db7de22 [svn r12684] fix a bug when calculating time spent on the platform in a form 1.6.5 portal 19 years ago
Evie Embrechts 1f38aabd45 [svn r12677] minor update to code header 19 years ago
Yannick Warnier 3c5fd422f5 [svn r12654] Added event_system() to record system events in the track_e_default table 19 years ago
Eric Marguin e75f851fa6 [svn r12650] fix a bug when sending a flash in the homepage of the platform : 19 years ago
Eric Marguin 4202b48a6f [svn r12649] fix a bug when sending a flash in the homepage of the platform 19 years ago
Eric Marguin 652380fded [svn r12648] add utf8_encode to a get_lang because we can't set the document caracter set to iso 19 years ago
Yannick Warnier cbe71b4dea [svn r12644] Added check for config setting before adding [= =] for DLTT markup 19 years ago
Eric Marguin 33c954c5ec [svn r12640] remove session_set_cookie_params (too many problems are due to it) 19 years ago
Yannick Warnier ea3b2755ad [svn r12622] Added code to handle the user's upload directory split when the new admin settings 'split users upload directory' is enabled (the DLTT translation is clear about the fact that admins unsure shouldn't use it). 19 years ago
Yannick Warnier b1a4ab9c13 [svn r12620] Minor change - added examples for all the api_get_path() cases - This will presumably save a lot of seconds in the future. 19 years ago
Yannick Warnier 1f1fcdd321 [svn r12618] In order to enter a cycle of bug-fix and new-features releases, version 1.8.1 is skipped to reach version 1.8.2 as the changes since 1.8.0 are largely bug-fixes. 19 years ago
Julian Prud'homme 8e44ba9b2b [svn r12616] change the version number 19 years ago
Eric Marguin ecb85d4a1f [svn r12614] add a function to copy recursively a folder 19 years ago
Julian Prud'homme b2e7a641a6 [svn r12611] Fix a bug with group documents : http://projects.dokeos.com/?do=details&id=1656 19 years ago
Julian Prud'homme 0eade97232 [svn r12610] fix a bug in get_avg_student_score() 19 years ago
Julian Prud'homme 21f3ddc936 [svn r12609] re-add the "platform dokeos" in the footer : http://projects.dokeos.com/?do=details&id=1662 19 years ago
Julian Prud'homme 4590a216ae [svn r12607] Fix a bug in the reporting : http://projects.dokeos.com/?do=details&id=1517 19 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. 19 years ago
Yannick Warnier 46e5f7aae7 [svn r12603] Fine-tuned anonymous-functions to avoid database checks when possible (heavy resource usage) 19 years ago
Yannick Warnier b95efa1c09 [svn r12594] Fixed http://www.dokeos.com/forum/viewtopic.php?p=37092#37092 (untested - need mono-db to check) 19 years ago
Yannick Warnier a02b6f4cd8 [svn r12590] Added functions to deal with the "anonymous user" (a user who's DB status is 6), that will help deal with tools that record progress and are open to the public. 19 years ago
Julian Prud'homme 54a26db709 [svn r12581] Check if we are course coach in the function is_user_subscribed_in_course() 19 years ago
Julian Prud'homme e5de910c4f [svn r12574] add a function 'get_coach_list_from_course_code()' 19 years ago
Julian Prud'homme 425a761fb7 [svn r12572] Now fill the cidReset only when the course code change 19 years ago
Julian Prud'homme 5421bda64a [svn r12568] minor - Fix a bug with the session status (was "past" for sessions without time limits) 19 years ago
Julian Prud'homme eb091e67d5 [svn r12564] Fix the bug : http://www.dokeos.com/forum/viewtopic.php?t=9047 19 years ago
Julian Prud'homme de79da4507 [svn r12562] Fix a bug in the reporting. The reporting didn't take into consideration the score in SCORM LP and quizz in LP 19 years ago
Julian Prud'homme bc806d825f [svn r12525] Fix a bug with the session mode (bug with combined course) : http://projects.dokeos.com/?do=details&id=1592 19 years ago
Yannick Warnier d2bebd9e45 [svn r12522] Updated api_display_tool_view_option() to allow for studentView switch even in framed mode (added target="_top") 19 years ago
Yannick Warnier 684209685d [svn r12520] Fixed bug preventing natural behaviour of studentView (checking for &studentView but not &studentView - now always using &studentView everywhere) 19 years ago
Yannick Warnier dd411ecdcf [svn r12518] Upgrading pclzip to version 2.5. This fixes cyclic bug when creating archive that contains filenames including "../". See http://projects.dokeos.com/?do=details&id=1524 for details 19 years ago
Patrick Cool b35deb5649 [svn r12502] correct nomenclatura 19 years ago
Yannick Warnier 87be91e298 [svn r12492] Escape gidReq to avoid SQL injection - see http://projects.dokeos.com/?do=details&id=1582 19 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. 19 years ago
Yannick Warnier 0e9260f0c2 [svn r12488] Removed several SQL injection security threats (see http://projects.dokeos.com/?do=details&id=1582) 19 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). 19 years ago
Yannick Warnier dbaf9dcc8b [svn r12475] Assign a default value to $_configuration in case it is not installed yet (avoid injection) 19 years ago
Yannick Warnier f66855b74a [svn r12465] Developed method remove_XSS() 19 years ago
Yannick Warnier cf257669cb [svn r12464] Filter $_GET['img'], fixing part of security flaw number 2 in http://www.frsirt.com/bulletins/10497 19 years ago
Yannick Warnier 5c7a450acd [svn r12463] Added inclusion of security.lib.php 19 years ago
Patrick Cool fc51bd3740 [svn r12459] http://projects.dokeos.com/?do=details&id=1281 19 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 19 years ago
Yannick Warnier 2b69926068 [svn r12435] Added more indexes after analysis of heavy-load servers 19 years ago
Yannick Warnier db0cbf0248 [svn r12433] Now creates indexes for lp_* tables as it proves to be a bottleneck on heavy-load servers 19 years ago
Julian Prud'homme 3469b1ce86 [svn r12431] Fix the bug : http://projects.dokeos.com/?do=details&id=1556 19 years ago
Julian Prud'homme 02f82f5395 [svn r12421] Fix a bug with the CSV export 19 years ago
Yannick Warnier 53c4a5f03d [svn r12381] Added filtering capabilities on zip-file upload (to be extended to other uploads) 19 years ago
Julian Prud'homme 6c4c8a109e [svn r12375] Remove the button "browse server" wich didn't work 19 years ago