- 16 May, 2008 1 commit
-
-
dongsheng authored
-
- 30 Apr, 2008 1 commit
-
-
dongsheng authored
-
- 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 al...
-
- 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.
-