Commit Graph

566 Commits (939c6fa73e8966400853d2b8683ff052d930c7a6)

Author SHA1 Message Date
Yannick Warnier 0c8c93f69c [svn r12974] Minor - Added condition to avoid errors on non-object access 18 years ago
Yannick Warnier cdc194724b [svn r12973] Minor - Added condition to avoid warnings when empty array 18 years ago
Yannick Warnier 987a4ba45f [svn r12882] Add filtering in build_quizzes() so that quizzes that have the active field at -1 (deleted quizzes) do not appear in the backup interface. Fixes a possible user-bug 19 years ago
Yannick Warnier a696ac36d5 [svn r12881] Fixed bug preventing backup of survey question options 19 years ago
Yannick Warnier f3630dd18c [svn r12880] Fixed queries for survey backup 19 years ago
Yannick Warnier e05f42b068 [svn r12879] Added special case for survey question (to keep them when the survey has been selected) 19 years ago
Julian Prud'homme 7344a8f119 [svn r12815] Fix a bug (http://projects.dokeos.com/?do=details&id=1774) : if at least one LP is checked, we check all the documents too to avoid a bug of missing files 19 years ago
Yannick Warnier 2535cd2222 [svn r12733] Added survey invitation to the list of items ignored in the case of select-by-item backups 19 years ago
Yannick Warnier adc6f305f0 [svn r12732] Improve class definition following bugfix 19 years ago
Yannick Warnier 4071b9deed [svn r12731] Fix bug in course backup whereby a survey question type is considered as a element type by itself ("yesno" or "open" is considered as an element type as is "quizz" and "document") 19 years ago
Eric Marguin fea0a07c2b [svn r12645] fix some bugs when copying quiz from a course to another 19 years ago
Eric Marguin 75e36de094 [svn r12597] include_once FormValidator instead of include 19 years ago
Yannick Warnier 07a6b17cfc [svn r12532] Added quotes around probable inexistent ID 19 years ago
Yannick Warnier e33158b0b4 [svn r12219] Updated call to api_not_allowed() calls, part 2/2 -this also prevents api_not_allowed message without stylesheets 19 years ago
Patrick Cool 4d1c0cdb76 [svn r12117] bugfix: http://www.dokeos.com/forum/viewtopic.php?t=8945 19 years ago
Patrick Cool 4af03994d4 [svn r11998] consistency: use correct display message 19 years ago
Patrick Cool 9fc58baf3f [svn r11791] adding sections, using correct display messages, code cleanup 19 years ago
Eric Marguin 39c95a58d1 [svn r11786] fix a parse error 19 years ago
Yannick Warnier 409735502b [svn r11785] Added backup of surveys 19 years ago
Yannick Warnier 5e7ffb574a [svn r11784] Fixed parse error 19 years ago
Yannick Warnier 24862398ef [svn r11776] Added new types to get_tool() 19 years ago
Yannick Warnier 5b7817d34f [svn r11775] Added classes for survey backup 19 years ago
Yannick Warnier 89d1a5ede5 [svn r11773] Added survey type (survey export in development) 19 years ago
Julian Prud'homme 36b713c1e7 [svn r11395] replace the form by a formvalidator and add a progress bar for backup import 19 years ago
Yannick Warnier 14439adc83 [svn r11392] Fixed breadcrumb 19 years ago
Julian Prud'homme 6bcd7ea37c [svn r11389] use quickForm for the backup 'Create a complete backup of this course' 19 years ago
Yannick Warnier 205265a55d [svn r11381] Fixes to enable the correct learnpath ordering 19 years ago
Yannick Warnier d400c9a0ec [svn r11380] Fixed bug when path is used as an internal item ID 19 years ago
Yannick Warnier cc06d35a4f [svn r11379] Fixed wrong parameter for Database method which prevented results to be checked 19 years ago
Yannick Warnier 4c8bd21eae [svn r11378] Fix - PHP5 now takes care of the uppercasing when getting the class name of an object. Make get_class() compare to 'Course' rather than 'course' fixes it 19 years ago
Yannick Warnier bf8bd8c607 [svn r11377] Fixed course homepage link in learnpath restore 19 years ago
Yannick Warnier 9a378ad123 [svn r11376] Displaying result message in display_normal_message() box 19 years ago
Yannick Warnier dba2ab9e1a [svn r11375] Fixed SQL statement typo 19 years ago
Yannick Warnier 4562d05089 [svn r11374] Fixed breadcrumb 19 years ago
Yannick Warnier 232771cebb [svn r11373] Fixed breadcrumb 19 years ago
Yannick Warnier 2b33261aa4 [svn r11372] Minor - remove comment todo 19 years ago
Yannick Warnier ec8a69b21c [svn r11371] Updated learnpath restoration code 19 years ago
Yannick Warnier e9f5cf8818 [svn r11370] Matching resources constants to the ones declared in main_api.lib.php 19 years ago
Yannick Warnier 61544ab0b8 [svn r11369] Added hotspot_ fields to answer table backup/restore code 19 years ago
Yannick Warnier 13fe90810d [svn r11368] Moved scorm dir backup one level 19 years ago
Yannick Warnier 7d301eb5a7 [svn r11367] Added backup of scorm directory inside build_learnpaths() 19 years ago
Yannick Warnier 83504d9bbf [svn r11366] Added display_order recording to link category 19 years ago
Yannick Warnier a4f7bb2fd8 [svn r11365] Minor - added "thread" term as it's now the term used in the tables naming 19 years ago
Yannick Warnier 98a151997b [svn r11364] Updated to 1.8 structure 19 years ago
Yannick Warnier adf60bcf95 [svn r11363] Recording display order 19 years ago
Yannick Warnier 516c13f195 [svn r11362] Switched mysql_ functions to Database:: methods 19 years ago
Yannick Warnier 34825f5f40 [svn r11360] Switched mysql_ functions to Database:: methods 19 years ago
Yannick Warnier 0df15a40ec [svn r11359] Using Database::fetch_object() rather than mysql_fetch_object() because it makes for more coherent code with other calls 19 years ago
Yannick Warnier 3a68117b5b [svn r11358] Updated build_learnpaths() and removed build_scormdocuments() as the scormdocument table is no longer used 19 years ago
Yannick Warnier 4006d063d2 [svn r11357] Updated recycle_forums() and recycle_forum_categories() 19 years ago