- 22 Dec, 2008 4 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Mahara 1.1 will just do this in config-defaults.php
-
Nigel McNie authored
The former controls whether Mahara should send any e-mail. If set to false, Mahara will never send email. Good for setting up a test system when you don't want to muck around with users' email addresses to prevent sending. The latter allows you to have all email emerging from the system sent to some other e-mail address instead of where it is aimed for.
-
- 19 Dec, 2008 1 commit
-
-
Nigel McNie authored
-
- 26 Nov, 2008 1 commit
-
-
Nigel McNie authored
-
- 25 Nov, 2008 1 commit
-
-
Nigel McNie authored
-
- 18 Nov, 2008 1 commit
-
-
Nigel McNie authored
Add function raise_memory_limit from Moodle, and use it to raise Mahara's default working memory to 32M. This comes after a few complaints that certain RSS feeds would cause the View editor to die. Noticed by Derrin, mjmontagne and myself (on biobrio).
-
- 15 Nov, 2008 2 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
-
- 10 Nov, 2008 1 commit
-
-
- 03 Nov, 2008 5 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
It exists in the old repo, and anyone cloning from the new repo doesn't need to know.
-
Nigel McNie authored
We need to upgrade phpmailer laterz.
-
Nigel McNie authored
The diff is noisy because upstream changed the line endings. We are maintaining our patches to Snoopy, mostly centering around the Host header.
-
- 28 Oct, 2008 1 commit
-
-
Nigel McNie authored
-
- 20 Oct, 2008 2 commits
-
-
Nigel McNie authored
We never restrict profile icon viewing by what view the icon is in - at least in 1.0.X
-
Nigel McNie authored
Don't ignore exceptions without error code 704/404 when bootstrapping peers. Thanks to Dan Poltawski
-
- 25 Sep, 2008 3 commits
-
-
Penny Leach authored
-
Penny Leach authored
-
Richard Mansfield authored
-
- 24 Sep, 2008 2 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
[#3000] quote a string value in a query for 8.3 compliance. Chris Bandy and Piers Harding, patch doctored by me for readability.
-
- 22 Sep, 2008 2 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
Don't show 'release view' link when a view is being listed in a controlled group that it hasn't been submitted to.
-
- 21 Sep, 2008 1 commit
-
-
Nigel McNie authored
-
- 19 Sep, 2008 6 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
[#2227] If we're decrypting a message and the signature doesn't validate, try grabbing a new public key from the remote host and verifying the message again. This is the last bit of functionality required before all given cases of Moodle/Mahara keyswap work. Yay!
-
Nigel McNie authored
Renamed the SSO Peers block to Network Servers (in lieu of a better idea, this is what Moodle calls it anyway). Moved the langauge string and help text to the XMLRPC authentication plugin, where it belongs.
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
When decrypting responses to our XMLRPC requests, consider an older key to be OK. This fixes keyswap when both hosts have different keys (!)
-
- 18 Sep, 2008 3 commits
-
-
Nigel McNie authored
[#2227] When we receive a request using an old key, respond with a signed and encrypted message with our new key. This makes it so that when Moodle and Mahara are set up to network, and Mahara's key expires, Moodle can successfully grab the new key.
-
Nigel McNie authored
Modify get_keypair so that it can be called from outside the class, and the regenerate parameter being true actually regenerates a key.
-
Nigel McNie authored
When an CryptException occurs when sending an XMLRPC request (because the response was using an old key for example), fail in a nicer manner. Update the message for the primary cause of this (old key) so it's more obvious in the logs.
-
- 17 Sep, 2008 1 commit
-
-
Nigel McNie authored
[#2987] Set default wantsurl so that the jump URL doesn't have to set it. This makes the SSO peers block work again.
-
- 16 Sep, 2008 3 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
Set the default remote application to 'moodle' when configuring an XMLRPC plugin, as this is by far and away the most popular choice.
-
Nigel McNie authored
Add a debug line to the logs when a user tries to SSO in from a remote app, we don't know about them and we won't create an account for them.
-