- 07 Oct, 2009 1 commit
-
-
Nigel McNie authored
Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
- 06 Oct, 2009 1 commit
-
-
Nigel McNie authored
This puts the right artefacts back into Views. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
- 05 Oct, 2009 7 commits
-
-
Nigel McNie authored
The other base class methods had detailed descriptions, so this only seems fair. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Nigel McNie authored
We unconditionally json_encode it on the way out, so this is necessary. Allows us to store arrays in the export, too. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Nigel McNie authored
This is necessary so blocks can make decisions about importing based on the owner. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Nigel McNie authored
Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Nigel McNie authored
Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Nigel McNie authored
Found this bug while doing View import. Using uksort passes the keys in for sorting, which is not what the sorting function was actually expecting. uasort is what I meant to use. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Nigel McNie authored
This is so that we know all artefacts have been created, so that the views they're in can also then be set up. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
- 22 Sep, 2009 3 commits
-
-
Nigel McNie authored
Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Nigel McNie authored
The LEAP code now changes the XML generated at export time back into the config to use for this method. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Nigel McNie authored
This is much more reliable than looking at the entry content, and means we can easily get at the configuration for the blockinstances. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
- 17 Sep, 2009 1 commit
-
-
Nigel McNie authored
Now we just have to get their configuration right! Ah crap, I said "just", I guess I just volunteered myself. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
- 16 Sep, 2009 1 commit
-
-
Nigel McNie authored
Imports all content into one big text box. Manages to import title, summary, ctime and mtime too. Still have ownerformat to do. The next step after this is to try and detect if we're importing a Mahara view, and if so, create the right blocks and artefact links for it. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
- 15 Sep, 2009 1 commit
-
-
Richard Mansfield authored
-
- 14 Sep, 2009 4 commits
-
-
Nigel McNie authored
Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Nigel McNie authored
This should make us a little more able to find them in other exports. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Nigel McNie authored
Some other portfolio systems don't declare them properly. This really harms interoperability, but it's not our fault. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Nigel McNie authored
Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
- 07 Sep, 2009 5 commits
-
-
Nigel McNie authored
Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Nigel McNie authored
Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Nigel McNie authored
Use it everywhere we're looking for category schemes. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Nigel McNie authored
Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
Nigel McNie authored
Call it everywhere we're looking for rdf types. Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
- 06 Sep, 2009 1 commit
-
-
Nigel McNie authored
Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
- 04 Sep, 2009 1 commit
-
-
Nigel McNie authored
Saves a bunch of copy+pasted code.
-
- 27 Aug, 2009 1 commit
-
-
Nigel McNie authored
Should be useful in many places - in particular, the resume.
-
- 17 Aug, 2009 1 commit
-
-
Nigel McNie authored
Use this hook instead of hard coding a call to the Internal plugin's import_author_data method. This allows the resume to also hook in and grab the personalinformation fields out.
-
- 30 Apr, 2009 2 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
-
- 24 Apr, 2009 1 commit
-
-
Nigel McNie authored
It now works the way it worked for import. If the file exists, it has to implement the class. If the plugin doesn't want to implement it, it doesn't provide the file.
-
- 21 Apr, 2009 1 commit
-
-
Richard Mansfield authored
-