Commit Graph

91 Commits (c601dda7756dfc61a476db3ef3729fc8a470bb9b)

Author SHA1 Message Date
Yannick Warnier 237552bae1 [svn r14208] Improved register_course() variables filtering to avoid SQL injections (see FS#2218) 18 years ago
Eric Marguin 8046050d9a [svn r14101] add no manager item when creating/editing a course (FS#2159) 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
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
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 68df0692af [svn r13741] Minor - added documentation and some code fixes to avoid warnings on course creation 18 years ago
Yannick Warnier 67b11f6172 [svn r13651] Updated lp.prerequisite to allow for larger conditions (64 chars is under the SCORM specification of smallest allowed maximum of 200 chars) 18 years ago
Yannick Warnier f84049607c [svn r13592] Added order_id 18 years ago
Yannick Warnier 473ff00ac3 [svn r13590] Added management of SCORM objectives. Needs some testing but the feature seems to work. 18 years ago
Yannick Warnier b42f10d260 [svn r13312] Added max_score to lp_item_view to authorize the SCO to change it 18 years ago
Julian Prud'homme ca35f0e3d8 [svn r13216] always create a default group when creating a course 18 years ago
Yannick Warnier 2ceadb6702 [svn r13146] Removed references to scormdocument (deprecated since Dokeos 1.8.0) 18 years ago
Eric Marguin 42e4cea0fa [svn r13080] cancel commit 13076 ... I'm sorry and stupid : this wasn't a bug (in fact the bug was due to mkdirs without umask) 18 years ago
Eric Marguin e495ecba56 [svn r13079] fix more bugs with permissions (mainly mkdir without umask(0) or chmod) 18 years ago
Eric Marguin 85572aa867 [svn r13076] fix a global permissions bug when creating a file/folder 18 years ago
Julian Prud'homme 8a0d2a39e2 [svn r13069] The course code is no more required when creating a course so we generate a course code if it's empty 18 years ago
Yannick Warnier b137515cf0 [svn r12957] Added max_time_allowed field to deal with the optional SCORM 1.2 parameter adlcp:maxtimeallowed 18 years ago
Patrick Cool 502e39c92e [svn r12901] anonymous survey 18 years ago
Yannick Warnier da3a527976 [svn r12811] Fixed other typo in default file permissions 18 years ago
Yannick Warnier 38d01745e2 [svn r12805] Updated default files and dirs permissions (using database security parameter) 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 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
Yannick Warnier 4de8fec758 [svn r12292] Removed useless size-modifier 19 years ago
Julian Prud'homme 3a792ff496 [svn r12290] Add a missing field in dropbox_file 19 years ago
Julian Prud'homme 810ad5a9cc [svn r12258] Change the type of the field option_id from int to text in the course table 19 years ago
Julian Prud'homme 441178f40b [svn r12256] As requested by thomas, sort the user's course by alphabetic order 19 years ago
Yannick Warnier 74383edbf9 [svn r12201] Fixed typo preventing creation of dropbox_post table 19 years ago
Patrick Cool 389f375c75 [svn r12159] bugfix: create new course => sort was always 1 and user could not sort his courses 19 years ago
Patrick Cool 77cd9b97f3 [svn r12123] bugfix: http://www.dokeos.com/forum/viewtopic.php?t=8906 19 years ago
Patrick Cool 04a9938157 [svn r12116] add missing survey field 19 years ago
Julian Prud'homme 113f429d7c [svn r12093] Change the name of the default course images to "gallery" : http://projects.dokeos.com/?do=details&id=1432 19 years ago
Patrick Cool 3a7660062e [svn r11855] improve xhtml compliance 19 years ago
Patrick Cool a0a025f267 [svn r11820] improving xhtml compliance 19 years ago
Eric Marguin 406e0df30a [svn r11798] use Database :: escape_string more than addslashes 19 years ago
Patrick Cool c4cfe67461 [svn r11703] fixes for survey 19 years ago
Patrick Cool 65a9c02383 [svn r11685] survey improvements 19 years ago
Julian Prud'homme a4a3e43604 [svn r11673] Update to add new default course document 19 years ago
Julian Prud'homme c2808bb5db [svn r11522] minor - change the tutor_id field to 0 (bug in the last commit) in the course_rel_user table 19 years ago
Julian Prud'homme bbbe523054 [svn r11520] We can now add teachers when creating a new course 19 years ago
Patrick Cool b51669dae5 [svn r11454] bugfix 19 years ago
Eric Marguin 49fe292452 [svn r11435] prevent from quotes in course title and course_code 19 years ago
Patrick Cool 08e0bbd488 [svn r11430] survey invitations based on survey code instead of survey id (to allow multi-language surveys) 19 years ago
Julian Prud'homme 3d0d7ef623 [svn r11318] Re-add the old icon for the links in course home page 19 years ago
Julian Prud'homme 126331c90a [svn r11309] change the defautl icon for document in course home page 19 years ago
Julian Prud'homme 289f385a7f [svn r11307] Change the icon for the links in course homepage 19 years ago
Julian Prud'homme 1edb3f31a7 [svn r11296] updte the default test display when creating a course 19 years ago
Julian Prud'homme d89cc0bc2b [svn r11107] Update to integrate new icons 19 years ago
Patrick Cool a507d0cb4e [svn r11083] fixing security problem 19 years ago
Patrick Cool 0c8612b5fb [svn r11081] fixing security problem 19 years ago