mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #04411
[Bug 780177] A change has been merged
Reviewed: https://reviews.mahara.org/302
Committed: http://gitorious.org/mahara/mahara/commit/872bd80eec2fb5070d38ad682379664d71bf45fe
Submitter: Richard Mansfield (richardm@xxxxxxxxxx)
Branch: 1.4_STABLE
commit 872bd80eec2fb5070d38ad682379664d71bf45fe
Author: Francois Marier <francois@xxxxxxxxxxxxxxx>
Date: Thu Jun 9 18:43:23 2011 +1200
Revert "Remove wwwroot from the database (bug #780177)"
This reverts commit fb38dd955ceed3601da954dd5b2e55b682e1ac03.
It turns out that we do need the wwwroot to be in the database
because the code that sends forum posts via email runs in php
cli mode and is needs to get the hostname of the site to embed
in the headers.
While not specifically mentioned in bug #794490, it was spitting
out warnings in the logs.
Conflicts:
htdocs/lib/db/upgrade.php
htdocs/lib/version.php
Change-Id: Icb734f939889453e80b53647748976648ee18419
Signed-off-by: Francois Marier <francois@xxxxxxxxxxxxxxx>
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/780177
Title:
Storing wwwroot in the database: possible implications
Status in Mahara ePortfolio:
In Progress
Bug description:
Basically this issue comes from bug #684190. Are there any
implications of impossibility to change wwwroot once it is stored in
the database? In the hostname change wiki manual we suggest people to
clear this variable manually in the database which is somewhat
complicated. In addition, protocol changes (upgrade to using https or
downgrade to http) might not be considered as hostname change by the
user, so database config variable will be left in inconsistent state.
Do we need to keep it in the database for specific reason (e.g.
comment says it used by cron, I did not quickly find where exactly)?
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/780177/+subscriptions
References