stable

Clone or download

Read-only

Merge commit 'refs/changes/03/4403/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #8337 - Web UI to set truncated email Change-Id: Id7f31ddb01496a42bba055d2dbc66d3e836cb23b

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