- 25 Feb, 2008 1 commit
-
-
skodak authored
-
- 29 Aug, 2007 1 commit
-
-
Martin Langhoff authored
-
- 06 Jul, 2007 1 commit
-
-
stronk7 authored
out from the XMLDBEditor, ignoring the prev/next stuff, that will be automatically regenerated by the Editor by simply loading and saving the edited file. Credit goes to skodak!
-
- 27 Jun, 2007 1 commit
-
-
moodler authored
-
- 03 May, 2007 1 commit
-
-
ikawhero authored
-
- 20 Apr, 2007 1 commit
-
-
mjollnir_ authored
xmldb: added $CFG options for disabling next / previous value checkings & enforced comment checking. merged from mahara :)
-
- 12 Nov, 2006 1 commit
-
-
skodak authored
we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left
-
- 03 Sep, 2006 1 commit
-
-
moodler authored
-
- 13 Aug, 2006 1 commit
-
-
moodler authored
-
- 13 Jul, 2006 1 commit
-
-
moodler authored
-
- 24 Apr, 2006 1 commit
-
-
skodak authored
-
- 20 Mar, 2006 1 commit
-
-
thepurpleblob authored
These now have a GUI option on the admin=>filters page
-
- 04 Mar, 2006 2 commits
- 01 Mar, 2006 2 commits
- 23 Feb, 2006 1 commit
-
-
ikawhero authored
dataroot directory which is writable by the web server. Path cleaned to avoid relative directory links.
-
- 14 Nov, 2005 1 commit
-
-
thepurpleblob authored
needed in here any more.
-
- 30 Sep, 2005 1 commit
-
-
mjollnir_ authored
-
- 14 Jul, 2005 1 commit
-
-
moodler authored
See config-dist.php for more info. Will add an admin interface for this later. Shane.
-
- 05 Jul, 2005 1 commit
-
-
skodak authored
-
- 20 Jun, 2005 1 commit
-
-
thepurpleblob authored
-
- 17 May, 2005 3 commits
-
-
martinlanghoff authored
-
martinlanghoff authored
Apache log integration -- updated with more options to control what is logged as username. Implemented by Patrick Li.
-
stronk7 authored
-
- 13 May, 2005 1 commit
-
-
thepurpleblob authored
-
- 12 May, 2005 1 commit
-
-
mjollnir_ authored
Merged from MOODLE_14_STABLE: SQL errors are now (optionally -- defaults to off) logged to the apache error log. Helps debugging! Credit: Patrick Li <patrick@catalyst.net.nz>
-
- 10 May, 2005 1 commit
-
-
moodler authored
You can make everyone have the name "Bruce" if you want. }-)
-
- 07 Apr, 2005 1 commit
-
-
martinlanghoff authored
Performance/footprint profiling patch complete -- is enabled by CFG->default>7 or by a few defines in your config.php.
-
- 22 Mar, 2005 1 commit
-
-
stronk7 authored
to be linked only once in the entire page.
-
- 21 Mar, 2005 2 commits
- 20 Mar, 2005 1 commit
-
-
moodler authored
-
- 10 Mar, 2005 1 commit
-
-
moodler authored
-
- 06 Mar, 2005 1 commit
-
-
moodler authored
-
- 14 Feb, 2005 1 commit
-
-
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.
-
- 08 Feb, 2005 1 commit
-
-
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.
-
- 26 Dec, 2004 1 commit
-
-
moodler authored
The new directory permissions maintain group mode better, and the manual chown is now removed to prevent safe mode from getting upset.
-
- 27 Sep, 2004 1 commit
-
-
moodler authored
check that the user's IP number never changes
-
- 06 Sep, 2004 1 commit
-
-
moodler authored
-