stable

Forked from tuleap/stable

Clone or download

Read-only

task #2250: Email notification for TM

Add an email notification with the admin customization (as the bug tracker does). Also add field usage and values mechanism (without the admin side) to prepare the tracker factorization. And updated User Guide.

Modified Files

Name
M SF/db/mysql/database_initvalues.sql +159 −0 Go to diff View file
M SF/db/mysql/database_structure.sql +221 −0 Go to diff View file
A SF/db/upgrades/db0007.sql +417 −0 Go to diff View file
M SF/www/include/Project.class +6 −0 Go to diff View file
M SF/www/my/index.php +1 −1 Go to diff View file
M SF/www/pm/add_task.php +44 −28 Go to diff View file
M SF/www/pm/admin/index.php +4 −0 Go to diff View file
A SF/www/pm/admin/notification_settings.php +266 −0 Go to diff View file
M SF/www/pm/detail_task.php +39 −2 Go to diff View file
A SF/www/pm/download.php +39 −0 Go to diff View file
M SF/www/pm/mod_task.php +69 −55 Go to diff View file
M SF/www/pm/pm_data.php +623 −144 Go to diff View file
M SF/www/pm/pm_utils.php +1155 −73 Go to diff View file
M SF/www/pm/task.php +103 −8 Go to diff View file
M SF/www/project/export/.htaccess +1 −1 Go to diff View file
M SF/www/project/export/project_export_utils.php +6 −0 Go to diff View file
M documentation/user_guide/xml/en_US/BookInfo.xml +10 −0 Go to diff View file
M documentation/user_guide/xml/en_US/TaskManager.xml +30 −6 Go to diff View file