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 15:45:59 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
moodle
/
mod
/
forum
History
moodler
7369657c9b
Use s function to print search string properly
2005-03-01 08:12:25 +00:00
..
db
Added read post
2005-01-31 19:26:55 +00:00
backuplib.php
Now forum_read is included in backup & restore
2005-02-18 19:05:09 +00:00
config.html
Fixed up some layout issues in the configuration files
2005-02-08 09:23:21 +00:00
discuss.php
Added search help to the small search forms (big search form coming next)
2005-02-26 08:52:03 +00:00
icon.gif
…
index.php
Removed debug lines inadvertently left in last commit.
2005-02-28 21:37:11 +00:00
lib.php
Improved speed of database calls for read tracking.
2005-02-28 21:31:13 +00:00
mod.html
Activities can now be hidden/shown from the activity editing page. Also for modules that know about groups the groupmode can be set from there. See bug 2533. This required adding to the mod.html files calls to new functions print_visible_setting() and print_groupmode_setting() which are combined in print_standard_coursemodule_settings().
2005-02-12 21:41:22 +00:00
post.html
Changes for XHTML and accessibility compatibility.
2005-01-25 09:39:29 +00:00
post.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
prune.html
Changes for XHTML and accessibility compatibility.
2005-01-25 09:39:29 +00:00
rate.php
Merged lastpostid from stable
2004-11-30 02:53:08 +00:00
report.php
Removed some THEME stuff
2005-01-25 14:28:47 +00:00
restorelib.php
Now forum_read is included in backup & restore
2005-02-18 19:05:09 +00:00
rsslib.php
Merged SQL fixes from stable
2004-09-29 07:56:33 +00:00
search.php
Use s function to print search string properly
2005-03-01 08:12:25 +00:00
subscribe.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
subscriber.html
closed <input /> <br /> <hr />
2004-09-12 14:41:49 +00:00
subscribers.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
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
Removed debug lines inadvertently left in last commit.
2005-02-28 21:37:11 +00:00