Commit Graph

40 Commits (f8952f4784ff32ef4e8c6b04c24408a3bfa8453e)

Author SHA1 Message Date
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. 16 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 16 years ago
Carlos Vargas ab5efe3ace if you export a scorm in a session, add a session id in lp CT#601 16 years ago
Noel Dieschburg f44cacd1cb Bugfix : take into account the quota of the course instead of 1G harcoded value in scorm upload 16 years ago
Ivan Tcholakov 446492fc35 Feature #347 - Reporting, Learning path: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 16 years ago
Ivan Tcholakov 44423800c0 Feature #576 - Additional insertions of the function api_get_permissions_for_new_directories(), other minor corrections. 16 years ago
cvargas e969a4161a merge 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 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 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 b1872644bf Feature #306 - Trimming totally trailing whitespace in php-source files, part 2, 140 files. 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 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
Yannick Warnier fdde2efbbe [svn r21136] Using api_convert_encoding() instead of mb_convert_encoding() 17 years ago
Isaac Flores 7291a8993b [svn r20572] logic changes - improvements in scorm export - (partial FS#2602) 17 years ago
Yannick Warnier 98df6fce03 [svn r17598] Fixes to latest commits 17 years ago
Marco Villegas 15ef79fbb7 [svn r17550] search: refactor search engine index and search interface and let learnpath follow it 17 years ago
Julio Montoya 5d2468d2ce [svn r16074] Showing the LP image and the author name. FS#2841 17 years ago
Yannick Warnier d15c9d9592 [svn r15577] Updated API documentation 18 years ago
Julio Montoya d9c9153aa3 [svn r14477] Enabled optional learning path -level CSS (see FS#576) 18 years ago
Yannick Warnier 0ce0a7a2e7 [svn r13978] Deal (badly) with cases where charset cannot be found in parsing a SCORM imsmanifest 18 years ago
Yannick Warnier a4d160ec66 [svn r13628] Various minor changes to improved non-UTF-8 XML encoding support - Includes fix for FS#2032 18 years ago
Yannick Warnier 59c6274628 [svn r13287] New SCORM and AICC paths are now visible by default 18 years ago
Yannick Warnier 142f776f6a [svn r13109] Added insertion of display_order 18 years ago
Yannick Warnier 50a611f23f [svn r13100] Added call to api_item_property_update() to insert the learnpaths in item_property 18 years ago
Eric Marguin 9214f00d43 [svn r13082] add api_chmod_R function and chmod imported scorm directory (recursively) 18 years ago
Eric Marguin 1606dbf6d6 [svn r13081] chmod impoerted scorm directory 18 years ago
Yannick Warnier 7e2a86eed7 [svn r12958] Added code to deal with SCORM 1.2's mastery_score and max_time_allowed. Possibly introducing a risk in calculating the status of the element. If the mastery score has been reached, then the status is changed to "passed" (if not already 'completed'). 18 years ago
Yannick Warnier e26cbd3999 [svn r12370] Allowing but renaming .php and .phtml files in SCORM and AICC packages 19 years ago
Yannick Warnier d290f59922 [svn r12224] Fixed little bug in database naming. Partial database names are enough for Database::get_course_table(), no need to give table_prefix 19 years ago
Eric Marguin 0ddd1e61a9 [svn r12192] fix a bug when selecting the tables 19 years ago
Yannick Warnier c4f440387c [svn r12167] Fixed errors with unique db mode (see forum http://www.dokeos.com/forum/viewtopic.php?t=8084 ) 19 years ago
Yannick Warnier fd509e1ed0 [svn r10437] Added handling of the parameters attribute in imsmanifest <item> element 19 years ago
Yannick Warnier aaa14e93dc [svn r10334] Improved imsmanifest.xml locating 19 years ago
Patrick Cool 43833b9ae9 [svn r10190] first run of cleanup of the table names 19 years ago
Yannick Warnier e595877cde [svn r10122] Changing default force_commit to 0 19 years ago
Yannick Warnier ed78feeda0 [svn r9921] Updated course table name building (was triggering problems when migrating the way it was) 19 years ago
Ludovic Gasc 3f54b7927e [svn r9834] desactivate upgrade button (not yet tested) 19 years ago