This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
moodle
Watch
1
Star
0
Fork
0
You've already forked moodle
mirror of
https://github.com/moodle/moodle.git
synced
2025-02-19 07:41:02 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
moodle
/
mod
/
lesson
History
michaelpenne
0f2bff9d7b
FIXED: questiontypes help button was looking for the wrong help file
2005-04-13 00:01:43 +00:00
..
action
FIXED: questiontypes help button was looking for the wrong help file
2005-04-13 00:01:43 +00:00
db
Bye. Now all those tabs are out
2005-03-05 00:09:39 +00:00
backuplib.php
Some minor XML indentation, some changes in the XML structure and
2005-03-07 01:32:05 +00:00
format.php
…
icon.gif
…
import.php
In order to ensure that when a teacher hides a resource or an activity that students really can't get at it, even if they know the direct links to its pages, I have given an optional third argument $cm to the functions require_login() and require_course_login(). Pages showing information about a particular course module now pass the course module object in this third argument. The login functions will then test if either the course module is visible or the user is a teacher. If neither is the case then the user is redirected to the course homepage after being shown a message "Sorry, this activity is currently hidden".
2005-02-16 10:40:48 +00:00
index.php
Bye. Now all those tabs are out
2005-03-05 00:09:39 +00:00
lesson.php
Security fixes
2005-03-30 03:07:39 +00:00
lib.php
added calendar event code to add, update, and delete instance
2005-04-08 21:38:09 +00:00
locallib.php
on line 1030, there was a division by zero when a student has not viewed any pages. Now it checks to makes sure $nviewed != 0. This is for the ongoing score feature.
2005-03-29 22:04:06 +00:00
mod.html
Security fixes
2005-03-30 03:07:39 +00:00
reformat.php
Bye. Now all those tabs are out
2005-03-05 00:09:39 +00:00
report.php
changed how data is passed from overview to detailed view and fixed the timeout issue
2005-03-14 22:18:29 +00:00
restorelib.php
Some minor XML indentation, some changes in the XML structure and
2005-03-07 01:32:05 +00:00
styles.php
Removed obselete THEME and sme spacing
2005-03-30 03:16:37 +00:00
timer.js
changed the math for calculating the time left in a lesson to be more compatible with browsers
2005-03-11 23:15:18 +00:00
version.php
In order to ensure that when a teacher hides a resource or an activity that students really can't get at it, even if they know the direct links to its pages, I have given an optional third argument $cm to the functions require_login() and require_course_login(). Pages showing information about a particular course module now pass the course module object in this third argument. The login functions will then test if either the course module is visible or the user is a teacher. If neither is the case then the user is redirected to the course homepage after being shown a message "Sorry, this activity is currently hidden".
2005-02-16 10:40:48 +00:00
view.php
now if you leave the lesson the the middle of a bunch of branch tables, you will return to the last one you answered. Also, if show grades is off in course settings, the lesson will process and store the grade for the student but then redirect the student to the course page immediatly.
2005-04-05 22:42:34 +00:00