- 20 Nov, 2007 3 commits
-
-
Nigel McNie authored
Only check blocktype stuff if it is installed. This prevents the admin section from crashing out when you upgrade to 0.9
-
Nigel McNie authored
-
Nigel McNie authored
-
- 15 Nov, 2007 2 commits
-
-
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 18 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
-
Evonne Cheung authored
-
Penny Leach authored
Still to do: - test real player filetypes (they'll need to be added to filetypes.xml and the language pack) - do some more mashing with width and height - test in more browsers - there are a couple TODOs in the lib.php
-
Penny Leach authored
- serve_file now will allow overriding the mime type sent in content-type header - you can also override the application/inline selector by setting force-download - added swf to the filetypes.xml list and bumped the version.
-
Clare Lenihan authored
-
-
Clare Lenihan authored
made strings translatable
-
Clare Lenihan authored
made two alerts for adding blog entries translatable
-
Evonne Cheung authored
-
-