stable

Clone or download

Read-only

story #9585: project autocompleter for resource restrictor

Change-Id: I691d8fe5f46f365a55cfd0080c4f610a9e74514d

Modified Files

Name
M gulpfile.js +2 −1 Go to diff View file
M src/common/dao/ProjectDao.class.php +3 −2 Go to diff View file
M src/common/project/ProjectManager.class.php +2 −2 Go to diff View file
M src/templates/resource_restrictor/allowed-projects-list.mustache +1 −1 Go to diff View file
M src/templates/resource_restrictor/grant-only-allowed-projects.mustache +1 −3 Go to diff View file
M src/www/project/autocomplete.php +43 −11 Go to diff View file
A src/www/scripts/tuleap/autocomplete-for-select2.js +48 −0 Go to diff View file
M src/www/scripts/tuleap/manage-allowed-projects-on-resource.js +5 −0 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_resource_restrictor.scss +4 −0 Go to diff View file
M src/www/themes/common/tlp/doc/js/editors.js +24 −0 Go to diff View file
M src/www/themes/common/tlp/doc/resources/forms/appends/example.html +93 −0 Go to diff View file
M src/www/themes/common/tlp/doc/resources/forms/prepends/example.html +84 −0 Go to diff View file
M src/www/themes/common/tlp/doc/resources/forms/select2/example.html +3 −3 Go to diff View file
M src/www/themes/common/tlp/src/scss/components/_forms.scss +78 −3 Go to diff View file