- 22 Dec, 2008 7 commits
-
-
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.
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 21 Dec, 2008 3 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 20 Dec, 2008 2 commits
-
-
Nigel McNie authored
Turns out my original query was dumb, though perfectly legal SQL. MySQL couldn't handle the 'dumb' which is kinda surprising but there you go.
-
Nigel McNie authored
generation.
-
- 19 Dec, 2008 3 commits
-
-
Nigel McNie authored
-
Richard Mansfield authored
-
Nigel McNie authored
Institutions are strings, not numbers. Should've picked this up before.
-
- 18 Dec, 2008 5 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
one.
-
Nigel McNie authored
-
Richard Mansfield authored
-
- 17 Dec, 2008 7 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
copy_artefacts_allowed. copy_artefacts_allowed is unnecessary as it's only called if the copy type is 'full', and there's now no way that you would want to fully copy a block and not copy the artefacts inside it. Some other API tidyups have been done - default_artefact_config has been renamed to rewrite_blockinstance_config and had a method signature change to be a bit more flexible. The copyconfig field of the View object is gone too, no longer required.
-
Nigel McNie authored
-
Nigel McNie authored
artefact plugin. It now uses the fileid column of the artefact_file_files table in appropriate places, especially important when a profile icon is in a copied view. It also reuses the image artefact's render_self method.
-
Nigel McNie authored
The image not being a link has proved to be quite annoying.
-
Nigel McNie authored
because their file quota has been exceeded.
-
Josh Schmidt authored
-
- 16 Dec, 2008 2 commits
-
-
Nigel McNie authored
View. This means that blog/profile/resume blocktypes don't show up in group/institution/site Views. This is controlled through a new Blocktype method - allowed_in_view. Various code had to be changed to listen to this method, mostly around the display of the category browser. When making a template, all blocktypes are available. Part 3 is to change the configuration forms to be more sensible when editing a template, and then testing what happens when blocktypes are rendered somewhere that they "shouldn't" be - e.g. a My Friends block in a group View.
-
Nigel McNie authored
-
- 15 Dec, 2008 11 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
of 'user', to match the database schema.
-
Nigel McNie authored
-
Nigel McNie authored
View::create_from_template
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
User class.
-
Nigel McNie authored
copied by everyone.
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-