stable
Clone or download
Read-only
part of story #35094 have "calendar" events attached to tracker email notification No functional changes Change-Id: I9b2040c73f9590bfa6b5dadf0a6df804ac7a9212
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/cardwall/include/Cardwall_Renderer.class.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/include/cardwallPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Reminder.class.php | +1 | −0 | Go to diff View file |
M | plugins/docman/include/Docman_HTTPController.class.php | +1 | −0 | Go to diff View file |
M | plugins/docman/include/Docman_Log.class.php | +2 | −1 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataHtmlObsolescence.php | +4 | −2 | Go to diff View file |
M | plugins/docman/include/Docman_Widget_MyDocman.class.php | +1 | −0 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.php | +2 | −1 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionApproval.class.php | +1 | −0 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionHistory.class.php | +3 | −2 | Go to diff View file |
M | plugins/document/include/Tree/DocumentTreeController.php | +1 | −1 | Go to diff View file |
M | plugins/document/include/Tree/DocumentTreePresenter.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/Git/Repository/View/GerritStatusPresenter.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/Pane/Gerrit.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git_Widget_UserPushes.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/gitPlugin.php | +1 | −0 | Go to diff View file |
M | plugins/gitlab/include/Admin/LinkedGroupPresenter.php | +2 | −1 | Go to diff View file |
M | plugins/projectlinks/include/projectlinksPlugin.php | +1 | −0 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/PullRequestPresenter.php | +3 | −2 | Go to diff View file |
M | plugins/statistics/include/SystemEvent_STATISTICS_DAILY.php | +2 | −0 | Go to diff View file |
M | plugins/svn/include/SVN/Explorer/ExplorerController.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/SVN/Explorer/RepositoryPresenter.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/SVN/Repository/RestorableRepositoryPresenter.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/Comment/CommentPresenter.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/EmailNotificationTask.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/EditRenderer.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetJsonPresenter.class.php | +2 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Followup_Item.class.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/ImportNotifier/CancellationOfJiraImportNotifier.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/ImportNotifier/JiraErrorImportNotifier.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/ImportNotifier/JiraSuccessImportNotificationPresenter.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderManager.class.php | +1 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Date.php | +1 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/QueryBuilder/DateTimeValueRounder.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_HeaderRenderer.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer_Table.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tooltip/TooltipStatsPresenter.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/TrackerManager.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Widget/Tracker_Widget_MyArtifacts.class.php | +1 | −1 | Go to diff View file |
R | src/common/date/Admin/RelativeDatesDisplayAdminPresenter.php | Go to diff View file | ||
R | src/common/date/Admin/RelativeDatesDisplayController.php | Go to diff View file | ||
R | src/common/date/Admin/RelativeDatesDisplaySaveController.php | Go to diff View file | ||
R | src/common/date/DateHelper.class.php | Go to diff View file | ||
R | src/common/date/DefaultRelativeDatesDisplayPreference.php | Go to diff View file | ||
R | src/common/date/DefaultRelativeDatesDisplayPreferenceRetriever.php | Go to diff View file | ||
R | src/common/date/RelativeDatesAssetsRetriever.php | Go to diff View file | ||
R | src/common/date/RelativeDatesDisplayPreferencesSelectboxPresenter.php | Go to diff View file | ||
R | src/common/date/RelativeDatesDisplayPreferencesSelectboxPresenterBuilder.php | Go to diff View file | ||
R | src/common/date/SelectedDateDisplayPreferenceValidator.php | Go to diff View file | ||
M | src/common/Date/TlpRelativeDatePresenterBuilder.php | +5 | −7 | Go to diff View file |
M | src/common/InviteBuddy/InvitationCleaner.php | +2 | −1 | Go to diff View file |
M | src/common/Layout/HomePage/HomePageNews.php | +1 | −1 | Go to diff View file |
M | src/common/Layout/SiteHomepageController.php | +1 | −1 | Go to diff View file |
M | src/common/Mail/MailAccountSuspensionAlertPresenter.php | +1 | −1 | Go to diff View file |
M | src/common/Mail/MailAccountSuspensionPresenter.php | +1 | −1 | Go to diff View file |
M | src/common/News/Admin/AdminNewsBuilder.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Admin/ProjectMembers/ProjectMembersController.php | +1 | −1 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +3 | −3 | Go to diff View file |
M | src/common/SVNCore/SVN_LogDao.class.php | +1 | −40 | Go to diff View file |
M | src/common/User/Account/AccessKeyPresenterBuilder.php | +1 | −1 | Go to diff View file |
M | src/common/User/Account/AccountInformationCollection.php | +2 | −1 | Go to diff View file |
M | src/common/User/Account/Appearance/AppearancePresenter.php | +2 | −2 | Go to diff View file |
M | src/common/User/Account/Appearance/AppearancePresenterBuilder.php | +3 | −2 | Go to diff View file |
M | src/common/User/Account/SecurityPresenter.php | +4 | −3 | Go to diff View file |
M | src/common/User/Account/UpdateAppearancePreferences.php | +4 | −3 | Go to diff View file |
M | src/common/User/Admin/PendingProjectBuilder.php | +1 | −1 | Go to diff View file |
M | src/common/User/Password/PasswordExpirationChecker.class.php | +3 | −0 | Go to diff View file |
M | src/common/User/REST/v1/UserResource.php | +1 | −1 | Go to diff View file |
M | src/common/Widget/ProjectHeartbeat.php | +1 | −1 | Go to diff View file |
M | src/common/Widget/Widget_ProjectLatestNews.class.php | +1 | −1 | Go to diff View file |
M | src/common/Widget/Widget_Rss.class.php | +1 | −0 | Go to diff View file |
D | src/common/date/TimeInterval.class.php | +0 | −87 | Go to diff View file |
M | src/common/tracker/Artifact.class.php | +4 | −2 | Go to diff View file |
M | src/common/tracker/HTML/ArtifactHtml.class.php | +3 | −1 | Go to diff View file |
M | src/www/admin/show_pending_documents.php | +2 | −1 | Go to diff View file |
M | src/www/admin/usergroup.php | +1 | −1 | Go to diff View file |
M | src/www/news/news_utils.php | +2 | −0 | Go to diff View file |
M | tests/psalm/tuleap-baseline.xml | +45 | −1449 | Go to diff View file |
R | tests/unit/common/date/Admin/RelativeDatesDisplaySaveControllerTest.php | Go to diff View file | ||
R | tests/unit/common/date/DefaultRelativeDatesDisplayPreferenceRetrieverTest.php | Go to diff View file | ||
R | tests/unit/common/date/SelectedDateDisplayPreferenceValidatorTest.php | Go to diff View file | ||
R | tests/unit/common/date/helper/DateHelperDistanceTest.php | Go to diff View file | ||
R | tests/unit/common/date/helper/DateHelperTest.php | Go to diff View file | ||
M | tests/unit/common/User/Account/DisplayAppearanceControllerTest.php | +2 | −1 | Go to diff View file |
M | tests/unit/common/User/Account/UpdateAppearancePreferencesTest.php | +1 | −1 | Go to diff View file |
D | tests/unit/common/date/TimeIntervalTest.php | +0 | −54 | Go to diff View file |