Commit Graph

1166 Commits (92b84a340910973d115088ab80726442f93bffcf)

Author SHA1 Message Date
Julio Montoya 3b6d294e95 Avoid warning messages if input is an array in choose_image function 15 years ago
Julio Montoya b5661c8a64 Minor - cleaning code 15 years ago
Julio Montoya 1aabf67ff0 Adding token when changing order of LP items, requires testings see CT#967 15 years ago
Julio Montoya 1d032520a4 Adding Security::remove_XSS function 15 years ago
Yannick Warnier fce07a8ad7 Minor - Review code style 15 years ago
Yannick Warnier 944cb853fa Minor - updated code style 15 years ago
Ivan Tcholakov 1de5604a9e Task #272 - Adding html-metadata (encoding, language, text direction) in the file lp-save.php. 15 years ago
Yannick Warnier ef1301cc68 Improvements to scorm logging - write file in system's temporary directory in debug mode 15 years ago
Yannick Warnier 75d1505375 Added clearer error message when no space left or not scorm package 15 years ago
Guillaume Viguier 61cd194653 LMS communication breaks on user input - CT#888 15 years ago
Julio Montoya 76dafd5370 fix another bug in learnpaths time tracking (from dokeos revision 842b2f796a8f ) 15 years ago
Julio Montoya 08eb7155b4 Modifiying the tracking::get_avg_student_score function to count only the LP that have an exercise to get the average not ALL the LPs 15 years ago
christian1827 9620389815 merge 15 years ago
Cristian Fasanando a755ca5058 added visibility of published learning path for students only when the progress of its prerequisite is completed - partial BT#871 15 years ago
Arthur Portugal 95e30961df Changed the signs ' - ' and ' / ' when the results are disabled CT#601 15 years ago
Cristian Fasanando d3225a1c13 added visibility of a learning path for a student when the prerequisite is completed - partial BT#871 15 years ago
Julio Montoya 54852b8468 Teachers/Course admins can view student results when correcting LPs + Exercises see CT#603 15 years ago
aportugal ac0dfe3e71 merge 15 years ago
Yannick Warnier a70f79c645 Added Chamilo to content providers list 15 years ago
rrodriguez 668f5e74f7 Merge 15 years ago
Ivan Tcholakov 54a9b942c2 Task #763 - All the replacements api_get_path('WEB_COURSE_PATH') --> api_get_path(WEB_COURSE_PATH) and other similar to them. 15 years ago
Yannick Warnier cc58e5cac4 Private bug BT#850 - Fix score and session_time reporting in SCORM 1.2 15 years ago
Ivan Tcholakov 5974516888 Feature #272 - Changes that lead loading the file sortabletable.class.php (and the tree of related files) only when it is necessary, on explicit statement require_once. Previously this file loaded on every page, which is waste of computing resource. 15 years ago
Ivan Tcholakov 589e5e7d51 Task #696 - Removing api_ucfirst() calls that affect formatting dates for different languages. 15 years ago
Guillaume Viguier f4c7015a3a Date and time management; got rid of format_locale_date - Chamilo - CT#696 15 years ago
Carlos Vargas 60cd9c1aa1 Partial rename get_lang for tools 15 years ago
Julio Montoya 7c1439e8ea Adding the CourseList link 15 years ago
Julio Montoya 5a15c7d8f4 fix the bug with huge time stored when browsing learnpaths it changeset 9260 cbd9a443d5b1 from Dokeos 15 years ago
Julio Montoya c66bad105f Bugfix : take into account the quota of the course instead of 1G harcoded value in scorm upload changeset 2b4abcdf7fc3 from Dokeos 15 years ago
Julio Montoya e8d2a37275 Fixing wrong sql query see CT#704 15 years ago
Patrick Cool e95ce0f2f9 https://support.dokeos.com/issues/5872 15 years ago
Carlos Vargas ab5efe3ace if you export a scorm in a session, add a session id in lp CT#601 15 years ago
Julio Montoya 777f70fee1 Fixes BT#794: A weird bug that blocks FF 3.6 when calling a pdf file in a LP (bug reported using FF 3.6 + WinXP SP3 + adobe reader 9) requires testing 15 years ago
Julio Montoya 446adf348a Minor - changing headers 15 years ago
Eric Marguin 327cd789c7 fix the bug with huge time stored when browsing learnpaths 15 years ago
Julio Montoya 0efae068f5 learnpathItem::parse_prereq function changed: 15 years ago
Cristian Fasanando 5a9642a033 added filter by session id for reporting about courses, sessions and users - partial BT#570 15 years ago
Noel Dieschburg a5222167c0 Dummy changes 15 years ago
Noel Dieschburg f44cacd1cb Bugfix : take into account the quota of the course instead of 1G harcoded value in scorm upload 15 years ago
Carlos Vargas e64b8efb06 move the require_once inc/global and $htmlFeadXtra of learnpath.class.php to lp.controller.php 15 years ago
Julio Montoya 041fc666b7 Adding the \"none\" option to the prerequisites see http://www.chamilo.org/es/node/146 15 years ago
Julio Montoya d504f5224f Adding the filename when editing the \"add audio\" option in LPs 15 years ago
Ivan Tcholakov 446492fc35 Feature #347 - Reporting, Learning path: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 15 years ago
Ivan Tcholakov 0ab1c275e1 Feature #272 - Elimination of mysql_*() function calls. 15 years ago
Ivan Tcholakov 44423800c0 Feature #576 - Additional insertions of the function api_get_permissions_for_new_directories(), other minor corrections. 15 years ago
Ivan Tcholakov 088414f4c8 Feature #576 - Some minor corrections about the previous transaction. 15 years ago
Ivan Tcholakov 14108b1593 Feature #576 - Applying the function api_get_permissions_for_new_directories() on its relevant places. Using the function umask() has been avoided because this function is not thread-safe. Other minot corrections. 15 years ago
Carlos Vargas 12cbf9c3fb Create test resourcelinker and repair include in resourcelinker.inc.php in main/newscorm and main/resourcelinker CT#191 15 years ago
Cristian Fasanando c9c62f6757 minor - moved parse_HTML_attributes method inside DocumentManager class 15 years ago
Cristian Fasanando 7cc0c912f4 fixed ambiguous field inside sql querys with item_property table - partial CT#580 15 years ago