stable

Clone or download

Read-only

story #8337 - Web UI to set truncated email

This is only web UI and database persistence. Services impacted are not presented and project inheritence is not implemented. Change-Id: Ic7d5258c3f98f5f954cf8710ddb48e06c9fd0820

Modified Files

Name
M site-content/en_US/project/project.tab +2 −0 Go to diff View file
M site-content/fr_FR/project/project.tab +2 −0 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/dao/ProjectDao.class.php +9 −0 Go to diff View file
A src/common/project/Admin/ProjectTruncatedEmailsPresenter.class.php +39 −0 Go to diff View file
M src/common/project/Project.class.php +4 −0 Go to diff View file
M src/common/project/ProjectManager.class.php +5 −0 Go to diff View file
M src/db/mysql/database_structure.sql +1 −0 Go to diff View file
A src/db/mysql/updates/2015/201508241048_add_truncated_emails_column.php +36 −0 Go to diff View file
A src/templates/project/truncated_emails.mustache +4 −0 Go to diff View file
M src/www/project/admin/editgroupinfo.php +20 −5 Go to diff View file