Commit Graph

410 Commits (dab56c37f30e8fdd4d266b75ae8f9b585611151e)

Author SHA1 Message Date
Ivan Tcholakov c81137da87 Feature #306 - Removing the function replace_accents(). This function is not needed anymore. 16 years ago
Ivan Tcholakov c9af458a84 Feature #5397 - Replacing mysql_affected_rows() with Database::affected_rows(). 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
Cristian Fasanando 22a61cf7c1 Implemented new functionalities for training sessions - partial DT #5377 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 b1872644bf Feature #306 - Trimming totally trailing whitespace in php-source files, part 2, 140 files. 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
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
Cristian Fasanando dc49a0d5b2 Fixed icon not align into item list in lp - partial DT #5116 16 years ago
Ivan Tcholakov b8545accd9 [svn r22242] FS#2867 - The online editor: Renaming a toolbar, 'LearnPath' --> 'LearningPathDocuments'. 17 years ago
Carlos Vargas 02c5079bcf [svn r22155] minor add var get_lang in learnpath 17 years ago
Ivan Tcholakov 8c97c2e803 [svn r22095] FS#2867 - The learning path tool: Eliminating the global variable $fck_attribute, part 2. 17 years ago
Julio Montoya ce9226cbb3 [svn r21678] Minor - There's not need to change the charset of the LP name (a.k.a first section in a LP) 17 years ago
Isaac Flores 08726749f1 [svn r21656] logic changes - Allow multiple attempts when user is student - (partial FS#4276) 17 years ago
Ivan Tcholakov ff8705fb78 [svn r21565] FS#306 - The learnpath class: Making detection of .dll and .exe files precise. 17 years ago
Isaac Flores 7a30908fdf [svn r21505] logic changes - allow see image after importing SCORM Dokeos - (partial FS#4300) 17 years ago
Yannick Warnier e9f5bef3d2 [svn r21166] Minor - Added TODO comment 17 years ago
Yannick Warnier 1cf4a36f9d [svn r21165] Fixed encoding problem in stats page for learning path 17 years ago
Julio Montoya 3626c3917f [svn r21093] Security improvements FS#4261 17 years ago
Patrick Cool 9593861b31 [svn r20988] improve icon consistency 17 years ago
Julio Montoya 446beb97fb [svn r20944] Deleting debug message 17 years ago
Patrick Cool 75cf7596bb [svn r20876] default title for student publication 17 years ago
Ivan Tcholakov 8726cabb5a [svn r20859] FS#4226 - SCORM export: Repeating the correction as it was in SVN#20844. 17 years ago
Cristian Fasanando 75b1ca3470 [svn r20858] Fixed autostart audio when a test is finished - partial FS#4232 (by rvelasquez) 17 years ago
Arthur Portugal 6089984995 [svn r20857] Fixed prerequisites ugly FS#4232 17 years ago
Cristian Fasanando 6d98e8748f [svn r20854] Fixed distorted picture into view of courses - partial FS#4232 (by jhp1411) 17 years ago
Julio Montoya b0370d8d94 [svn r20852] Save items to the DB with the lp charset, showing the LP items in the platform charset see FS#4208 17 years ago
Ivan Tcholakov 4fd8ccf353 [svn r20844] FS#4226 - Replacing a call to a deprecated method. Te actual method is get_mastery_score(), class learnpathItem. 17 years ago
Ivan Tcholakov 0efd0e1ea2 [svn r20818] FS#306 and FS#4226 - SCORM export: Removing some remove tabulators and new-line control characters that are converted into html-entities within imsmainfest.xml file. 17 years ago
Cristian Fasanando f9f34463f6 [svn r20816] Aligned fields of form for tests,links,assignments and forums items - partial FS#4232 17 years ago
Isaac Flores b01bbf3deb [svn r20815] logic changes - fixed Quiz exported - (partial FS#2602) 17 years ago
Patrick Cool 0f28c5a403 [svn r20784] improve form consistency 17 years ago
Patrick Cool 8342e37e09 [svn r20782] add icons and links to the help message, 17 years ago
Patrick Cool f5bc0cffcf [svn r20772] correct use of feedback messages 17 years ago
Patrick Cool e43376d0a2 [svn r20765] improve security 17 years ago
Ivan Tcholakov 615e32d491 [svn r20723] FS#306 - Replacing some occurrences of the function mb_convert_encoding() with api_convert_encoding() which is able to support more encodings if the iconv php-extension has been activated. 17 years ago
Patrick Cool c070b83022 [svn r20694] action links persistent 17 years ago
Patrick Cool 5dcd632414 [svn r20692] use better icons because: grey icons means not available, no background, consistency in style for build, organize and display. 17 years ago
Isaac Flores 6615612b12 [svn r20657] Minor - Added comment 17 years ago
Isaac Flores 7291a8993b [svn r20572] logic changes - improvements in scorm export - (partial FS#2602) 17 years ago
Cristian Fasanando 539cb259b5 [svn r20571] Fixed bug problema al exportar un csv desde reporte - see FS#4189 (by rvelasquez) 17 years ago
Yannick Warnier 37e5a3497b [svn r20525] Switched GARBAGE_PATH to SYS_ARCHIVE_PATH (see FS#4191) 17 years ago
Arthur Portugal 4108c733c7 [svn r20510] Changed the button style and remove prerequisite FS#3909 17 years ago
Arthur Portugal 0aef1fab69 [svn r20501] Fixed warning when you added a hotpotatoes in lp - partial FS#3909 17 years ago
Cristian Fasanando ea105539bf [svn r20492] Fixed apostrophes problem in learning path - partial FS#4143 (by rvelasquez) 17 years ago
Ivan Tcholakov c7631d1d5f [svn r20440] FS#306 and FS#4143 - Course (Learning path) tool: Some fixes for better character encoding management. 17 years ago