Commit Graph

274 Commits (e96f07d08afffe55668d6717c9d041a05d1cfa2a)

Author SHA1 Message Date
Julio Montoya ff9a65803c Minor cosmetic changes 15 years ago
Julio Montoya de299c242b Coursecopy tool: Changing learnpath class to LearnpathCourseCopy to avoid redeclaration fatal error see CT#886 15 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. 15 years ago
christian1827 9620389815 merge 15 years ago
Ivan Tcholakov 4689cca36f Feature #272 - Encoding detection improvement for old course archives (for which encoding was not recorded). 15 years ago
Ivan Tcholakov 795dae1c34 Feature #272 - backup.php, copy_course_session.php, copy_course.php, recycle_course.php: Revision and cleaning. 15 years ago
Ivan Tcholakov 51506db4a4 Feature #272 - create_backup.php: Revision and cleaning, a visual correction has been added. 15 years ago
Ivan Tcholakov 298a83b9f3 Feature #272 - import_backup.php: Revision and cleaning, a visual correction has been added. 15 years ago
Ivan Tcholakov b8d23e06f5 Feature #272 -Course copy: Setting encoding has been added during the initialization of Course class. 15 years ago
Julio Montoya a10add4b11 Cleaning code 15 years ago
Carlos Vargas 7cb99d41bc improve the access and restrictions to the session's administrator CT#602 15 years ago
Noel Dieschburg a5222167c0 Dummy changes 15 years ago
Cristian Fasanando 491dfe5050 added check path exists inside document table when you create one 15 years ago
Julio Montoya 75345dc921 Moving the \"recycle_\" functions before deleting the tools 15 years ago
Julio Montoya a2eba07c4b Fixing revision ebcda7bd0d 15 years ago
Julio Montoya 20ce23d577 Fixing revision ebcda7bd0d 15 years ago
Cristian Fasanando 80a9c3dfd4 fixed empty training from backup tool 15 years ago
Julio Montoya d7ff3110b4 Adding \"audio\" field when copying a LP from other course 15 years ago
Julio Montoya 187d992586 Fixing revision ebcda7bd0d 15 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. 15 years ago
Ivan Tcholakov 0ab1c275e1 Feature #272 - Elimination of mysql_*() function calls. 15 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. 15 years ago
Cristian Fasanando 876d627f0e Fixed - urls are replaced with the destination course path and destination course code from copy course 15 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. 15 years ago
Ivan Tcholakov 99446510cc Feature #272 - Course restorer: Cleaning line endings in the source file. 15 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. 15 years ago
Julio Montoya b94b0d2e1e Fixes BT#633 - Course copy bug fixed when trying to copy an exercise with a specific question_order 15 years ago
Cristian Fasanando 554dc8cfb1 fixed warning when you finished to install, - partial CT#512 15 years ago
Cristian Fasanando 6007e30ea2 Fixed matching answer wrong when copy or export to another course - partial CT#493 15 years ago
Cristian Fasanando be644b39b2 fixed - Bug in empty the course with wiki - CT#511 15 years ago
Cristian Fasanando f25d2c704b fixed - copy course documents with visibility - CT#392 15 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 15 years ago
cvargas e969a4161a merge 15 years ago
iflores 90cbf28fff Allow do correct copy of a course description 15 years ago
Patrick Cool f76ab2f652 two bugfixes for course copy of wiki pages 16 years ago
Patrick Cool e42ec895a8 case sensitivity of filenames 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
Juan Carlos Raña be8982d207 fix lang var 16 years ago
Julio Montoya 2092248273 Adding intval function to querys see DT#4389 16 years ago
Arthur Portugal 9fe9d53376 Fixed when there are not courses in the portal to can make special exports DT#5377 16 years ago
Arthur Portugal bdb034af31 Fixed when there are not courses in the portal to can make special exports DT#5377 16 years ago
Julio Montoya f226256ce8 Minor - Fixing menu bar 16 years ago
Julio Montoya cf6aa35ef0 Minor - changing action menu position 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 f87ebd4795 Feature #5397 - Replacing mysql_fetch_object() with Database::fetch_object(). Installation scripts are skipped in this transaction. 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
Ivan Tcholakov 898f89a1fc Feature #306 - The online editor (templates), some progress bars, test server mode: Fixing various javascript errors discovered during tests with Arabic language. 16 years ago