stable
Clone or download
Read-only
Merge 'gerrit #14405' into stable/master
* commit '5ae4b1a70b': request #13110 Fulltext search plugin must be removed Change-Id: I1640c0c9645d64c0a7d6a0568143dca7ed9afe6b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/Docman_PermissionsManager.class.php | +3 | −13 | Go to diff View file |
M | plugins/docman/include/Docman_PermissionsManagerDao.class.php | +3 | −46 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.class.php | +0 | −21 | Go to diff View file |
M | plugins/docman/site-content/en_US/docman.tab | +0 | −2 | Go to diff View file |
M | plugins/docman/site-content/fr_FR/docman.tab | +0 | −2 | Go to diff View file |
D | plugins/fulltextsearch/README.mkd | +0 | −180 | Go to diff View file |
D | plugins/fulltextsearch/VERSION | +0 | −1 | Go to diff View file |
D | plugins/fulltextsearch/build-manifest.json | +0 | −34 | Go to diff View file |
D | plugins/fulltextsearch/db/mysql/updates/2014/201410101520_run_fts_systemevents_as_appowner.php | +0 | −59 | Go to diff View file |
D | plugins/fulltextsearch/etc/fulltextsearch.inc.dist | +0 | −28 | Go to diff View file |
D | plugins/fulltextsearch/etc/logrotate.syslog.dist | +0 | −6 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/ArtifactPropertiesExtractor.class.php | +0 | −130 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/ClientConfig.php | +0 | −75 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/ClientFacade.class.php | +0 | −37 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/ClientFactory.class.php | +0 | −118 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/ClientNotFoundException.class.php | +0 | −29 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/ElementNotIndexed.class.php | +0 | −21 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/IndexClientFacade.class.php | +0 | −156 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/RequestDocmanDataFactory.class.php | +0 | −414 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/RequestTrackerDataFactory.class.php | +0 | −129 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/RequestWikiDataFactory.class.php | +0 | −127 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/ResultFactory.class.php | +0 | −173 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/ResultValidator.class.php | +0 | −72 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/SearchAdminClientFacade.class.php | +0 | −59 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/SearchClientFacade.class.php | +0 | −394 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/SearchResult.class.php | +0 | −41 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/SearchResultCollection.class.php | +0 | −72 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/SearchResultDocman.class.php | +0 | −38 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/SearchResultMyProjectsFacet.class.php | +0 | −49 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/SearchResultOwnerFacet.class.php | +0 | −43 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/SearchResultProjectsFacet.class.php | +0 | −49 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/SearchResultProjectsFacetCollection.class.php | +0 | −171 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/SearchResultProjectsGroupFacet.class.php | +0 | −37 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/SearchResultTracker.class.php | +0 | −48 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/SearchResultUpdateDateFacet.class.php | +0 | −46 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/SearchResultUpdateDateFacetCollection.class.php | +0 | −62 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/SearchResultWiki.class.php | +0 | −44 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/TransportHTTPBasicAuth.class.php | +0 | −116 | Go to diff View file |
D | plugins/fulltextsearch/include/ElasticSearch/TypeNotIndexed.class.php | +0 | −21 | Go to diff View file |
D | plugins/fulltextsearch/include/FullTextSearch/Controller/AdminController.class.php | +0 | −95 | Go to diff View file |
D | plugins/fulltextsearch/include/FullTextSearch/Controller/SearchController.class.php | +0 | −156 | Go to diff View file |
D | plugins/fulltextsearch/include/FullTextSearch/Controller/SearchErrorController.class.php | +0 | −34 | Go to diff View file |
D | plugins/fulltextsearch/include/FullTextSearch/DocmanSystemEventManager.class.php | +0 | −279 | Go to diff View file |
D | plugins/fulltextsearch/include/FullTextSearch/IIndexDocuments.class.php | +0 | −128 | Go to diff View file |
D | plugins/fulltextsearch/include/FullTextSearch/ISearchDocuments.class.php | +0 | −39 | Go to diff View file |
D | plugins/fulltextsearch/include/FullTextSearch/ISearchDocumentsForAdmin.class.php | +0 | −38 | Go to diff View file |
D | plugins/fulltextsearch/include/FullTextSearch/NotIndexedCollector.class.php | +0 | −44 | Go to diff View file |
D | plugins/fulltextsearch/include/FullTextSearch/Presenter/AdminPresenter.class.php | +0 | −53 | Go to diff View file |
D | plugins/fulltextsearch/include/FullTextSearch/Presenter/ErrorNoSearch.class.php | +0 | −38 | Go to diff View file |
D | plugins/fulltextsearch/include/FullTextSearch/Presenter/FacetPresenter.class.php | +0 | −29 | Go to diff View file |
D | plugins/fulltextsearch/include/FullTextSearch/Presenter/Search.class.php | +0 | −96 | Go to diff View file |
D | plugins/fulltextsearch/include/FullTextSearch/Presenter/SearchMore.class.php | +0 | −52 | Go to diff View file |
D | plugins/fulltextsearch/include/FullTextSearch/SearchResultCollection.class.php | +0 | −38 | Go to diff View file |
D | plugins/fulltextsearch/include/FullTextSearch/TrackerSystemEventManager.class.php | +0 | −158 | Go to diff View file |
D | plugins/fulltextsearch/include/FullTextSearch/TypeOfSearchCalculator.class.php | +0 | −69 | Go to diff View file |
D | plugins/fulltextsearch/include/FullTextSearch/WikiSystemEventManager.class.php | +0 | −171 | Go to diff View file |
D | plugins/fulltextsearch/include/FullTextSearchDocmanActions.class.php | +0 | −531 | Go to diff View file |
D | plugins/fulltextsearch/include/FullTextSearchDocmanIndexFileTooBigException.php | +0 | −27 | Go to diff View file |
D | plugins/fulltextsearch/include/FullTextSearchSystemEventQueue.class.php | +0 | −32 | Go to diff View file |
D | plugins/fulltextsearch/include/FullTextSearchTrackerActions.class.php | +0 | −133 | Go to diff View file |
D | plugins/fulltextsearch/include/FullTextSearchWikiActions.class.php | +0 | −170 | Go to diff View file |
D | plugins/fulltextsearch/include/FulltextsearchPluginDescriptor.class.php | +0 | −35 | Go to diff View file |
D | plugins/fulltextsearch/include/FulltextsearchPluginInfo.class.php | +0 | −33 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN.class.php | +0 | −131 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_APPROVAL_TABLE_COMMENT.class.php | +0 | −39 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_COPY.class.php | +0 | −33 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_DELETE.class.php | +0 | −34 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_EMPTY_INDEX.class.php | +0 | −33 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_FOLDER_INDEX.class.php | +0 | −33 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_INDEX.class.php | +0 | −51 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_LINK_INDEX.class.php | +0 | −33 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_REINDEX_PROJECT.class.php | +0 | −94 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_UPDATE.class.php | +0 | −41 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_UPDATELINK.class.php | +0 | −42 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_UPDATE_METADATA.class.php | +0 | −35 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_UPDATE_PERMISSIONS.class.php | +0 | −30 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_WIKI_INDEX.class.php | +0 | −47 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_WIKI_UPDATE.class.php | +0 | −47 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_TRACKER_ARTIFACT_DELETE.class.php | +0 | −96 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_TRACKER_ARTIFACT_UPDATE.class.php | +0 | −108 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_TRACKER_REINDEX.class.php | +0 | −87 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_TRACKER_REINDEX_PROJECT.class.php | +0 | −105 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_TRACKER_TRACKER_DELETE.class.php | +0 | −95 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_WIKI.class.php | +0 | −94 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_WIKI_DELETE.class.php | +0 | −30 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_WIKI_INDEX.class.php | +0 | −34 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_WIKI_REINDEX_PROJECT.class.php | +0 | −84 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_WIKI_UPDATE.class.php | +0 | −30 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_WIKI_UPDATE_PERMISSIONS.class.php | +0 | −30 | Go to diff View file |
D | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_WIKI_UPDATE_SERVICE_PERMISSIONS.class.php | +0 | −62 | Go to diff View file |
D | plugins/fulltextsearch/include/autoload.php | +0 | −97 | Go to diff View file |
D | plugins/fulltextsearch/include/constants.php | +0 | −75 | Go to diff View file |
D | plugins/fulltextsearch/include/fulltextsearchPlugin.class.php | +0 | −894 | Go to diff View file |
D | plugins/fulltextsearch/site-content/en_US/fulltextsearch.tab | +0 | −43 | Go to diff View file |
D | plugins/fulltextsearch/site-content/fr_FR/fulltextsearch.tab | +0 | −43 | Go to diff View file |
D | plugins/fulltextsearch/templates/admin.mustache | +0 | −27 | Go to diff View file |
D | plugins/fulltextsearch/templates/error-nosearch.mustache | +0 | −6 | Go to diff View file |
D | plugins/fulltextsearch/templates/facet-select.mustache | +0 | −6 | Go to diff View file |
D | plugins/fulltextsearch/templates/results.mustache | +0 | −88 | Go to diff View file |
D | plugins/fulltextsearch/templates/search-one-result.mustache | +0 | −14 | Go to diff View file |
D | plugins/fulltextsearch/templates/search-results-main.mustache | +0 | −9 | Go to diff View file |
D | plugins/fulltextsearch/templates/search-results-more.mustache | +0 | −5 | Go to diff View file |
D | plugins/fulltextsearch/templates/search.mustache | +0 | −14 | Go to diff View file |
D | plugins/fulltextsearch/tests/ElasticSearch/RequestDataFactoryTest.php | +0 | −453 | Go to diff View file |
D | plugins/fulltextsearch/tests/ElasticSearch/RequestTrackerDataFactoryTest.php | +0 | −355 | Go to diff View file |
D | plugins/fulltextsearch/tests/ElasticSearch/ResultFactoryTest.php | +0 | −166 | Go to diff View file |
D | plugins/fulltextsearch/tests/ElasticSearch/SearchClientFacadeTest.php | +0 | −404 | Go to diff View file |
D | plugins/fulltextsearch/tests/FullTextSearch/TypeOfSearchCalculatorTest.php | +0 | −130 | Go to diff View file |
D | plugins/fulltextsearch/tests/FullTextSearchDocmanActionsTest.php | +0 | −418 | Go to diff View file |
D | plugins/fulltextsearch/tests/FullTextSearchTrackerActionsTest.php | +0 | −115 | Go to diff View file |
D | plugins/fulltextsearch/tests/FullTextSearchWikiActionsTest.php | +0 | −231 | Go to diff View file |
D | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMANTest.class.php | +0 | −73 | Go to diff View file |
D | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMAN_COPYTest.php | +0 | −51 | Go to diff View file |
D | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMAN_DELETETest.php | +0 | −36 | Go to diff View file |
D | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMAN_EMPTY_INDEXTest.php | +0 | −51 | Go to diff View file |
D | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMAN_FOLDER_INDEXTest.php | +0 | −51 | Go to diff View file |
D | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMAN_INDEXTest.php | +0 | −69 | Go to diff View file |
D | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMAN_LINK_INDEXTest.php | +0 | −51 | Go to diff View file |
D | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMAN_REINDEXTest.php | +0 | −54 | Go to diff View file |
D | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMAN_UPDATE_METADATATest.php | +0 | −36 | Go to diff View file |
D | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMAN_UPDATE_PERMISSIONSTest.php | +0 | −36 | Go to diff View file |
D | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMAN_WIKI_INDEXTest.php | +0 | −66 | Go to diff View file |
D | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMAN_WIKI_PERMISSIONSTest.php | +0 | −38 | Go to diff View file |
D | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMAN_WIKI_UPDATETest.php | +0 | −50 | Go to diff View file |
D | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_TRACKER_ARTIFACT_DELETETest.php | +0 | −63 | Go to diff View file |
D | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_TRACKER_REINDEXTest.php | +0 | −68 | Go to diff View file |
D | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_TRACKER_REINDEX_PROJECTTest.php | +0 | −54 | Go to diff View file |
D | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_TRACKER_TRACKER_DELETETest.php | +0 | −61 | Go to diff View file |
D | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_WIKITest.class.php | +0 | −72 | Go to diff View file |
D | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_WIKI_DELETETest.php | +0 | −39 | Go to diff View file |
D | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_WIKI_INDEXTest.php | +0 | −57 | Go to diff View file |
D | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_WIKI_REINDEXTest.php | +0 | −54 | Go to diff View file |
D | plugins/fulltextsearch/tests/_fixtures/ES_query_result_01.txt | +0 | −45 | Go to diff View file |
D | plugins/fulltextsearch/tests/_fixtures/big_file.txt | +0 | −40 | Go to diff View file |
D | plugins/fulltextsearch/tests/_fixtures/file.txt | +0 | −1 | Go to diff View file |
D | plugins/fulltextsearch/tests/builders/Docman_File_Builder.php | +0 | −77 | Go to diff View file |
D | plugins/fulltextsearch/tests/builders/Parameters_Builder.php | +0 | −52 | Go to diff View file |
D | plugins/fulltextsearch/www/index.php | +0 | −32 | Go to diff View file |
D | plugins/fulltextsearch/www/scripts/admin-load-project-autocompleter.js | +0 | −23 | Go to diff View file |
D | plugins/fulltextsearch/www/scripts/full-text-search.js | +0 | −164 | Go to diff View file |
D | plugins/fulltextsearch/www/themes/BurningParrot/css/_fulltextsearch.scss | +0 | −3 | Go to diff View file |
D | plugins/fulltextsearch/www/themes/BurningParrot/css/style-blue-condensed.scss | +0 | −22 | Go to diff View file |
D | plugins/fulltextsearch/www/themes/BurningParrot/css/style-blue.scss | +0 | −22 | Go to diff View file |
D | plugins/fulltextsearch/www/themes/BurningParrot/css/style-green-condensed.scss | +0 | −22 | Go to diff View file |
D | plugins/fulltextsearch/www/themes/BurningParrot/css/style-green.scss | +0 | −22 | Go to diff View file |
D | plugins/fulltextsearch/www/themes/BurningParrot/css/style-grey-condensed.scss | +0 | −22 | Go to diff View file |
D | plugins/fulltextsearch/www/themes/BurningParrot/css/style-grey.scss | +0 | −22 | Go to diff View file |
D | plugins/fulltextsearch/www/themes/BurningParrot/css/style-orange-condensed.scss | +0 | −22 | Go to diff View file |
D | plugins/fulltextsearch/www/themes/BurningParrot/css/style-orange.scss | +0 | −22 | Go to diff View file |
D | plugins/fulltextsearch/www/themes/BurningParrot/css/style-purple-condensed.scss | +0 | −22 | Go to diff View file |
D | plugins/fulltextsearch/www/themes/BurningParrot/css/style-purple.scss | +0 | −22 | Go to diff View file |
D | plugins/fulltextsearch/www/themes/BurningParrot/css/style-red-condensed.scss | +0 | −22 | Go to diff View file |
D | plugins/fulltextsearch/www/themes/BurningParrot/css/style-red.scss | +0 | −22 | Go to diff View file |
D | plugins/fulltextsearch/www/themes/default/css/style.scss | +0 | −90 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php | +1 | −38 | Go to diff View file |
M | plugins/tracker/include/Tracker/PermissionsDao.class.php | +1 | −44 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/ResultJoiner.class.php | +5 | −6 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +1 | −42 | Go to diff View file |
M | plugins/tracker/site-content/en_US/tracker.tab | +0 | −3 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/tracker.tab | +0 | −3 | Go to diff View file |
M | src/common/Event/Event.class.php | +4 | −8 | Go to diff View file |
M | src/common/search/Presenters/SearchPresenter.class.php | +4 | −9 | Go to diff View file |
M | src/common/search/SearchController.class.php | +1 | −21 | Go to diff View file |
D | src/templates/search/additional-search-tabs.mustache | +0 | −12 | Go to diff View file |
M | src/templates/search/site-search.mustache | +0 | −2 | Go to diff View file |
M | tests/phpunit/phpunit.xml | +0 | −1 | Go to diff View file |
M | tests/psalm/tuleap-baseline.xml | +0 | −322 | Go to diff View file |
M | tools/rpm/Makefile | +0 | −2 | Go to diff View file |
M | tools/rpm/tuleap.rhel6.spec | +1 | −20 | Go to diff View file |
M | tools/rpm/tuleap.rhel7.spec | +0 | −1 | Go to diff View file |