stable
Clone or download
Read-only
request #9939: Remove snippet
Change-Id: Ia8ddddd923371204c01fbc5d5453e110a770a559
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/en_US/include/include.tab | +0 | −11 | Go to diff View file |
M | site-content/en_US/include/restricted_user_permissions.txt | +0 | −1 | Go to diff View file |
M | site-content/en_US/project/project.tab | +0 | −2 | Go to diff View file |
M | site-content/en_US/search/search.tab | +1 | −3 | Go to diff View file |
D | site-content/en_US/snippet/homepage.txt | +0 | −20 | Go to diff View file |
D | site-content/en_US/snippet/snippet.tab | +0 | −149 | Go to diff View file |
M | site-content/en_US/themes/gforge-compat.tab | +0 | −2 | Go to diff View file |
M | site-content/fr_FR/include/include.tab | +0 | −11 | Go to diff View file |
M | site-content/fr_FR/project/project.tab | +0 | −2 | Go to diff View file |
M | site-content/fr_FR/search/search.tab | +1 | −3 | Go to diff View file |
D | site-content/fr_FR/snippet/homepage.txt | +0 | −14 | Go to diff View file |
D | site-content/fr_FR/snippet/snippet.tab | +0 | −142 | Go to diff View file |
M | site-content/fr_FR/themes/gforge-compat.tab | +0 | −2 | Go to diff View file |
M | src/common/autoload.php | +2 | −5 | Go to diff View file |
D | src/common/dao/SnippetDao.class.php | +0 | −44 | Go to diff View file |
M | src/common/include/URLVerification.class.php | +0 | −1 | Go to diff View file |
M | src/common/layout/DivBasedTabbedLayout.class.php | +5 | −11 | Go to diff View file |
M | src/common/layout/Layout.class.php | +1 | −9 | Go to diff View file |
M | src/common/reference/ReferenceManager.class.php | +0 | −2 | Go to diff View file |
D | src/common/search/Presenters/SearchSnippetResultPresenter.php | +0 | −49 | Go to diff View file |
M | src/common/search/SearchController.class.php | +1 | −8 | Go to diff View file |
D | src/common/search/SearchSnippet.class.php | +0 | −64 | Go to diff View file |
M | src/db/mysql/database_initvalues.sql | +0 | −80 | Go to diff View file |
M | src/db/mysql/database_structure.sql | +0 | −116 | Go to diff View file |
A | src/db/mysql/updates/2017/20170207_remove_snippet_reference.php | +60 | −0 | Go to diff View file |
M | src/etc/local.inc.dist | +1 | −5 | Go to diff View file |
D | src/templates/search/results-snippets-more.mustache | +0 | −3 | Go to diff View file |
D | src/templates/search/results-snippets.mustache | +0 | −18 | Go to diff View file |
D | src/templates/search/snippet_result.mustache | +0 | −4 | Go to diff View file |
D | src/www/snippet/.htaccess | +0 | −1 | Go to diff View file |
D | src/www/snippet/add_snippet_to_package.php | +0 | −182 | Go to diff View file |
D | src/www/snippet/addversion.php | +0 | −249 | Go to diff View file |
D | src/www/snippet/browse.php | +0 | −113 | Go to diff View file |
D | src/www/snippet/delete.php | +0 | −137 | Go to diff View file |
D | src/www/snippet/detail.php | +0 | −319 | Go to diff View file |
D | src/www/snippet/download.php | +0 | −48 | Go to diff View file |
D | src/www/snippet/index.php | +0 | −79 | Go to diff View file |
D | src/www/snippet/package.php | +0 | −164 | Go to diff View file |
D | src/www/snippet/snippet_data.php | +0 | −107 | Go to diff View file |
D | src/www/snippet/snippet_utils.php | +0 | −283 | Go to diff View file |
D | src/www/snippet/submit.php | +0 | −171 | Go to diff View file |
M | src/www/themes/BurningParrot/HeaderPresenterBuilder.php | +1 | −14 | Go to diff View file |
M | src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php | +1 | −12 | Go to diff View file |
D | src/www/themes/common/css/utils/_snippets.scss | +0 | −3 | Go to diff View file |
M | src/www/themes/common/css/utils/_utils.scss | +0 | −1 | Go to diff View file |
M | tests/integration/_fixtures/local.inc | +1 | −5 | Go to diff View file |
M | tests/simpletest/common/ForgeConfig/_fixtures/restricted_user_permissions.txt | +0 | −1 | Go to diff View file |
M | tests/simpletest/common/include/URLVerificationTest.php | +0 | −22 | Go to diff View file |
M | tools/rpm/tuleap.rhel6.spec | +0 | −1 | Go to diff View file |