stable

Clone or download

Read-only

Merge commit 'refs/changes/98/14498/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #13152: Calling GET /api/projects to find projects with the timetracking enabled crashes

Modified Files

Name
M plugins/admindelegation/include/AdminDelegation_ShowProjectWidget.class.php +3 −3 Go to diff View file
M plugins/admindelegation/include/AdminDelegation_UserWidget.class.php +3 −3 Go to diff View file
M plugins/hudson/include/HudsonJobWidget.class.php +1 −5 Go to diff View file
M plugins/projectlinks/include/ProjectLinks_Widget_HomePageLinks.class.php +3 −7 Go to diff View file
M plugins/statistics/include/Statistics_Widget_ProjectStatistics.class.php +1 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +0 −3 Go to diff View file
M src/common/Project/REST/v1/ProjectResource.class.php +1 −1 Go to diff View file
R src/common/widget/Event/ConfigureAtXMLImport.php Go to diff View file
R src/common/widget/Event/GetProjectWidgetList.php Go to diff View file
R src/common/widget/Event/GetProjectsWithCriteria.php Go to diff View file
R src/common/widget/Event/GetPublicAreas.php Go to diff View file
R src/common/widget/Event/GetTrackersWithCriteria.php Go to diff View file
R src/common/widget/Event/GetUserWidgetList.php Go to diff View file
R src/common/widget/Event/GetWidget.php Go to diff View file
R src/common/widget/Event/GetWidgetList.php Go to diff View file
R src/common/widget/Event/UserTimeRetriever.php Go to diff View file
R src/common/widget/Event/UserWithStarBadge.php Go to diff View file
R src/common/widget/Event/UserWithStarBadgeCollector.php Go to diff View file
R src/common/widget/MyWelcomeMessage.php Go to diff View file
R src/common/widget/Note/NoteDao.php Go to diff View file
R src/common/widget/Note/NotePreferencesPresenter.php Go to diff View file
R src/common/widget/Note/ProjectNote.php Go to diff View file
R src/common/widget/ProjectHeartbeat.php Go to diff View file
R src/common/widget/ProjectHeartbeatPresenter.php Go to diff View file
R src/common/widget/ProjectMembers/AdministratorPresenter.php Go to diff View file
R src/common/widget/ProjectMembers/AdministratorPresenterBuilder.php Go to diff View file
R src/common/widget/ProjectMembers/BadgePresenter.php Go to diff View file
R src/common/widget/ProjectMembers/ProjectMembers.php Go to diff View file
R src/common/widget/ProjectMembers/ProjectMembersPresenter.php Go to diff View file
R src/common/widget/Rule_Widget.class.php Go to diff View file
R src/common/widget/Valid_Widget.class.php Go to diff View file
R src/common/widget/Widget.class.php Go to diff View file
R src/common/widget/WidgetFactory.php Go to diff View file
R src/common/widget/Widget_Contacts.class.php Go to diff View file
R src/common/widget/Widget_ImageViewer.class.php Go to diff View file
R src/common/widget/Widget_MyAdmin.class.php Go to diff View file
R src/common/widget/Widget_MyArtifacts.class.php Go to diff View file
R src/common/widget/Widget_MyBookmarks.class.php Go to diff View file
R src/common/widget/Widget_MyImageViewer.class.php Go to diff View file
R src/common/widget/Widget_MyLatestSvnCommits.class.php Go to diff View file
R src/common/widget/Widget_MyMonitoredForums.class.php Go to diff View file
R src/common/widget/Widget_MyMonitoredFp.class.php Go to diff View file
R src/common/widget/Widget_MyProjects.class.php Go to diff View file
R src/common/widget/Widget_MyRss.class.php Go to diff View file
R src/common/widget/Widget_MySystemEvent.class.php Go to diff View file
R src/common/widget/Widget_ProjectDescription.class.php Go to diff View file
R src/common/widget/Widget_ProjectImageViewer.class.php Go to diff View file
R src/common/widget/Widget_ProjectLatestCommits.class.php Go to diff View file
R src/common/widget/Widget_ProjectLatestCvsCommits.class.php Go to diff View file
R src/common/widget/Widget_ProjectLatestFileReleases.class.php Go to diff View file
R src/common/widget/Widget_ProjectLatestNews.class.php Go to diff View file
R src/common/widget/Widget_ProjectLatestSvnCommits.class.php Go to diff View file
R src/common/widget/Widget_ProjectPublicAreas.class.php Go to diff View file
R src/common/widget/Widget_ProjectRss.class.php Go to diff View file
R src/common/widget/Widget_ProjectSvnStats.class.php Go to diff View file
R src/common/widget/Widget_ProjectSvnStats_Layout.class.php Go to diff View file
R src/common/widget/Widget_Rss.class.php Go to diff View file
R src/common/widget/Widget_Static.class.php Go to diff View file
M src/www/admin/index.php +1 −2 Go to diff View file
M tests/psalm/tuleap-baseline.xml +17 −17 Go to diff View file
R tests/simpletest/common/widget/Rule_Widget_OwnerTest.php Go to diff View file
R tests/simpletest/common/widget/Valid_Widget_OwnerTest.php Go to diff View file