Inlägg av Martin Dougiamas

Bild av Core developers Bild av Documentation writers Bild av Moodle HQ Bild av Particularly helpful Moodlers Bild av Plugin developers Bild av Testers
I do think that a separate forum would cause some confusion and overlap for us ... however, how about a New Developer FAQ?

eg http://docs.moodle.org/en/Developer_FAQ

Feel free to start it off with all your questions, that would be most helpful.
Medeltalet av utvärderingarna: -
Bild av Core developers Bild av Documentation writers Bild av Moodle HQ Bild av Particularly helpful Moodlers Bild av Plugin developers Bild av Testers
Thanks, Gustav! håller med

I think we converted everything in the core code but there will be hacks and third-party code that could be subject to problems if you have register_globals turned off on your server (as you should! räcker ut tungan)

Probably in the next version we'll remove require_variable() and optional_variable() completely (or at least make them print an error like "This code is not compatible with Moodle!").

Finally, note that if you really have problems (unlikely) then you can add this to your config.php to get the bad old behaviour back:

$CFG->enableglobalshack = true;
Medeltalet av utvärderingarna: -
Bild av Core developers Bild av Documentation writers Bild av Moodle HQ Bild av Particularly helpful Moodlers Bild av Plugin developers Bild av Testers
Yes, the trashing of the user session is intentional (for security).

I don't know why you'd be getting different behaviour from the external wget/manual method vs the internal php method. It's the same script. blandade
Medeltalet av utvärderingarna: -
Bild av Core developers Bild av Documentation writers Bild av Moodle HQ Bild av Particularly helpful Moodlers Bild av Plugin developers Bild av Testers
Yes, if you make multiple journals you can pose a questions/frame for each entry, thus scaffolding them through the course. If they (or you) click on "Journals" in the nav bar you will see all of them on one page ... it's designed for reflection.
Medeltalet av utvärderingarna: -