stable
Clone or download
* stable: This is Tuleap 8.15.99.75 Display selected ugroup in a selectbox Refactoring - Rename classes Delete per tags/branches permission This is Tuleap 8.15.99.74 Enable computed fields to manage float values This is Tuleap 8.15.99.73 This is Tuleap 8.15.99.72 request #9245 Imported SVN repositories are owned by root This is Tuleap 8.15.99.71 This is Tuleap 8.15.99.70 Deal with multiple selected ugroups request #9225 Bar chart are not displayed when same field is used in source data and group_by This is Tuleap 8.15.99.69 request #9238: HTML entities are displayed in the project name of the deprecation monitoring panel of computed fields Update computed values in mail notifications This is Tuleap 8.15.99.68 request #9247: CI token pane is unusable due to a missing column in the database
Modified Files
Name | ||||
---|---|---|---|---|
M | ChangeLog | +4 | −3 | Go to diff View file |
M | VERSION | +1 | −1 | Go to diff View file |
M | plugins/git/ChangeLog | +9 | −0 | Go to diff View file |
M | plugins/git/VERSION | +1 | −1 | Go to diff View file |
R | plugins/git/db/mysql/updates/2016/201606081054_add_ci_token_to_git_table.php | Go to diff View file | ||
M | plugins/git/include/AccessRightsPresenterOptionsBuilder.php | +50 | −0 | Go to diff View file |
M | plugins/git/include/Git.class.php | +98 | −2 | Go to diff View file |
R | plugins/git/include/Git/Permissions/DefaultFineGrainedPermissionRepresentation.php | Go to diff View file | ||
M | plugins/git/include/Git/Permissions/DefaultFineGrainedPermissionFactory.php | +24 | −8 | Go to diff View file |
M | plugins/git/include/Git/Permissions/DefaultFineGrainedPermissionSaver.php | +5 | −5 | Go to diff View file |
M | plugins/git/include/Git/Permissions/FineGrainedDao.php | +68 | −0 | Go to diff View file |
R | plugins/git/include/Git/Permissions/FineGrainedPermissionRepresentation.php | Go to diff View file | ||
A | plugins/git/include/Git/Permissions/FineGrainedPermissionDestructor.php | +48 | −0 | Go to diff View file |
M | plugins/git/include/Git/Permissions/FineGrainedPermissionFactory.php | +25 | −8 | Go to diff View file |
M | plugins/git/include/Git/Permissions/FineGrainedPermissionSaver.php | +5 | −5 | Go to diff View file |
A | plugins/git/include/Git/Permissions/FineGrainedRepresentationBuilder.php | +59 | −0 | Go to diff View file |
M | plugins/git/include/GitForkPermissionsManager.class.php | +40 | −5 | Go to diff View file |
M | plugins/git/include/GitPresenters/AccessControlPresenter.class.php | +37 | −7 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminDefaultSettingsPresenter.php | +36 | −5 | Go to diff View file |
M | plugins/git/include/GitViews.class.php | +38 | −6 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/Pane/AccessControl.class.php | +11 | −2 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/RepoManagement.class.php | +11 | −2 | Go to diff View file |
M | plugins/git/include/REST/v1/RepositoryResource.class.php | +3 | −1 | Go to diff View file |
M | plugins/git/include/autoload.php | +6 | −4 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +23 | −3 | Go to diff View file |
M | plugins/git/site-content/en_US/git.tab | +8 | −0 | Go to diff View file |
M | plugins/git/site-content/fr_FR/git.tab | +8 | −0 | Go to diff View file |
M | plugins/git/templates/access-control.mustache | +63 | −8 | Go to diff View file |
A | plugins/git/templates/settings/popover-remove-fine-grained-permission.mustache | +20 | −0 | Go to diff View file |
M | plugins/git/tests/GitTest.php | +3 | −1 | Go to diff View file |
M | plugins/git/www/scripts/permissions.js | +49 | −0 | Go to diff View file |
M | plugins/git/www/scripts/webhooks.js | +30 | −18 | Go to diff View file |
M | plugins/git/www/themes/default/css/style.scss | +33 | −0 | Go to diff View file |
M | plugins/graphontrackersv5/ChangeLog | +3 | −0 | Go to diff View file |
M | plugins/graphontrackersv5/VERSION | +1 | −1 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Chart_BarDataBuilder.class.php | +4 | −2 | Go to diff View file |
M | plugins/svn/ChangeLog | +3 | −0 | Go to diff View file |
M | plugins/svn/VERSION | +1 | −1 | Go to diff View file |
A | plugins/svn/bin/import_repository.sh | +37 | −0 | Go to diff View file |
M | plugins/svn/include/Svn/XMLRepositoryImporter.class.php | +11 | −1 | Go to diff View file |
M | plugins/svn/tests/Svn/XMLImporterTest.php | +12 | −2 | Go to diff View file |
M | plugins/tracker/ChangeLog | +9 | −0 | Go to diff View file |
M | plugins/tracker/VERSION | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/ChangesetValueComputed.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Deprecation/DeprecationController.php | +2 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Deprecation/DeprecationPresenter.php | +26 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.class.php | +21 | −3 | Go to diff View file |
M | plugins/tracker/templates/siteadmin-config/deprecation.mustache | +5 | −5 | Go to diff View file |