Commit Graph

275 Commits (0ade1298a05d2bb6160e3c2e96cfda047e975516)

Author SHA1 Message Date
Julio Montoya 1f162d6fba Adding support for multiple URL for course categories see BT#6195 11 years ago
Julio Montoya df5ea9049d Adding new settings documents_default_visibility_defined_in_course/documents_default_visibility. 11 years ago
Julio Montoya cbadd79ee1 Improving course setting creation/edition. Now the infocours.php creates a key in the database if the setting does not exists. 11 years ago
Yannick Warnier 7fcbd56b4a Implementation of "hidden" visibility for courses - still misses visibility switch for courses in session for platform admin - refs BT#6585 11 years ago
Yannick Warnier 3c770c201d Security - Reintroducing HTML filter after report by Javier Bloem that it introduces an XSS, secifically for portals open to new teachers created by anonymous users, and reverting commit svn r20496 referencing issue http://projects.dokeos.com/index.php?do=details&task_id=4109 not accessible to the public anymore. 11 years ago
Julio Montoya 8a90dd4ae2 Adding comments, fixing URL 12 years ago
Julio Montoya 435ece6676 Adding URL 12 years ago
Julio Montoya 5ddc52ce37 Fixing wrong zip file format error. 12 years ago
Julio Montoya 6b8c7ea713 Using absolut paths 12 years ago
Julio Montoya 70b0984aee Adding icons in order to improve course setting edition 12 years ago
Julio Montoya a36be610ce Fixing "enable_exercise_auto_launch" setting when creating new courses see BT#6221 12 years ago
Julio Montoya fc7d58a473 Fixing course settings save 12 years ago
Julio Montoya 39cedaeb63 Fixing PHP notice 12 years ago
Julio Montoya 4ecb3980cd Fixing fatal error because functions were moved in a function 12 years ago
Julio Montoya 01971a0391 Fixing course settings behaviour when the setting doesn't exist. 12 years ago
Julio Montoya dad69fb238 Adding c_id in track_* and session_rel_course and session_rel_course_rel_user tables see BT#5638 12 years ago
Julio Montoya 6e1279f783 Adding c_id in table access_url_rel_course chaging a lot of queries see BT#5638 12 years ago
Julio Montoya 5eeac46588 Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise 12 years ago
Julio Montoya 7f532ffb68 Adding option "allow_fast_exercise_edition" to enable a fast way to edit exercise questions: jqgrid instead of draggable questio list, textarea instead of fckeditor see BT#6043 12 years ago
Julio Montoya cfac24c461 Removing deprecating function function get_setting() is replaced with api_get_setting(), 12 years ago
Julio Montoya 2b25fd7a02 Moving configuration files in the app/config folder, removing *.conf files from all scripts, conf files should be called in global.inc 12 years ago
Julio Montoya d7fad203d7 Removing unused files 12 years ago
Julio Montoya 23f364d2cf Removing fileUpload.lib and fileManager.lib calls lib already loaded with composer. fileManage.lib.php renamed to fileManager.lib.php 12 years ago
Julio Montoya 5b0e21a136 Removing calls of fileDisplay.lib.php 12 years ago
Julio Montoya 3421f7dc41 Fixing PHP warning 12 years ago
Julio Montoya 699f3d32b0 Minor * Improving UI 12 years ago
Julio Montoya 7dbb273294 Removing add_course.lib.inc.php files functions moved to course.lib.php 12 years ago
Julio Montoya ea7a661df9 Adding more fixes see #4871 12 years ago
Julio Montoya 4532e24aac Fixing document quota when using dropbox see #3918 12 years ago
Julio Montoya 85c9058c8f Moving course theme in the course settings not in the LP settings 12 years ago
Julio Montoya 11cbeff3cc Minor fixing URL 12 years ago
Julio Montoya f0e5442307 Adding Course direct link registration see #5299 12 years ago
Julio Montoya 4dd876d90a Should fix bug when using course legal when loggin as anonymous see #4619 13 years ago
Julio Montoya 211f2b7946 drh role can access the exercise reports see #4676 13 years ago
Julio Montoya 8034435745 Allowing legal notice in courses with visibility OPEN_WORLD, OPEN_PLATFORM see #4619 13 years ago
Yannick Warnier e4f6cc606b Minor - code styling 13 years ago
Yannick Warnier ec9778410e Added callback to course plugins update methods - refs #4796 13 years ago
Julio Montoya 12efe8df95 Fixing course settings options see #3630 13 years ago
Yannick Warnier 7f0a385e5b Hiding public certificates setting if global config says no - refs #3630 13 years ago
Julio Montoya 415612e5c3 Improving bbb in order to create easily course plugins see #4840 13 years ago
Yannick Warnier 2e9f53e678 Removed unused language var 13 years ago
Julio Montoya 39c9981261 Adding allow_public_certificates settings in platform and course settings see #3630 13 years ago
Julio Montoya 3414a8aa8b Now we can add boolean (yes, no) options in a plugin settings, all BBB settings are now moved to the plugin see BT#3123 13 years ago
Julio Montoya b28a189879 Adding new options when bbb plugin is enabled see BT#3123 13 years ago
Julio Montoya b296e81f19 Adding new course settings due the recent updates of the BBB plugin see BT#3123 13 years ago
Julio Montoya aaf57261c0 Minor - removing unused code 13 years ago
Julio Montoya 7020474432 Hiding gradebook settings 13 years ago
Julio Montoya 4b26e9aa08 Removing old grading model tool 13 years ago
Julio Montoya 50065b8b81 More UI fixes 13 years ago
Julio Montoya 5a453927dd When hidden course tools we also block the access to the page with a api_not_allowed a new variables is needed: $current_course_tool = TOOL_ATTENDANCE; see BT#4138. Admins have access everywhere 13 years ago