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-01-20 15:08:32 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
moodle
/
mod
/
resource
History
moodler
d38577e226
Simplify autolink styles to "modulename autolink"
2005-03-15 08:38:27 +00:00
..
db
…
type
Consistent file styles
2005-03-13 17:17:11 +00:00
backuplib.php
…
config.html
Fixed up some layout issues in the configuration files
2005-02-08 09:23:21 +00:00
fetch.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
filter.php
Simplify autolink styles to "modulename autolink"
2005-03-15 08:38:27 +00:00
icon.gif
…
index.php
Fixed up formatting of this page
2005-03-07 06:33:41 +00:00
lib.php
Removed files/mimetype.php and put it into lib/filelib.php instead
2005-03-07 11:32:03 +00:00
mod.html
…
restorelib.php
Some minor changes to each module to XHTMLise the restore process
2005-02-07 23:33:17 +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
New faster filters!
2005-03-04 10:13:42 +00:00