Archive for November 7th, 2007
Wednesday, November 7th, 2007
Created custom application procedure for client.
They want:
Setup testserver
adapted application profile page for new users
login with emailaddress
removed tabs with commenting require(tabs.php) in user/edit.php -> check if this is not interfering with standard functionality
removed lots of edit form fields in usr/libedit.php -> check if this is not interfering with other scripts, especially ...
Posted in BrnDmp | No Comments »
Wednesday, November 7th, 2007
Discussion on the Moodle developers mailing list about suggestions how to get to know Moodle. Interesting point from MartinL:
mod/label (with caveats that it cheats on some things) and to mod/resource. For more complex stuff, mod/forum is a good reference. The 3 of them are actively maintained by core developers, so ...
Posted in BrnDmp | No Comments »
Wednesday, November 7th, 2007
Addded two virtual hosts on dedicated server: NOTE: be sure to set
# Use name-based virtual hosting.
#
NameVirtualHost *:80
Otherwise Apache gets nervous about overlapping hosts on the same port.
Still some TODOs:
cronjobs
backups
pw policy
awstats
Posted in BrnDmp | No Comments »