- 18 Mar, 2010 3 commits
-
-
Andrew Robert Nicols authored
I'd made a call to $user->get when $user is a StdClass object. Corrected to use $user->email and $user->id
-
Andrew Robert Nicols authored
-
Andrew Robert Nicols authored
* gg now goes to mygroups.php * go removed (formerly group/owned.php) * gv goes to views page * g/ correctly goes to the search box (incorrect search field id)
-
- 16 Mar, 2010 8 commits
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Penny Leach authored
This appears to have been broken in 2eeaf6de but it seems very strange to me (a year ago) Signed-off-by:
Penny Leach <penny@mjollnir.org>
-
Richard Mansfield authored
Add empty default my goals strings to language pack, so they can be overridden by local customisations Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Ignore exceptions thrown by smarty() calls in the middle of exception handling. Avoids some 'exception thrown without a stack frame' errors. Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 15 Mar, 2010 2 commits
-
-
Evan Goldenberg authored
Signed-off-by:
Evan Goldenberg <evang@catalyst.net.nz> (cherry picked from commit 193240b77e295b83caf933be16d9f3518ebdf65e) Conflicts: htdocs/theme/raw/static/style/style.css Signed-off-by:
Evan Goldenberg <evang@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 14 Mar, 2010 5 commits
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Piers Harding authored
-
Piers Harding authored
so that others in the chain can still be tried (bug #536959) Signed-off-by:
Piers Harding <piers@catalyst.net.nz>
-
- 12 Mar, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 11 Mar, 2010 4 commits
-
-
Evan Goldenberg authored
Signed-off-by:
Evan Goldenberg <evang@catalyst.net.nz> (cherry picked from commit 91ca5e74d354e48c64bec8928bd41fb660dcf6eb)
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 10 Mar, 2010 5 commits
-
-
Francois Marier authored
It turns out that the import code assumes that only one user will be imported at a time and uses static variables in a few places. By importing only one user per page load and redirecting back to the import page, we can work-around this problem. Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Francois Marier authored
This was preventing entries like these from being imported: <entry> <title>Something</title> <id>portfolio:artefactinternal</id> <content type=""></content> </entry> Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
- 09 Mar, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 08 Mar, 2010 1 commit
-
-
Gregor Anzelj authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 05 Mar, 2010 1 commit
-
-
Penny Leach authored
-
- 03 Mar, 2010 9 commits
-
-
Penny Leach authored
Signed-off-by:
Penny Leach <penny@mjollnir.org>
-
Penny Leach authored
This is the second part of the fix for this bug. Signed-off-by:
Penny Leach <penny@mjollnir.org>
-
Penny Leach authored
Signed-off-by:
Penny Leach <penny@mjollnir.org>
-
Penny Leach authored
This fixes the problem that just linked files (rather than linked file entries) were not being imported. Signed-off-by:
Penny Leach <penny@mjollnir.org>
-
Penny Leach authored
Since the blog is the default fallback importer, make it be aware of selections and import them as blogs, rather than blogposts. It's still necessary to have a strategy for importing these entries as blogposts as well, in case some of the child entries have a higher weighted strategy as the fallback, because in that case, they'll be imported using that strategy and the selection would be lost. Signed-off-by:
Penny Leach <penny@mjollnir.org>
-
Penny Leach authored
This is necessary as lots of places in Mahara throw exceptions with no messages, as none are required, for example AccessDeniedException. Signed-off-by:
Penny Leach <penny@mjollnir.org>
-
Penny Leach authored
This commit prevents the problem of multiple artefacts being created for singular artefact types (eg contactinformation, firstname, etc) This is not really needed in the Admin import UI, or over mnet, since mnet categorically skips persondata entries, but it is definitely more robust. Signed-off-by:
Penny Leach <penny@mjollnir.org>
-
Penny Leach authored
Signed-off-by:
Penny Leach <penny@mjollnir.org>
-
Penny Leach authored
This is useful, for example, when you want to generate a random numeric string Signed-off-by:
Penny Leach <penny@mjollnir.org>
-