- Apr 07, 2005
-
-
martinlanghoff authored
Performance/footprint profiling patch complete -- is enabled by CFG->default>7 or by a few defines in your config.php.
-
- Mar 22, 2005
-
-
stronk7 authored
to be linked only once in the entire page.
-
- Mar 21, 2005
- Mar 20, 2005
-
-
moodler authored
-
- Mar 10, 2005
-
-
moodler authored
-
- Mar 06, 2005
-
-
moodler authored
-
- Feb 14, 2005
-
-
martinlanghoff authored
Merged from MOODLE_14_STABLE - Added option to respect php.ini session settings, else we reenable garbage collection for sessions. Fixes stale session problems with Debian systems, but still allows package maintainers to override.
-
- Feb 08, 2005
-
-
mjollnir_ authored
This patch contains: * email_to_user will set the envelope sender to a special bounce processing address (based on $CFG settings) * email_to_user will accept (and set) a reply-to header, to be generated by the module calling the function. * new functions: * generate_email_processing_address - ALWAYS use this to generate the reply-to header. reply-to header will look like this: (LIMIT: 64 chars total) prefix - EXACTLY four chars encodeded, packed, moduleid (0 for core) (2 chars) up to 42 chars for the modules to put anything they want it (can contain userid (or, eg for forum, postids to reply to), or anything really. 42 chars is ABSOLUTE LIMIT) 16 char hash (half an md5) of the first part of the address, together with a site "secret" * moodle_process_email - any non-module email processing goes here (currently used for processing bounces) * bounce handling: * config settings for bounce threshold and ratio (and whether to handle bounces at all) * if too many bounces occur against any given user, user_not_fully_set_up will force an email address change * associated functions (over_bounce_threshold, set_send_count, set_bounce_count) * handling emails to noreply address (see below) * new script - admin/process_email.php This script needs to be called from your mail program for anything starting with the 4 char prefix described above (and optionally, the noreply address) It will bounce emails to the noreplyaddress, with a friendly "this is not a real email address" message It will break down and unencode the email address into moduleid and validate the half md5 hash, and call $modname_process_email (if it exists). Arguments to these functions are: $modargs (any part of the email address that isn't the prefix, modid or the hash) and the contents of the email (read from STDIN). * associated string changes/additions * changes in config-dist.php to give clues as to how to set this up. MODULE WRITERS! take a look at new functions moodle_process_email and generate_email_processing_address in moodlelib.php for ideas about how to * encode and unencode the arguments your module needs to do the processing * how to deal with multiple "actions" for any given module. Martin Langhoff <martin@catalyst.net.nz> will be writing up some PROPER documentation, containing amongst other things config settings for different mail servers (this was developed against Postfix). Feel free to email me with any feedback on the code or design, penny@catalyst.net.nz. Or post on the developer fourm.
-
- Dec 26, 2004
-
-
moodler authored
The new directory permissions maintain group mode better, and the manual chown is now removed to prevent safe mode from getting upset.
-
- Sep 27, 2004
-
-
moodler authored
check that the user's IP number never changes
-
- Sep 06, 2004
-
-
moodler authored
-
- Sep 04, 2004
-
-
mchurch authored
-
- Aug 31, 2004
-
-
moodler authored
-
- Aug 23, 2004
-
-
gustav_delius authored
-
- Aug 21, 2004
- Jun 20, 2004
-
-
moodler authored
$CFG->loginhttps After logging in via https, Moodle returns to a normal http URL More info: http://moodle.org/mod/forum/discuss.php?d=8555
-
- May 24, 2004
-
-
moodler authored
-
gustav_delius authored
-
- May 15, 2004
-
-
moodler authored
$CFG->extendedusernamechars
-
- May 03, 2004
-
-
moodler authored
-
- Apr 27, 2004
-
-
moodler authored
Plus, some optimisation on the way encoding is stored (in the session).
-
- Mar 12, 2004
- Mar 10, 2004
-
-
moodler authored
-
- Feb 18, 2004
-
-
moodler authored
-
- Feb 17, 2004
-
-
moodler authored
-
- Feb 10, 2004
-
-
moodler authored
-
- Feb 09, 2004
-
-
moodler authored
------------ I have a site which really needs this, so I went ahead with it already. This add-on will cache formatted texts in the database and use them for a specified timeperiod. By default it is disabled. Enable it with: $CFG->cachetext = 600; // in seconds
-
- Feb 08, 2004
-
-
moodler authored
right now.
-
- Jan 30, 2004
-
-
gustav_delius authored
-
- Jan 27, 2004
-
-
moodler authored
-
- Jan 26, 2004
-
-
gustav_delius authored
-
- Dec 07, 2003
-
-
moodler authored
-
- Nov 04, 2003
-
-
moodler authored
-
- Oct 29, 2003
-
-
moodler authored
until it's stable enough to replace Richtext To enable the new editor, add this line into config.php: $CFG->useneweditor = true;
-
- Oct 13, 2003
-
-
moodler authored
This new feature allows arbitrary text filters to be added to any HTML that is printed (forum posts, resources etc) ... anything that uses the standard format_text function. The first one properly supported is the glossary dynamic linking feature.
-
- Sep 15, 2003
-
-
moodler authored
-