Commit Graph

1037 Commits (aeacfbd8e73a9bfbb890e45814e96db2d1e05216)

Author SHA1 Message Date
Juan Carlos Raña 71ea6113fb fix lang var 16 years ago
Ivan Tcholakov c81137da87 Feature #306 - Removing the function replace_accents(). This function is not needed anymore. 16 years ago
Ivan Tcholakov fd9314ca09 Feature #306 - Removing the function remove_accents(). It is useless in contemporary code. 16 years ago
Ivan Tcholakov c9af458a84 Feature #5397 - Replacing mysql_affected_rows() with Database::affected_rows(). 16 years ago
Ivan Tcholakov 6e016fb743 Feature #5397 - Replacing mysql_num_rows() with Database::num_rows(). 16 years ago
Ivan Tcholakov 30b0daf596 Feature #5397 - Replacing mysql_fetch_row() with Database::fetch_row(). 16 years ago
Ivan Tcholakov bb90a73e87 Feature #5397 - Replacing mysql_real_escape_string() with Database::escape_string(). 16 years ago
Ivan Tcholakov f41848b652 Feature #5397 - Replacing mysql_insert_id() with Database::insert_id(). 16 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(). 16 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. 16 years ago
Ivan Tcholakov f87ebd4795 Feature #5397 - Replacing mysql_fetch_object() with Database::fetch_object(). Installation scripts are skipped in this transaction. 16 years ago
Cristian Fasanando 22a61cf7c1 Implemented new functionalities for training sessions - partial DT #5377 16 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. 16 years ago
Yannick Warnier ac9116e974 Fixed problem showing wrong tab in learnpaths list 16 years ago
Yannick Warnier 5f6a260859 Fixed bug with CALFAT SCORM (fixes DT#5190) 16 years ago
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 16 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. 16 years ago
Ivan Tcholakov 302eb4dc0e Feature #306 - Replacing everywhere the function api_store_result() with Database::store_result(). 16 years ago
Ivan Tcholakov 760d14b72e Bug #2867 - Trimming trailing whitespace in all (system range) javascript files. 16 years ago
Ivan Tcholakov b1872644bf Feature #306 - Trimming totally trailing whitespace in php-source files, part 2, 140 files. 16 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). 16 years ago
Ivan Tcholakov d9e28e4439 Feature #306 - Moving the function rmdirr() into the main API file. 16 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 16 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. 16 years ago
Julio Montoya 656aace234 fixes dt #5222 16 years ago
Julio Montoya d7870d84d4 Updaiting search files 16 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. 16 years ago
Yannick Warnier 18a8edf355 Remove error_log() 16 years ago
Yannick Warnier 82ec14ab9c Fixed warning in learning path caused by erroneous table name being used 16 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. 16 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. 16 years ago
Cristian Fasanando dc49a0d5b2 Fixed icon not align into item list in lp - partial DT #5116 16 years ago
Ivan Tcholakov 70f9882931 Issue #306 - Searching and fixing some insafe calls of htmlentities(). 16 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. 16 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
Julio Montoya fd917b287b partial fix to DT#4444 16 years ago
Julio Montoya d81b50adda This fix DT#4444 16 years ago
Julio Montoya c5b80f610c Fixing scorm.api with iteractions 16 years ago
Ivan Tcholakov b8545accd9 [svn r22242] FS#2867 - The online editor: Renaming a toolbar, 'LearnPath' --> 'LearningPathDocuments'. 16 years ago
Ivan Tcholakov b9013db6dc [svn r22241] FS#2867 - The online editor: Renaming a toolbar, 'CommentLearningPath' --> 'LearningPathAuthor'. 16 years ago
Cristian Fasanando c87dfa80b2 [svn r22201] Added library event.lib.inc.php in global.inc and remove require_once to this one from other files - partial FS#842 16 years ago
Carlos Vargas 02c5079bcf [svn r22155] minor add var get_lang in learnpath 16 years ago
Ivan Tcholakov 8c97c2e803 [svn r22095] FS#2867 - The learning path tool: Eliminating the global variable $fck_attribute, part 2. 16 years ago
Ivan Tcholakov bbc2ff3079 [svn r22094] FS#2867 - The learning path tool: Eliminating the global variable $fck_attribute, part 1. 16 years ago
John Hinojosa 151e2468cd [svn r22074] change target="_top" with target="_self" FS#3759 16 years ago
Ivan Tcholakov b8bf14f443 [svn r21933] FS#2867 - The FCKEditor, all introduction sections: Eliminating the global variable $fck_attribute. 16 years ago