Have a look at Admin > Users > Permissions > User Policies.
Normally the settings are :
notloggedinroleid: guest
defaultuserroleid: guest
defaultcourseroleid: student
autologinguests: false
Is that what you have?
Martin Dougiamas
Posts made by Martin Dougiamas
It seems that I CAN do it this way after all, so I'll work hard on this for the next 24 hours.
Checkins to contrib during that time may be LOST!
Checkins to contrib during that time may be LOST!
I'm half-way through writing the giant shell script required ... it's a bugger of a thing and 1.8 has been sucking up time... Getting there, eg:
cd contrib
mv block_attendance/blocks/attendance plugins/blocks/attendance
mv block_attendance/lang plugins/blocks/attendance/lang
mv block_attendance/mod/attforblock plugins/mod/attforblock
mv block_attendance/*.txt plugins/blocks/attendance
rm -r block_attendance
mv block_bug_report_link_1.5/blocks/bug_report_link plugins/blocks/bug_report_link
mv block_bug_report_link_1.5/lang plugins/blocks/bug_report_link/lang
mv block_attendance/readme.txt plugins/blocks/bug_report_link/README.txt
rm -r block_bug_report_link_1.5
mv block_category_tree/blocks/category_tree plugins/blocks/category_tree
mv block_category_tree/lang plugins/blocks/category_tree/lang
mv block_category_tree/block_category_tree_README.txt plugins/blocks/category_tree/README.txt
rm -r block_category_tree
...etc
Any volunteers to finish the thing? It's easy to test on a checked-out contrib.
Alternatively, does anyone know if it's possible to import one CVS repository module (only) ... I could probably work on the repository source more easily that way and then ask Sourceforge to import that (problem is we'd lose any changes made in the interim).
cd contrib
mv block_attendance/blocks/attendance plugins/blocks/attendance
mv block_attendance/lang plugins/blocks/attendance/lang
mv block_attendance/mod/attforblock plugins/mod/attforblock
mv block_attendance/*.txt plugins/blocks/attendance
rm -r block_attendance
mv block_bug_report_link_1.5/blocks/bug_report_link plugins/blocks/bug_report_link
mv block_bug_report_link_1.5/lang plugins/blocks/bug_report_link/lang
mv block_attendance/readme.txt plugins/blocks/bug_report_link/README.txt
rm -r block_bug_report_link_1.5
mv block_category_tree/blocks/category_tree plugins/blocks/category_tree
mv block_category_tree/lang plugins/blocks/category_tree/lang
mv block_category_tree/block_category_tree_README.txt plugins/blocks/category_tree/README.txt
rm -r block_category_tree
...etc
Any volunteers to finish the thing? It's easy to test on a checked-out contrib.
Alternatively, does anyone know if it's possible to import one CVS repository module (only) ... I could probably work on the repository source more easily that way and then ask Sourceforge to import that (problem is we'd lose any changes made in the interim).
In 1.8 we're making things XHTML Strict 1.0 as well as accessible which means the old tabs (such as the ones on the user profile page) had to go.
The new ones are working fine (they are based on simple lists), but we could use some help making them prettier and centered (more like the old ones).
Please see MDL-7782 if you're a bit of a CSS wizard and give us a hand!
Here's how they look right now (from test.moodle.com):
The new ones are working fine (they are based on simple lists), but we could use some help making them prettier and centered (more like the old ones).
Please see MDL-7782 if you're a bit of a CSS wizard and give us a hand!
Here's how they look right now (from test.moodle.com):

It's a standard Unix time, in seconds since epoch (beginning of 1st January 1970)