Commit Graph

93 Commits (4e9cd5894dea62120e4f3d5260a64e585cbb2236)

Author SHA1 Message Date
Julio Montoya 9fc67539d2 Fixing copy course message + some fixes + adding session_id in the create_unexisting_directory() document function see BT#2386 15 years ago
Julio Montoya d43c5efa2e Fixing copy promotion, now we take in count the session id, LP and exercises are set to invisible by default see BT#2386 15 years ago
ywarnier d410d03d13 Fix small problem in course copy when directory not registered in original course (CT#3059) 15 years ago
Julio Montoya cc1aa215ba When using the copy promotion feature we also save some course parameters see BT#2079 15 years ago
Julio Montoya c885b4bf11 Fixing course import: replacing the old course code with the destination code, see BT#1985 15 years ago
Julio Montoya 2b6ee2086b Minor corrections 15 years ago
Julio Montoya dbc5f25158 Renaming update_query to update in the database library 15 years ago
Julio Montoya a19e5631f3 Cosmetic changes + fixing a query with the new function database::select 15 years ago
Julio Montoya 41ecc2f698 Adding support when copying the course for the new table quiz_question_option 15 years ago
Ivan Tcholakov 7515a2354b Feature #1744 - Cleaning logical conditions (2). 16 years ago
Julio Montoya 25aa1aac19 Cleaning code 16 years ago
Julio Montoya fba4319b25 Fixing the \"Complete course copy in session\" feature see CT#1253 16 years ago
Julio Montoya 57ab2b10cf Adding announcement attachments when copying a course from a zip file see CT#519 16 years ago
Julio Montoya 77fc12ccab Adding event attachments when copying a course from a zip file see CT#519 16 years ago
Julio Montoya e4f11ee807 Adding lp author, lp image when copying a course see CT#519 16 years ago
Julio Montoya fc5a814598 Minor - cleaning 16 years ago
Julio Montoya 1f18030380 Adding announcement attachments when copying a course see CT#519 16 years ago
Julio Montoya a228802a39 Adding evet attachments when copying a course see CT#519 16 years ago
Guillaume Viguier a857190270 Bad redirection in control panel - CT#869 16 years ago
Julio Montoya de299c242b Coursecopy tool: Changing learnpath class to LearnpathCourseCopy to avoid redeclaration fatal error see CT#886 16 years ago
Ivan Tcholakov 12c88eef03 Bug #879 - Fixing a bug that prevented proper importing tests from course zip-archives created on systems prior Chamilo 1.8.6.2. 16 years ago
Ivan Tcholakov 4689cca36f Feature #272 - Encoding detection improvement for old course archives (for which encoding was not recorded). 16 years ago
Cristian Fasanando 491dfe5050 added check path exists inside document table when you create one 16 years ago
Julio Montoya d7ff3110b4 Adding \"audio\" field when copying a LP from other course 16 years ago
Ivan Tcholakov bc60747b1b Feature #347 - Course settings and Course creation, Documents, Dropbox tool: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 16 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. 16 years ago
Cristian Fasanando 876d627f0e Fixed - urls are replaced with the destination course path and destination course code from copy course 16 years ago
Ivan Tcholakov ea7db781e3 Feature #272 - Course restorer: Now the imported course is converted to the system encoding. For example, in UTF-8 system you may import old 1.8.x archives that have ISO-8859-15 encoding. 16 years ago
Ivan Tcholakov 99446510cc Feature #272 - Course restorer: Cleaning line endings in the source file. 16 years ago
Ivan Tcholakov 1fc500cd90 Feature #272 - Course restorer: Encoding detection for course archives has been added. It is necessary for importing archives that are created with systems older than 1.8.6.1. Next to do: The read/detected encoding value should be used for data conversion. 16 years ago
Julio Montoya b94b0d2e1e Fixes BT#633 - Course copy bug fixed when trying to copy an exercise with a specific question_order 16 years ago
Cristian Fasanando 6007e30ea2 Fixed matching answer wrong when copy or export to another course - partial CT#493 16 years ago
Cristian Fasanando be644b39b2 fixed - Bug in empty the course with wiki - CT#511 16 years ago
Cristian Fasanando f25d2c704b fixed - copy course documents with visibility - CT#392 16 years ago
Cristian Fasanando f2bd91bf98 Added fields expired time and random answers to destination course when it's imported and copied from origin course - partial CT#462 16 years ago
cvargas e969a4161a merge 16 years ago
iflores 90cbf28fff Allow do correct copy of a course description 16 years ago
Patrick Cool f76ab2f652 two bugfixes for course copy of wiki pages 16 years ago
Patrick Cool b77e7f4a7c remove debug statement 16 years ago
Patrick Cool 32c7c9b980 course copy: most recent version of wiki pages 16 years ago
Cristian Fasanando aacfd51d50 Fixed copy course session to another session for documents tool - partial BT #5377 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 9b1f3ed934 Feature #5397 - Replacing again the deprecated function api_sql_query() with Database::query(). 16 years ago
Cristian Fasanando 22a61cf7c1 Implemented new functionalities for training sessions - partial DT #5377 16 years ago
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 16 years ago
Ivan Tcholakov 0e51c62659 Feature #306 - Replacing the function api_sql_query() with Database::query(), starting from "announcements" folder and ending with "group" folder. 16 years ago
Ivan Tcholakov 7aef9165bf Feature #306 - Trimming totally trailing whitespace in php-source files, part 1, 220 files. 17 years ago
Ivan Tcholakov d9e28e4439 Feature #306 - Moving the function rmdirr() into the main API file. 17 years ago
Ivan Tcholakov a228f6d428 Bug #5208 - Training bacup/restore tool: Final cleaning code. 17 years ago
Ivan Tcholakov b53ea6cce1 Bug #5208 - Training bacup/restore tool: Cleaning code. 17 years ago