1 message in com.mysql.lists.eventum-develproposal: per project APP_BASE_URL an...
FromSent OnAttachments
Alessandro Ogier31 Jan 2008 11:20 
Subject:proposal: per project APP_BASE_URL and mail setup
From:Alessandro Ogier (ales@vobelisk.com)
Date:01/31/2008 11:20:10 AM
List:com.mysql.lists.eventum-devel

Hi, i currently have the following situation: one host with my eventum installation, on a private network, linked via several vpn to my customer's public servers, with a reverse proxy for reaching it via public web servers.

at the moment, i use only web interface because i don't want to disrupt my outsourcing bonanza showing in mail to foo.com a link to issue tracker on bar.org, nor a mail originated from (potentially) enemy domains :P

So i would like to implement an optional feature, allowing to specify a location and a sender mail on a per project basis. I think implementing a Project:: getBaseurl, getHostname, getRelativeurl and some getter in class.setup.php ($smtp[] related) would be sufficient for refactoring relevant parts (mail, rss, issue body rewriters is maybe sufficient).

The feature is quite straightforward to implement and add an important feature imho. Someone interested in working on, or maybe already moved in that direction ?