Commit Graph

1049 Commits (93a8fc60e412f1d898c776748eb2639ccc88d920)

Author SHA1 Message Date
cvargas e969a4161a merge 15 years ago
Yannick Warnier bf34831e8e Reenable logging of SCORM and LMS events (condition was too strict) 15 years ago
Julio Montoya cc51cbf16f Fixing more issues from the link delete function see #5229 15 years ago
Cristian Fasanando 8b554c272d implemented display resources filtered by session in course inside a session into learnpath tool - DT#5496 15 years ago
Isaac Flores 5fb4f58672 Allow see glossary only scorm format 15 years ago
Isaac Flores a29419c14e Improvements in glossary with scorm 15 years ago
iflores a298c51265 merge 15 years ago
Isaac Flores 6b32fb9a01 Improvements of glossary in several tools 15 years ago
Isaac Flores 398bd9a5b5 Allow search in complete document 15 years ago
Isaac Flores 9fcfdb4ef9 Improvements of glossary in extra tools 15 years ago
Isaac Flores 11657a482b Integration the glossary tool in extra tools 15 years ago
Juan Carlos Raña 71ea6113fb fix lang var 15 years ago
Ivan Tcholakov c81137da87 Feature #306 - Removing the function replace_accents(). This function is not needed anymore. 15 years ago
Ivan Tcholakov fd9314ca09 Feature #306 - Removing the function remove_accents(). It is useless in contemporary code. 15 years ago
Ivan Tcholakov c9af458a84 Feature #5397 - Replacing mysql_affected_rows() with Database::affected_rows(). 15 years ago
Ivan Tcholakov 6e016fb743 Feature #5397 - Replacing mysql_num_rows() with Database::num_rows(). 15 years ago
Ivan Tcholakov 30b0daf596 Feature #5397 - Replacing mysql_fetch_row() with Database::fetch_row(). 15 years ago
Ivan Tcholakov bb90a73e87 Feature #5397 - Replacing mysql_real_escape_string() with Database::escape_string(). 15 years ago
Ivan Tcholakov f41848b652 Feature #5397 - Replacing mysql_insert_id() with Database::insert_id(). 15 years ago
Ivan Tcholakov e5c9dddad1 Feature #5397 - There are two methods in Database class that do the same thing: Database::get_last_insert_id() and Database::insert_id(). Let us deprecate Database::get_last_insert_id(), it is longer and it doesn't follow the intuitive pattern for replacement mysql_* --> Database::*. Replacing Database::get_last_insert_id() with Database::insert_id(). 15 years ago
Ivan Tcholakov ada9c84124 Feature #5397 - Replacing mysql_fetch_array() with Database::fetch_array(). Installation scripts and some other files are skipped in this transaction. 15 years ago
Ivan Tcholakov f87ebd4795 Feature #5397 - Replacing mysql_fetch_object() with Database::fetch_object(). Installation scripts are skipped in this transaction. 15 years ago
Cristian Fasanando 22a61cf7c1 Implemented new functionalities for training sessions - partial DT #5377 15 years ago
Ivan Tcholakov de0ec5ca3d Feature #306 - Line endigs cohrrence, Part 3: Converting \r\n line endings (Windows style) to \n (Unix style) in php, html, js, xml, txt files. 15 years ago
Yannick Warnier ac9116e974 Fixed problem showing wrong tab in learnpaths list 15 years ago
Yannick Warnier 5f6a260859 Fixed bug with CALFAT SCORM (fixes DT#5190) 15 years ago
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 15 years ago
Ivan Tcholakov 1fa21303bd Feature #306 - Replacing the function api_sql_query() with Database::query(), starting from "link" folder and ending with "work" folder. 15 years ago
Ivan Tcholakov 302eb4dc0e Feature #306 - Replacing everywhere the function api_store_result() with Database::store_result(). 15 years ago
Ivan Tcholakov 760d14b72e Bug #2867 - Trimming trailing whitespace in all (system range) javascript files. 15 years ago
Ivan Tcholakov b1872644bf Feature #306 - Trimming totally trailing whitespace in php-source files, part 2, 140 files. 15 years ago
Ivan Tcholakov e197cb109e Feature #306 - Replacing the ugly construct (my workaround) @getimagesize(api_url_to_local_path($image_path)) with a better one: api_getimagesize($image_path). 15 years ago
Ivan Tcholakov d9e28e4439 Feature #306 - Moving the function rmdirr() into the main API file. 15 years ago
Cristian Fasanando 5bb5cee17f Fixed tooltip in learning path documents adding by default template empty when you create a document into learning path tool - partial DT #4337 15 years ago
Ivan Tcholakov 9dce81ad53 Bug #3646 and Issue #306 - Learning paths, the old Conference tool, Booking tool, Social network tool, Surveys: Fixing person name order and sorting to be dependable on the internationalization settings. 15 years ago
Julio Montoya 656aace234 fixes dt #5222 15 years ago
Julio Montoya d7870d84d4 Updaiting search files 15 years ago
Ivan Tcholakov d007d59a99 Bug #5208 - SCORM courses: Fixing deletion of a SCORM course, based on the proposal by Christophe, see http://www.dokeos.com/forum/viewtopic.php?t=29673. The pesent solution works on Windows OS too. A new library file rmdirr.lib.php has been created (and revised), also, a formal test for this library file has been added. 15 years ago
Yannick Warnier 18a8edf355 Remove error_log() 15 years ago
Yannick Warnier 82ec14ab9c Fixed warning in learning path caused by erroneous table name being used 15 years ago
Ivan Tcholakov e27f8ea601 Bug #1370 - Before going further, cleaning code first. Clarification of using constants for selecting database tables. Replacing everywhere hardcoded database names with the corresponding constants. 15 years ago
Ivan Tcholakov 0f78b8955b Feature #3287 - Replacement call of the deprecated function get_setting() with api_get_setting(). The function get_setting() will be deleted in the main API in Dokeos 1.8.7, the this task #3287 will be closed. Nothing is to be tested at the moment. 15 years ago
Cristian Fasanando dc49a0d5b2 Fixed icon not align into item list in lp - partial DT #5116 15 years ago
Ivan Tcholakov 70f9882931 Issue #306 - Searching and fixing some insafe calls of htmlentities(). 15 years ago
Ivan Tcholakov 933b1bebdd Issue #306 - Elimination of some direct calls of the function mb_convert_encoding(). The goal is we not to depend badly on the mbstring extension. 15 years ago
Cristian Fasanando dc5b7166e4 removed error_log 16 years ago
Julio Montoya 191cc461d9 redefine @package 16 years ago
Julio Montoya b668f7c3f5 Fixing scorm results + multiple attempts by iflores see DT#4444 16 years ago
Isaac Flores f96884e55d Improvements in multiples attempts with scorm 16 years ago
Isaac Flores 047f7d54f2 Improvements in scorm with multiples attempts - (partial BUG#4444) 16 years ago