Commit Graph

647 Commits (5f840878cb60f9b6f645db16082bf376075e901b)

Author SHA1 Message Date
Yannick Warnier 06ec857bd1 [svn r13295] Fix encoding problem by using $charset inside calls to htmlentities() and htmlspecialchars 19 years ago
Julian Prud'homme c3e2210164 [svn r13285] Fix a bug whrn creating a group (addslashes missing) 19 years ago
Julian Prud'homme 3aed1c7f76 [svn r13282] Fix a bug with the tempplates' thumbnails 19 years ago
Julian Prud'homme 211caece8c [svn r13280] minor : add a valign="top" in the diagram explained template 19 years ago
Julian Prud'homme b733fd2cf2 [svn r13279] change the function get_user_list_from_course_code() to get the users by alphabetic order 19 years ago
Eric Marguin d12a481cae [svn r13277] fix a bug with templates and flv player 19 years ago
Eric Marguin d25dec4553 [svn r13276] fix a bug with templates and flv player 19 years ago
Eric Marguin 5e4d7295aa [svn r13275] improve flv player 19 years ago
Eric Marguin cfcc25bec2 [svn r13272] add the flv player in the video template. 19 years ago
Eric Marguin 08740628be [svn r13267] fix a major bug in hotspots : the results were not stored. track_e_hotspot has been added. 19 years ago
Yannick Warnier 20eb7eed37 [svn r13266] Changed location of $charset var setting to override the one existing in trad4all.inc.php 19 years ago
Yannick Warnier 6edef07d0c [svn r13265] Added loading of $charset into global.inc.php to make it available anywhere 19 years ago
Yannick Warnier 5550f0a8ef [svn r13264] Removed closing php tag to avoid blank line bug 19 years ago
Yannick Warnier 13bd4b320f [svn r13263] Enabled use of charset from AWACS settings 19 years ago
Yannick Warnier 0907ac73ac [svn r13261] Using include_once() instead of include() for language files in get_lang(). Might *considerably* improve performances! 19 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 19 years ago
Eric Marguin 38eecdaf48 [svn r13242] fix a bug when adding flv 19 years ago
Eric Marguin 42fc3c10f9 [svn r13220] activate autoplay to flv player 19 years ago
Eric Marguin ccbdd4c02c [svn r13219] add the flv support in fck editor (plugin video) 19 years ago
Julian Prud'homme ca35f0e3d8 [svn r13216] always create a default group when creating a course 19 years ago
Yannick Warnier 92db10a00f [svn r13185] Added string_send_for_download() to trigger download of a fabricated file string 19 years ago
Julian Prud'homme 2e640ca3b3 [svn r13171] minor - improve text fonts 19 years ago
Julian Prud'homme 9f43f29941 [svn r13157] include the good CSS file 19 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 19 years ago
Yannick Warnier 39b891b5ea [svn r13147] Always return api_get_path(WEB_PATH) and api_get_path(SYS_PATH) with a trailing slash. 19 years ago
Yannick Warnier 2ceadb6702 [svn r13146] Removed references to scormdocument (deprecated since Dokeos 1.8.0) 19 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. 19 years ago
Julian Prud'homme 5c92e0664e [svn r13137] Change the templates order and title 19 years ago
Julian Prud'homme 959f90141e [svn r13132] New templates for FCK Editor 19 years ago
Julian Prud'homme f6b4ecb9a1 [svn r13125] Fix a bug with permissions in blogs 19 years ago
Yannick Warnier a0130507e1 [svn r13118] Added clear error_logging in case an authentication file cannot be found 19 years ago
Yannick Warnier e30cef1446 [svn r13117] Added auth_source to initial user info (collected on login) into $_user[] 19 years ago
Yannick Warnier e098560d80 [svn r13116] Added auth_source to the result of api_get_user_info() 19 years ago
Yannick Warnier e60b7faccc [svn r13115] Check if extAuthSource is defined 19 years ago
Yannick Warnier 9b96fc43f2 [svn r13104] Fixed typo in SQL query 19 years ago
Yannick Warnier 6bded67d4a [svn r13103] Added api_get_item_visibility() to fetch an item_property row's visibility directly (just pass course, tool and id). 19 years ago
Yannick Warnier 8d758d26f8 [svn r13099] Improved api_get_course_info() to enable getting info for a specific course_code rather than only the current course 19 years ago
Yannick Warnier 4e33bb87a0 [svn r13096] Updated footer to use version from new origin (configuration.php) 19 years ago
Julian Prud'homme 5712fa55a9 [svn r13090] minor : replace a hard coded string by a lang var 19 years ago
Eric Marguin 9214f00d43 [svn r13082] add api_chmod_R function and chmod imported scorm directory (recursively) 19 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) 19 years ago
Eric Marguin e495ecba56 [svn r13079] fix more bugs with permissions (mainly mkdir without umask(0) or chmod) 19 years ago
Eric Marguin 32edddf14d [svn r13077] oups :) I forgot to remove some debug statement in last commit 19 years ago
Eric Marguin 85572aa867 [svn r13076] fix a global permissions bug when creating a file/folder 19 years ago
Eric Marguin bbacf605c3 [svn r13074] implements autoplay for mp3player when viewing a doc (not when building it) 19 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 19 years ago
Yannick Warnier 08a3d4cdac [svn r13059] Removed installedVersion.inc.php to put the version information inside the configuration.php file. This allows for the upgrade process to pick-up the old version of the campus, then modify it at the end of the upgrade process. 19 years ago
Yannick Warnier 21d7c2500d [svn r13058] Removed reference to installedVersion.inc.php, scheduled to be removed. 19 years ago
Yannick Warnier 60909f77fa [svn r13047] Replaced mysql_ calls by Database:: calls 19 years ago
Julian Prud'homme a28b63e43a [svn r13039] Fix a bug : http://projects.dokeos.com/?do=details&id=1891 19 years ago