Posts made by Martin Dougiamas

Wužiwarjo-wobraz wo Core developers Wužiwarjo-wobraz wo Documentation writers Wužiwarjo-wobraz wo Moodle HQ Wužiwarjo-wobraz wo Particularly helpful Moodlers Wužiwarjo-wobraz wo Plugin developers Wužiwarjo-wobraz wo Testers
Hmm ... I tried that command in a clean directory and got a fresh new checkout of 2.0 dev. Using the UK mirror and everything.

If I was updating an existing CVS checkout to the latest head I would go into that top directory and just use:

cvs -q update -dPA

The A means get the head (aka trunk) version.
Wužiwarjo-wobraz wo Core developers Wužiwarjo-wobraz wo Documentation writers Wužiwarjo-wobraz wo Moodle HQ Wužiwarjo-wobraz wo Particularly helpful Moodlers Wužiwarjo-wobraz wo Plugin developers Wužiwarjo-wobraz wo Testers
Sure, I was going to put it in core anyway.  Basically it's the patch below, plus this in config.php:  $CFG->hideloginpanel = true;


Index: index_form.html
===================================================================
RCS file: /cvsroot/moodle/moodle/login/index_form.html,v
retrieving revision 1.50.2.1
diff -r1.50.2.1 index_form.html
2c2
< if ($show_instructions) {
---
> if ($show_instructions and empty($CFG->hideloginpanel)) {
8a9
> <?php if (empty($CFG->hideloginpanel)) { ?>
74a76
> <?php } ?>