- 19 Nov, 2007 4 commits
-
-
Nigel McNie authored
Penny started this work but I'm taking up the rest of it, so there's some changes to how certain things work that I made while trying to understand the way the migration works. Also commented everything. Next work - test the PPAE migration, then on to the other templates.
-
Nigel McNie authored
Check for identicality when setting values, that way '' and 0 are not treated the same and thus not changed properly.
-
Nigel McNie authored
Given that that transaction level counting is now implemented, there's no reason to do it ourselves when committing artefacts.
-
Nigel McNie authored
Make sure the attachment list table stays below any content in the blogpost, regardless of how that content is floated.
-
- 16 Nov, 2007 6 commits
-
-
-
Nigel McNie authored
A couple of checks to make sure that having blocktype code running when blocktypes aren't installed doesn't kill the admin section completely.
-
-
Clare Lenihan authored
old fix fails for apostrophies
-
-
Nigel McNie authored
-
- 15 Nov, 2007 4 commits
-
-
Clare Lenihan authored
made a string translatable
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
- 14 Nov, 2007 6 commits
-
-
Francois Marier authored
-
Francois Marier authored
This will hopefully reduce the temptation to use easily guessable usernames and passwords.
-
Francois Marier authored
-
Francois Marier authored
There are two files in /etc/mahara: config.debconf.php and config.php. Both of these have symlinks in /var/www/mahara. config.debconf.php is managed by debconf and is overwritten everytime the package is reconfigured. It is not marked as a config file. config.php includes config.debconf.php first in order to allow users to overwrite the debconf settings. It is marked as a config file so that it's not overwritten automatically at configure time.
-
Francois Marier authored
-
Penny Leach authored
Changed all requires. Also removed not used json/renderartefact.php
-
- 13 Nov, 2007 11 commits
-
-
Penny Leach authored
Rather than (the only example was artefact) lib/artefact.php which is non standard
-
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Add support to the artefact chooser for a 'search' tab that allows drilling through the artefacts that can be chosen. It works in firefox fine, and works without javascript fine (therefore it works in ie6). Opera also works. Konqueror and IE7 do not work properly.
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Add a two character prefix to each log line, that remains the same over the lifetime of the request. This makes it easy to distinguish lines between requests that happen at the same time.
-
Nigel McNie authored
Broke rewriting one pagination link out into a separate method, so it can be used outside this class.
-
- 12 Nov, 2007 9 commits
-
-
Penny Leach authored
-
Penny Leach authored
-
-
Clare Lenihan authored
allow public views setting now prevents adding and using public views
-
Penny Leach authored
-
-
Clare Lenihan authored
changed stylesheet so initials table no longer has a width => letters no longer wrap
-
Penny Leach authored
fixed the upgrade - I have just commented this out for now because I'm pretty sure that blocktypes install themselves separately, not as part of the artefacts
-
Nigel McNie authored
-