- 25 Nov, 2007 2 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
Move mahara cron log files to /var/log/mahara/ so they can be kept separate from other content in /var/log
-
- 23 Nov, 2007 7 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Turns out I got the table_column call wrong also. Needs to, like with everything else in xmldb, fully respecify the column. Now the view migration works in MySQL
-
Nigel McNie authored
XMLDB and MySQL conspired to make this a horrible process.
-
Nigel McNie authored
-
-
Nigel McNie authored
-
- 22 Nov, 2007 12 commits
-
-
-
Francois Marier authored
-
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
This change adds the ability to prevent the SQLException constructor from logging errors, which is used in init.php when attempting to load the config data and set default config values.
-
-
Francois Marier authored
-
Francois Marier authored
-
Nigel McNie authored
Removed a couple of unneeded debugging lines from the view migration. Made sure to make the block column of the view_artefact table not null after the upgrade, and clear out all the null rows
-
Nigel McNie authored
-
Nigel McNie authored
-
- 21 Nov, 2007 19 commits
-
-
-
Nigel McNie authored
Ensure that two different composites of the same type can be displayed in the same view, by suffixing their variables/IDs with something random
-
Penny Leach authored
Conflicts: htdocs/lib/upgrade.php
-
Penny Leach authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Make blocks with more than one artefact in them (as what happens with listself) be expanded to have all of them displayed individually. This fixes the last major problem with migrating view templates.
-
-
Francois Marier authored
-
-
Evonne Cheung authored
-
Nigel McNie authored
-
Francois Marier authored
-
Nigel McNie authored
-
Nigel McNie authored
* Up the memory limit to 64M. The 16M limit was hit when migrating a 600 view Mahara, so I don't imagine 64M will be hit in the wild * Move the installation of the blockinstancecommit event to before the view migration. This is so that such events can be fired safely by blockinstances that are being committed * Install _all_ of the blocktypes when upgrading
-
Nigel McNie authored
Only make sure about resume artefacts being in the block instance if the instance is _actually_ an entireresume blocktype.
-
Francois Marier authored
-
Francois Marier authored
-
-