Commit Graph

519 Commits (0de45076e5da45067fc31e4d446472f45588150e)

Author SHA1 Message Date
Yannick Warnier 0de45076e5 [svn r13629] Removed warning conditions - Fixes FS#1307 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
Eric Marguin 15a2bfc10f [svn r13580] now we are able to remind all users inactive since x days 18 years ago
Eric Marguin f1e50287a0 [svn r13576] re-active help button 18 years ago
Eric Marguin bfe9a30ce5 [svn r13574] add a "manual" reminder for inactive users 18 years ago
Yannick Warnier ae39a56a6c [svn r13489] Added is_in_admin tag to avoid limitation on image upload dialog (seen when editing homepage) 18 years ago
Patrick Cool d3f8fcccdc [svn r13486] make extended profile available in users tool 18 years ago
Yannick Warnier b07ebb8a04 [svn r13407] Fixes problem with group auto-filling and group tutors display (http://www.dokeos.com/forum/viewtopic.php?p=38878) 18 years ago
Eric Marguin b1203acff3 [svn r13392] blogs : fix a bug with students subscribed to the courses through a session FS#1922 18 years ago
Eric Marguin 88b8f71267 [svn r13386] fix a major bug when logging as an user. Indeed, the time spent between the last connection of the user and the current moment was added to the time spent on the platform ! 18 years ago
Eric Marguin 22d929d90a [svn r13385] fix a major bug when logging as an user. Indeed, the time spent between the last connection of the user and the current moment was added to the time spent on the platform ! 18 years ago
Yannick Warnier 1769336c79 [svn r13358] Improved is_anonymous check 18 years ago
Yannick Warnier 190de0599d [svn r13357] Blocks anonymous users in api_block_anonymous() following updates in anonymous user handling 18 years ago
Christophe Goossens a2221d7316 [svn r13353] Updated session expired message to use get_lang (FS#1946) 18 years ago
Eric Marguin b93aa4ae8a [svn r13350] the version wasn't displayed 18 years ago
Yannick Warnier 9a3e2114a3 [svn r13345] Fixed language files loading process as proposed by Joost in FS#1925 18 years ago
Yannick Warnier 8e90cfef28 [svn r13343] Updated link to installation guide 18 years ago
Eric Marguin da3a3e083c [svn r13333] improve templates 18 years ago
Eric Marguin 320bdf5cee [svn r13323] add audio temploute 18 years ago
Julian Prud'homme 03d2a6f981 [svn r13321] New template 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
Yannick Warnier 06ec857bd1 [svn r13295] Fix encoding problem by using $charset inside calls to htmlentities() and htmlspecialchars 18 years ago
Julian Prud'homme c3e2210164 [svn r13285] Fix a bug whrn creating a group (addslashes missing) 18 years ago
Julian Prud'homme 3aed1c7f76 [svn r13282] Fix a bug with the tempplates' thumbnails 18 years ago
Julian Prud'homme 211caece8c [svn r13280] minor : add a valign="top" in the diagram explained template 18 years ago
Julian Prud'homme b733fd2cf2 [svn r13279] change the function get_user_list_from_course_code() to get the users by alphabetic order 18 years ago
Eric Marguin d12a481cae [svn r13277] fix a bug with templates and flv player 18 years ago
Eric Marguin d25dec4553 [svn r13276] fix a bug with templates and flv player 18 years ago
Eric Marguin 5e4d7295aa [svn r13275] improve flv player 18 years ago
Eric Marguin cfcc25bec2 [svn r13272] add the flv player in the video template. 18 years ago
Eric Marguin 08740628be [svn r13267] fix a major bug in hotspots : the results were not stored. track_e_hotspot has been added. 18 years ago
Yannick Warnier 20eb7eed37 [svn r13266] Changed location of $charset var setting to override the one existing in trad4all.inc.php 18 years ago
Yannick Warnier 6edef07d0c [svn r13265] Added loading of $charset into global.inc.php to make it available anywhere 18 years ago
Yannick Warnier 5550f0a8ef [svn r13264] Removed closing php tag to avoid blank line bug 18 years ago
Yannick Warnier 13bd4b320f [svn r13263] Enabled use of charset from AWACS settings 18 years ago
Yannick Warnier 0907ac73ac [svn r13261] Using include_once() instead of include() for language files in get_lang(). Might *considerably* improve performances! 18 years ago
Yannick Warnier 16f3eec768 [svn r13255] Added important comments about what the calling script should do upon return from the string_send_for_download() function 18 years ago
Eric Marguin 38eecdaf48 [svn r13242] fix a bug when adding flv 18 years ago
Eric Marguin 42fc3c10f9 [svn r13220] activate autoplay to flv player 18 years ago
Eric Marguin ccbdd4c02c [svn r13219] add the flv support in fck editor (plugin video) 18 years ago
Julian Prud'homme ca35f0e3d8 [svn r13216] always create a default group when creating a course 18 years ago
Yannick Warnier 92db10a00f [svn r13185] Added string_send_for_download() to trigger download of a fabricated file string 18 years ago
Julian Prud'homme 2e640ca3b3 [svn r13171] minor - improve text fonts 18 years ago
Julian Prud'homme 9f43f29941 [svn r13157] include the good CSS file 18 years ago
Yannick Warnier a8bf76f2ad [svn r13148] Dangerous change: updating inclusion path for all JS. Should be OK but need to be watched in FCKEditor and Apache's error logs 18 years ago
Yannick Warnier 39b891b5ea [svn r13147] Always return api_get_path(WEB_PATH) and api_get_path(SYS_PATH) with a trailing slash. 18 years ago
Yannick Warnier 2ceadb6702 [svn r13146] Removed references to scormdocument (deprecated since Dokeos 1.8.0) 18 years ago
Yannick Warnier 4f11c7f1fc [svn r13144] Ensured _user is in global after setting anonymous user in api_set_anonymous(). Fixes a bug whereby a learning path is not visible to an anonymous user when the course is open to the world. 18 years ago
Julian Prud'homme 5c92e0664e [svn r13137] Change the templates order and title 18 years ago