Commit Graph

2401 Commits (ca35f0e3d8085cac3d15b95a9aba50915ea15231)
 

Author SHA1 Message Date
Yannick Warnier dd74af6074 [svn r12999] Fixed a bug in migration from 1.6 to 1.8.0 with single DB where if the single DB mode was used from some time and there were actually 3 databases (main, scorm and stats), the scorm and stats databases would not be found. This was a blocking bug. The upgrade script still needs some improvement to enable a full 1.6.x to 1.8.x migration. 18 years ago
Eric Marguin 2a69ca66d0 [svn r12998] fix a compatibility bug for ie 18 years ago
Yannick Warnier 66ccbc4c61 [svn r12997] Fixed remaining static language strings "All" and "ok" in all sorteable tables 18 years ago
Eric Marguin 235a5e131a [svn r12996] refactor a bit the dropbox tool. Indeed there was two incrusted form tags which made a bug when there was several pages of files (you couldn't add feedbacks anymore). 18 years ago
Eric Marguin 3524577ef3 [svn r12992] fix a missing langvar 18 years ago
Julian Prud'homme d53f97fa51 [svn r12991] Fix a bug to make the picture upload works on IE 6 : http://www.dokeos.com/forum/viewtopic.php?t=11490 18 years ago
Julian Prud'homme 7651dbbe57 [svn r12990] Fix a bug : http://projects.dokeos.com/?do=details&id=1847 18 years ago
Julian Prud'homme 3d90f317bc [svn r12987] Fix a bug : http://projects.dokeos.com/?do=details&id=1862 18 years ago
Eric Marguin 1f009fe071 [svn r12986] fiw a bug with tracking : we didn't call learnpath::get_db_progress() 18 years ago
Eric Marguin 7c8038aedb [svn r12982] fix a bug with the status 18 years ago
Eric Marguin 3916789723 [svn r12981] refactoring the queries to fix a bug : when a user was deleted of the platform, we were no longer able to see the treads where he answered at last. 18 years ago
Julian Prud'homme 463cf49ec9 [svn r12979] Fix a bug 18 years ago
Eric Marguin 28aa24be8f [svn r12977] when a user was student in a course (whithout a session) and coach in this same course (whithin a session), the student status was taken. Now it's the contrary 18 years ago
Julian Prud'homme 988e72c528 [svn r12976] If there is only one session imported, we redirect on the session resume page : http://projects.dokeos.com/?do=details&id=1867 18 years ago
Yannick Warnier e32f7bc13b [svn r12975] Fixed a bug whereby link categories were not copied 18 years ago
Yannick Warnier 0c8c93f69c [svn r12974] Minor - Added condition to avoid errors on non-object access 18 years ago
Yannick Warnier cdc194724b [svn r12973] Minor - Added condition to avoid warnings when empty array 18 years ago
Yannick Warnier a18be7084e [svn r12972] Fixed bad behaviour in LMS where status was changed automatically once score was > 80%. SCORM 1.2 norm specifically says that the LMS *cannot override SCO determined status* (kept behvaviour for non-SCORM like Dokeos paths and AICC 18 years ago
Yannick Warnier 903b0996a5 [svn r12971] Added path checks to get_link() for SCORM contents (fixes CALFAT learning paths problems) 18 years ago
Yannick Warnier 3abaab93a2 [svn r12969] Added cmi.student_data._children 18 years ago
Yannick Warnier 0521427c00 [svn r12966] Added switch on mastery_score to adopt SCORM 1.2 recommandation fully (to support mastery_score, the LMS must be able change the status of the sco according to the real score) 18 years ago
Yannick Warnier 1af3cfc52f [svn r12965] Now using an additional parameter in the call to learnpath::start_current_item() to trigger a possibly new attempt (this is the only code authorized to do this) 18 years ago
Yannick Warnier 5d71d0d77a [svn r12964] Minor - added error_logging (and a $debug variable to control it) 18 years ago
Yannick Warnier eee3f7c828 [svn r12963] - added parameter to open() and conditions to better control the creation of new attempts and fix a bug whereby additional attempts were created frighteningly quick 18 years ago
Yannick Warnier 970fff9a61 [svn r12962] - Added parameter with default value in start_current_item() to avoid duplicated start calls and fix the additional multiple attempts problem 18 years ago
Yannick Warnier 69192c1843 [svn r12960] Returning error code as string as required by the SCORM 1.2 rule: "The return values are Strings that can be converted to integer numbers that identify errors [...]" 18 years ago
Yannick Warnier 1745c7d37c [svn r12959] Added additional comments for the set_score() change. 18 years ago
Yannick Warnier 7e2a86eed7 [svn r12958] Added code to deal with SCORM 1.2's mastery_score and max_time_allowed. Possibly introducing a risk in calculating the status of the element. If the mastery score has been reached, then the status is changed to "passed" (if not already 'completed'). 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
Eric Marguin cccf074975 [svn r12956] simpleXmlElement->nodeValue() becomes simpleXmlElement->nodeValue due to strange compatibility reasons 18 years ago
Julian Prud'homme 6762cceeeb [svn r12954] Add this feature : http://projects.dokeos.com/?do=details&id=1868 18 years ago
Olivier Sourie c5691dd0ba [svn r12953] 18 years ago
Patrick Cool 03337c6f4e [svn r12952] Fixed 2 bugs: 18 years ago
Yannick Warnier e966fb2b5c [svn r12951] Fixed newbie error introduced when added hotpotatoes integration and preventing score record 18 years ago
Julian Prud'homme 72cd0a7795 [svn r12948] Fix a bug : http://projects.dokeos.com/?do=details&id=1847 (the first one) 18 years ago
Julian Prud'homme 683b845fc0 [svn r12947] Fix bug : http://projects.dokeos.com/?do=details&id=1850 + other minor bugs 18 years ago
Julian Prud'homme 02c0ad98c8 [svn r12942] Fix a bug 18 years ago
Julian Prud'homme c29ac3620f [svn r12927] Fix a bug : http://projects.dokeos.com/?do=details&id=1846 (the 6th bug) 18 years ago
Eric Marguin 347a1d27d9 [svn r12926] DLTT import 18 years ago
Eric Marguin 0928a191ef [svn r12925] change the color of woogie subtitle 18 years ago
Eric Marguin a51cb72e0e [svn r12924] update woogie logo 18 years ago
Julian Prud'homme 615fc33e53 [svn r12923] Fix a bug with the slideshow (now don't display only default course documents) 18 years ago
Eric Marguin 3c30fd96cd [svn r12922] fix a stupid bug introduced by myself 18 years ago
Eric Marguin de37e36aaa [svn r12921] change classpath for compatibility reasons 18 years ago
Eric Marguin 28561ec46e [svn r12920] add the sources of woogie 18 years ago
Eric Marguin d6397309a9 [svn r12919] alpha version of oogie... still a lot of things to improve (refactoring of html for example). 18 years ago
Eric Marguin 5c9fcc8a29 [svn r12918] DLTT import 18 years ago
Julian Prud'homme c1f0a8b0e9 [svn r12917] Fix the second bug of http://projects.dokeos.com/?do=details&id=1854 18 years ago
Julian Prud'homme 16c1426e0b [svn r12916] Change the constant PCLZIP_TEMPORARY_DIR 18 years ago
Eric Marguin 4c599de22b [svn r12915] alpha version of oogie... still a lot of things to improve (refactoring of html for example). 18 years ago