stable
Clone or download
Read-only
Merge 'gerrit #19308' into stable/master
* commit '326f3a3c44': request #15003: Convert tracker plugin to gettext
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/BreadCrumbDropdown/MilestoneCrumbBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Semantic/Semantic_InitialEffort.class.php | +4 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestonePresenter.class.php | +1 | −1 | Go to diff View file |
M | plugins/artifactsfolders/include/Folder/Presenter.php | +6 | −6 | Go to diff View file |
M | plugins/cardwall/include/Cardwall_Renderer.class.php | +1 | −1 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphontrackersv5Plugin.php | +1 | −1 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/Step/Definition/Field/StepDefinition.php | +1 | −5 | Go to diff View file |
M | plugins/tracker/include/REST/Artifact/ArtifactCreator.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/CopyArtifact.class.php | +8 | −23 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/CreateArtifact.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/CreateArtifactFromModal.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/UpdateArtifact.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Admin/ArtifactsDeletion/ArtifactsDeletionConfigController.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Admin/GlobalAdminController.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Admin/GlobalAdminPresenter.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactCopyButtonPresenterBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactIncomingEmailButtonPresenterBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactNotificationActionButtonPresenterBuilder.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/ArtifactNotificationSubscriber.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetCreatorBase.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetCreatorBase.class.php | +3 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/EmailNotificationTask.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/MailSender.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Exception/ChangesetNotCreatedException.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Exception/CommentNotStoredException.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Exception/FieldValidationException.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayConfigController.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayConfigPresenter.php | +10 | −14 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/Notifier.class.php | +15 | −35 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Presenter/CreateArtifactInPlacePresenter.php | +3 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Presenter/EditArtifactInPlacePresenter.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Presenter/FollowUpCommentsPresenter.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/ArtifactRenderer.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/CopyRenderer.class.php | +4 | −4 | 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/Renderer/SubmitOverlayRenderer.class.php | +1 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetJsonPresenter.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_ArtifactLink.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Date.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_File.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_List.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Numeric.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_PermissionsOnArtifact.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Text.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Comment.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PossibleParentsRetriever.php | +1 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PriorityHistoryChange.class.php | +7 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/View/Copy.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/View/Edit.class.php | +7 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/View/Hierarchy.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/View/Nature.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/CannedResponse/Tracker_CannedResponseManager.class.php | +11 | −11 | Go to diff View file |
M | plugins/tracker/include/Tracker/Config/SectionsPresenter.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/Import/Semantic/SemanticsXMLExporter.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/OngoingCreationFeedbackNotifier.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderFactory.class.php | +3 | −11 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderManager.class.php | +9 | −17 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderRenderer.class.php | +25 | −25 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder_Role_Assignee.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder_Role_Commenter.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder_Role_Submitter.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/DeletedTrackersListPresenter.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/ForgeUserGroupPermission/TrackerAdminAllProjects.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/ArtifactLinkValidator.php | +4 | −20 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/DateFormatter.class.php | +1 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/DateTimeFormatter.class.php | +1 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkValueSaver.php | +3 | −15 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/CustomColumn/HTMLOutputStrategy.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureConfigController.php | +7 | −23 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureConfigPresenter.php | +23 | −23 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureCreator.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureDao.php | +1 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureDeletor.php | +1 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureEditor.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureIsChildPresenter.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureTablePresenter.php | +9 | −9 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureValidator.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement.class.php | +23 | −23 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container.class.php | +1 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Column.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Fieldset.class.php | +17 | −17 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php | +9 | −25 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactId.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php | +11 | −11 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php | +11 | −26 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Checkbox.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.class.php | +16 | −16 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_CrossReferences.class.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Date.class.php | +10 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_File.class.php | +8 | −12 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Float.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Integer.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastModifiedBy.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastUpdateDate.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindFactory.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Static.class.php | +11 | −11 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Ugroups.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_MultiSelectbox.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Numeric.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_OpenList.class.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PerTrackerArtifactIdclass.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PermissionsOnArtifact.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Priority.class.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Radiobutton.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Selectbox.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_String.class.php | +6 | −18 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_SubmittedBy.class.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_SubmittedOn.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_LineBreak.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_RichText.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_Separator.class.php | +3 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_SharedFormElementFactory.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin.class.php | +11 | −11 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Computed.class.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/LastModifiedBy.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/LastUpdateDate.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/PermissionsOnArtifact.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Priority.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Selectbox.class.php | +7 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/SubmittedBy.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/SubmittedOn.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/StaticField/LineBreak.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/StaticField/Separator.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/UpdateVisitor.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/GeneralSettings_Presenter.class.php | +17 | −17 | Go to diff View file |
M | plugins/tracker/include/Tracker/Hierarchy/CyclicHierarchyException.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Hierarchy/HierarchyController.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Hierarchy/HierarchyFactory.class.php | +1 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Hierarchy/NotInHierarchyException.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Hierarchy/Presenter.class.php | +3 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/MasschangeUpdater.class.php | +8 | −12 | Go to diff View file |
M | plugins/tracker/include/Tracker/Masschange_Presenter.class.php | +8 | −12 | Go to diff View file |
M | plugins/tracker/include/Tracker/NoChangeException.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/NotificationCustomisationSettingsPresenter.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/Settings/Administration/NotificationsAdminSettingsDisplayController.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/Settings/NotificationsUserSettingsDisplayController.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/Fields/ByField/ByFieldController.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/Fields/ByGroup/ByGroupController.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/Fields/PermissionsOnFieldsUpdateController.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/PermissionManager.class.php | +1 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/PermissionPresenter.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/PermissionPresenterBuilder.class.php | +7 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/ExpertModePresenter.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/TrackerReportConfigController.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/TrackerReportConfigPresenter.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report.class.php | +21 | −21 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_HeaderInReportPresenter.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_HeaderRenderer.php | +10 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_RendererFactory.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer_Table.class.php | +32 | −30 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/WidgetAddToDashboardDropdownPresenter.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/TrackerRulesDateValidator.php | +3 | −11 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/Tracker_RulesManager.class.php | +9 | −16 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_SemanticManager.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Contributor.class.php | +16 | −20 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Description.class.php | +18 | −22 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Status.class.php | +16 | −20 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Title.class.php | +17 | −21 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tooltip/Tracker_Tooltip.class.php | +10 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +97 | −113 | Go to diff View file |
M | plugins/tracker/include/Tracker/TrackerFactory.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/TrackerManager.class.php | +35 | −43 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_NotificationsManager.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_URL.class.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Widget/Tracker_Widget_MyArtifacts.class.php | +10 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/Workflow/WorkflowTransitionController.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/TrackerFromXmlImportCannotBeCreatedException.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/TrackerXmlImport.class.php | +2 | −6 | Go to diff View file |
M | plugins/tracker/include/Workflow/Action/Rules/EditRules.class.php | +7 | −7 | Go to diff View file |
M | plugins/tracker/include/Workflow/Action/Triggers/EditTriggers.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/Action/Triggers/TriggersPresenter.class.php | +17 | −17 | Go to diff View file |
M | plugins/tracker/include/Workflow/GlobalRulesViolationException.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/CIBuild/Transition_PostAction_CIBuild.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field.class.php | +1 | −5 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field_Date.class.php | +3 | −7 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field_Float.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field_Int.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field_Numeric.class.php | +1 | −5 | Go to diff View file |
M | plugins/tracker/include/Workflow/Transition/Condition/CommentNotEmpty.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/Transition/Condition/FieldNotEmpty.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/Transition/Condition/Permissions.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/Transition/InvalidConditionForTransitionException.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/FieldValue.class.php | +2 | −18 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/RulesProcessor.class.php | +2 | −5 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/TriggerRule.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.php | +14 | −14 | Go to diff View file |
M | plugins/tracker/include/trackerPluginDescriptor.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/site-content/en_US/tracker.tab | +0 | −1641 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +2616 | −7 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/tracker.tab | +0 | −1635 | Go to diff View file |
M | plugins/tracker/tests/unit/Artifact/Changeset/Tracker_Artifact_Changeset_InitialChangesetCreatorTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Artifact/Changeset/Tracker_Artifact_Changeset_InitialChangesetFieldsValidatorTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Artifact/Changeset/Tracker_Artifact_Changeset_NewChangesetFieldsValidatorTest.php | +0 | −3 | Go to diff View file |
M | plugins/tracker/tests/unit/Artifact/TrackerArtifactChangesetValueFileTest.php | +0 | −12 | Go to diff View file |
M | plugins/tracker/tests/unit/ArtifactNotificationSubscriberTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/DateFormatterTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/Artifact/UsersArtifactsResourceControllerTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Action/CopyArtifactTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Action/Tracker_Action_UpdateArtifactTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Tracker_ArtifactTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Tracker_Artifact_ChangesetValue_TextTest.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Tracker_Artifact_ProcessAssociateArtifact_Test.php | +0 | −5 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/Import/Semantic/SemanticsXMLExporterTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/OngoingCreationFeedbackNotifierTest.php | +0 | −11 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/AdminTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/ChartConfigurationValueRetrieverTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/ChartMessageFetcherTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/Nature/NatureValidatorTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownRemainingEffortAdderForRESTTest.php | +0 | −11 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/PermissionsOnArtifact/Tracker_FormElement_Field_PermissionsOnArtifactTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/String/TrackerFormElementFieldStringTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/TrackerFormElementFactoryTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/TrackerFormElementTest.php | +0 | −3 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLinkTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_FloatTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_IntegerTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_ListTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UsersTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_MultiSelectboxTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_TextTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_SeparatorTest.php | +0 | −3 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_SharedFormElementFactoryTest.php | +0 | −10 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Hierarchy/ControllerTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Hierarchy/HierarchyControllerTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Hierarchy/HierarchyTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Hierarchy/PresenterTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Hierarchy/TrackerHierarchyFactoryGetParentArtifactTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/MasschangeUpdaterTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesDateValidatorTest.php | +3 | −8 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesListValidatorTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesManager/TrackerRulesManagerValidationTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Description/Tracker_Semantic_DescriptionTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Status/Tracker_Semantic_StatusTest.php | +0 | −11 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/TimeframeBuilderTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Title/Tracker_Semantic_TitleTest.php | +0 | −13 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/TrackerSemanticContributorTest.php | +0 | −9 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/TrackerFactoryPossibleChildrenTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/TrackerManagerTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/TrackerPermissionsTest.php | +37 | −39 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/TrackerTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/TrackerXmlImportTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Tracker_Artifact_ChangesetValue_OpenListTest.php | +0 | −18 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Tracker_Artifact_ChavesetValue_ListTest.php | +0 | −18 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/Transition/Condition/CommentNotEmptyTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Workflow/Trigger/Rules/WorkflowTriggerRulesProcessorTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/_fixtures/ImportTrackerSemanticContributorTest.xml | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/TrackerTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker_FormElementFactoryTest.php | +0 | −3 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker_FormElement_FieldTest.php | +0 | −17 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/Action/Rules/Tracker_Workflow_Action_Rules_EditRulesTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/PostAction/CIBuild/Transition_PostAction_CIBuildTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/PostAction/Field/Transition_PostAction_Field_DateTest.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/PostAction/Field/Transition_PostAction_Field_FloatTest.php | +0 | −7 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/PostAction/Field/Transition_PostAction_Field_IntTest.php | +0 | −7 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/Transition/Condition/FieldNotEmptyTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Workflow/WorkflowTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker_date_reminder/include/ArtifactDateReminderFactory.class.php | +7 | −7 | Go to diff View file |
M | plugins/tracker_date_reminder/include/TrackerDateReminderPluginDescriptor.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker_date_reminder/include/TrackerDateReminder_ArtifactFieldHtml.class.php | +15 | −15 | Go to diff View file |
M | plugins/tracker_date_reminder/include/tracker_date_reminderPlugin.php | +19 | −18 | Go to diff View file |
D | plugins/tracker_date_reminder/site-content/en_US/tracker_date_reminder.tab | +0 | −42 | Go to diff View file |
A | plugins/tracker_date_reminder/site-content/fr_FR/LC_MESSAGES/tuleap-tracker_date_reminder.po | +143 | −0 | Go to diff View file |
D | plugins/tracker_date_reminder/site-content/fr_FR/tracker_date_reminder.tab | +0 | −42 | Go to diff View file |
M | plugins/tracker_encryption/include/EncryptionKeySettings_Presenter.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker_encryption/include/Encryption_Manager.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker_encryption/include/TrackerEncryption/Plugin/PluginDescriptor.php | +2 | −2 | Go to diff View file |
M | plugins/tracker_encryption/include/Tracker_FormElement_Field_Encrypted.class.php | +3 | −7 | Go to diff View file |
M | plugins/tracker_encryption/include/tracker_encryptionPlugin.php | +10 | −9 | Go to diff View file |
M | plugins/tracker_encryption/site-content/en_US/tracker_encryption.tab | +0 | −11 | Go to diff View file |
A | plugins/tracker_encryption/site-content/fr_FR/LC_MESSAGES/tuleap-tracker_encryption.po | +57 | −0 | Go to diff View file |
M | plugins/tracker_encryption/site-content/fr_FR/tracker_encryption.tab | +0 | −11 | Go to diff View file |