stable

Clone or download

Read-only

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

* ssh://gerrit.tuleap.net:29418/tuleap: request #13780: Enforce the position of arguments and braces of methods Change-Id: I469f1e998d88249197fdbda1ff3803c79e80fe51

Modified Files

Name
M plugins/admindelegation/include/AdminDelegationPluginInfo.class.php +2 −1 Go to diff View file
M plugins/admindelegation/include/AdminDelegation_ShowProjectWidget.class.php +14 −7 Go to diff View file
M plugins/admindelegation/include/AdminDelegation_UserServiceDao.class.php +14 −7 Go to diff View file
M plugins/admindelegation/include/AdminDelegation_UserServiceLogDao.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/db/mysql/updates/2012/201203191812_add_planning_tables.php +8 −4 Go to diff View file
M plugins/agiledashboard/db/mysql/updates/2012/201203201103_add_column_group_id.php +8 −4 Go to diff View file
M plugins/agiledashboard/db/mysql/updates/2012/201203230952_rename_column_release_tracker_id.php +8 −4 Go to diff View file
M plugins/agiledashboard/db/mysql/updates/2012/201205041624_add_titles_column.php +8 −4 Go to diff View file
M plugins/agiledashboard/db/mysql/updates/2013/201307101021_add_agiledashborad_semantic_initial_effort_table.php +8 −4 Go to diff View file
M plugins/agiledashboard/db/mysql/updates/2013/201309251016_add_agiledashboard_criteria_table.php +8 −4 Go to diff View file
M plugins/agiledashboard/db/mysql/updates/2014/201411251018_add_agiledashboard_kanban_table.php +8 −4 Go to diff View file
M plugins/agiledashboard/db/mysql/updates/2014/201411261504_add_agiledashboard_kanban_configuration_table.php +8 −4 Go to diff View file
M plugins/agiledashboard/db/mysql/updates/2014/201411281005_create_plugin_agiledashboard_configuration_table.php +8 −4 Go to diff View file
M plugins/agiledashboard/db/mysql/updates/2014/201412031051_remove_project_id_in_kanban_configuration.php +6 −3 Go to diff View file
M plugins/agiledashboard/db/mysql/updates/2015/201501061426_add_kanban_id.php +6 −3 Go to diff View file
M plugins/agiledashboard/db/mysql/updates/2015/201501201118_add_titles.php +6 −3 Go to diff View file
M plugins/agiledashboard/db/mysql/updates/2015/201502061635_add_planning_priority_change_permission.php +10 −5 Go to diff View file
M plugins/agiledashboard/db/mysql/updates/2015/201502261627_add_plugin_agiledashboard_kanban_configuration_column_table.php +8 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AdminKanbanPresenter.class.php +20 −10 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AdminScrumPresenter.class.php +46 −23 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardConfigurationResponse.php +34 −17 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardKanbanConfigurationUpdater.class.php +6 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardScrumConfigurationUpdater.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardStatisticsAggregator.class.php +18 −9 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardXMLController.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/BacklogItem/PaginatedBacklogItemsRepresentations.class.php +6 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/BacklogItem/PaginatedBacklogItemsRepresentationsBuilder.class.php +8 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/BacklogItem/SubBacklogItemDao.class.php +8 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/BacklogItem/SubBacklogItemProvider.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/BacklogItemDao.class.php +18 −9 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/BacklogItemPresenter.class.php +36 −18 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/ConfigurationDao.class.php +10 −5 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/ConfigurationManager.class.php +12 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FieldPriorityAugmenter.php +6 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FirstKanbanCreator.php +8 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FirstScrumCreator.php +6 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/HierarchyChecker.php +10 −5 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban.class.php +8 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanActionsChecker.php +20 −10 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanColumn.php +16 −8 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanColumnDao.class.php +6 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanColumnFactory.php +18 −9 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanColumnManager.php +14 −7 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanColumnNotFoundException.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanColumnNotRemovableException.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanDao.class.php +18 −9 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanFactory.class.php +14 −7 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanItemDao.class.php +26 −13 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanItemManager.class.php +16 −8 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanManager.class.php +6 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanRightsPresenter.php +1 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanSemanticStatusAllColumnIdsNotProvidedException.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanSemanticStatusBasedOnASharedFieldException.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanSemanticStatusColumnIdsNotInOpenSemanticException.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanSemanticStatusNotBoundToStaticValuesException.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanSemanticStatusNotDefinedException.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanSemanticTitleNotDefinedException.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanSummaryPresenter.class.php +14 −7 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanTrackerNotDefinedException.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanUserCantAddInPlaceException.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanUserPreferences.php +20 −10 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItem.class.php +28 −14 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItemBuilder.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItemCollection.class.php +24 −12 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItemCollectionFactory.class.php +38 −19 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItemPresenterBuilder.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/DescendantItemsCollection.class.php +18 −9 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/DescendantItemsFinder.class.php +40 −20 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneDao.class.php +20 −10 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneParentLinker.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneReportCriterionDao.class.php +6 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneReportCriterionOptionsProvider.class.php +16 −8 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneReportCriterionProvider.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneRepresentationBuilder.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneStatusCounter.class.php +13 −7 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/PaginatedMilestones.php +6 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/PaginatedMilestonesRepresentations.class.php +6 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2Pane.class.php +8 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2Presenter.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/SelectedMilestoneProvider.php +8 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/PaneIconLinkPresenter.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/PaneInfoFactory.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/PermissionsManager.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Planning/NearestPlanningTrackerProvider.class.php +12 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/ResourcesInjector.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactCannotBeChildrenOfException.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactCannotBeInBacklogOfException.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactDoesNotExistException.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactIsClosedOrAlreadyPlannedInAnotherMilestone.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactIsNotInBacklogTrackerException.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactIsNotInMilestoneContentException.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactIsNotInUnassignedBacklogItemsException.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactIsNotInUnplannedBacklogItemsException.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemParentReference.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemRepresentation.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php +26 −13 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/CardRepresentation.class.php +12 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ColumnRepresentation.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ElementCannotBeSubmilestoneException.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/IdsFromBodyAreNotUniqueException.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanAddRepresentation.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanArchiveInfoRepresentation.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanBacklogInfoRepresentation.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanColumnsResource.php +14 −7 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemsResource.php +18 −9 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanRepresentation.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanRepresentationBuilder.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php +52 −26 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/TimeInfoFactory.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneContentUpdater.class.php +6 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneInfoRepresentation.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneParentReference.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneRepresentation.class.php +8 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +66 −33 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResourceValidator.class.php +42 −21 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestonesCardwallRepresentation.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/OrderIdOutOfBoundException.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/OrderValidator.class.php +8 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/PatchAddBacklogItemsValidator.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/PatchAddContentValidator.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/PatchAddRemoveValidator.class.php +8 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/PlanningReference.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/PlanningRepresentation.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/PlanningResource.class.php +20 −10 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php +18 −9 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectMilestonesResource.class.php +12 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectPlanningsResource.class.php +10 −5 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ResourcesPatcher.class.php +10 −5 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/SubMilestoneAlreadyHasAParentException.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/SubMilestoneDoesNotExistException.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/SubmilestoneListedTwiceException.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/SwimlineRepresentation.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/UserCannotReadSubMilestoneException.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/UserCannotUpdateMilestoneException.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v2/BacklogItemRepresentation.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v2/BacklogItemRepresentationFactory.class.php +6 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v2/ProjectBacklogResource.class.php +16 −8 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v2/ResourcesInjector.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Semantic/Dao/Dao_InitialEffort.class.php +6 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Semantic/Dao/InitialEffortDao.class.php +6 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Semantic/Semantic_InitialEffort.class.php +30 −15 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Semantic/Semantic_InitialEffortFactory.class.php +6 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/SequenceIdManager.php +12 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/UserNotAdminException.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/XMLExporter.class.php +14 −7 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/XMLFullStructureExporter.php +8 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/XMLImporter.class.php +8 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardPluginDescriptor.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardPluginInfo.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +26 −15 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +24 −12 Go to diff View file
M plugins/agiledashboard/include/Dao.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/PaneRedirectionExtractor.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactCreationController.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactLinker.class.php +10 −5 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactMilestone.class.php +50 −25 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactParentsSelector.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactParentsSelector/Command.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactParentsSelector/NearestMilestoneWithBacklogTrackerCommand.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactParentsSelector/ParentInSameHierarchyCommand.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactParentsSelector/SameTrackerCommand.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactParentsSelector/SubChildrenBelongingToTrackerCommand.class.php +8 −4 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactParentsSelectorEventListener.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/CardDisplayPreferences.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/ImportTemplateFormPresenter.class.php +12 −6 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneController.class.php +12 −6 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneFactory.class.php +81 −42 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestonePaneFactory.class.php +26 −13 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestonePresenter.class.php +22 −11 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneRedirectParameter.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneSelectorController.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/NoMilestone.class.php +54 −27 Go to diff View file
M plugins/agiledashboard/include/Planning/Planning.class.php +24 −12 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningAdminPresenter.class.php +18 −9 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +46 −23 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningDao.class.php +36 −18 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningFactory.class.php +80 −40 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningFormPresenter.class.php +18 −9 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningOutOfHierarchyAdminPresenter.class.php +6 −3 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningParameters.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningPermissionsManager.class.php +8 −4 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningPresenter.class.php +12 −6 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningRequestValidator.class.php +12 −6 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/BaseHomePresenter.class.php +16 −8 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/HomePresenter.class.php +44 −22 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/LastLevelMilestone.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/MilestoneAccessPresenter.class.php +10 −5 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/MilestoneBurndownSummaryPresenter.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/MilestoneSummaryPresenter.class.php +12 −6 Go to diff View file
M plugins/agiledashboard/include/Planning/TrackerPresenter.class.php +12 −6 Go to diff View file
M plugins/agiledashboard/include/Planning/VirtualTopMilestone.class.php +58 −29 Go to diff View file
M plugins/agiledashboard/include/Planning/VirtualTopMilestoneController.class.php +12 −6 Go to diff View file
M plugins/agiledashboard/include/Planning/VirtualTopMilestonePaneFactory.class.php +16 −8 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +137 −69 Go to diff View file
M plugins/agiledashboard/tests/AgileDashboardRouterTest.php +12 −6 Go to diff View file
M plugins/agiledashboard/tests/builders/aMilestone.php +14 −7 Go to diff View file
M plugins/agiledashboard/tests/builders/aPlanning.php +18 −9 Go to diff View file
M plugins/agiledashboard/tests/builders/aPlanningCreationRequest.php +16 −8 Go to diff View file
M plugins/agiledashboard/tests/builders/anArtifactNode.php +4 −2 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/BacklogItem/SubBacklogItemProviderTest.php +6 −3 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/HierarchyCheckerTest.php +6 −3 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/Milestone/Backlog/AgileDashboard_Milestone_Backlog_BacklogItemCollectionFactoryTest.php +10 −5 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/Milestone/Backlog/BacklogItemPresenterCollectionTest.php +6 −3 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/Milestone/MilestoneReportCriterionOptionsProviderTest.php +6 −3 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/Milestone/MilestoneReportCriterionProviderTest.php +8 −4 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/Milestone/MilestoneStatusCounterTest.php +18 −9 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/Milestone/Pane/Planning/SubmilestoneFinderTest.php +2 −1 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/Milestone/SelectedMilestoneProviderTest.php +6 −3 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/Planning/NearestPlanningTrackerProviderTest.php +6 −3 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/REST/v1/MilestoneResourceValidatorTest.php +34 −17 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/REST/v1/OrderValidatorTest.php +10 −5 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/SequenceIdManagerTest.php +16 −8 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/XMLExporterTest.php +20 −10 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/XMLFullStructureExporterTest.php +6 −3 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/XMLImporterTest.php +14 −7 Go to diff View file
M plugins/agiledashboard/tests/include/ArtifactCreationControllerTest.php +6 −3 Go to diff View file
M plugins/agiledashboard/tests/include/ArtifactLinkerTest.php +18 −9 Go to diff View file
M plugins/agiledashboard/tests/include/ArtifactParentsSelectorEventListenerTest.php +12 −6 Go to diff View file
M plugins/agiledashboard/tests/include/ArtifactParentsSelectorTest.php +22 −11 Go to diff View file
M plugins/agiledashboard/tests/include/ControllerTest.php +58 −29 Go to diff View file
M plugins/agiledashboard/tests/include/KanbanActionsCheckerTest.php +12 −6 Go to diff View file
M plugins/agiledashboard/tests/include/KanbanColumnManagerTest.php +6 −3 Go to diff View file
M plugins/agiledashboard/tests/include/KanbanUserPreferencesTest.php +16 −8 Go to diff View file
M plugins/agiledashboard/tests/include/MilestoneFactoryTest.php +56 −28 Go to diff View file
M plugins/agiledashboard/tests/include/MilestoneParentLinkerTest.php +12 −6 Go to diff View file
M plugins/agiledashboard/tests/include/MilestoneSelectorControllerTest.php +10 −5 Go to diff View file
M plugins/agiledashboard/tests/include/PlanningFactoryTest.php +46 −23 Go to diff View file
M plugins/agiledashboard/tests/include/RequestValidatorTest.php +16 −8 Go to diff View file
M plugins/agiledashboard/tests/include/TrackerPresenterTest.php +28 −14 Go to diff View file
M plugins/agiledashboard/tests/rest/KanbanColumns/KanbanColumnsTest.php +4 −2 Go to diff View file
M plugins/agiledashboard/tests/rest/KanbanTest.php +54 −27 Go to diff View file
M plugins/archivedeleteditems/include/ArchiveDeletedItemsPluginDescriptor.class.php +2 −1 Go to diff View file
M plugins/archivedeleteditems/include/ArchiveDeletedItemsPluginInfo.class.php +2 −1 Go to diff View file
M plugins/archivedeleteditems/include/archivedeleteditemsPlugin.class.php +6 −3 Go to diff View file
M plugins/cardwall/db/mysql/updates/2012/201206051455_add_cardwall_on_top_table.php +8 −4 Go to diff View file
M plugins/cardwall/db/mysql/updates/2012/201207070819_add_cardwall_on_top_mappings_table.php +8 −4 Go to diff View file
M plugins/cardwall/db/mysql/updates/2012/201207171819_add_freestyle_on_top_field.php +8 −4 Go to diff View file
M plugins/cardwall/db/mysql/updates/2013/201308261539_add_cardfields_semantic_table.php +8 −4 Go to diff View file
M plugins/cardwall/db/mysql/updates/2013/201308271726_set_default_semantic.php +10 −5 Go to diff View file
M plugins/cardwall/db/mysql/updates/2013/201308291505_update_cardfields_semantic_table.php +8 −4 Go to diff View file
M plugins/cardwall/db/mysql/updates/2013/201310041431_update_existing_cardwall_configurations.php +6 −3 Go to diff View file
M plugins/cardwall/include/Board.class.php +6 −3 Go to diff View file
M plugins/cardwall/include/BoardPresenter.class.php +4 −2 Go to diff View file
M plugins/cardwall/include/CardController.class.php +6 −3 Go to diff View file
M plugins/cardwall/include/CardControllerBuilderRequestDataException.class.php +2 −1 Go to diff View file
M plugins/cardwall/include/CardControllerBuilderRequestIdException.class.php +2 −1 Go to diff View file
M plugins/cardwall/include/CardControllerBuilderRequestPlanningIdException.class.php +2 −1 Go to diff View file
M plugins/cardwall/include/CardFieldPresenter.class.php +6 −3 Go to diff View file
M plugins/cardwall/include/CardFields.class.php +6 −3 Go to diff View file
M plugins/cardwall/include/CardInCellPresenter.class.php +16 −8 Go to diff View file
M plugins/cardwall/include/CardInCellPresenterBuilder.class.php +4 −2 Go to diff View file
M plugins/cardwall/include/CardInCellPresenterFactory.class.php +6 −3 Go to diff View file
M plugins/cardwall/include/CardInCellPresenterNode.class.php +6 −3 Go to diff View file
M plugins/cardwall/include/CardPresenter.class.php +26 −13 Go to diff View file
M plugins/cardwall/include/CardResourceBadValueFormatException.class.php +2 −1 Go to diff View file
M plugins/cardwall/include/CardwallConfigXmlExport.class.php +12 −6 Go to diff View file
M plugins/cardwall/include/CardwallConfigXmlImport.class.php +34 −24 Go to diff View file
M plugins/cardwall/include/CardwallFromXmlImportCannotBeEnabledException.class.php +2 −1 Go to diff View file
M plugins/cardwall/include/CardwallPluginDescriptor.class.php +2 −1 Go to diff View file
M plugins/cardwall/include/CardwallPluginInfo.class.php +2 −1 Go to diff View file
M plugins/cardwall/include/Cardwall_Renderer.class.php +26 −13 Go to diff View file
M plugins/cardwall/include/Cardwall_RendererDao.class.php +12 −6 Go to diff View file
M plugins/cardwall/include/Column.class.php +28 −14 Go to diff View file
M plugins/cardwall/include/FieldNotOnCardException.class.php +2 −1 Go to diff View file
M plugins/cardwall/include/FieldProviders/CustomFieldProvider.class.php +4 −2 Go to diff View file
M plugins/cardwall/include/FieldProviders/SemanticStatusFieldProvider.class.php +2 −1 Go to diff View file
M plugins/cardwall/include/FieldsExtractor.class.php +12 −6 Go to diff View file
M plugins/cardwall/include/Form.class.php +2 −1 Go to diff View file
M plugins/cardwall/include/Mapping.class.php +2 −1 Go to diff View file
M plugins/cardwall/include/MappingCollection.class.php +8 −4 Go to diff View file
M plugins/cardwall/include/OnTop/ColumnDao.class.php +12 −6 Go to diff View file
M plugins/cardwall/include/OnTop/ColumnMappingFieldDao.class.php +12 −6 Go to diff View file
M plugins/cardwall/include/OnTop/ColumnMappingFieldValueDao.class.php +18 −9 Go to diff View file
M plugins/cardwall/include/OnTop/Config.class.php +36 −19 Go to diff View file
M plugins/cardwall/include/OnTop/Config/ColumnCollection.class.php +20 −10 Go to diff View file
M plugins/cardwall/include/OnTop/Config/ColumnFactory.class.php +8 −4 Go to diff View file
M plugins/cardwall/include/OnTop/Config/ColumnFreestyleCollection.class.php +2 −1 Go to diff View file
M plugins/cardwall/include/OnTop/Config/ColumnStatusCollection.class.php +2 −1 Go to diff View file
M plugins/cardwall/include/OnTop/Config/Command.class.php +2 −1 Go to diff View file
M plugins/cardwall/include/OnTop/Config/Command/CreateColumn.class.php +4 −2 Go to diff View file
M plugins/cardwall/include/OnTop/Config/Command/CreateMappingField.class.php +4 −2 Go to diff View file
M plugins/cardwall/include/OnTop/Config/Command/DeleteColumns.class.php +2 −1 Go to diff View file
M plugins/cardwall/include/OnTop/Config/Command/DeleteMappingFields.class.php +8 −4 Go to diff View file
M plugins/cardwall/include/OnTop/Config/Command/EnableCardwallOnTop.class.php +4 −2 Go to diff View file
M plugins/cardwall/include/OnTop/Config/Command/EnableFreestyleColumns.class.php +4 −2 Go to diff View file
M plugins/cardwall/include/OnTop/Config/Command/UpdateColumns.class.php +4 −2 Go to diff View file
M plugins/cardwall/include/OnTop/Config/Command/UpdateMappingFields.class.php +22 −11 Go to diff View file
M plugins/cardwall/include/OnTop/Config/MappedFieldProvider.class.php +6 −3 Go to diff View file
M plugins/cardwall/include/OnTop/Config/TrackerMapping.class.php +10 −5 Go to diff View file
M plugins/cardwall/include/OnTop/Config/TrackerMappingFactory.class.php +12 −6 Go to diff View file
M plugins/cardwall/include/OnTop/Config/TrackerMappingField.class.php +8 −4 Go to diff View file
M plugins/cardwall/include/OnTop/Config/TrackerMappingFreestyle.class.php +4 −2 Go to diff View file
M plugins/cardwall/include/OnTop/Config/TrackerMappingNoField.class.php +6 −3 Go to diff View file
M plugins/cardwall/include/OnTop/Config/TrackerMappingStatus.class.php +2 −1 Go to diff View file
M plugins/cardwall/include/OnTop/Config/Updater.class.php +4 −2 Go to diff View file
M plugins/cardwall/include/OnTop/Config/ValueMapping.class.php +18 −9 Go to diff View file
M plugins/cardwall/include/OnTop/Config/ValueMappingFactory.class.php +8 −4 Go to diff View file
M plugins/cardwall/include/OnTop/Config/View/Admin.class.php +8 −4 Go to diff View file
M plugins/cardwall/include/OnTop/Config/View/ColumnDefinition.class.php +26 −13 Go to diff View file
M plugins/cardwall/include/OnTop/ConfigEmpty.class.php +36 −19 Go to diff View file
M plugins/cardwall/include/OnTop/ConfigFactory.class.php +20 −10 Go to diff View file
M plugins/cardwall/include/OnTop/Dao.class.php +16 −8 Go to diff View file
M plugins/cardwall/include/OnTop/IConfig.class.php +9 −5 Go to diff View file
M plugins/cardwall/include/OpenClosedEffortProgressPresenter.class.php +24 −12 Go to diff View file
M plugins/cardwall/include/Pane.class.php +20 −10 Go to diff View file
M plugins/cardwall/include/PaneBoardBuilder.class.php +16 −8 Go to diff View file
M plugins/cardwall/include/PaneContentPresenter.class.php +22 −11 Go to diff View file
M plugins/cardwall/include/REST/ResourcesInjector.class.php +2 −1 Go to diff View file
M plugins/cardwall/include/REST/v1/CardUpdater.class.php +4 −2 Go to diff View file
M plugins/cardwall/include/REST/v1/CardValidator.php +12 −6 Go to diff View file
M plugins/cardwall/include/REST/v1/CardsResource.class.php +10 −5 Go to diff View file
M plugins/cardwall/include/REST/v1/MilestonesCardwallResource.class.php +14 −7 Go to diff View file
M plugins/cardwall/include/RawBoardBuilder.class.php +8 −4 Go to diff View file
M plugins/cardwall/include/RemainingEffortProgressPresenter.class.php +26 −13 Go to diff View file
M plugins/cardwall/include/RendererBoardBuilder.class.php +8 −4 Go to diff View file
M plugins/cardwall/include/Semantic/CardFields.class.php +22 −11 Go to diff View file
M plugins/cardwall/include/Semantic/Dao/CardFieldsDao.class.php +8 −4 Go to diff View file
M plugins/cardwall/include/SingleCard.class.php +16 −8 Go to diff View file
M plugins/cardwall/include/SingleCardBuilder.class.php +12 −6 Go to diff View file
M plugins/cardwall/include/Swimline.class.php +12 −6 Go to diff View file
M plugins/cardwall/include/SwimlineFactory.class.php +8 −4 Go to diff View file
M plugins/cardwall/include/SwimlineSolo.class.php +4 −2 Go to diff View file
M plugins/cardwall/include/SwimlineSoloNoMatchingColumns.class.php +4 −2 Go to diff View file
M plugins/cardwall/include/SwimlineTrackerRenderer.class.php +4 −2 Go to diff View file
M plugins/cardwall/include/UserPreferences/Autostack/AutostackDashboard.class.php +4 −2 Go to diff View file
M plugins/cardwall/include/UserPreferences/Autostack/AutostackRenderer.class.php +4 −2 Go to diff View file
M plugins/cardwall/include/UserPreferences/UserPreferencesAutostack.class.php +12 −6 Go to diff View file
M plugins/cardwall/include/UserPreferences/UserPreferencesAutostackFactory.class.php +4 −2 Go to diff View file
M plugins/cardwall/include/UserPreferences/UserPreferencesController.class.php +6 −3 Go to diff View file
M plugins/cardwall/include/UserPreferences/UserPreferencesDisplayUser.class.php +4 −2 Go to diff View file
M plugins/cardwall/include/cardwallPlugin.class.php +73 −37 Go to diff View file
M plugins/cardwall/tests/CardControllerTest.php +6 −3 Go to diff View file
M plugins/cardwall/tests/CardInCellPresenterFactoryTest.php +8 −4 Go to diff View file
M plugins/cardwall/tests/CardInCellPresenterNodeTest.php +4 −2 Go to diff View file
M plugins/cardwall/tests/CardInCellPresenterTest.php +12 −6 Go to diff View file
M plugins/cardwall/tests/CardwallConfigXmlExportTest.php +14 −7 Go to diff View file
M plugins/cardwall/tests/CardwallConfigXmlImportTest.php +18 −9 Go to diff View file
M plugins/cardwall/tests/ColumnTest.php +24 −12 Go to diff View file
M plugins/cardwall/tests/OnTop/Config/Command/CreateColumnTest.php +4 −2 Go to diff View file
M plugins/cardwall/tests/OnTop/Config/Command/CreateMappingFieldTest.php +4 −2 Go to diff View file
M plugins/cardwall/tests/OnTop/Config/Command/DeleteColumnsTest.php +10 −5 Go to diff View file
M plugins/cardwall/tests/OnTop/Config/Command/DeleteMappingFieldsTest.php +4 −2 Go to diff View file
M plugins/cardwall/tests/OnTop/Config/Command/EnableCardwallOnTopTest.php +10 −5 Go to diff View file
M plugins/cardwall/tests/OnTop/Config/Command/EnableFreestyleColumnsTest.php +10 −5 Go to diff View file
M plugins/cardwall/tests/OnTop/Config/Command/UpdateColumnsTest.php +4 −2 Go to diff View file
M plugins/cardwall/tests/OnTop/Config/Command/UpdateMappingFieldsTest.php +18 −9 Go to diff View file
M plugins/cardwall/tests/OnTop/Config/TrackerMappingFactoryTest.php +16 −8 Go to diff View file
M plugins/cardwall/tests/OnTop/Config/TrackerMappingNoFieldTest.php +4 −2 Go to diff View file
M plugins/cardwall/tests/OnTop/Config/TrackerMappingStatusTest.php +12 −6 Go to diff View file
M plugins/cardwall/tests/OnTop/Config/UpdaterTest.php +2 −1 Go to diff View file
M plugins/cardwall/tests/OnTop/Config/ValueMappingFactoryTest.php +10 −5 Go to diff View file
M plugins/cardwall/tests/OnTop/ConfigTest.php +20 −10 Go to diff View file
M plugins/cardwall/tests/OnTop/MappedFieldProviderTest.php +6 −3 Go to diff View file
M plugins/cardwall/tests/PaneBoardBuilderTest.php +8 −4 Go to diff View file
M plugins/cardwall/tests/RendererBoardBuilder.php +12 −6 Go to diff View file
M plugins/cardwall/tests/SwimlineFactoryTest.php +12 −6 Go to diff View file
M plugins/docman/bin/DocmanExport/Docman_ExportException.class.php +2 −1 Go to diff View file
M plugins/docman/bin/DocmanExport/Docman_XMLExport.class.php +12 −6 Go to diff View file
M plugins/docman/bin/DocmanExport/Docman_XMLExportVisitor.class.php +24 −12 Go to diff View file
M plugins/docman/bin/DocmanExport/XMLExport.class.php +20 −10 Go to diff View file
M plugins/docman/bin/DocmanExport/export.php +2 −1 Go to diff View file
M plugins/docman/bin/DocmanImport/DateParser.class.php +2 −1 Go to diff View file
M plugins/docman/bin/DocmanImport/FSDocmanUploader.class.php +4 −2 Go to diff View file
M plugins/docman/bin/DocmanImport/ImportFromDocmanV1.class.php +14 −7 Go to diff View file
M plugins/docman/bin/DocmanImport/Trees.class.php +12 −6 Go to diff View file
M plugins/docman/bin/DocmanImport/XMLDocmanImport.class.php +82 −41 Go to diff View file
M plugins/docman/bin/DocmanImport/XMLDocmanUpdate.class.php +40 −20 Go to diff View file
M plugins/docman/bin/DocmanImport/import.php +2 −1 Go to diff View file
M plugins/docman/bin/DocmanImport/parameters.php +2 −1 Go to diff View file
M plugins/docman/bin/import_from_docman_v1.php +2 −1 Go to diff View file
M plugins/docman/db/mysql/updates/201010181624_add_table_plugin_docman_version_deleted.php +8 −4 Go to diff View file
M plugins/docman/db/mysql/updates/201010201624_add_table_plugin_docman_item_deleted.php +8 −4 Go to diff View file
M plugins/docman/db/mysql/updates/201110171036_add_docman_approval_user_index.php +8 −4 Go to diff View file
M plugins/docman/db/mysql/updates/2012/201205231210_add_notification_occurence_column.php +8 −4 Go to diff View file
M plugins/docman/db/mysql/updates/201203281214_update_documentation_links.php +6 −3 Go to diff View file
M plugins/docman/db/mysql/updates/201203291146_delete_deprecated_doc.php +6 −3 Go to diff View file
M plugins/docman/db/mysql/updates/2014/201416121631_add_link_version_table.php +8 −4 Go to diff View file
M plugins/docman/db/mysql/updates/2015/201512291430_add_indexes_for_docman_statistics.php +8 −4 Go to diff View file
M plugins/docman/include/ApprovalTable/ApprovalTable.class.php +58 −29 Go to diff View file
M plugins/docman/include/ApprovalTable/FactoriesFactory.class.php +6 −3 Go to diff View file
M plugins/docman/include/ApprovalTable/Factory.class.php +26 −13 Go to diff View file
M plugins/docman/include/ApprovalTable/File/File.class.php +6 −3 Go to diff View file
M plugins/docman/include/ApprovalTable/File/FileDao.class.php +8 −4 Go to diff View file
M plugins/docman/include/ApprovalTable/File/FileFactory.class.php +18 −9 Go to diff View file
M plugins/docman/include/ApprovalTable/Item/Item.class.php +6 −3 Go to diff View file
M plugins/docman/include/ApprovalTable/Item/ItemDao.class.php +22 −11 Go to diff View file
M plugins/docman/include/ApprovalTable/Item/ItemFactory.class.php +14 −7 Go to diff View file
M plugins/docman/include/ApprovalTable/Link/Link.class.php +6 −3 Go to diff View file
M plugins/docman/include/ApprovalTable/Link/LinkDao.class.php +8 −4 Go to diff View file
M plugins/docman/include/ApprovalTable/Link/LinkFactory.class.php +18 −9 Go to diff View file
M plugins/docman/include/ApprovalTable/NotificationCycle.class.php +66 −33 Go to diff View file
M plugins/docman/include/ApprovalTable/Reminder.class.php +28 −14 Go to diff View file
M plugins/docman/include/ApprovalTable/Reviewer/Reviewer.class.php +28 −14 Go to diff View file
M plugins/docman/include/ApprovalTable/Reviewer/ReviewerDao.class.php +32 −16 Go to diff View file
M plugins/docman/include/ApprovalTable/Reviewer/ReviewerFactory.class.php +48 −24 Go to diff View file
M plugins/docman/include/ApprovalTable/Versionned/Versionned.class.php +4 −2 Go to diff View file
M plugins/docman/include/ApprovalTable/Versionned/VersionnedFactory.class.php +12 −6 Go to diff View file
M plugins/docman/include/ApprovalTable/Wiki/Wiki.class.php +10 −5 Go to diff View file
M plugins/docman/include/ApprovalTable/Wiki/WikiDao.class.php +14 −7 Go to diff View file
M plugins/docman/include/ApprovalTable/Wiki/WikiFactory.class.php +18 −9 Go to diff View file
M plugins/docman/include/DocmanOneFolderIsWriteable.class.php +12 −6 Go to diff View file
M plugins/docman/include/DocmanPluginDescriptor.class.php +2 −1 Go to diff View file
M plugins/docman/include/Docman_Actions.class.php +118 −59 Go to diff View file
M plugins/docman/include/Docman_ActionsDeleteVisitor.class.php +36 −18 Go to diff View file
M plugins/docman/include/Docman_BuildItemMappingVisitor.class.php +44 −22 Go to diff View file
M plugins/docman/include/Docman_CloneItemsVisitor.class.php +26 −13 Go to diff View file
M plugins/docman/include/Docman_Controller.class.php +78 −39 Go to diff View file
M plugins/docman/include/Docman_Document.class.php +2 −1 Go to diff View file
M plugins/docman/include/Docman_EmbeddedFile.class.php +4 −2 Go to diff View file
M plugins/docman/include/Docman_Empty.class.php +4 −2 Go to diff View file
M plugins/docman/include/Docman_Error_PermissionDenied.class.php +20 −10 Go to diff View file
M plugins/docman/include/Docman_ExpandAllHierarchyVisitor.class.php +14 −7 Go to diff View file
M plugins/docman/include/Docman_File.class.php +4 −2 Go to diff View file
M plugins/docman/include/Docman_FileStorage.class.php +16 −8 Go to diff View file
M plugins/docman/include/Docman_Filter.class.php +102 −51 Go to diff View file
M plugins/docman/include/Docman_FilterDao.class.php +12 −6 Go to diff View file
M plugins/docman/include/Docman_FilterFactory.class.php +40 −20 Go to diff View file
M plugins/docman/include/Docman_Folder.class.php +14 −7 Go to diff View file
M plugins/docman/include/Docman_FolderFactory.class.php +6 −3 Go to diff View file
M plugins/docman/include/Docman_HTTPController.class.php +20 −10 Go to diff View file
M plugins/docman/include/Docman_HtmlFilter.class.php +34 −17 Go to diff View file
M plugins/docman/include/Docman_Icons.class.php +14 −7 Go to diff View file
M plugins/docman/include/Docman_Item.class.php +80 −40 Go to diff View file
M plugins/docman/include/Docman_ItemAction.class.php +34 −17 Go to diff View file
M plugins/docman/include/Docman_ItemDao.class.php +81 −37 Go to diff View file
M plugins/docman/include/Docman_ItemFactory.class.php +116 −58 Go to diff View file
M plugins/docman/include/Docman_Link.class.php +14 −7 Go to diff View file
M plugins/docman/include/Docman_LinkVersion.class.php +38 −19 Go to diff View file
M plugins/docman/include/Docman_LinkVersionDao.class.php +8 −4 Go to diff View file
M plugins/docman/include/Docman_LinkVersionFactory.class.php +12 −6 Go to diff View file
M plugins/docman/include/Docman_LockDao.class.php +12 −6 Go to diff View file
M plugins/docman/include/Docman_LockFactory.class.php +16 −8 Go to diff View file
M plugins/docman/include/Docman_Log.class.php +16 −8 Go to diff View file
M plugins/docman/include/Docman_MIMETypeDetector.class.php +4 −2 Go to diff View file
M plugins/docman/include/Docman_MetaMetadataHtml.class.php +14 −7 Go to diff View file
M plugins/docman/include/Docman_Metadata.class.php +116 −58 Go to diff View file
M plugins/docman/include/Docman_MetadataComparator.class.php +10 −5 Go to diff View file
M plugins/docman/include/Docman_MetadataDao.class.php +29 −11 Go to diff View file
M plugins/docman/include/Docman_MetadataFactory.class.php +78 −39 Go to diff View file
M plugins/docman/include/Docman_MetadataHtml.class.php +50 −25 Go to diff View file
M plugins/docman/include/Docman_MetadataListOfValuesElement.class.php +24 −12 Go to diff View file
M plugins/docman/include/Docman_MetadataListOfValuesElementDao.class.php +26 −13 Go to diff View file
M plugins/docman/include/Docman_MetadataListOfValuesElementFactory.class.php +36 −18 Go to diff View file
M plugins/docman/include/Docman_MetadataSqlQueryChunk.class.php +10 −5 Go to diff View file
M plugins/docman/include/Docman_MetadataValue.class.php +50 −25 Go to diff View file
M plugins/docman/include/Docman_MetadataValueDao.class.php +26 −13 Go to diff View file
M plugins/docman/include/Docman_MetadataValueFactory.class.php +26 −13 Go to diff View file
M plugins/docman/include/Docman_NotificationsManager.class.php +28 −14 Go to diff View file
M plugins/docman/include/Docman_NotificationsManager_Add.class.php +8 −4 Go to diff View file
M plugins/docman/include/Docman_NotificationsManager_Move.class.php +10 −5 Go to diff View file
M plugins/docman/include/Docman_NotificationsManager_Subscribers.class.php +8 −4 Go to diff View file
M plugins/docman/include/Docman_Path.class.php +6 −3 Go to diff View file
M plugins/docman/include/Docman_PermissionsExport.class.php +16 −8 Go to diff View file
M plugins/docman/include/Docman_PermissionsItemManager.class.php +16 −8 Go to diff View file
M plugins/docman/include/Docman_ProjectItemsBatchIterator.class.php +8 −4 Go to diff View file
M plugins/docman/include/Docman_Report.class.php +66 −33 Go to diff View file
M plugins/docman/include/Docman_ReportColumn.class.php +38 −19 Go to diff View file
M plugins/docman/include/Docman_ReportColumnFactory.class.php +6 −3 Go to diff View file
M plugins/docman/include/Docman_ReportDao.class.php +22 −11 Go to diff View file
M plugins/docman/include/Docman_ReportFactory.class.php +36 −18 Go to diff View file
M plugins/docman/include/Docman_ReportHtml.class.php +18 −9 Go to diff View file
M plugins/docman/include/Docman_SOAPActions.class.php +16 −8 Go to diff View file
M plugins/docman/include/Docman_SOAPController.class.php +20 −10 Go to diff View file
M plugins/docman/include/Docman_Sample.php +2 −1 Go to diff View file
M plugins/docman/include/Docman_SettingsBo.class.php +22 −11 Go to diff View file
M plugins/docman/include/Docman_SettingsDao.class.php +10 −5 Go to diff View file
M plugins/docman/include/Docman_SqlFilter.class.php +46 −23 Go to diff View file
M plugins/docman/include/Docman_SqlReportColumn.class.php +6 −3 Go to diff View file
M plugins/docman/include/Docman_SubItemsRemovalVisitor.class.php +14 −7 Go to diff View file
M plugins/docman/include/Docman_SubItemsWritableVisitor.class.php +14 −7 Go to diff View file
M plugins/docman/include/Docman_Token.class.php +14 −7 Go to diff View file
M plugins/docman/include/Docman_TokenDao.class.php +6 −3 Go to diff View file
M plugins/docman/include/Docman_ValidateFilter.class.php +14 −7 Go to diff View file
M plugins/docman/include/Docman_Validator.class.php +10 −5 Go to diff View file
M plugins/docman/include/Docman_Version.class.php +44 −22 Go to diff View file
M plugins/docman/include/Docman_VersionDao.class.php +48 −24 Go to diff View file
M plugins/docman/include/Docman_VersionFactory.class.php +36 −18 Go to diff View file
M plugins/docman/include/Docman_Widget_Embedded.class.php +26 −13 Go to diff View file
M plugins/docman/include/Docman_Widget_MyDocman.class.php +12 −6 Go to diff View file
M plugins/docman/include/Docman_Widget_MyDocmanSearch.class.php +10 −5 Go to diff View file
M plugins/docman/include/Docman_Widget_MyEmbedded.class.php +2 −1 Go to diff View file
M plugins/docman/include/Docman_Wiki.class.php +10 −5 Go to diff View file
M plugins/docman/include/Docman_WikiController.class.php +36 −18 Go to diff View file
M plugins/docman/include/FolderNotCreatedException.php +2 −1 Go to diff View file
M plugins/docman/include/REST/v1/Links/DocmanLinkVersionCreator.php +1 −1 Go to diff View file
M plugins/docman/include/REST/v1/Wiki/DocmanWikiVersionCreator.php +1 −2 Go to diff View file
M plugins/docman/include/Reference/ReferenceFactory.php +2 −1 Go to diff View file
M plugins/docman/include/SystemCheck.php +10 −5 Go to diff View file
M plugins/docman/include/SystemCheckDao.php +2 −1 Go to diff View file
M plugins/docman/include/SystemCheckProjectRetriever.php +4 −2 Go to diff View file
M plugins/docman/include/docmanPlugin.class.php +101 −51 Go to diff View file
M plugins/docman/include/soap.php +80 −40 Go to diff View file
M plugins/docman/include/view/Docman_View_Admin.class.php +4 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_Admin_LockInfos.class.php +6 −3 Go to diff View file
M plugins/docman/include/view/Docman_View_Admin_Metadata.class.php +10 −5 Go to diff View file
M plugins/docman/include/view/Docman_View_Admin_MetadataDetails.class.php +4 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_Admin_MetadataDetailsUpdateLove.class.php +4 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_Admin_MetadataImport.class.php +6 −3 Go to diff View file
M plugins/docman/include/view/Docman_View_Admin_Obsolete.class.php +6 −3 Go to diff View file
M plugins/docman/include/view/Docman_View_Admin_Permissions.class.php +4 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_Admin_View.class.php +6 −3 Go to diff View file
M plugins/docman/include/view/Docman_View_AjaxReferenceTooltip.class.php +2 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_AjaxReferenceTooltipError.class.php +2 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_ApprovalCreate.class.php +4 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_Browse.class.php +18 −9 Go to diff View file
M plugins/docman/include/view/Docman_View_Delete.class.php +4 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_Details.class.php +4 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_Display.class.php +6 −3 Go to diff View file
M plugins/docman/include/view/Docman_View_Download.class.php +2 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_Edit.class.php +4 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_Embedded.class.php +2 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_Empty.class.php +2 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_GetActionOnIconVisitor.class.php +14 −7 Go to diff View file
M plugins/docman/include/view/Docman_View_GetClassForLinkVisitor.class.php +14 −7 Go to diff View file
M plugins/docman/include/view/Docman_View_GetFieldsVisitor.class.php +4 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_GetMenuItemsVisitor.class.php +18 −9 Go to diff View file
M plugins/docman/include/view/Docman_View_GetSpecificFieldsVisitor.class.php +40 −20 Go to diff View file
M plugins/docman/include/view/Docman_View_Header.class.php +10 −5 Go to diff View file
M plugins/docman/include/view/Docman_View_Icons.class.php +18 −9 Go to diff View file
M plugins/docman/include/view/Docman_View_Install.class.php +2 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_Installed.class.php +2 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetails.class.php +10 −5 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSection.class.php +8 −4 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionActions.class.php +20 −10 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionApproval.class.php +38 −19 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionApprovalCreate.class.php +26 −13 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionDelete.class.php +8 −4 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionEditProperties.class.php +20 −10 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionHistory.class.php +8 −4 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionMove.class.php +6 −3 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionNewVersion.class.php +24 −12 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionNotifications.class.php +16 −8 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionPaste.class.php +20 −10 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionPermissions.class.php +4 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionProperties.class.php +32 −16 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionReferences.class.php +4 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionStatistics.class.php +10 −5 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemDetailsSectionUpdate.class.php +22 −11 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemRanking.class.php +8 −4 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemTreeUlVisitor.class.php +26 −13 Go to diff View file
M plugins/docman/include/view/Docman_View_LoveDetails.class.php +10 −5 Go to diff View file
M plugins/docman/include/view/Docman_View_Move.class.php +4 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_New.class.php +38 −19 Go to diff View file
M plugins/docman/include/view/Docman_View_NewDocument.class.php +12 −6 Go to diff View file
M plugins/docman/include/view/Docman_View_NewFolder.class.php +16 −8 Go to diff View file
M plugins/docman/include/view/Docman_View_NewVersion.class.php +4 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_New_FolderSelection.class.php +2 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_ParentsTree.class.php +22 −11 Go to diff View file
M plugins/docman/include/view/Docman_View_Paste.class.php +4 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_PasteInProgress.class.php +6 −3 Go to diff View file
M plugins/docman/include/view/Docman_View_PermissionsForItem.class.php +4 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_PositionWithinFolder.class.php +18 −9 Go to diff View file
M plugins/docman/include/view/Docman_View_ProjectHeader.class.php +6 −3 Go to diff View file
M plugins/docman/include/view/Docman_View_RawTree.class.php +8 −4 Go to diff View file
M plugins/docman/include/view/Docman_View_Redirect.class.php +14 −7 Go to diff View file
M plugins/docman/include/view/Docman_View_RedirectAfterCrud.class.php +2 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_ReportSettings.class.php +14 −7 Go to diff View file
M plugins/docman/include/view/Docman_View_Table.class.php +2 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_ToolbarNewDocumentVisitor.class.php +14 −7 Go to diff View file
M plugins/docman/include/view/Docman_View_Tree.class.php +2 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_Update.class.php +4 −2 Go to diff View file
M plugins/docman/include/view/Docman_View_View.class.php +36 −18 Go to diff View file
M plugins/docman/include/view/soap/Docman_View_SOAP_List.class.php +2 −1 Go to diff View file
M plugins/docman/include/view/soap/Docman_View_SOAP_SOAP.class.php +4 −2 Go to diff View file
M plugins/docman/include/view/soap/Docman_View_SOAP_Search.class.php +2 −1 Go to diff View file
M plugins/docman/tests/ApprovalTableNotificationCycleTest.php +6 −3 Go to diff View file
M plugins/docman/tests/ApprovalTableTest.php +8 −4 Go to diff View file
M plugins/docman/tests/BuildItemMappingVisitorTest.php +14 −7 Go to diff View file
M plugins/docman/tests/CopyItemsTest.php +2 −1 Go to diff View file
M plugins/docman/tests/DocmanActionsTest.php +26 −13 Go to diff View file
M plugins/docman/tests/Docman_MIMETypeDetectorTest.php +4 −2 Go to diff View file
M plugins/docman/tests/Docman_SOAPActionsTest.php +26 −13 Go to diff View file
M plugins/docman/tests/ErrorPermissionDeniedTest.php +24 −12 Go to diff View file
M plugins/docman/tests/ItemFactoryTest.php +38 −19 Go to diff View file
M plugins/docman/tests/MetadataListOfValuesElementDaoTest.php +4 −2 Go to diff View file
M plugins/docman/tests/NotificationsManager_MoveTest.php +4 −2 Go to diff View file
M plugins/docman/tests/PermissionsItemManagerTest.php +30 −15 Go to diff View file
M plugins/docman/tests/PermissionsManagerLockTest.php +8 −4 Go to diff View file
M plugins/docman/tests/PermissionsManagerTest.php +16 −8 Go to diff View file
M plugins/docman/tests/SystemCheckTest.php +6 −3 Go to diff View file
M plugins/docman/tests/TokenTest.php +8 −4 Go to diff View file
M plugins/docman/tests/VersionFactoryTest.php +16 −8 Go to diff View file
M plugins/docman/tests/bin/DocmanImport/DateParserTest.php +2 −1 Go to diff View file
M plugins/docman/tests/bin/DocmanImport/TreesTest.php +4 −2 Go to diff View file
M plugins/docman/tests/soap/DocmanTest.php +8 −4 Go to diff View file
M plugins/forumml/include/ForumMLPluginDescriptor.class.php +2 −1 Go to diff View file
M plugins/forumml/include/ForumML_Attachment.class.php +6 −3 Go to diff View file
M plugins/forumml/include/ForumML_AttachmentDao.class.php +4 −2 Go to diff View file
M plugins/forumml/include/ForumML_FileStorage.class.php +8 −4 Go to diff View file
M plugins/forumml/include/ForumML_HTMLPurifier.class.php +10 −5 Go to diff View file
M plugins/forumml/include/ForumML_MessageDao.class.php +4 −2 Go to diff View file
M plugins/forumml/include/ForumML_MessageManager.class.php +4 −2 Go to diff View file
M plugins/forumml/include/forummlPlugin.class.php +20 −10 Go to diff View file
M plugins/forumml/include/forumml_utils.php +28 −14 Go to diff View file
M plugins/forumml/tests/ForumML_FileStorageTest.php +14 −7 Go to diff View file
M plugins/git/DVCS/DVCSDriverFactory.class.php +2 −1 Go to diff View file
M plugins/git/db/mysql/updates/201102081526_add_table_plugin_git_post_receive_mail.php +8 −4 Go to diff View file
M plugins/git/db/mysql/updates/201102090815_add_column_repository_events_mailing_prefix.php +8 −4 Go to diff View file
M plugins/git/db/mysql/updates/201106281541_add_backend_type.php +8 −4 Go to diff View file
M plugins/git/db/mysql/updates/201107071731_add_permission_type.php +10 −5 Go to diff View file
M plugins/git/db/mysql/updates/201111090857_add_table_plugin_git_log.php +8 −4 Go to diff View file
M plugins/git/db/mysql/updates/201112130946_add_user_id.php +8 −4 Go to diff View file
M plugins/git/db/mysql/updates/201112150858_add_repository_scope.php +8 −4 Go to diff View file
M plugins/git/db/mysql/updates/201112151709_add_repository_namespace.php +8 −4 Go to diff View file
M plugins/git/db/mysql/updates/201112160838_delete_user_id.php +8 −4 Go to diff View file
M plugins/git/db/mysql/updates/2012/201201251529_update_push_date.php +8 −4 Go to diff View file
M plugins/git/db/mysql/updates/2012/201203071642_change_service_shortname.php +6 −3 Go to diff View file
M plugins/git/db/mysql/updates/2012/201204021720_create_ci_table.php +8 −4 Go to diff View file
M plugins/git/db/mysql/updates/2012/201208241122_remove_wrong_crossref.php +6 −3 Go to diff View file
M plugins/git/db/mysql/updates/2012/201210111401_add_remote_servers.php +8 −4 Go to diff View file
M plugins/git/db/mysql/updates/2012/201212141142_add_http_port.php +8 −4 Go to diff View file
M plugins/git/db/mysql/updates/2012/201212141151_add_git_read_permission_all_users.php +10 −5 Go to diff View file
M plugins/git/db/mysql/updates/2013/201304031715_add_gerrit_ugroup_tracking.php +8 −4 Go to diff View file
M plugins/git/db/mysql/updates/2013/201304080905_add_disconnect_date.php +8 −4 Go to diff View file
M plugins/git/db/mysql/updates/2013/201304111018_add_remote_server_key.php +12 −6 Go to diff View file
M plugins/git/db/mysql/updates/2013/201306031352_add_branch_and_type_to_log.php +8 −4 Go to diff View file
M plugins/git/db/mysql/updates/2013/201308051707_correct_plugin_git_service_short_name.php +6 −3 Go to diff View file
M plugins/git/db/mysql/updates/2013/201308071113_add_missing_git_references.php +6 −3 Go to diff View file
M plugins/git/db/mysql/updates/2013/201308231357_add_server_uses_ssl_option.php +10 −5 Go to diff View file
M plugins/git/db/mysql/updates/2013/201309061407_add_remote_server_deleted_data_columns.php +8 −4 Go to diff View file
M plugins/git/db/mysql/updates/2013/201309301112_add_housekeeping_table.php +8 −4 Go to diff View file
M plugins/git/db/mysql/updates/2013/201310111459_drop_remote_server_deleted_column.php +8 −4 Go to diff View file
M plugins/git/db/mysql/updates/2013/201311191506_add_gerrit_config_template_table.php +8 −4 Go to diff View file
M plugins/git/db/mysql/updates/2013/201312171433_remove_git_foreign_keys.php +6 −3 Go to diff View file
M plugins/git/db/mysql/updates/2013/201312231005_remove_not_null_http_port_remote_gerrit_servers.php +6 −3 Go to diff View file
M plugins/git/db/mysql/updates/2014/201401240954_add_git_perms_admin_values.php +10 −5 Go to diff View file
M plugins/git/db/mysql/updates/2014/201401271106_grant_git_admin_rigths_project_admins.php +6 −3 Go to diff View file
M plugins/git/db/mysql/updates/2014/201403061609_add_gerrit_server_version_and_http_password.php +6 −3 Go to diff View file
M plugins/git/db/mysql/updates/2014/201403130910_update_apache_config.php +6 −3 Go to diff View file
M plugins/git/db/mysql/updates/2014/201409251452_add_table_plugin_git_mirrors.php +8 −4 Go to diff View file
M plugins/git/db/mysql/updates/2014/201410031707_add_mirrored_information_on_repository.php +6 −3 Go to diff View file
M plugins/git/db/mysql/updates/2014/201410061023_modify_table_plugin_git_mirrors.php +6 −3 Go to diff View file
M plugins/git/db/mysql/updates/2014/201410061451_add_table_plugin_git_repository_mirrors.php +10 −5 Go to diff View file
M plugins/git/db/mysql/updates/2014/201411061153_add_name_to_table_plugin_git_mirrors.php +6 −3 Go to diff View file
M plugins/git/db/mysql/updates/2014/201411101016_add_backup_path_for_repositories.php +6 −3 Go to diff View file
M plugins/git/db/mysql/updates/2014/201411171516_update_user_grokmanifest.php +6 −3 Go to diff View file
M plugins/git/db/mysql/updates/2015/201503051029_add_restricted_mirrors.php +8 −4 Go to diff View file
M plugins/git/db/mysql/updates/2015/20150421_add_hostname_info_to_mirror.php +8 −4 Go to diff View file
M plugins/git/db/mysql/updates/2015/201504241113_update_private_projects.php +10 −5 Go to diff View file
M plugins/git/db/mysql/updates/2015/201512291430_add_index_for_git_statistics.php +6 −3 Go to diff View file
M plugins/git/db/mysql/updates/2016/201601141739_add_plugin_git_default_project_mirrors_table.php +8 −4 Go to diff View file
M plugins/git/db/mysql/updates/2016/201601271109_add_remote_servers_migration.php +8 −4 Go to diff View file
M plugins/git/db/mysql/updates/2016/201604171720_add_remote_servers_auth_type.php +8 −4 Go to diff View file
M plugins/git/db/mysql/updates/2016/201606010939_add_git_default_permission_values.php +2 −1 Go to diff View file
M plugins/git/include/Git.class.php +54 −27 Go to diff View file
M plugins/git/include/Git/AdminAllowedProjectsGerritPresenter.class.php +22 −11 Go to diff View file
M plugins/git/include/Git/AdminAllowedProjectsPresenter.class.php +50 −25 Go to diff View file
M plugins/git/include/Git/AdminGerritController.class.php +12 −6 Go to diff View file
M plugins/git/include/Git/AdminGerritPresenter.class.php +2 −1 Go to diff View file
M plugins/git/include/Git/AdminGitoliteConfig.php +6 −3 Go to diff View file
M plugins/git/include/Git/AdminMirrorAddPresenter.class.php +4 −2 Go to diff View file
M plugins/git/include/Git/AdminMirrorController.class.php +34 −17 Go to diff View file
M plugins/git/include/Git/AdminMirrorEditPresenter.class.php +14 −7 Go to diff View file
M plugins/git/include/Git/AdminMirrorListPresenter.class.php +26 −13 Go to diff View file
M plugins/git/include/Git/AdminMirrorPresenter.class.php +20 −10 Go to diff View file
M plugins/git/include/Git/AdminPresenter.class.php +10 −5 Go to diff View file
M plugins/git/include/Git/AdminRepositoryListForProjectPresenter.class.php +2 −1 Go to diff View file
M plugins/git/include/Git/AdminRouter.class.php +4 −2 Go to diff View file
M plugins/git/include/Git/Ci.class.php +10 −5 Go to diff View file
M plugins/git/include/Git/Ci/Dao.class.php +12 −6 Go to diff View file
M plugins/git/include/Git/Ci/Launcher.class.php +6 −3 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/MembershipCommand.class.php +4 −2 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/MembershipCommand/AddBinding.class.php +2 −1 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/MembershipCommand/AddUser.class.php +2 −1 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/MembershipCommand/RemoveBinding.class.php +2 −1 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/MembershipCommand/RemoveUser.class.php +2 −1 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/MembershipCommand/User.class.php +4 −2 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/MembershipManager.class.php +46 −23 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/ProjectCreator.class.php +52 −26 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/ProjectCreatorStatus.php +14 −7 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/ProjectCreator_ProjectAlreadyexistsException.class.php +2 −1 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/RemoteSSHCommand.class.php +8 −4 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/RemoteSSHCommandFailure.class.php +8 −4 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/Template/Template.class.php +14 −7 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/Template/TemplateFactory.class.php +20 −10 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/Template/TemplateProcessor.class.php +2 −1 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/UmbrellaProjectManager.class.php +11 −6 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/User.class.php +10 −5 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/UserAccountManager.class.php +18 −9 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/UserFinder.class.php +6 −3 Go to diff View file
M plugins/git/include/Git/Driver/GerritDriverFactory.php +4 −2 Go to diff View file
M plugins/git/include/Git/Driver/GerritLegacy.class.php +84 −42 Go to diff View file
M plugins/git/include/Git/Driver/GerritREST.class.php +74 −42 Go to diff View file
M plugins/git/include/Git/Gitolite/ConfigPermissionsSerializer.class.php +18 −9 Go to diff View file
M plugins/git/include/Git/Gitolite/GitModifications.php +14 −7 Go to diff View file
M plugins/git/include/Git/Gitolite/GitoliteConfWriter.php +68 −34 Go to diff View file
M plugins/git/include/Git/Gitolite/Presenter/GitoliteConfPresenter.class.php +4 −2 Go to diff View file
M plugins/git/include/Git/Gitolite/ProjectSerializer.class.php +16 −11 Go to diff View file
M plugins/git/include/Git/GitoliteHousekeeping/ChainOfResponsibility/CheckRunningEvents.class.php +2 −1 Go to diff View file
M plugins/git/include/Git/GitoliteHousekeeping/ChainOfResponsibility/CleanUpGitoliteAdminRepo.class.php +6 −3 Go to diff View file
M plugins/git/include/Git/GitoliteHousekeeping/ChainOfResponsibility/Command.class.php +8 −4 Go to diff View file
M plugins/git/include/Git/GitoliteHousekeeping/ChainOfResponsibility/DoNothing.class.php +4 −2 Go to diff View file
M plugins/git/include/Git/GitoliteHousekeeping/ChainOfResponsibility/EnableGitGc.class.php +2 −1 Go to diff View file
M plugins/git/include/Git/GitoliteHousekeeping/ChainOfResponsibility/ServiceRestarter.class.php +2 −1 Go to diff View file
M plugins/git/include/Git/GitoliteHousekeeping/ChainOfResponsibility/ServiceStopper.class.php +4 −2 Go to diff View file
M plugins/git/include/Git/GitoliteHousekeeping/GitoliteHousekeepingGitGc.class.php +4 −2 Go to diff View file
M plugins/git/include/Git/GitoliteHousekeeping/GitoliteHousekeepingResponse.class.php +10 −5 Go to diff View file
M plugins/git/include/Git/GitoliteHousekeeping/GitoliteHousekeepingRunner.class.php +4 −2 Go to diff View file
M plugins/git/include/Git/HTTP/Command.class.php +10 −5 Go to diff View file
M plugins/git/include/Git/HTTP/CommandCentos6GitHttpBackend.class.php +2 −1 Go to diff View file
M plugins/git/include/Git/HTTP/CommandFactory.class.php +4 −2 Go to diff View file
M plugins/git/include/Git/HTTP/CommandGitolite.class.php +6 −3 Go to diff View file
M plugins/git/include/Git/HTTP/CommandGitolite3.class.php +4 −2 Go to diff View file
M plugins/git/include/Git/HTTP/Wrapper.class.php +4 −2 Go to diff View file
M plugins/git/include/Git/Hook/ExtractCrossReferences.class.php +4 −2 Go to diff View file
M plugins/git/include/Git/Hook/LogAnalyzer.class.php +4 −2 Go to diff View file
M plugins/git/include/Git/Hook/LogPushes.class.php +4 −2 Go to diff View file
M plugins/git/include/Git/Hook/ParseLog.class.php +4 −2 Go to diff View file
M plugins/git/include/Git/Hook/PostReceive.class.php +6 −3 Go to diff View file
M plugins/git/include/Git/Hook/PushDetails.class.php +16 −8 Go to diff View file
M plugins/git/include/Git/Mirror/ManifestFileGenerator.class.php +24 −12 Go to diff View file
M plugins/git/include/Git/Mirror/ManifestManager.class.php +10 −5 Go to diff View file
M plugins/git/include/Git/Mirror/Mirror.class.php +4 −2 Go to diff View file
M plugins/git/include/Git/Mirror/MirrorDataMapper.class.php +56 −28 Go to diff View file
M plugins/git/include/Git/Mirror/MirrorResourceRestrictor.class.php +12 −6 Go to diff View file
M plugins/git/include/Git/Mirror/MirrorSystemEventQueue.class.php +8 −4 Go to diff View file
M plugins/git/include/Git/Mirror/MirrorUpdater.php +4 −2 Go to diff View file
M plugins/git/include/Git/Mirror/RestrictedMirrorDao.class.php +12 −6 Go to diff View file
M plugins/git/include/Git/ReferenceManager.class.php +6 −3 Go to diff View file
M plugins/git/include/Git/RemoteServer/Gerrit/MigrationHandler.php +8 −4 Go to diff View file
M plugins/git/include/Git/RemoteServer/Gerrit/Permission/ServerPermissionManager.php +4 −2 Go to diff View file
M plugins/git/include/Git/RemoteServer/Gerrit/ProjectNameBuilder.class.php +2 −1 Go to diff View file
M plugins/git/include/Git/RemoteServer/Gerrit/ReplicationSSHKey.class.php +14 −7 Go to diff View file
M plugins/git/include/Git/RemoteServer/GerritServer.class.php +58 −29 Go to diff View file
M plugins/git/include/Git/RemoteServer/GerritServerFactory.class.php +20 −10 Go to diff View file
M plugins/git/include/Git/RemoteServer/NotFoundException.class.php +2 −1 Go to diff View file
M plugins/git/include/Git/SystemCheck.class.php +6 −3 Go to diff View file
M plugins/git/include/Git/SystemEventManager.class.php +62 −31 Go to diff View file
M plugins/git/include/Git/SystemEventQueue.class.php +8 −4 Go to diff View file
M plugins/git/include/Git/URL.class.php +18 −9 Go to diff View file
M plugins/git/include/Git/UserAccountManager.class.php +12 −6 Go to diff View file
M plugins/git/include/GitActions.class.php +96 −48 Go to diff View file
M plugins/git/include/GitBackend.class.php +64 −32 Go to diff View file
M plugins/git/include/GitBackendLogger.php +2 −1 Go to diff View file
M plugins/git/include/GitDao.class.php +16 −8 Go to diff View file
M plugins/git/include/GitDriver.class.php +44 −22 Go to diff View file
M plugins/git/include/GitForkPermissionsManager.class.php +16 −8 Go to diff View file
M plugins/git/include/GitPermissionsManager.class.php +12 −6 Go to diff View file
M plugins/git/include/GitPluginDescriptor.class.php +2 −1 Go to diff View file
M plugins/git/include/GitPluginInfo.class.php +2 −1 Go to diff View file
M plugins/git/include/GitPresenters/AdminGerritTemplatesPresenter.class.php +44 −22 Go to diff View file
M plugins/git/include/GitPresenters/AdminGitAdminsPresenter.class.php +18 −9 Go to diff View file
M plugins/git/include/GitPresenters/AdminMassUpdateMirroringPresenter.php +12 −6 Go to diff View file
M plugins/git/include/GitPresenters/AdminMassUpdatePresenter.class.php +16 −8 Go to diff View file
M plugins/git/include/GitPresenters/AdminMassUpdateSelectRepositoriesPresenter.class.php +12 −6 Go to diff View file
M plugins/git/include/GitPresenters/AdminPresenter.php +14 −7 Go to diff View file
M plugins/git/include/GitPresenters/GerritAsThirdPartyPresenter.php +6 −3 Go to diff View file
M plugins/git/include/GitPresenters/MirrorPresenter.php +2 −1 Go to diff View file
M plugins/git/include/GitPresenters/MirroredRepositoryPresenter.php +2 −1 Go to diff View file
M plugins/git/include/GitPresenters/MirroringPresenter.php +18 −9 Go to diff View file
M plugins/git/include/GitRepository.class.php +192 −96 Go to diff View file
M plugins/git/include/GitRepositoryCreatorImpl.class.php +4 −2 Go to diff View file
M plugins/git/include/GitRepositoryFactory.class.php +38 −19 Go to diff View file
M plugins/git/include/GitRepositoryManager.class.php +28 −14 Go to diff View file
M plugins/git/include/GitRepositoryPermissionsManager.class.php +10 −5 Go to diff View file
M plugins/git/include/GitRepositoryWithPermissions.class.php +8 −4 Go to diff View file
M plugins/git/include/GitViews.class.php +20 −10 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/Pane/AccessControl.class.php +1 −1 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/RepoManagement.class.php +6 −3 Go to diff View file
M plugins/git/include/GitViewsRepositoriesTraversalStrategy.class.php +8 −4 Go to diff View file
M plugins/git/include/GitViewsRepositoriesTraversalStrategy_Selectbox.class.php +6 −3 Go to diff View file
M plugins/git/include/Git_Backend_Gitolite.class.php +78 −39 Go to diff View file
M plugins/git/include/Git_Exec.class.php +50 −25 Go to diff View file
M plugins/git/include/Git_GitoliteDriver.class.php +46 −23 Go to diff View file
M plugins/git/include/Git_Gitolite_SSHKeyDumper.class.php +24 −12 Go to diff View file
M plugins/git/include/Git_Gitolite_SSHKeyMassDumper.class.php +12 −6 Go to diff View file
M plugins/git/include/Git_LastPushesGraph.class.php +12 −6 Go to diff View file
M plugins/git/include/Git_PostReceiveMailManager.class.php +16 −8 Go to diff View file
M plugins/git/include/Git_Widget_ProjectPushes.class.php +10 −5 Go to diff View file
M plugins/git/include/Git_Widget_UserPushes.class.php +10 −5 Go to diff View file
M plugins/git/include/REST/ResourcesInjector.class.php +4 −2 Go to diff View file
M plugins/git/include/REST/v1/GerritResource.php +10 −5 Go to diff View file
M plugins/git/include/REST/v1/GerritServerRepresentation.php +2 −1 Go to diff View file
M plugins/git/include/REST/v1/GitRepositoryPermissionRepresentation.class.php +12 −6 Go to diff View file
M plugins/git/include/REST/v1/GitRepositoryReference.class.php +2 −1 Go to diff View file
M plugins/git/include/REST/v1/RepositoryResource.class.php +22 −11 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_DELETE_MIRROR.php +8 −4 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_DUMP_ALL_MIRRORED_REPOSITORIES.php +4 −2 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_DUMP_ALL_SSH_KEYS.class.php +2 −1 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_EDIT_SSH_KEYS.class.php +16 −8 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_GERRIT_ADMIN_KEY_DUMP.class.php +8 −4 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_GERRIT_MIGRATION.class.php +16 −8 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_GERRIT_PROJECT_READONLY.class.php +9 −7 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_GROKMIRROR_MANIFEST_CHECK.class.php +6 −3 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_GROKMIRROR_MANIFEST_REPODELETE.class.php +8 −4 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_GROKMIRROR_MANIFEST_UPDATE.class.php +10 −5 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_GROKMIRROR_MANIFEST_UPDATE_FOLLOWING_A_GIT_PUSH.class.php +2 −1 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_LEGACY_REPO_ACCESS.class.php +4 −2 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_PROJECTS_UPDATE.class.php +6 −3 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_REGENERATE_GITOLITE_CONFIG.php +6 −3 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_REPO_DELETE.class.php +6 −3 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_REPO_FORK..php +16 −8 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_REPO_RESTORE.class.php +8 −4 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_REPO_UPDATE.class.php +10 −5 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_UPDATE_MIRROR.php +8 −4 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_USER_RENAME.class.php +6 −3 Go to diff View file
M plugins/git/include/exceptions/GitAuthorizedKeysFileException.class.php +2 −1 Go to diff View file
M plugins/git/include/exceptions/GitBackendException.class.php +2 −1 Go to diff View file
M plugins/git/include/exceptions/GitDaoException.class.php +2 −1 Go to diff View file
M plugins/git/include/exceptions/GitDriverDestinationNotEmptyException.class.php +2 −1 Go to diff View file
M plugins/git/include/exceptions/GitDriverErrorException.class.php +2 −1 Go to diff View file
M plugins/git/include/exceptions/GitDriverException.class.php +2 −1 Go to diff View file
M plugins/git/include/exceptions/GitDriverSourceNotFoundException.class.php +2 −1 Go to diff View file
M plugins/git/include/exceptions/Git_Command_Exception.class.php +2 −1 Go to diff View file
M plugins/git/include/exceptions/RepositoryAlreadyInQueueForMigrationException.php +2 −1 Go to diff View file
M plugins/git/include/exceptions/RepositoryCannotBeMigratedException.php +2 −1 Go to diff View file
M plugins/git/include/gitPlugin.class.php +200 −101 Go to diff View file
M plugins/git/include/mvc/PluginActions.class.php +14 −7 Go to diff View file
M plugins/git/include/mvc/PluginController.class.php +42 −21 Go to diff View file
M plugins/git/include/mvc/PluginViews.class.php +10 −5 Go to diff View file
M plugins/git/tests/Git/Driver/Gerrit/GerritDriverFactoryTest.php +8 −4 Go to diff View file
M plugins/git/tests/Git/Driver/Gerrit/MembershipManagerTest.php +104 −52 Go to diff View file
M plugins/git/tests/Git/Driver/Gerrit/ProjectCreatorStatusTest.php +20 −10 Go to diff View file
M plugins/git/tests/Git/Driver/Gerrit/ProjectCreatorTest.php +62 −31 Go to diff View file
M plugins/git/tests/Git/Driver/Gerrit/RemoteSSHCommandTest.php +22 −11 Go to diff View file
M plugins/git/tests/Git/Driver/Gerrit/Template/TemplateProcessorTest.php +8 −4 Go to diff View file
M plugins/git/tests/Git/Driver/Gerrit/UmbrellaProjectManagerTest.php +14 −7 Go to diff View file
M plugins/git/tests/Git/Driver/Gerrit/UserAccountManagerTest.php +30 −15 Go to diff View file
M plugins/git/tests/Git/Driver/Gerrit/UserFinderTest.php +20 −10 Go to diff View file
M plugins/git/tests/Git/Driver/GerritTest/Legacy/GerritTestBase.php +2 −1 Go to diff View file
M plugins/git/tests/Git/Driver/GerritTest/Legacy/Gerrit_DeletePluginTest.php +10 −5 Go to diff View file
M plugins/git/tests/Git/Driver/GerritTest/Legacy/Gerrit_addIncludedGroupTest.php +4 −2 Go to diff View file
M plugins/git/tests/Git/Driver/GerritTest/Legacy/Gerrit_groupExistsTest.php +8 −4 Go to diff View file
M plugins/git/tests/Git/Driver/GerritTest/Legacy/Gerrit_manageGroupsTest.php +22 −11 Go to diff View file
M plugins/git/tests/Git/Driver/GerritTest/Legacy/Gerrit_manageProjectsTest.php +14 −7 Go to diff View file
M plugins/git/tests/Git/Driver/GerritTest/Legacy/Gerrit_manageUserTest.php +10 −5 Go to diff View file
M plugins/git/tests/Git/Driver/GerritTest/Legacy/Gerrit_projectExistsTest.php +12 −6 Go to diff View file
M plugins/git/tests/Git/Driver/GerritTest/Legacy/Gerrit_removeIncludedGroupTest.php +4 −2 Go to diff View file
M plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_Base.php +4 −2 Go to diff View file
M plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_DeletePluginTest.php +12 −6 Go to diff View file
M plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_addIncludedGroupTest.php +2 −1 Go to diff View file
M plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_groupExistsTest.php +8 −4 Go to diff View file
M plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_manageGroupsTest.php +22 −11 Go to diff View file
M plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_manageProjectsTest.php +20 −10 Go to diff View file
M plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_manageUserTest.php +14 −7 Go to diff View file
M plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_projectExistsTest.php +10 −5 Go to diff View file
M plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_removeIncludedGroupTest.php +2 −1 Go to diff View file
M plugins/git/tests/Git/GitoliteHousekeeping/ChainOfResponsibility/CheckRunningEventsTest.php +8 −4 Go to diff View file
M plugins/git/tests/Git/GitoliteHousekeeping/ChainOfResponsibility/CleanUpGitoliteAdminRepoTest.php +12 −6 Go to diff View file
M plugins/git/tests/Git/GitoliteHousekeeping/ChainOfResponsibility/EnableGitGcTest.php +6 −3 Go to diff View file
M plugins/git/tests/Git/GitoliteHousekeeping/ChainOfResponsibility/ServiceRestarterTest.php +6 −3 Go to diff View file
M plugins/git/tests/Git/GitoliteHousekeeping/ChainOfResponsibility/ServiceStopperTest.php +6 −3 Go to diff View file
M plugins/git/tests/Git/GitoliteHousekeeping/GitoliteHousekeepingGitGcTest.php +6 −3 Go to diff View file
M plugins/git/tests/Git/GitoliteHousekeeping/GitoliteHousekeepingRunnerTest.php +4 −2 Go to diff View file
M plugins/git/tests/Git/Hook/ExtractCrossReferencesTest.php +16 −8 Go to diff View file
M plugins/git/tests/Git/Hook/LogAnalyzerTest.php +24 −12 Go to diff View file
M plugins/git/tests/Git/Hook/ParseLogTest.php +12 −6 Go to diff View file
M plugins/git/tests/Git/Hook/PostReceiveTest.php +30 −15 Go to diff View file
M plugins/git/tests/Git/Mirror/ManifestFileGeneratorTest.php +44 −22 Go to diff View file
M plugins/git/tests/Git/Mirror/ManifestManagerTest.php +12 −6 Go to diff View file
M plugins/git/tests/Git/ReferenceManagerTest.php +10 −5 Go to diff View file
M plugins/git/tests/Git/RemoteServer/GerritCanMigrateCheckerTest.php +2 −1 Go to diff View file
M plugins/git/tests/Git/RemoteServer/GerritServerFactoryTest.php +28 −14 Go to diff View file
M plugins/git/tests/Git/RemoteServer/GerritServerTest.php +16 −8 Go to diff View file
M plugins/git/tests/Git/RemoteServer/MigrationHandlerTest.php +30 −15 Go to diff View file
M plugins/git/tests/Git/SystemCheckTest.php +8 −4 Go to diff View file
M plugins/git/tests/Git/SystemEventManagerTest.php +18 −9 Go to diff View file
M plugins/git/tests/Git/URLTest.php +30 −15 Go to diff View file
M plugins/git/tests/Git/UserAccountManagerTest.php +8 −4 Go to diff View file
M plugins/git/tests/GitActionsTest.php +78 −39 Go to diff View file
M plugins/git/tests/GitBackendTest.php +12 −6 Go to diff View file
M plugins/git/tests/GitDriverTest.php +40 −20 Go to diff View file
M plugins/git/tests/GitPermissionsManagerTest.php +34 −17 Go to diff View file
M plugins/git/tests/GitRepositoryFactoryTest.php +26 −13 Go to diff View file
M plugins/git/tests/GitRepositoryImplTest.php +6 −3 Go to diff View file
M plugins/git/tests/GitRepositoryManagerTest.php +80 −40 Go to diff View file
M plugins/git/tests/GitRepositoryTest.php +42 −21 Go to diff View file
M plugins/git/tests/GitTest.php +28 −14 Go to diff View file
M plugins/git/tests/GitViewsRepositoriesTraversalStrategyTest.class.php +8 −4 Go to diff View file
M plugins/git/tests/GitViewsRepositoriesTraversalStrategy_SelectboxTest.php +6 −3 Go to diff View file
M plugins/git/tests/GitViewsTest.php +20 −10 Go to diff View file
M plugins/git/tests/GitXmlImporterTest.php +26 −13 Go to diff View file
M plugins/git/tests/Git_Backend_GitoliteTest.php +24 −12 Go to diff View file
M plugins/git/tests/Git_ExecTest.php +30 −15 Go to diff View file
M plugins/git/tests/Git_ForkCrossProject_Test.php +2 −1 Go to diff View file
M plugins/git/tests/Git_GitoliteDriverTest.php +28 −14 Go to diff View file
M plugins/git/tests/Git_GitoliteTestCase.class.php +8 −4 Go to diff View file
M plugins/git/tests/Git_Gitolite_SSHKeyDumperTest.php +14 −7 Go to diff View file
M plugins/git/tests/Git_Gitolite_SSHKeyMassDumperTest.php +14 −7 Go to diff View file
M plugins/git/tests/PathJoinUtilTest.php +16 −8 Go to diff View file
M plugins/git/tests/SystemEvents/SystemEvent_GIT_EDIT_SSH_KEYSTest.php +12 −6 Go to diff View file
M plugins/git/tests/SystemEvents/SystemEvent_GIT_GERRIT_ADMIN_KEY_DUMPTest.php +12 −6 Go to diff View file
M plugins/git/tests/SystemEvents/SystemEvent_GIT_GERRIT_PROJECT_READONLYTest.php +2 −1 Go to diff View file
M plugins/git/tests/SystemEvents/SystemEvent_GIT_GROKMIRROR_MANIFEST_CHECKTest.php +4 −2 Go to diff View file
M plugins/git/tests/SystemEvents/SystemEvent_GIT_REPO_FORKTest.php +10 −5 Go to diff View file
M plugins/git/tests/SystemEvents/SystemEvent_GIT_REPO_UPDATETest.php +14 −7 Go to diff View file
M plugins/git/tests/builders/aGerritServer.php +6 −3 Go to diff View file
M plugins/git/tests/builders/aGitRepository.php +26 −13 Go to diff View file
M plugins/git/tests/gitPluginTest.php +16 −8 Go to diff View file
M plugins/git/tests/rest/Git/GerritTest.php +10 −5 Go to diff View file
M plugins/git/tests/rest/Git/RepositoryTest.php +8 −4 Go to diff View file
M plugins/git/tests/rest/GitDataBuilder.php +4 −2 Go to diff View file
M plugins/git/updates/2011/201102091302_deploy_post_receive_to_existing_repositories.php +8 −4 Go to diff View file
M plugins/graphontrackersv5/db/mysql/updates/2011/201111191507_add_burndown.php +8 −4 Go to diff View file
M plugins/graphontrackersv5/db/mysql/updates/2012/201210291756_add_old_id_column_on_chart.php +8 −4 Go to diff View file
M plugins/graphontrackersv5/db/mysql/updates/2013/201302271529_add_cumulative_flow_chart_table.php +8 −4 Go to diff View file
M plugins/graphontrackersv5/include/GraphActionsPresenter.class.php +12 −6 Go to diff View file
M plugins/graphontrackersv5/include/GraphOnTrackersV5PluginDescriptor.class.php +2 −1 Go to diff View file
M plugins/graphontrackersv5/include/GraphOnTrackersV5PluginInfo.class.php +2 −1 Go to diff View file
M plugins/graphontrackersv5/include/GraphOnTrackersV5_Renderer.class.php +36 −18 Go to diff View file
M plugins/graphontrackersv5/include/GraphOnTrackersV5_Widget_Chart.class.php +18 −9 Go to diff View file
M plugins/graphontrackersv5/include/common/HTML_Element_Selectbox_TrackerFields_DatesV5.class.php +2 −1 Go to diff View file
M plugins/graphontrackersv5/include/common/HTML_Element_Selectbox_TrackerFields_Int_TextFieldsV5.class.php +2 −1 Go to diff View file
M plugins/graphontrackersv5/include/common/HTML_Element_Selectbox_TrackerFields_NumericFieldsV5.class.php +2 −1 Go to diff View file
M plugins/graphontrackersv5/include/common/HTML_Element_Selectbox_TrackerFields_SelectboxesAndTextsV5.class.php +2 −1 Go to diff View file
M plugins/graphontrackersv5/include/common/HTML_Element_Selectbox_TrackerFields_SelectboxesV5.class.php +2 −1 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart.class.php +101 −43 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_ChartDao.class.php +18 −9 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_ChartFactory.class.php +32 −16 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Bar.class.php +46 −21 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_BarDao.class.php +10 −5 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Burndown.class.php +52 −23 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_BurndownDao.class.php +10 −5 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_CumulativeFlow.class.php +58 −25 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_CumulativeFlowDao.class.php +10 −5 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Gantt.class.php +91 −37 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_GanttDao.class.php +10 −5 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Pie.class.php +42 −20 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_PieDao.class.php +10 −5 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_InSessionChartSorter.class.php +6 −3 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/ChartDataBuilderV5.class.php +10 −5 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/DataBuilderV5.class.php +4 −2 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Burndown_Data.class.php +8 −4 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Burndown_DataBuilder.class.php +6 −3 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Chart_BarDataBuilder.class.php +2 −1 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Chart_GanttDataBuilder.class.php +6 −3 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Chart_PieDataBuilder.class.php +2 −1 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_CumulativeFlow_DataBuilder.class.php +13 −7 Go to diff View file
M plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine.class.php +18 −9 Go to diff View file
M plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Bar.class.php +20 −10 Go to diff View file
M plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Burndown.class.php +4 −2 Go to diff View file
M plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Gantt.class.php +40 −20 Go to diff View file
M plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Pie.class.php +6 −3 Go to diff View file
M plugins/graphontrackersv5/include/graphontrackersv5Plugin.class.php +22 −11 Go to diff View file
M plugins/hudson/db/mysql/updates/2011/201109151610_add_group_id_index.php +8 −4 Go to diff View file
M plugins/hudson/db/mysql/updates/2015/201512071530_add_svn_paths.php +10 −5 Go to diff View file
M plugins/hudson/db/mysql/updates/2015/201512091121_update_default_svn_paths.php +6 −3 Go to diff View file
M plugins/hudson/include/HudsonBuild.class.php +20 −10 Go to diff View file
M plugins/hudson/include/HudsonJobWidget.class.php +8 −4 Go to diff View file
M plugins/hudson/include/HudsonOverviewWidget.class.php +2 −1 Go to diff View file
M plugins/hudson/include/HudsonTestResult.class.php +8 −4 Go to diff View file
M plugins/hudson/include/HudsonWidget.class.php +6 −3 Go to diff View file
M plugins/hudson/include/PluginHudsonJobDao.class.php +23 −15 Go to diff View file
M plugins/hudson/include/SVNPathsUpdater.php +2 −1 Go to diff View file
M plugins/hudson/include/hudson.class.php +2 −1 Go to diff View file
M plugins/hudson/include/hudsonActions.class.php +4 −2 Go to diff View file
M plugins/hudson/include/hudsonPlugin.class.php +20 −10 Go to diff View file
M plugins/hudson/include/hudsonPluginDescriptor.class.php +2 −1 Go to diff View file
M plugins/hudson/include/hudsonPluginInfo.class.php +2 −1 Go to diff View file
M plugins/hudson/include/hudsonViews.class.php +26 −13 Go to diff View file
M plugins/hudson/include/hudson_Widget_JobBuildHistory.class.php +10 −5 Go to diff View file
M plugins/hudson/include/hudson_Widget_JobLastArtifacts.class.php +4 −2 Go to diff View file
M plugins/hudson/include/hudson_Widget_MyMonitoredJobs.class.php +4 −2 Go to diff View file
M plugins/hudson/include/hudson_Widget_ProjectJobsOverview.class.php +4 −2 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Plugin/PluginDescriptor.php +2 −1 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Plugin/PluginInfo.php +2 −1 Go to diff View file
M plugins/hudson_git/include/hudson_gitPlugin.class.php +10 −5 Go to diff View file
M plugins/hudson_svn/include/ContinuousIntegrationCollector.php +16 −8 Go to diff View file
M plugins/hudson_svn/include/FormPresenter.php +2 −1 Go to diff View file
M plugins/hudson_svn/include/HudsonSvnPluginDescriptor.php +2 −1 Go to diff View file
M plugins/hudson_svn/include/HudsonSvnPluginInfo.php +2 −1 Go to diff View file
M plugins/hudson_svn/include/Job/Dao.php +10 −5 Go to diff View file
M plugins/hudson_svn/include/Job/Factory.php +6 −3 Go to diff View file
M plugins/hudson_svn/include/Job/Job.php +12 −6 Go to diff View file
M plugins/hudson_svn/include/Job/Launcher.php +14 −7 Go to diff View file
M plugins/hudson_svn/include/Job/Manager.php +8 −4 Go to diff View file
M plugins/hudson_svn/include/SvnBackendLogger.php +2 −1 Go to diff View file
M plugins/hudson_svn/include/hudson_svnPlugin.class.php +30 −15 Go to diff View file
M plugins/ldap/bin/convertSvnToLdap.php +6 −3 Go to diff View file
M plugins/ldap/bin/registerUser.php +2 −1 Go to diff View file
M plugins/ldap/db/mysql/updates/2012/201207271519_add_ldap_ugroup_synchro_policy_and_bind_option_columns.php +8 −4 Go to diff View file
M plugins/ldap/db/mysql/updates/2014/201405191003_add_ldap_suspended_user_table.php +8 −4 Go to diff View file
M plugins/ldap/db/mysql/updates/2016/201603031145_clean_ldap_ugroup_removed.php +6 −3 Go to diff View file
M plugins/ldap/db/mysql/updates/2016/201609281613_add_synchro_column.php +6 −3 Go to diff View file
M plugins/ldap/db/mysql/updates/2016/201609301657_add_bind_column.php +6 −3 Go to diff View file
M plugins/ldap/include/LDAP.class.php +58 −29 Go to diff View file
M plugins/ldap/include/LDAPResult.class.php +56 −28 Go to diff View file
M plugins/ldap/include/LDAP_AdministrationPresenter.class.php +10 −5 Go to diff View file
M plugins/ldap/include/LDAP_AuthenticationFailedException.class.php +2 −1 Go to diff View file
M plugins/ldap/include/LDAP_BackendSVN.class.php +14 −7 Go to diff View file
M plugins/ldap/include/LDAP_CleanUpManager.class.php +16 −8 Go to diff View file
M plugins/ldap/include/LDAP_DirectoryCleanUpDao.class.php +8 −4 Go to diff View file
M plugins/ldap/include/LDAP_DirectorySynchronization.class.php +24 −12 Go to diff View file
M plugins/ldap/include/LDAP_GroupManager.class.php +16 −8 Go to diff View file
M plugins/ldap/include/LDAP_ProjectDao.class.php +2 −1 Go to diff View file
M plugins/ldap/include/LDAP_ProjectManager.class.php +8 −4 Go to diff View file
M plugins/ldap/include/LDAP_SVN_Apache_ModPerl.class.php +2 −1 Go to diff View file
M plugins/ldap/include/LDAP_SearchPeople.class.php +6 −3 Go to diff View file
M plugins/ldap/include/LDAP_SearchPeopleResultPresenter.php +16 −8 Go to diff View file
M plugins/ldap/include/LDAP_SyncMail.class.php +8 −4 Go to diff View file
M plugins/ldap/include/LDAP_SyncNotificationManager.class.php +8 −4 Go to diff View file
M plugins/ldap/include/LDAP_SyncReminderNotificationManager.class.php +14 −7 Go to diff View file
M plugins/ldap/include/LDAP_User.class.php +8 −4 Go to diff View file
M plugins/ldap/include/LDAP_UserDao.class.php +6 −3 Go to diff View file
M plugins/ldap/include/LDAP_UserGroupDao.class.php +8 −4 Go to diff View file
M plugins/ldap/include/LDAP_UserGroupManager.class.php +10 −5 Go to diff View file
M plugins/ldap/include/LDAP_UserManager.class.php +56 −28 Go to diff View file
M plugins/ldap/include/LDAP_UserNotFoundException.class.php +2 −1 Go to diff View file
M plugins/ldap/include/LDAP_UserSync.class.php +12 −6 Go to diff View file
M plugins/ldap/include/LDAP_UserSync_Orange.class.php +4 −2 Go to diff View file
M plugins/ldap/include/LDAP_UserWrite.class.php +32 −16 Go to diff View file
M plugins/ldap/include/NonUniqueUidRetriever.php +4 −2 Go to diff View file
M plugins/ldap/include/exception/AddException.class.php +2 −1 Go to diff View file
M plugins/ldap/include/exception/DeleteException.class.php +2 −1 Go to diff View file
M plugins/ldap/include/exception/RenameException.class.php +2 −1 Go to diff View file
M plugins/ldap/include/exception/UpdateException.class.php +2 −1 Go to diff View file
M plugins/ldap/include/ldapPlugin.class.php +100 −50 Go to diff View file
M plugins/ldap/include/system_event/SystemEvent_PLUGIN_LDAP_UPDATE_LOGIN.class.php +8 −4 Go to diff View file
M plugins/ldap/tests/LDAPTest.php +16 −8 Go to diff View file
M plugins/ldap/tests/LDAP_BackendSVNTest.php +12 −6 Go to diff View file
M plugins/ldap/tests/LDAP_DirectorySynchronizationTest.php +20 −10 Go to diff View file
M plugins/ldap/tests/LDAP_GroupManagerTest.php +6 −3 Go to diff View file
M plugins/ldap/tests/LDAP_UserManagerTest.php +42 −21 Go to diff View file
M plugins/ldap/tests/LDAP_UserSyncTest.php +10 −5 Go to diff View file
M plugins/ldap/tests/bootstrap.php +10 −5 Go to diff View file
M plugins/ldap/tests/system_event/SystemEvent_PLUGIN_LDAP_UPDATE_LOGINTest.php +8 −4 Go to diff View file
M plugins/mediawiki/bin/mw-maintenance-wrapper.php +2 −1 Go to diff View file
M plugins/mediawiki/bin/mw-plugin-init.php +2 −1 Go to diff View file
M plugins/mediawiki/db/mysql/updates/2013/201306061508_add_interwiki_table.php +8 −4 Go to diff View file
M plugins/mediawiki/db/mysql/updates/2014/201402130957_add_ugroup_mapping_table.php +8 −4 Go to diff View file
M plugins/mediawiki/db/mysql/updates/2014/201402141002_seed_mapping_table.php +8 −4 Go to diff View file
M plugins/mediawiki/db/mysql/updates/2014/201402191017_add_mwgroups_table.php +8 −4 Go to diff View file
M plugins/mediawiki/db/mysql/updates/2014/201402211651_remove_confirmed_mapping.php +8 −4 Go to diff View file
M plugins/mediawiki/db/mysql/updates/2014/201407041004_add_and_fill_database_table.php +8 −4 Go to diff View file
M plugins/mediawiki/db/mysql/updates/2014/201407081620_replace_mediwiki_apache_conf.php +4 −2 Go to diff View file
M plugins/mediawiki/db/mysql/updates/2014/201407231643_fill_database_table_with_dash_named_projects.php +8 −4 Go to diff View file
M plugins/mediawiki/db/mysql/updates/2014/20140805_add_admin_options_table.php +8 −4 Go to diff View file
M plugins/mediawiki/db/mysql/updates/2015/20150408_add_site_restricted_features_table.php +8 −4 Go to diff View file
M plugins/mediawiki/db/mysql/updates/2015/20150629_add_mediawiki_access_control_table.php +8 −4 Go to diff View file
M plugins/mediawiki/db/mysql/updates/2015/20150701_insert_default_values_for_default_site_template.php +8 −4 Go to diff View file
M plugins/mediawiki/db/mysql/updates/2015/20150922_alter_mediawiki_admin_options_table.php +8 −4 Go to diff View file
M plugins/mediawiki/db/mysql/updates/2015/201510011501_add_plugin_mediawiki_version_table.php +8 −4 Go to diff View file
M plugins/mediawiki/db/mysql/updates/2015/201510011503_fill_Mediawiki_version_table.php +16 −8 Go to diff View file
M plugins/mediawiki/db/mysql/updates/2015/201510051531_add_plugin_mediawiki_extension_table.php +8 −4 Go to diff View file
M plugins/mediawiki/extensions/TuleapArtLinks/TuleapArtLinks.hooks.php +2 −1 Go to diff View file
M plugins/mediawiki/fusionforge/FusionForge.php +14 −7 Go to diff View file
M plugins/mediawiki/fusionforge/compat/forge_get_config.php +2 −1 Go to diff View file
M plugins/mediawiki/fusionforge/compat/utils.php +10 −5 Go to diff View file
M plugins/mediawiki/fusionforge/cron_utils.php +4 −2 Go to diff View file
M plugins/mediawiki/include/MediaWikiPluginDescriptor.class.php +2 −1 Go to diff View file
M plugins/mediawiki/include/MediaWikiPluginInfo.class.php +4 −2 Go to diff View file
M plugins/mediawiki/include/MediaWikiXMLImporter.class.php +12 −6 Go to diff View file
M plugins/mediawiki/include/MediawikiAdminController.class.php +24 −12 Go to diff View file
M plugins/mediawiki/include/MediawikiAdminLanguagePanePresenter.php +12 −6 Go to diff View file
M plugins/mediawiki/include/MediawikiAdminPanePresenter.php +10 −5 Go to diff View file
M plugins/mediawiki/include/MediawikiAdminPermissionsPanePresenter.class.php +34 −17 Go to diff View file
M plugins/mediawiki/include/MediawikiDao.class.php +86 −43 Go to diff View file
M plugins/mediawiki/include/MediawikiFusionForgeProjectNameRetriever.php +2 −1 Go to diff View file
M plugins/mediawiki/include/MediawikiGroupPresenter.class.php +14 −7 Go to diff View file
M plugins/mediawiki/include/MediawikiGroups.class.php +10 −5 Go to diff View file
M plugins/mediawiki/include/MediawikiInstantiater.class.php +30 −15 Go to diff View file
M plugins/mediawiki/include/MediawikiLanguageDao.php +4 −2 Go to diff View file
M plugins/mediawiki/include/MediawikiLanguageManager.php +14 −7 Go to diff View file
M plugins/mediawiki/include/MediawikiMLEBExtensionManager.php +10 −5 Go to diff View file
M plugins/mediawiki/include/MediawikiManager.class.php +40 −20 Go to diff View file
M plugins/mediawiki/include/MediawikiSiteAdminAllowedProjectsPresenter.class.php +26 −13 Go to diff View file
M plugins/mediawiki/include/MediawikiSiteAdminController.class.php +8 −4 Go to diff View file
M plugins/mediawiki/include/MediawikiSiteAdminResourceRestrictor.php +6 −3 Go to diff View file
M plugins/mediawiki/include/MediawikiSiteAdminResourceRestrictorDao.php +12 −6 Go to diff View file
M plugins/mediawiki/include/MediawikiUserGroupsMapper.class.php +24 −12 Go to diff View file
M plugins/mediawiki/include/MediawikiVersionDao.php +4 −2 Go to diff View file
M plugins/mediawiki/include/MediawikiVersionManager.php +6 −3 Go to diff View file
M plugins/mediawiki/include/Migration/MediawikiMigrator.php +6 −3 Go to diff View file
M plugins/mediawiki/include/ServiceMediawiki.class.php +4 −2 Go to diff View file
M plugins/mediawiki/include/UnsupportedLanguageException.php +4 −2 Go to diff View file
M plugins/mediawiki/include/events/SytemEvent_MEDIAWIKI_SWITCH_TO_123.class.php +8 −4 Go to diff View file
M plugins/mediawiki/include/mediawikiPlugin.class.php +100 −50 Go to diff View file
M plugins/mediawiki/mediawiki-skin/Tuleap.php +16 −8 Go to diff View file
M plugins/mediawiki/tests/MediawikiUserGroupsMapperTest.php +34 −17 Go to diff View file
M plugins/mediawiki/www/DatabaseForgeMysql.php +10 −3 Go to diff View file
M plugins/mediawiki/www/DatabaseForgeMysql123.php +4 −2 Go to diff View file
M plugins/mediawiki/www/DatabaseForgePgsql.php +16 −6 Go to diff View file
M plugins/mediawiki/www/LocalSettings.php +30 −18 Go to diff View file
M plugins/mediawiki/www/skins/Tuleap123/Tuleap123.php +28 −14 Go to diff View file
M plugins/openidconnectclient/db/mysql/2016/201602151330_create_unlinked_account_table.php +6 −3 Go to diff View file
M plugins/openidconnectclient/db/mysql/2016/201602181030_add_column_last_used_user_mapping.php +12 −6 Go to diff View file
M plugins/openidconnectclient/db/mysql/2016/20160316_add_google_default_provider.php +6 −3 Go to diff View file
M plugins/openidconnectclient/db/mysql/2016/201603171433_add_icon_color_columns.php +8 −4 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/AccountLinker/Controller.php +12 −6 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/AccountLinker/Presenter.php +22 −11 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/AccountLinker/RegisterPresenter.php +4 −2 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/AccountLinker/UnlinkedAccount.php +8 −4 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/AccountLinker/UnlinkedAccountDao.php +6 −3 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/AccountLinker/UnlinkedAccountManager.php +10 −5 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/AdminRouter.php +2 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Administration/ColorPresenter.php +2 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Administration/ColorPresenterFactory.php +4 −2 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Administration/Controller.php +6 −3 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Administration/IconPresenter.php +2 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Administration/IconPresenterFactory.php +4 −2 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Administration/Presenter.php +42 −21 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Administration/ProviderPresenter.php +18 −9 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/Flow.php +2 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/FlowResponse.php +8 −4 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/SessionState.php +4 −2 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/State.php +10 −5 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Login/ConnectorPresenter.php +8 −4 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Login/Controller.php +8 −4 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Provider/Provider.php +19 −11 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Provider/ProviderDao.php +4 −2 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Provider/ProviderManager.php +12 −6 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/UserMapping/Controller.php +2 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/UserMapping/UserMappingDao.php +6 −3 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/UserMapping/UserMappingManager.php +10 −5 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/UserMapping/UserMappingUsage.php +11 −7 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/UserMapping/UserPreferencesPresenter.php +14 −7 Go to diff View file
M plugins/openidconnectclient/include/openidconnectclientPlugin.class.php +22 −11 Go to diff View file
M plugins/openidconnectclient/tests/AdminRouterTest.php +2 −1 Go to diff View file
M plugins/openidconnectclient/tests/Authentication/StateManagerTest.php +8 −4 Go to diff View file
M plugins/openidconnectclient/tests/Authentication/StateTest.php +2 −1 Go to diff View file
M plugins/openidconnectclient/tests/Provider/ProviderManagerTest.php +6 −3 Go to diff View file
M plugins/pluginsadministration/include/ManageAllowedProjectsPresenter.class.php +44 −22 Go to diff View file
M plugins/pluginsadministration/include/PluginsAdministrationActions.class.php +40 −20 Go to diff View file
M plugins/pluginsadministration/include/PluginsAdministrationPluginDescriptor.class.php +2 −1 Go to diff View file
M plugins/pluginsadministration/include/PluginsAdministrationViews.class.php +18 −9 Go to diff View file
M plugins/pluginsadministration/include/pluginsadministrationPlugin.class.php +4 −2 Go to diff View file
M plugins/proftpd/db/mysql/updates/2014/201401221648_ftpgroups_view_concat.php +6 −3 Go to diff View file
M plugins/proftpd/db/mysql/updates/2014/201403211644_update_default_acl.php +6 −3 Go to diff View file
M plugins/proftpd/include/ProFTPd/Admin/ACLBuilder.class.php +10 −5 Go to diff View file
M plugins/proftpd/include/ProFTPd/Admin/ACLBuilderForDirectory.class.php +8 −4 Go to diff View file
M plugins/proftpd/include/ProFTPd/Admin/ACLBuilderForFile.class.php +6 −3 Go to diff View file
M plugins/proftpd/include/ProFTPd/Admin/ACLUpdater.class.php +12 −6 Go to diff View file
M plugins/proftpd/include/ProFTPd/Admin/AdminController.class.php +22 −11 Go to diff View file
M plugins/proftpd/include/ProFTPd/Admin/PermissionsManager.class.php +24 −12 Go to diff View file
M plugins/proftpd/include/ProFTPd/Directory/DirectoryItem.class.php +10 −5 Go to diff View file
M plugins/proftpd/include/ProFTPd/Directory/DirectoryItemCollection.class.php +10 −5 Go to diff View file
M plugins/proftpd/include/ProFTPd/Directory/DirectoryParser.class.php +16 −8 Go to diff View file
M plugins/proftpd/include/ProFTPd/Directory/DirectoryPathCollection.class.php +8 −4 Go to diff View file
M plugins/proftpd/include/ProFTPd/Directory/DirectoryPathParser.class.php +10 −5 Go to diff View file
M plugins/proftpd/include/ProFTPd/Directory/DirectoryPathPart.class.php +2 −1 Go to diff View file
M plugins/proftpd/include/ProFTPd/Explorer/ExplorerController.class.php +14 −7 Go to diff View file
M plugins/proftpd/include/ProFTPd/Presenter/AdminPresenter.class.php +32 −16 Go to diff View file
M plugins/proftpd/include/ProFTPd/Presenter/ExplorerPresenter.class.php +22 −11 Go to diff View file
M plugins/proftpd/include/ProFTPd/ProftpdRouter.class.php +12 −6 Go to diff View file
M plugins/proftpd/include/ProFTPd/ServiceProFTPd.class.php +8 −4 Go to diff View file
M plugins/proftpd/include/ProFTPd/SystemEvent/PROFTPD_DIRECTORY_CREATE.class.php +14 −7 Go to diff View file
M plugins/proftpd/include/ProFTPd/SystemEvent/PROFTPD_UPDATE_ACL.class.php +14 −7 Go to diff View file
M plugins/proftpd/include/ProFTPd/SystemEventManager.class.php +13 −9 Go to diff View file
M plugins/proftpd/include/ProFTPd/Xferlog/Dao.class.php +6 −3 Go to diff View file
M plugins/proftpd/include/ProFTPd/Xferlog/InvalidEntryException.class.php +2 −1 Go to diff View file
M plugins/proftpd/include/ProFTPd/Xferlog/Parser.class.php +2 −1 Go to diff View file
M plugins/proftpd/include/proftpdPlugin.class.php +42 −21 Go to diff View file
M plugins/proftpd/phpunit/ProFTPd/Admin/ACLUpdaterTest.php +10 −5 Go to diff View file
M plugins/proftpd/phpunit/ProFTPd/Directory/ProftpdDirectoryParserTest.php +12 −6 Go to diff View file
M plugins/proftpd/phpunit/ProFTPd/Directory/ProftpdDirectoryPathParserTest.php +6 −3 Go to diff View file
M plugins/proftpd/phpunit/ProFTPd/SystemEvent/PROFTPD_DIRECTORY_CREATETest.php +8 −4 Go to diff View file
M plugins/proftpd/phpunit/ProFTPd/SystemEvent/PROFTPD_UPDATE_ACLTest.php +4 −2 Go to diff View file
M plugins/proftpd/phpunit/ProFTPd/SystemEventManagerTest.php +6 −3 Go to diff View file
M plugins/proftpd/phpunit/ProFTPd/Xferlog/FileImporterTest.php +4 −2 Go to diff View file
M plugins/proftpd/phpunit/ProFTPd/Xferlog/FileImporter_PathTest.php +8 −4 Go to diff View file
M plugins/proftpd/phpunit/ProFTPd/Xferlog/ParserTest.php +4 −2 Go to diff View file
M plugins/projectlinks/include/ProjectLinksDao.class.php +8 −4 Go to diff View file
M plugins/projectlinks/include/ProjectLinksPluginDescriptor.class.php +2 −1 Go to diff View file
M plugins/projectlinks/include/ProjectLinksPluginInfo.class.php +2 −1 Go to diff View file
M plugins/projectlinks/include/ProjectLinks_Widget_HomePageLinks.class.php +14 −7 Go to diff View file
M plugins/projectlinks/include/form_utils.php +4 −4 Go to diff View file
M plugins/projectlinks/include/projectlinksPlugin.class.php +30 −15 Go to diff View file
M plugins/pullrequest/tests/Reference/ReferenceFactoryTest.php +10 −5 Go to diff View file
M plugins/pullrequest/tests/rest/PullRequest/PullRequestsCommentsTest.php +10 −5 Go to diff View file
M plugins/pullrequest/tests/rest/PullRequest/PullRequestsLabelsTest.php +2 −1 Go to diff View file
M plugins/pullrequest/tests/rest/PullRequest/PullRequestsTest.php +8 −4 Go to diff View file
M plugins/pullrequest/tests/rest/PullRequestDataBuilder.php +4 −2 Go to diff View file
M plugins/referencealias_svn/db/mysql/updates/2016/201606271409_add_unique_to_plugin_referencealias_svn.php +6 −3 Go to diff View file
M plugins/statistics/db/mysql/updates/2011/201103031250_add_group_id_index_on_diskusage_group_table.php +8 −4 Go to diff View file
M plugins/statistics/db/mysql/updates/2012/201205071222_add_table_disk_quota_exception.php +8 −4 Go to diff View file
M plugins/statistics/db/mysql/updates/2015/201504081124_create_plugin_statistics_configuration_table.php +8 −4 Go to diff View file
M plugins/statistics/db/mysql/updates/2015/201510131700_create_plugin_statistics_aggregation_table.php +8 −4 Go to diff View file
M plugins/statistics/include/ProjectQuotaHtml.class.php +10 −5 Go to diff View file
M plugins/statistics/include/ProjectQuotaManager.class.php +22 −11 Go to diff View file
M plugins/statistics/include/StatisticsAggregatorDao.class.php +4 −2 Go to diff View file
M plugins/statistics/include/StatisticsPluginDescriptor.class.php +2 −1 Go to diff View file
M plugins/statistics/include/StatisticsPluginInfo.class.php +2 −1 Go to diff View file
M plugins/statistics/include/Statistics_ConfigurationDao.class.php +6 −3 Go to diff View file
M plugins/statistics/include/Statistics_ConfigurationManager.class.php +6 −3 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageDao.class.php +62 −31 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageGraph.class.php +14 −7 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageHtml.class.php +8 −4 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageManager.class.php +54 −27 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageOutput.class.php +2 −1 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsagePurger.class.php +18 −9 Go to diff View file
M plugins/statistics/include/Statistics_Formatter.class.php +12 −6 Go to diff View file
M plugins/statistics/include/Statistics_Formatter_Cvs.class.php +4 −2 Go to diff View file
M plugins/statistics/include/Statistics_Formatter_Scm.class.php +14 −7 Go to diff View file
M plugins/statistics/include/Statistics_Formatter_Svn.class.php +4 −2 Go to diff View file
M plugins/statistics/include/Statistics_ProjectQuotaDao.class.php +10 −5 Go to diff View file
M plugins/statistics/include/Statistics_SOAPServer.class.php +14 −7 Go to diff View file
M plugins/statistics/include/Statistics_ScmCvsDao.class.php +16 −8 Go to diff View file
M plugins/statistics/include/Statistics_ScmSvnDao.class.php +16 −8 Go to diff View file
M plugins/statistics/include/Statistics_Services_UsageFormatter.class.php +16 −8 Go to diff View file
M plugins/statistics/include/Statistics_Widget_ProjectStatistics.class.php +10 −5 Go to diff View file
M plugins/statistics/include/SystemEventQueueStatistics.php +6 −3 Go to diff View file
M plugins/statistics/include/SystemEvent_STATISTICS_DAILY.php +12 −6 Go to diff View file
M plugins/statistics/include/statisticsPlugin.class.php +34 −17 Go to diff View file
M plugins/statistics/tests/Statistics_DiskUsagePurgerTest.php +26 −13 Go to diff View file
M plugins/statistics/tests/Statistics_FormatterTest.php +6 −3 Go to diff View file
M plugins/statistics/tests/Statistics_Services_UsageFormatterTest.php +6 −3 Go to diff View file
M plugins/statistics/www/usage_stat.php +2 −1 Go to diff View file
M plugins/svn/db/mysql/updates/2016/201601081758_create_plugin_svn_repositories_table.php +6 −3 Go to diff View file
M plugins/svn/db/mysql/updates/2016/201602021420_create_plugin_svn_accessfile_history_table.php +6 −3 Go to diff View file
M plugins/svn/db/mysql/updates/2016/201602091209_create_plugin_svn_mailing_header.php +6 −3 Go to diff View file
M plugins/svn/db/mysql/updates/2016/201602091428_create_plugin_svn_notification.php +6 −3 Go to diff View file
M plugins/svn/db/mysql/updates/2016/201602161822_add_accessfile_reference_in_svn_repository.php +6 −3 Go to diff View file
M plugins/svn/db/mysql/updates/2016/201603071042_svn_repository_pre_commit_must_contain_reference.php +6 −3 Go to diff View file
M plugins/svn/db/mysql/updates/2016/201603161523_create_plugin_svn_immutable_tag.php +6 −3 Go to diff View file
M plugins/svn/db/mysql/updates/2016/201603231523_hook_commit_message_can_change.php +6 −3 Go to diff View file
M plugins/svn/db/mysql/updates/2016/201604121133_default_permissions_admin_groups.php +6 −3 Go to diff View file
M plugins/svn/include/SvnPluginDescriptor.class.php +2 −1 Go to diff View file
M plugins/svn/include/SvnPluginInfo.class.php +2 −1 Go to diff View file
M plugins/svn/include/svnPlugin.class.php +38 −19 Go to diff View file
M plugins/svn/tests/Reference/ExtractorTest.php +10 −5 Go to diff View file
M plugins/svn/tests/SVN/AccessControl/AccessFileReaderTest.php +8 −4 Go to diff View file
M plugins/svn/tests/SVN/Hooks/PreCommitTest.php +18 −9 Go to diff View file
M plugins/svn/tests/SVN/Hooks/PreRevPropChangeTest.php +8 −4 Go to diff View file
M plugins/svn/tests/SVN/Mails/MailReceivedFromUserExtractorTest.php +4 −2 Go to diff View file
M plugins/svn/tests/SVN/Repository/RepositoryRegexpBuilderTest.php +2 −1 Go to diff View file
M plugins/svn/tests/SVN/Repository/RuleNameTest.php +10 −5 Go to diff View file
M plugins/svn/tests/SVN/XMLImporterTest.php +20 −10 Go to diff View file
M plugins/template/include/Template/Plugin/PluginDescriptor.php +2 −1 Go to diff View file
M plugins/template/include/Template/Plugin/PluginInfo.php +2 −1 Go to diff View file
M plugins/template/tests/TemplateTest.php +2 −1 Go to diff View file
M plugins/tracker/db/mysql/updates/2011/201108311118_add_widget_renderer.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2011/201109151443_reactivate_plugin_in_templates.php +6 −3 Go to diff View file
M plugins/tracker/db/mysql/updates/2011/201110051717_add_postaction_field_date_table.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201202031104_add_shared_field_columns.php +12 −6 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201202101244_shared_field_default_is_0.php +10 −5 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201202221109_add_index_on_changeset_value_list.php +6 −3 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201203021527_add_tracker_hierarchy.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201203081704_set_child_id_as_primary_key_in_tracker_hierarchy.php +6 −3 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201204051134_add_index_on_sementic_title_and_artifact.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201206061045_create_reminder_table.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201206151041_delete_invalid_tracker_hierarchy_data.php +6 −3 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201206211032_add_postaction_field_int_table.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201206211511_add_body_format_column.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201206211619_add_artifact_priority.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201206221322_populate_artifact_priority.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201206221459_add_postaction_field_float_table.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201206251148_add_table_for_aggregate_field.php +6 −3 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201206271626_rename_aggregate_to_computed.php +6 −3 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201206291629_add_missing_renderer_table_rows.php +6 −3 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201209121717_turn_tables_innodb.php +10 −5 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201209201812_populate_artifact_priority_for_fresh_install.php +14 −7 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201209251711_add_table_bind_ugroups.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201210300845_add_from_tv3_id_column.php +6 −3 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201211121137_add_transition_condition_field_notempty_table.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201211211457_refactor_tracker_rule_tables.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201211221712_create_tracker_rule_date_table.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2012/201211281116_remove_unused_keys_from_tracker_rule_tables.php +6 −3 Go to diff View file
M plugins/tracker/db/mysql/updates/2013/201301021153_add_postaction_cibuild_table.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2013/201302051223_add_burndown_field_table.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2013/201302181740_remove_burndown_field_table.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2013/201303200939_add_per_tracker_artifact_id.php +6 −3 Go to diff View file
M plugins/tracker/db/mysql/updates/2013/201304230915_create_burndown_field_table.php +10 −5 Go to diff View file
M plugins/tracker/db/mysql/updates/2013/201305101622_remove_orphan_decorators.php +6 −3 Go to diff View file
M plugins/tracker/db/mysql/updates/2013/201307311726_add_workflow_trigger_tables.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2013/201308090903_add_workflow_manager_user.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2013/201309191741_remove_burndown_field_table.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2013/201309201623_add_cross_references_indexes.php +6 −3 Go to diff View file
M plugins/tracker/db/mysql/updates/2013/201310301030_add_body_format_on_field_text_changeset.php +6 −3 Go to diff View file
M plugins/tracker/db/mysql/updates/2013/20131204_remove_special_fields_from_changesets.php +6 −3 Go to diff View file
M plugins/tracker/db/mysql/updates/2013/201312250950_add_reminder_roles_table.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2014/201403181036_add_tracker_fileinfo_temporary_table.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2014/201403191118_add_offset_column_to_fileinfo_temporary_table.php +6 −3 Go to diff View file
M plugins/tracker/db/mysql/updates/2014/201403281402_add_index_for_reverse_link.php +10 −5 Go to diff View file
M plugins/tracker/db/mysql/updates/2014/201404161017_add_color_column_to_tracker.php +6 −3 Go to diff View file
M plugins/tracker/db/mysql/updates/2014/201405060841_add_index_for_semantic_and_artifact.php +10 −5 Go to diff View file
M plugins/tracker/db/mysql/updates/2014/20140514_add_index_for_last_changeset_id_tracker_id.php +10 −5 Go to diff View file
M plugins/tracker/db/mysql/updates/2014/201408121036_add_artifact_unsubscribe_table.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2014/201409031059_add_display_time_option.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2014/201410081156_add_burndown_table.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2014/201411051547_add_fast_compute_option.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2014/201412041555_add_tracker_field_computed_cache_table.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2015/201501191123_create_tracker_artifact_priority_history_table.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2015/201501201037_add_show_priority_changes_in_tracker_table.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2015/201501211009_add_raised_context_project_columns_in_priority_history_table.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2015/201501221126_rename_show_priority_changes_column_in_tracker_table.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2015/201506301700_convert_possible_old_text_format_tracker.php +10 −5 Go to diff View file
M plugins/tracker/db/mysql/updates/2015/201510071857_add_semantic_description.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2015/201510131648_add_emailgateway_column_to_tracker.php +6 −3 Go to diff View file
M plugins/tracker/db/mysql/updates/2015/201510141100_add_plugin_tracker_config.php +16 −8 Go to diff View file
M plugins/tracker/db/mysql/updates/2015/201510281350_add_incomingmail_table.php +10 −5 Go to diff View file
M plugins/tracker/db/mysql/updates/2015/201512091100_create_tracker_notification_assigned_to_table.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2016/201601271554_add_nature_in_artifactlink.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2016/201602081457_add_is_child_into_existing_data.php +6 −3 Go to diff View file
M plugins/tracker/db/mysql/updates/2016/201603080951_create_tracker_artifactlink_natures_table.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2016/201603111508_create_tracker_artifactlink_natures_allowed_projects_table.php +8 −4 Go to diff View file
M plugins/tracker/db/mysql/updates/2016/201603211122_add_is_child_into_existing_data.php +6 −3 Go to diff View file
M plugins/tracker/db/mysql/updates/2016/201603231358_add_nature_index_for_artifact_link_changeset.php +6 −3 Go to diff View file
M plugins/tracker/db/mysql/updates/2016/201603251450_add_index_on_nature_column.php +6 −3 Go to diff View file
M plugins/tracker/db/mysql/updates/2017/201704041614_add_index_to_display_attachments.php +4 −2 Go to diff View file
M plugins/tracker/db_tests/PriorityDaoTest.php +50 −25 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactCreator.class.php +12 −6 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValueArtifactLinksFullRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValueArtifactLinksRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValueFileFullRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValueFileRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValueFullRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValueListFullRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValueListRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValueOpenListRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValuePermissionsOnArtifactFullRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValuePermissionsOnArtifactRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValueRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactFieldValueTextRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactReference.class.php +4 −2 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactReferenceRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactUpdater.class.php +10 −5 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactValidator.class.php +16 −8 Go to diff View file
M plugins/tracker/include/REST/Artifact/ChangesetCommentRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ChangesetRepresentationCollection.class.php +6 −3 Go to diff View file
M plugins/tracker/include/REST/Artifact/FileDataRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/FileInfoRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ParentArtifactReference.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/FieldDateRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/FieldListBindUGroupValueRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/FieldListBindUserValueRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/FieldListStaticValueRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/FieldValueRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/ReportRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/SemanticRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/SemanticStatusRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/StructureElementRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/TrackerReference.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/TrackerRestBuilder.class.php +14 −7 Go to diff View file
M plugins/tracker/include/REST/WorkflowRuleDateRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/WorkflowRuleListRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/WorkflowRulesRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactFilesResource.class.php +10 −5 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactTemporaryFilesResource.class.php +40 −20 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactValuesRepresentation.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +27 −15 Go to diff View file
M plugins/tracker/include/REST/v1/BacklogItemReference.class.php.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/v1/MilestonesBurndownResource.class.php +6 −3 Go to diff View file
M plugins/tracker/include/REST/v1/ProjectTrackersResource.class.php +8 −4 Go to diff View file
M plugins/tracker/include/REST/v1/ReportsResource.class.php +12 −6 Go to diff View file
M plugins/tracker/include/REST/v1/TrackerFieldRepresentations/PermissionsOnArtifacts.class.php +2 −1 Go to diff View file
M plugins/tracker/include/SystemEventManager.class.php +10 −5 Go to diff View file
M plugins/tracker/include/Tracker/Action/CopyArtifact.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/Action/CreateArtifact.class.php +24 −12 Go to diff View file
M plugins/tracker/include/Tracker/Action/CreateArtifactFromModal.class.php +10 −5 Go to diff View file
M plugins/tracker/include/Tracker/Action/UpdateArtifact.class.php +10 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactChildPresenter.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactNotificationSubscriber.class.php +18 −9 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Attachment/PaginatedTemporaryFiles.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Attachment/TemporaryFile.class.php +20 −10 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Attachment/TemporaryFileDao.php +18 −9 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Attachment/TemporaryFileManager.class.php +44 −22 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/ChangesetDataInitializator.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/IncomingMailDao.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/IncomingMailGoldenRetriever.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetCreatorBase.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Exception/AfterSaveException.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Exception/CannotCreateChangeset.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Exception/CannotCreateNewChangeset.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Exception/CannotRankWithMyself.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Exception/ChangesetCommitException.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Exception/ChangesetNotCreatedException.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Exception/CommentNotStoredException.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Exception/FieldValueNotStoredException.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/ArtifactDoesNotExistException.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/ArtifactIdMissingException.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/CitationStripper.class.php +14 −7 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessage.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessageInsecureBuilder.class.php +15 −7 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessageTokenBuilder.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/InsecureMailGateway.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/InvalidMailHeadersException.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/MailGateway.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayConfig.php +14 −7 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayConfigController.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayConfigDao.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayConfigPresenter.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/MultipleUsersExistException.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/Notifier.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/Recipient.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/RecipientFactory.class.php +12 −8 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/RecipientInvalidHashException.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/RecipientUserDoesNotExistException.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/TokenMailGateway.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/TrackerDoesNotExistException.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/TrackerIdMissingException.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/TrackerMissingSemanticException.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Node.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/PaginatedArtifacts.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Presenter/CreateArtifactInPlacePresenter.php +14 −7 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Presenter/EditArtifactInPlacePresenter.php +18 −9 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Presenter/FollowUpCommentsPresenter.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/ArtifactRenderer.class.php +16 −8 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/CopyRenderer.class.php +14 −7 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/CreateInPlaceRenderer.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditAbstractRenderer.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditInPlaceRenderer.class.php +22 −11 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditOverlayRenderer.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditRenderer.class.php +22 −12 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/ReadOnlyRenderer.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/SubmitAbstractRenderer.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/SubmitOverlayRenderer.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/SubmitRenderer.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactCreator.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php +64 −32 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactLinkInfo.class.php +26 −13 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_BatchIterator.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php +90 −45 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetFactory.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetFactoryBuilder.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetJsonFormatter.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetJsonPresenter.class.php +14 −7 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue.class.php +16 −8 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_ArtifactLink.class.php +34 −17 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Date.class.php +18 −9 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_File.class.php +32 −16 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Float.class.php +14 −7 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Integer.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_List.class.php +46 −23 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Numeric.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_OpenList.class.php +10 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_PermissionsOnArtifact.class.php +28 −14 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_String.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Text.class.php +32 −16 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Comment.class.php +35 −21 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_CommentNull.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Null.class.php +20 −10 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Followup_Item.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PossibleParentsRetriever.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PriorityHistoryChange.class.php +36 −18 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PriorityManager.class.php +36 −18 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_SlicedArtifacts.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_SlicedArtifactsBuilder.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/Copy.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/Edit.class.php +16 −8 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/Hierarchy.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/Nature.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/ViewCollection.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLExport.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport.class.php +14 −7 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/ArtifactFieldsDataBuilder.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/CollectionOfFilesToImportInArtifact.class.php +10 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/Exception/FileNotFoundException.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/Exception/NoValidAttachementsException.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyArtifactLink.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyAttachment.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyList.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyOpenList.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportZipArchive.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +86 −43 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_Artifact_ChangesetDao.class.php +18 −9 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_Artifact_Changeset_CommentDao.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_Artifact_Changeset_ValueDao.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_Artifact_PriorityHistoryDao.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/CannedResponse/Tracker_CannedResponse.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/CannedResponse/Tracker_CannedResponseFactory.class.php +26 −13 Go to diff View file
M plugins/tracker/include/Tracker/CannedResponse/Tracker_CannedResponseManager.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/CannedResponse/dao/Tracker_CannedResponseDao.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/CardFields.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Chart/Burndown.class.php +28 −14 Go to diff View file
M plugins/tracker/include/Tracker/Chart/BurndownView.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Chart/Data/Burndown.class.php +20 −10 Go to diff View file
M plugins/tracker/include/Tracker/ColorPresenterCollection.class.php +10 −5 Go to diff View file
M plugins/tracker/include/Tracker/ConfigNotificationAssignedTo.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder.class.php +50 −25 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderFactory.class.php +16 −8 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderManager.class.php +22 −11 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderRenderer.class.php +30 −15 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder_Role_Assignee.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder_Role_Commenter.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder_Role_Submitter.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/dao/Tracker_DateReminderDao.class.php +16 −8 Go to diff View file
M plugins/tracker/include/Tracker/Events/SystemEvent_TRACKER_V3_MIGRATION.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/Exception/Migration/CreateArchiveException.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Exception/Migration/OpenArchiveException.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Exception/Migration/StructureCreationException.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FileInfoFactory.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/DateFormatter.class.php +18 −9 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/DateTimeFormatter.class.php +14 −7 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkValueSaver.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/ArtifactInNatureTablePresenter.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureCreator.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureDao.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureEditor.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureIsChildLinkRetriever.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureIsChildPresenter.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NaturePresenter.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NaturePresenterFactory.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureSelectorPresenter.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureTablePresenter.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureValidator.php +10 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/ParentOfArtifactCollection.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/PostSaveNewChangesetQueue.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/SourceOfAssociationCollection.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/SourceOfAssociationDetector.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/SubmittedValueConvertor.php +10 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/UpdateLinkingDirectionCommand.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement.class.php +157 −77 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php +190 −95 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container.class.php +62 −33 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Column.class.php +32 −16 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Column_Group.class.php +10 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Fieldset.class.php +28 −14 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php +144 −72 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Alphanum.class.php +14 −7 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactId.class.php +39 −20 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php +110 −55 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php +72 −36 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Checkbox.class.php +22 −11 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.class.php +44 −22 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_CrossReferences.class.php +61 −31 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Date.class.php +132 −68 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_File.class.php +116 −58 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Float.class.php +32 −16 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Integer.class.php +30 −15 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastModifiedBy.class.php +58 −29 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastUpdateDate.class.php +52 −26 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php +152 −78 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.class.php +52 −26 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindDecorator.class.php +18 −9 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindFactory.class.php +24 −12 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindValue.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Null.class.php +95 −33 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Static.class.php +92 −46 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_StaticValue.class.php +20 −10 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_StaticValue_None.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Ugroups.class.php +84 −42 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UgroupsValue.class.php +24 −12 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.class.php +90 −45 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UsersValue.class.php +38 −19 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_OpenValue.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_UnsavedValue.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Value.class.php +26 −13 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_MultiSelectbox.class.php +34 −17 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Numeric.class.php +34 −17 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_OpenList.class.php +86 −43 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PerTrackerArtifactIdclass.php +24 −12 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PermissionsOnArtifact.class.php +68 −34 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Priority.class.php +46 −23 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Radiobutton.class.php +22 −11 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Selectbox.class.php +32 −16 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_String.class.php +38 −19 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_SubmittedBy.class.php +60 −30 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_SubmittedOn.class.php +58 −29 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.class.php +80 −40 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Shared.class.php +18 −9 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField.class.php +40 −20 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_LineBreak.class.php +18 −9 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_RichText.class.php +20 −10 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_Separator.class.php +18 −9 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_SharedFormElementFactory.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin.class.php +38 −19 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Container.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/CreateSharedVisitor.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/CreateVisitor.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Field.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Field/ArtifactId.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Burndown.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Field/CrossReferences.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Field/LastModifiedBy.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Field/LastUpdateDate.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Field/List.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Field/PermissionsOnArtifact.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Priority.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Field/SubmittedBy.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Field/SubmittedOn.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Shared.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/StaticField.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/StaticField/LineBreak.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/StaticField/Separator.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/UpdateSharedVisitor.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/UpdateVisitor.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Visitor.class.php +70 −35 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_FieldDao.class.php +66 −33 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_FieldSetDao.class.php +14 −7 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_ComputedDaoCache.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_DateDao.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_FloatDao.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_IntegerDao.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_ListDao.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_List_BindDecoratorDao.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_List_Bind_DefaultvalueDao.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_List_Bind_StaticDao.class.php +10 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_List_Bind_Static_ValueDao.class.php +34 −17 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_List_Bind_Ugroups_ValueDao.class.php +18 −9 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_List_Bind_UsersDao.class.php +10 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_List_OpenValueDao.class.php +14 −7 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_MultiSelectboxDao.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_OpenListDao.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_StringDao.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_TextDao.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_ValueDao.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_ArtifactLinkDao.class.php +14 −7 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_DateDao.class.php +10 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_FileDao.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_FloatDao.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_IntegerDao.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_ListDao.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_NumericDao.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_OpenListDao.class.php +10 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_PermissionsOnArtifactDao.class.php +10 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_TextDao.class.php +10 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_SpecificPropertiesDao.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_StaticField_RichTextDao.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/GeneralSettings_Presenter.class.php +64 −32 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/CyclicHierarchyException.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/HierarchicalTracker.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/HierarchicalTrackerFactory.class.php +26 −13 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/Hierarchy.class.php +24 −12 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/HierarchyFactory.class.php +32 −16 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/NotInHierarchyException.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/Presenter.class.php +13 −7 Go to diff View file
M plugins/tracker/include/Tracker/HomeNavPresenter.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/MasschangeUpdater.class.php +7 −5 Go to diff View file
M plugins/tracker/include/Tracker/Masschange_Presenter.class.php +20 −10 Go to diff View file
M plugins/tracker/include/Tracker/Migration/MailLogger.class.php +20 −10 Go to diff View file
M plugins/tracker/include/Tracker/Migration/MigrationLogger.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Migration/MigrationManager.php +26 −13 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/AttachmentFieldDao.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/CannedDao.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/CcFieldDao.class.php +10 −5 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/ColumnsDao.class.php +14 −7 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/Dao.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/FieldDependenciesDao.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/FieldPermsDao.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/FieldsDao.class.php +24 −12 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/FieldsDefaultValuesDao.class.php +30 −15 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/FieldsetsDao.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/PermissionsOnArtifactFieldDao.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/ReferenceFieldDao.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/RemindersDao.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/RenderersGraphDao.class.php +24 −12 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/RenderersTableDao.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/ReportsDao.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Migration/V3/SemanticDao.class.php +10 −5 Go to diff View file
M plugins/tracker/include/Tracker/NoChangeException.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/NullTracker.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Permission/ChainOfResponsibility/AllGroups.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/Permission/ChainOfResponsibility/Anonymous.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Permission/ChainOfResponsibility/Command.class.php +14 −7 Go to diff View file
M plugins/tracker/include/Tracker/Permission/ChainOfResponsibility/DoNothing.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Permission/ChainOfResponsibility/Registered.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionChecker.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionController.class.php +16 −8 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionManager.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionPresenter.class.php +18 −9 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionPresenterBuilder.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionRequest.class.php +10 −5 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionRetrieveAssignee.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionSerializer.class.php +36 −18 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionSetter.class.php +26 −13 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionTypePresenter.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionUgroupPresenter.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/PermissionsDao.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Reference.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/ReferenceManager.class.php +10 −5 Go to diff View file
M plugins/tracker/include/Tracker/Report/AdditionalCriterion.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +122 −61 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_ReportFactory.class.php +36 −18 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_Criteria.class.php +20 −10 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_CriteriaFactory.class.php +14 −7 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_HeaderInArtifactLinkModalPresenter.php +10 −5 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_HeaderInReportPresenter.php +46 −23 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_HeaderRenderer.php +16 −8 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_REST.class.php +19 −12 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer.class.php +22 −11 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_RendererFactory.class.php +40 −20 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer_Table.class.php +112 −56 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_Session.class.php +30 −15 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_ReportDao.class.php +42 −21 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_CriteriaDao.class.php +16 −8 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_Alphanum_ValueDao.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_Date_ValueDao.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_File_ValueDao.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_List_ValueDao.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_OpenList_ValueDao.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_PermissionsOnArtifact_ValueDao.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_ValueDao.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_RendererDao.class.php +22 −11 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Renderer_TableDao.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Renderer_Table_ColumnsDao.class.php +14 −7 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Renderer_Table_FunctionsAggregatesDao.class.php +14 −7 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Renderer_Table_SortDao.class.php +16 −8 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Date.class.php +10 −5 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Date/Dao.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Date/Factory.class.php +22 −11 Go to diff View file
M plugins/tracker/include/Tracker/Rule/List.class.php +14 −7 Go to diff View file
M plugins/tracker/include/Tracker/Rule/List/Dao.class.php +10 −5 Go to diff View file
M plugins/tracker/include/Tracker/Rule/List/Factory.class.php +18 −9 Go to diff View file
M plugins/tracker/include/Tracker/Rule/List/View.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Tracker_Rule.class.php +26 −13 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Tracker_RuleFactory.class.php +40 −20 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Tracker_RulesManager.class.php +56 −28 Go to diff View file
M plugins/tracker/include/Tracker/Rule/dao/Tracker_RuleDao.class.php +18 −9 Go to diff View file
M plugins/tracker/include/Tracker/Sample.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/CollectionOfFieldsDuplicator.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic.class.php +11 −6 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_SemanticFactory.class.php +20 −10 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_SemanticManager.class.php +22 −11 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Contributor.class.php +28 −14 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_ContributorFactory.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Description.class.php +24 −12 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_DescriptionFactory.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Status.class.php +50 −25 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_StatusFactory.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Title.class.php +32 −16 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_TitleFactory.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/dao/Tracker_Semantic_ContributorDao.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/dao/Tracker_Semantic_DescriptionDao.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/dao/Tracker_Semantic_StatusDao.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/dao/Tracker_Semantic_TitleDao.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/SystemEvent/Tv3TvQueue.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Tooltip/Tracker_Tooltip.class.php +24 −12 Go to diff View file
M plugins/tracker/include/Tracker/Tooltip/Tracker_TooltipFactory.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/Tooltip/dao/Tracker_TooltipDao.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/TrackerFactory.class.php +74 −37 Go to diff View file
M plugins/tracker/include/Tracker/TrackerManager.class.php +86 −45 Go to diff View file
M plugins/tracker/include/Tracker/Tracker_ArtifactByEmailStatus.class.php +18 −9 Go to diff View file
M plugins/tracker/include/Tracker/Tracker_FileInfo.class.php +44 −22 Go to diff View file
M plugins/tracker/include/Tracker/Tracker_GlobalNotification.class.php +10 −5 Go to diff View file
M plugins/tracker/include/Tracker/Tracker_NotificationsManager.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/Tracker_URL.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/TreeNode/CardPresenterNode.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/UgroupMappingBuilder.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/UgroupPermissionsConsistencyChecker.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/UgroupPermissionsConsistencyMessenger.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/UgroupPermissionsGoldenRetriever.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Widget/Tracker_Widget_MyArtifacts.class.php +14 −7 Go to diff View file
M plugins/tracker/include/Tracker/Widget/Tracker_Widget_Renderer.class.php +18 −9 Go to diff View file
M plugins/tracker/include/Tracker/XML/ChildrenCollector.php +14 −7 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ArtifactAttachmentExporter.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ArtifactXMLExporter.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueDateXMLExporter.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueFileXMLExporter.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueFloatXMLExporter.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueIntegerXMLExporter.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueListXMLExporter.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueOpenListXMLExporter.class.php +16 −8 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValuePermissionsOnArtifactXMLExporter.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueStringXMLExporter.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueTextXMLExporter.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueUnknownXMLExporter.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValueXMLExporterVisitor.class.php +32 −22 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValuesXMLExporter.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChildrenXMLExporter.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/InArchiveFilePathXMLExporter.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/LocalAbsoluteFilePathXMLExporter.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/NullChildrenCollector.php +10 −5 Go to diff View file
M plugins/tracker/include/Tracker/XML/Importer/ArtifactImportedMapping.php +10 −5 Go to diff View file
M plugins/tracker/include/Tracker/XML/Importer/CopyArtifactInformationsAggregator.php +16 −8 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/FieldChange/FieldChangeDateXMLUpdater.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/FieldChange/FieldChangeFloatXMLUpdater.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/FieldChange/FieldChangeIntegerXMLUpdater.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/FieldChange/FieldChangeListXMLUpdater.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/FieldChange/FieldChangeOpenListXMLUpdater.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/FieldChange/FieldChangePermissionsOnArtifactXMLUpdater.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/FieldChange/FieldChangeStringXMLUpdater.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/FieldChange/FieldChangeTextXMLUpdater.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/FieldChange/FieldChangeUnknownXMLUpdater.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/FieldChangeXMLUpdaterVisitor.class.php +42 −21 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/TemporaryFileCreator.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/TemporaryFileXMLUpdater.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/dao/TrackerDao.class.php +26 −13 Go to diff View file
M plugins/tracker/include/Tracker/dao/Tracker_FileInfoDao.class.php +14 −7 Go to diff View file
M plugins/tracker/include/Tracker/dao/Tracker_GlobalNotificationDao.class.php +22 −11 Go to diff View file
M plugins/tracker/include/Tracker/dao/Tracker_NotificationDao.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/dao/Tracker_WatcherDao.class.php +6 −3 Go to diff View file
M plugins/tracker/include/TrackerFromXmlImportCannotBeCreatedException.class.php +2 −1 Go to diff View file
M plugins/tracker/include/TrackerFromXmlInputNotWellFormedException.class.php +2 −1 Go to diff View file
M plugins/tracker/include/TrackerXmlFieldsMapping_FromAnotherPlatform.php +8 −4 Go to diff View file
M plugins/tracker/include/TrackerXmlFieldsMapping_InSamePlatform.php +4 −2 Go to diff View file
M plugins/tracker/include/TrackerXmlFieldsMapping_ValueNotFoundException.php +2 −1 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +18 −9 Go to diff View file
M plugins/tracker/include/Workflow/Action/Rules.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Workflow/Action/Rules/EditRules.class.php +48 −24 Go to diff View file
M plugins/tracker/include/Workflow/Action/Transitions.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Workflow/Action/Transitions/Create.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Workflow/Action/Transitions/CreateMatrix.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Workflow/Action/Transitions/Delete.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Workflow/Action/Transitions/Details.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Workflow/Action/Transitions/EditTransition.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Workflow/Action/Triggers.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Workflow/Action/Triggers/AddTrigger.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Workflow/Action/Triggers/DeleteTrigger.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Workflow/Action/Triggers/EditTriggers.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Workflow/Action/Triggers/GetTriggersRulesBuilderData.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Workflow/Action/Triggers/TriggersPresenter.class.php +40 −20 Go to diff View file
M plugins/tracker/include/Workflow/GlobalRulesViolationException.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/CIBuild/Transition_PostAction_CIBuildFactory.class.php +22 −11 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field.class.php +14 −7 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field_Date.class.php +20 −10 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field_Float.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field_Int.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field_Numeric.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Field/dao/Transition_PostAction_Field_DateDao.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Field/dao/Transition_PostAction_Field_FloatDao.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Field/dao/Transition_PostAction_Field_IntDao.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/PostActionSubFactories.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Transition_PostAction.class.php +16 −8 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Transition_PostActionManager.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition/FieldNotEmpty.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition/FieldNotEmpty/Dao.class.php +13 −6 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition/FieldNotEmpty/Factory.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Workflow/Transition/Condition/Permissions/Factory.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Workflow/Transition/ConditionManager.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Workflow/Transition/ConditionsCollection.class.php +20 −10 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/Exception/TriggerDoesntExistException.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/FieldValue.class.php +15 −8 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/RuleDao.class.php +18 −9 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/RuleProcessor/AllOfStrategy.class.php +10 −5 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/RuleProcessor/AtLeastOneStrategy.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/RulesBuilderData.class.php +14 −7 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/RulesBuilderFactory.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/RulesBuilderTriggeringFields.class.php +6 −3 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/RulesFactory.class.php +16 −8 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/RulesManager.class.php +30 −15 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/TriggerRule.class.php +25 −14 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/TriggerRuleCollection.class.php +16 −8 Go to diff View file
M plugins/tracker/include/Workflow/Trigger/TriggerValidator.class.php +16 −8 Go to diff View file
M plugins/tracker/include/Workflow/WorkflowManager.class.php +4 −2 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +128 −65 Go to diff View file
M plugins/tracker/include/trackerPluginDescriptor.class.php +2 −1 Go to diff View file
M plugins/tracker/include/trackerPluginInfo.class.php +2 −1 Go to diff View file
M plugins/tracker/include/tracker_permissions.php +10 −5 Go to diff View file
M plugins/tracker/tests/Artifact/Attachment/TemporaryFileManagerTest.php +34 −17 Go to diff View file
M plugins/tracker/tests/Artifact/Changeset/ChangesetDataInitializatorTest.php +16 −8 Go to diff View file
M plugins/tracker/tests/Artifact/Changeset/InitialChangesetCreatorTest.php +14 −7 Go to diff View file
M plugins/tracker/tests/Artifact/XMLExportTest.php +8 −4 Go to diff View file
M plugins/tracker/tests/Artifact/XMLImport/XMLImportFieldStrategyArtifactLinkTest.php +10 −5 Go to diff View file
M plugins/tracker/tests/Artifact/XMLImport/XMLImportZipArchiveTest.php +12 −6 Go to diff View file
M plugins/tracker/tests/Artifact/XMLImportTest.php +128 −64 Go to diff View file
M plugins/tracker/tests/ArtifactNotificationSubscriberTest.php +6 −3 Go to diff View file
M plugins/tracker/tests/DateFormatterTest.php +8 −4 Go to diff View file
M plugins/tracker/tests/DateTimeFormatterTest.php +22 −11 Go to diff View file
M plugins/tracker/tests/REST_Backend/Artifact/ArtifactValidatorTest.php +6 −3 Go to diff View file
M plugins/tracker/tests/Tracker/Action/CopyArtifactTest.php +50 −25 Go to diff View file
M plugins/tracker/tests/Tracker/Action/CreateArtifactTest.php +26 −13 Go to diff View file
M plugins/tracker/tests/Tracker/Action/UpdateArtifactTest.php +46 −23 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/Changeset/IncomingMailGoldenRetrieverTest.php +14 −7 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGateway/CitationStripperTest.php +8 −4 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGateway/IncomingMessageInsecureBuilderTest.php +26 −13 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGateway/MailGatewayBuilderTest.php +6 −3 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGateway/MailGatewayTest.php +32 −16 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGatewayRecipientFactoryTest.php +12 −6 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/NodeTest.php +10 −5 Go to diff View file
M plugins/tracker/tests/Tracker/Chart/Data/BurndownTest.php +30 −15 Go to diff View file
M plugins/tracker/tests/Tracker/DateReminder/Tracker_DateReminderManagerTest.php +6 −3 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/AdminTest.php +18 −9 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/AdminVisitorTest.php +28 −14 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkValueSaverTest.php +18 −9 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/Field/ArtifactLink/Nature/NatureValidatorTest.php +18 −9 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/Field/ArtifactLink/ProcessChildrenTriggersCommandTest.php +10 −5 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/Field/ArtifactLink/SourceOfAssociationDetectorTest.php +6 −3 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/Field/ArtifactLink/SubmittedValueConvertorTest.php +18 −9 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/Tracker_FormElement_Field_NumericTest.php +6 −3 Go to diff View file
M plugins/tracker/tests/Tracker/Hierarchy/ControllerTest.php +22 −11 Go to diff View file
M plugins/tracker/tests/Tracker/Hierarchy/HierarchicalTrackerFactoryTest.php +28 −14 Go to diff View file
M plugins/tracker/tests/Tracker/Hierarchy/HierarchicalTrackerTest.php +12 −6 Go to diff View file
M plugins/tracker/tests/Tracker/Hierarchy/HierarchyFactoryTest.php +48 −24 Go to diff View file
M plugins/tracker/tests/Tracker/Hierarchy/HierarchyTest.php +44 −22 Go to diff View file
M plugins/tracker/tests/Tracker/HomeNavPresenterTest.php +12 −6 Go to diff View file
M plugins/tracker/tests/Tracker/Migration/MigrationLoggerTest.php +18 −9 Go to diff View file
M plugins/tracker/tests/Tracker/Permission/PermissionCheckerTest.php +48 −24 Go to diff View file
M plugins/tracker/tests/Tracker/Permission/PermissionManagerTest.php +60 −30 Go to diff View file
M plugins/tracker/tests/Tracker/Permission/PermissionRequestTest.php +6 −3 Go to diff View file
M plugins/tracker/tests/Tracker/Permission/PermissionSerializerTest.php +136 −68 Go to diff View file
M plugins/tracker/tests/Tracker/ReferenceManagerTest.php +8 −4 Go to diff View file
M plugins/tracker/tests/Tracker/Report/ResultJoinerTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Tracker_Report_RESTTest.php +22 −11 Go to diff View file
M plugins/tracker/tests/Tracker/Rule/Date/DateTest.php +108 −54 Go to diff View file
M plugins/tracker/tests/Tracker/Rule/Date/FactoryTest.php +30 −15 Go to diff View file
M plugins/tracker/tests/Tracker/Rule/List/FactoryTest.php +20 −10 Go to diff View file
M plugins/tracker/tests/Tracker/Rule/List/ListTest.php +22 −11 Go to diff View file
M plugins/tracker/tests/Tracker/UgroupMappingBuilderTest.php +2 −1 Go to diff View file
M plugins/tracker/tests/Tracker/UgroupPermissionsConsistencyCheckerTest.php +20 −10 Go to diff View file
M plugins/tracker/tests/Tracker/XML/ChildrenCollectorTest.php +16 −8 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ArtifactAttachmentExporterTest.php +10 −5 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ArtifactXMLExporterTest.php +8 −4 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueArtifactLinkXMLExporterTest.php +26 −13 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueFileXMLExporterTest.php +20 −10 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueIntegerXMLExporterTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueListXMLExporterTest.php +6 −3 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueOpenListXMLExporterTest.php +12 −6 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueTextXMLExporterTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValueXMLExporterVisitorTest.php +8 −4 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValuesXMLExporterTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetXMLExporterTest.php +12 −6 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChildrenXMLExporterTest.php +8 −4 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Importer/CopyArtifactInformationsAggregatorTest.php +10 −5 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Updater/ChangesetXMLUpdaterTest.php +12 −6 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Updater/FieldChange/FieldChangeDateXMLUpdaterTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Updater/FieldChange/FieldChangeIntegerXMLUpdaterTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Updater/FieldChange/FieldChangeListXMLUpdaterTest.php +6 −3 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Updater/FieldChange/FieldChangePermissionsOnArtifactXMLUpdaterTest.php +8 −4 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Updater/TemporaryFileCreatorTest.php +12 −6 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Updater/TemporaryFileXMLUpdaterTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/TrackerFactoryTest.php +12 −6 Go to diff View file
M plugins/tracker/tests/TrackerManagerTest.php +24 −12 Go to diff View file
M plugins/tracker/tests/TrackerTest.php +192 −96 Go to diff View file
M plugins/tracker/tests/TrackerXmlExportTest.php +8 −4 Go to diff View file
M plugins/tracker/tests/TrackerXmlFieldsMapping_FromAnotherPlatformTest.php +18 −9 Go to diff View file
M plugins/tracker/tests/TrackerXmlFieldsMapping_InSamePlatformTest.php +8 −4 Go to diff View file
M plugins/tracker/tests/TrackerXmlImportTest.php +68 −34 Go to diff View file
M plugins/tracker/tests/Tracker_ArtifactByEmailStatusTest.php +22 −11 Go to diff View file
M plugins/tracker/tests/Tracker_ArtifactFactoryTest.php +14 −7 Go to diff View file
M plugins/tracker/tests/Tracker_ArtifactTest.php +44 −22 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ChangesetJsonFormatterTest.php +2 −1 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ChangesetTest.php +18 −9 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ChangesetValue_ArtifactLinkTest.php +18 −9 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ChangesetValue_DateTest.php +22 −11 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ChangesetValue_FileTest.php +8 −4 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ChangesetValue_IntegerTest.php +12 −6 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ChangesetValue_ListTest.php +22 −11 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ChangesetValue_OpenListTest.php +16 −8 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ChangesetValue_StringTest.php +2 −1 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ChangesetValue_TextTest.php +16 −8 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_Changeset_CommentTest.php +8 −4 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ProcessAssociateArtifact_Test.php +10 −5 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_getArtifactLinks_Test.php +16 −8 Go to diff View file
M plugins/tracker/tests/Tracker_CannedResponseFactoryTest.php +10 −5 Go to diff View file
M plugins/tracker/tests/Tracker_FileInfoTest.php +18 −9 Go to diff View file
M plugins/tracker/tests/Tracker_FormElementFactoryTest.php +54 −27 Go to diff View file
M plugins/tracker/tests/Tracker_FormElementTest.php +26 −13 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_FieldTest.php +8 −4 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_ArtifactLinkTest.php +72 −36 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_BurndownTest.php +10 −5 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_CheckboxTest.php +20 −10 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_DateTest.php +108 −54 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_FileTest.php +48 −24 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_IntegerTest.php +21 −10 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_LastUpdateDateTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_ListTest.php +60 −30 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_ListTypes_GetDefaultValueTest.php +36 −18 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_List_BindFactoryTest.php +16 −8 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_List_BindTest.php +68 −34 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_List_BindValueTest.php +2 −1 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_StaticTest.php +10 −5 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_StaticValueTest.php +2 −1 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_UgroupsTest.php +36 −18 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_UgroupsValueTest.php +2 −1 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_UsersTest.php +10 −5 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_UsersValueTest.php +12 −6 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_List_OpenValueTest.php +2 −1 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_OpenListTest.php +34 −17 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_RadiobuttonTest.php +14 −7 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_SelectboxTest.php +2 −1 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_StringTest.php +18 −9 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_SubmittedOnTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_TextTest.php +43 −21 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Line_BreakTest.php +2 −1 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_SeparatorTest.php +2 −1 Go to diff View file
M plugins/tracker/tests/Tracker_ReportFactoryTest.php +6 −3 Go to diff View file
M plugins/tracker/tests/Tracker_Report_SessionTest.php +28 −14 Go to diff View file
M plugins/tracker/tests/Tracker_RuleFactoryTest.php +14 −7 Go to diff View file
M plugins/tracker/tests/Tracker_Rule_ValueTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/Tracker_Rule_Value_ViewTest.php +2 −1 Go to diff View file
M plugins/tracker/tests/Tracker_Semantic_ContributorFactoryTest.php +6 −3 Go to diff View file
M plugins/tracker/tests/Tracker_Semantic_ContributorTest.php +8 −4 Go to diff View file
M plugins/tracker/tests/Tracker_Semantic_StatusFactoryTest.php +6 −3 Go to diff View file
M plugins/tracker/tests/Tracker_Semantic_StatusTest.php +8 −4 Go to diff View file
M plugins/tracker/tests/Tracker_Semantic_TitleFactoryTest.php +6 −3 Go to diff View file
M plugins/tracker/tests/Tracker_Semantic_TitleTest.php +8 −4 Go to diff View file
M plugins/tracker/tests/Tracker_TooltipFactoryTest.php +6 −3 Go to diff View file
M plugins/tracker/tests/Tracker_URLTest.php +16 −8 Go to diff View file
M plugins/tracker/tests/TreeNode/CardPresenterNodeTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/builders/aBindStatic.php +8 −4 Go to diff View file
M plugins/tracker/tests/builders/aBurndownField.php +10 −5 Go to diff View file
M plugins/tracker/tests/builders/aCIBuildPostAction.php +16 −8 Go to diff View file
M plugins/tracker/tests/builders/aChangeset.php +22 −11 Go to diff View file
M plugins/tracker/tests/builders/aChangesetValue.php +24 −12 Go to diff View file
M plugins/tracker/tests/builders/aDateFieldPostAction.php +12 −6 Go to diff View file
M plugins/tracker/tests/builders/aField.php +40 −20 Go to diff View file
M plugins/tracker/tests/builders/aFieldBindValue.php +10 −5 Go to diff View file
M plugins/tracker/tests/builders/aFloatFieldPostAction.php +18 −9 Go to diff View file
M plugins/tracker/tests/builders/aMockArtifact.php +31 −15 Go to diff View file
M plugins/tracker/tests/builders/aMockArtifactFactory.php +9 −4 Go to diff View file
M plugins/tracker/tests/builders/aMockField.php +16 −8 Go to diff View file
M plugins/tracker/tests/builders/aMockHierarchyFactory.php +10 −5 Go to diff View file
M plugins/tracker/tests/builders/aMockTracker.php +20 −10 Go to diff View file
M plugins/tracker/tests/builders/aPostActionFactory.php +14 −7 Go to diff View file
M plugins/tracker/tests/builders/aStaticValue.php +8 −4 Go to diff View file
M plugins/tracker/tests/builders/aTracker.php +20 −10 Go to diff View file
M plugins/tracker/tests/builders/aTrackerReport.php +12 −6 Go to diff View file
M plugins/tracker/tests/builders/aTransition.php +10 −5 Go to diff View file
M plugins/tracker/tests/builders/aTriggerRule.php +16 −8 Go to diff View file
M plugins/tracker/tests/builders/aWorkflow.php +18 −9 Go to diff View file
M plugins/tracker/tests/builders/anArtifact.php +34 −17 Go to diff View file
M plugins/tracker/tests/builders/anArtifactDar.php +12 −6 Go to diff View file
M plugins/tracker/tests/builders/anIntFieldPostAction.php +18 −9 Go to diff View file
M plugins/tracker/tests/rest/XML/ArtifactTest.php +16 −8 Go to diff View file
M plugins/tracker/tests/workflow/Action/Rules/EditRulesTest.php +94 −47 Go to diff View file
M plugins/tracker/tests/workflow/PostAction/CIBuild/Transition_PostAction_CIBuildFactoryTest.php +10 −5 Go to diff View file
M plugins/tracker/tests/workflow/PostAction/CIBuild/Transition_PostAction_CIBuildTest.php +26 −13 Go to diff View file
M plugins/tracker/tests/workflow/PostAction/Field/Transition_PostAction_FieldFactoryTest.php +54 −27 Go to diff View file
M plugins/tracker/tests/workflow/PostAction/Field/Transition_PostAction_Field_DateTest.php +10 −5 Go to diff View file
M plugins/tracker/tests/workflow/PostAction/Field/Transition_PostAction_Field_FloatTest.php +14 −7 Go to diff View file
M plugins/tracker/tests/workflow/PostAction/Field/Transition_PostAction_Field_IntTest.php +14 −7 Go to diff View file
M plugins/tracker/tests/workflow/PostAction/Transition_PostActionFactoryTest.php +38 −19 Go to diff View file
M plugins/tracker/tests/workflow/Transition/Condition/FieldNotEmpty/FactoryTest.php +12 −6 Go to diff View file
M plugins/tracker/tests/workflow/Transition/Condition/FieldNotEmptyTest.php +22 −11 Go to diff View file
M plugins/tracker/tests/workflow/Transition/Condition/Permissions/FactoryTest.php +10 −5 Go to diff View file
M plugins/tracker/tests/workflow/Transition/ConditionFactoryTest.php +18 −9 Go to diff View file
M plugins/tracker/tests/workflow/TransitionFactoryTest.php +12 −6 Go to diff View file
M plugins/tracker/tests/workflow/TransitionTest.php +20 −10 Go to diff View file
M plugins/tracker/tests/workflow/Trigger/RulesBuilderDataTest.php +8 −4 Go to diff View file
M plugins/tracker/tests/workflow/Trigger/RulesFactoryTest.php +32 −16 Go to diff View file
M plugins/tracker/tests/workflow/Trigger/RulesManagerTest.php +64 −32 Go to diff View file
M plugins/tracker/tests/workflow/Trigger/RulesProcessorTest.php +8 −4 Go to diff View file
M plugins/tracker/tests/workflow/Trigger/Strategy/AllOfStrategyTest.php +18 −9 Go to diff View file
M plugins/tracker/tests/workflow/Trigger/Strategy/AtLeastOneStrategyTest.php +2 −1 Go to diff View file
M plugins/tracker/tests/workflow/Trigger/TriggerValidatorTest.php +24 −12 Go to diff View file
M plugins/tracker/tests/workflow/WorkflowFactoryTest.php +14 −7 Go to diff View file
M plugins/tracker/tests/workflow/WorkflowTest.php +38 −19 Go to diff View file
M plugins/tracker_date_reminder/include/ArtifactDateReminder.class.php +4 −2 Go to diff View file
M plugins/tracker_date_reminder/include/ArtifactDateReminderFactory.class.php +42 −21 Go to diff View file
M plugins/tracker_date_reminder/include/TrackerDateReminderPluginDescriptor.class.php +2 −1 Go to diff View file
M plugins/tracker_date_reminder/include/TrackerDateReminderPluginInfo.class.php +2 −1 Go to diff View file
M plugins/tracker_date_reminder/include/TrackerDateReminder_ArtifactField.class.php +8 −4 Go to diff View file
M plugins/tracker_date_reminder/include/TrackerDateReminder_ArtifactFieldFactory.class.php +8 −4 Go to diff View file
M plugins/tracker_date_reminder/include/TrackerDateReminder_ArtifactFieldHtml.class.php +2 −1 Go to diff View file
M plugins/tracker_date_reminder/include/TrackerDateReminder_ArtifactType.class.php +6 −3 Go to diff View file
M plugins/tracker_date_reminder/include/TrackerDateReminder_Logger.class.php +10 −5 Go to diff View file
M plugins/tracker_date_reminder/include/TrackerDateReminder_Logger_Prefix.class.php +6 −3 Go to diff View file
M plugins/tracker_date_reminder/include/tracker_date_reminderPlugin.class.php +20 −10 Go to diff View file
M plugins/tracker_encryption/include/Encryption_Manager.class.php +2 −1 Go to diff View file
M plugins/userlog/include/UserLogDao.class.php +4 −2 Go to diff View file
M plugins/userlog/include/UserLogManager.class.php +4 −2 Go to diff View file
M plugins/userlog/include/UserLogPluginDescriptor.class.php +2 −1 Go to diff View file
M plugins/userlog/include/UserLogPluginInfo.class.php +2 −1 Go to diff View file
M plugins/userlog/include/userlogPlugin.class.php +4 −2 Go to diff View file
M plugins/webdav/include/BrowserPlugin.class.php +14 −7 Go to diff View file
M plugins/webdav/include/FS/WebDAVDocmanDocument.class.php +26 −13 Go to diff View file
M plugins/webdav/include/FS/WebDAVDocmanFile.class.php +18 −9 Go to diff View file
M plugins/webdav/include/FS/WebDAVDocmanFolder.class.php +38 −19 Go to diff View file
M plugins/webdav/include/FS/WebDAVFRS.class.php +28 −14 Go to diff View file
M plugins/webdav/include/FS/WebDAVFRSFile.class.php +44 −22 Go to diff View file
M plugins/webdav/include/FS/WebDAVFRSPackage.class.php +42 −21 Go to diff View file
M plugins/webdav/include/FS/WebDAVFRSRelease.class.php +56 −28 Go to diff View file
M plugins/webdav/include/FS/WebDAVProject.class.php +26 −13 Go to diff View file
M plugins/webdav/include/FS/WebDAVRoot.class.php +22 −11 Go to diff View file
M plugins/webdav/include/FS/WebDAV_DocmanController.class.php +22 −11 Go to diff View file
M plugins/webdav/include/WebDAVAuthentication.class.php +12 −6 Go to diff View file
M plugins/webdav/include/WebDAVPluginDescriptor.class.php +2 −1 Go to diff View file
M plugins/webdav/include/WebDAVPluginInfo.class.php +2 −1 Go to diff View file
M plugins/webdav/include/WebDAVTree.class.php +12 −6 Go to diff View file
M plugins/webdav/include/WebDAVUtils.class.php +42 −21 Go to diff View file
M plugins/webdav/include/WebDAV_Response.class.php +2 −1 Go to diff View file
M plugins/webdav/include/Webdav_URLVerification.class.php +6 −3 Go to diff View file
M plugins/webdav/include/exception/WebDAVExceptionServerError.class.php +2 −1 Go to diff View file
M plugins/webdav/include/webdavPlugin.class.php +10 −5 Go to diff View file
M plugins/webdav/tests/WebDAVAuthenticationTest.php +16 −8 Go to diff View file
M plugins/webdav/tests/WebDAVDocmanDocumentTest.php +8 −4 Go to diff View file
M plugins/webdav/tests/WebDAVDocmanFileTest.php +16 −8 Go to diff View file
M plugins/webdav/tests/WebDAVDocmanFolderTest.php +38 −19 Go to diff View file
M plugins/webdav/tests/WebDAVFRSFileTest.php +6 −3 Go to diff View file
M plugins/webdav/tests/WebDAVFRSPackageTest.php +56 −28 Go to diff View file
M plugins/webdav/tests/WebDAVFRSReleaseTest.php +88 −44 Go to diff View file
M plugins/webdav/tests/WebDAVFRSTest.php +18 −9 Go to diff View file
M plugins/webdav/tests/WebDAVProjectTest.php +4 −2 Go to diff View file
M plugins/webdav/tests/WebDAVRootTest.php +22 −11 Go to diff View file
M plugins/webdav/tests/WebDAVTreeTest.php +70 −35 Go to diff View file
M plugins/webdav/tests/Webdav_URLVerificationTest.php +10 −5 Go to diff View file
M src/common/Config/ConfigDao.php +4 −2 Go to diff View file
M src/common/Config/ConfigValueDatabaseProvider.php +4 −2 Go to diff View file
M src/common/Config/ConfigValueFileProvider.php +4 −2 Go to diff View file
M src/common/Config/ForgeConfig.php +22 −11 Go to diff View file
M src/common/Config/LocalIncFinder.php +2 −1 Go to diff View file
M src/common/Error/Error_PermissionDenied.class.php +22 −11 Go to diff View file
M src/common/ForgeAccess/AdminController.php +14 −7 Go to diff View file
M src/common/ForgeAccess/AdminPresenter.php +2 −1 Go to diff View file
M src/common/ForgeAccess/AdminRouter.php +2 −1 Go to diff View file
M src/common/ForgeAccess/ForgePropertiesManager.class.php +2 −1 Go to diff View file
M src/common/JWT/REST/JWTRepresentation.class.php +2 −1 Go to diff View file
M src/common/JWT/REST/v1/JWTResource.class.php +6 −3 Go to diff View file
M src/common/JWT/generators/JWTGenerator.php +6 −3 Go to diff View file
M src/common/Jenkins/Client.class.php +6 −3 Go to diff View file
M src/common/News/ChooseNewsItemController.php +18 −9 Go to diff View file
M src/common/Password/PasswordRegexpValidator.class.php +4 −2 Go to diff View file
M src/common/Password/PasswordStrategy.class.php +2 −1 Go to diff View file
M src/common/Password/PasswordValidator.class.php +6 −3 Go to diff View file
M src/common/Project/AccessDeletedException.class.php +2 −1 Go to diff View file
M src/common/Project/AccessNotAdminException.class.php +2 −1 Go to diff View file
M src/common/Project/Admin/ProjectHistoryPresenter.class.php +48 −24 Go to diff View file
M src/common/Project/Admin/ProjectTruncatedEmailsPresenter.class.php +16 −8 Go to diff View file
M src/common/Project/CustomDescription/CustomDescription.class.php +18 −9 Go to diff View file
M src/common/Project/CustomDescription/CustomDescriptionDao.class.php +6 −3 Go to diff View file
M src/common/Project/CustomDescription/CustomDescriptionFactory.class.php +10 −5 Go to diff View file
M src/common/Project/CustomDescription/CustomDescriptionPresenter.class.php +18 −9 Go to diff View file
M src/common/Project/CustomDescription/CustomDescriptionValueDao.class.php +12 −6 Go to diff View file
M src/common/Project/CustomDescription/CustomDescriptionValueFactory.class.php +4 −2 Go to diff View file
M src/common/Project/CustomDescription/CustomDescriptionValueManager.class.php +4 −2 Go to diff View file
M src/common/Project/Group.class.php +64 −32 Go to diff View file
M src/common/Project/Hierarchy/HierarchyManager.class.php +14 −7 Go to diff View file
M src/common/Project/OneStepCreation/OneStepCreationCompletePresenter.class.php +6 −3 Go to diff View file
M src/common/Project/OneStepCreation/OneStepCreationController.class.php +12 −6 Go to diff View file
M src/common/Project/OneStepCreation/OneStepCreationPresenter.class.php +96 −48 Go to diff View file
M src/common/Project/OneStepCreation/OneStepCreationRequest.class.php +28 −14 Go to diff View file
M src/common/Project/OneStepCreation/OneStepCreationRouter.class.php +2 −1 Go to diff View file
M src/common/Project/OneStepCreation/OneStepCreationValidator.class.php +20 −10 Go to diff View file
M src/common/Project/OneStepRegistration/OneStepRegistrationApprovalPresenter.class.php +12 −6 Go to diff View file
M src/common/Project/OneStepRegistration/OneStepRegistrationPresenter.class.php +14 −7 Go to diff View file
M src/common/Project/OneStepRegistration/OneStepRegistrationPresenterFactory.class.php +6 −3 Go to diff View file
M src/common/Project/ProjectCreationData.class.php +28 −16 Go to diff View file
M src/common/Project/ProjectCreationTemplatePresenter.class.php +22 −11 Go to diff View file
M src/common/Project/ProjectCreator.class.php +28 −14 Go to diff View file
M src/common/Project/ProjectXMLExporterLogger.php +2 −1 Go to diff View file
M src/common/Project/ProjectXMLImporter.class.php +26 −13 Go to diff View file
M src/common/Project/ProjectXMLImporterLogger.php +2 −1 Go to diff View file
M src/common/Project/Project_Creation_Exception.class.php +2 −1 Go to diff View file
M src/common/Project/Project_InvalidFullName_Exception.class.php +2 −1 Go to diff View file
M src/common/Project/Project_InvalidShortName_Exception.class.php +2 −1 Go to diff View file
M src/common/Project/Project_SOAPServer.class.php +52 −26 Go to diff View file
M src/common/Project/REST/UserRepresentation.class.php +2 −1 Go to diff View file
M src/common/Project/REST/v2/ProjectResource.class.php +16 −8 Go to diff View file
M src/common/Project/Service/ServiceUsage.class.php +8 −4 Go to diff View file
M src/common/Project/Service/ServiceUsageDao.class.php +8 −4 Go to diff View file
M src/common/Project/Service/ServiceUsageFactory.class.php +8 −4 Go to diff View file
M src/common/Project/Service/ServiceUsageManager.class.php +6 −3 Go to diff View file
M src/common/Project/ServiceManager.class.php +19 −10 Go to diff View file
M src/common/Project/UGroupLiteralizer.class.php +24 −12 Go to diff View file
M src/common/Project/UGroupManager.class.php +58 −29 Go to diff View file
M src/common/Project/UGroup_Invalid_Exception.class.php +2 −1 Go to diff View file
M src/common/Project/XML/Export/DirectoryArchive.php +10 −5 Go to diff View file
M src/common/Project/XML/Export/ZipArchive.php +10 −5 Go to diff View file
M src/common/Project/XML/Import/DirectoryArchive.php +12 −6 Go to diff View file
M src/common/Project/XML/Import/ZipArchive.php +16 −8 Go to diff View file
M src/common/REST/Exceptions/InvalidJsonException.class.php +2 −1 Go to diff View file
M src/common/REST/Exceptions/InvalidTokenException.class.php +2 −1 Go to diff View file
M src/common/REST/Exceptions/LimitOutOfBoundsException.class.php +2 −1 Go to diff View file
M src/common/REST/Exceptions/NoAuthenticationHeadersException.class.php +2 −1 Go to diff View file
M src/common/REST/GateKeeper.class.php +18 −9 Go to diff View file
M src/common/REST/Header.class.php +60 −30 Go to diff View file
M src/common/REST/JsonCast.class.php +8 −4 Go to diff View file
M src/common/REST/JsonDecoder.class.php +4 −2 Go to diff View file
M src/common/REST/ProjectAuthorization.class.php +4 −2 Go to diff View file
M src/common/REST/ResourceReference.class.php +2 −1 Go to diff View file
M src/common/REST/ResourcesInjector.class.php +8 −4 Go to diff View file
M src/common/REST/Token.class.php +6 −3 Go to diff View file
M src/common/REST/TokenDao.class.php +12 −6 Go to diff View file
M src/common/REST/TokenFactory.class.php +8 −4 Go to diff View file
M src/common/REST/TokenManager.class.php +14 −7 Go to diff View file
M src/common/REST/UserManager.class.php +4 −2 Go to diff View file
M src/common/REST/v1/OrderRepresentationBase.class.php +4 −2 Go to diff View file
M src/common/REST/v1/PhpWikiPageRepresentation.class.php +2 −1 Go to diff View file
M src/common/RSS/RSS.php +6 −3 Go to diff View file
M src/common/System/Alias.class.php +6 −3 Go to diff View file
M src/common/Token/REST/TokenRepresentation.class.php +2 −1 Go to diff View file
M src/common/Token/REST/v1/TokenResource.class.php +18 −9 Go to diff View file
M src/common/TreeNode/GetStateVisitor.class.php +18 −9 Go to diff View file
M src/common/TreeNode/InjectPaddingInTreeNodeVisitor.class.php +6 −3 Go to diff View file
M src/common/TreeNode/InjectSpanPaddingInTreeNodeVisitor.class.php +8 −4 Go to diff View file
M src/common/TreeNode/NodeDuplicator.class.php +2 −1 Go to diff View file
M src/common/TreeNode/TreeNode.class.php +46 −23 Go to diff View file
M src/common/TreeNode/TreeNodeMapper.class.php +4 −2 Go to diff View file
M src/common/User/ForgeUGroup.php +8 −4 Go to diff View file
M src/common/User/ForgeUserGroupFactory.php +18 −9 Go to diff View file
M src/common/User/ForgeUserGroupManager.class.php +6 −3 Go to diff View file
M src/common/User/ForgeUserGroupPermissionsDao.class.php +10 −5 Go to diff View file
M src/common/User/ForgeUserGroupPermissionsManager.class.php +8 −4 Go to diff View file
M src/common/User/ForgeUserGroupUsersDao.class.php +8 −4 Go to diff View file
M src/common/User/ForgeUserGroupUsersFactory.php +6 −3 Go to diff View file
M src/common/User/ForgeUserGroupUsersManager.class.php +8 −4 Go to diff View file
M src/common/User/GenericUser.class.php +4 −2 Go to diff View file
M src/common/User/GenericUserFactory.class.php +12 −6 Go to diff View file
M src/common/User/ImmutableInfoPresenter.class.php +10 −5 Go to diff View file
M src/common/User/InvalidPasswordException.class.php +2 −1 Go to diff View file
M src/common/User/InvalidPasswordWithUserException.class.php +4 −2 Go to diff View file
M src/common/User/LoginController.class.php +6 −3 Go to diff View file
M src/common/User/LoginManager.class.php +12 −6 Go to diff View file
M src/common/User/LoginPresenter.class.php +46 −23 Go to diff View file
M src/common/User/MailConfirmationCodeGenerator.class.php +4 −2 Go to diff View file
M src/common/User/MutableInfoPresenter.class.php +6 −3 Go to diff View file
M src/common/User/PaginatedUserCollection.class.php +8 −4 Go to diff View file
M src/common/User/Password/PasswordExpirationChecker.class.php +10 −5 Go to diff View file
M src/common/User/Password/PasswordExpiredException.class.php +4 −2 Go to diff View file
M src/common/User/Password/PasswordHandlerFactory.class.php +2 −1 Go to diff View file
M src/common/User/Password/StandardPasswordHandler.class.php +8 −4 Go to diff View file
M src/common/User/PendingUserNotifier.php +2 −1 Go to diff View file
M src/common/User/PreferencesPresenter.class.php +190 −95 Go to diff View file
M src/common/User/REST/UserRepresentation.class.php +2 −1 Go to diff View file
M src/common/User/REST/v1/UserMembershipRepresentation.class.php +2 −1 Go to diff View file
M src/common/User/REST/v1/UserMembershipResource.php +10 −5 Go to diff View file
M src/common/User/REST/v1/UserPreferenceRepresentation.class.php +2 −1 Go to diff View file
M src/common/User/REST/v1/UserResource.php +40 −20 Go to diff View file
M src/common/User/RandomNumberGenerator.class.php +4 −2 Go to diff View file
M src/common/User/StatusDeletedException.class.php +2 −1 Go to diff View file
M src/common/User/StatusPendingException.class.php +2 −1 Go to diff View file
M src/common/User/StatusSuspendedException.class.php +2 −1 Go to diff View file
M src/common/User/User.class.php +242 −123 Go to diff View file
M src/common/User/UserHelper.class.php +32 −16 Go to diff View file
M src/common/User/UserNotActiveException.class.php +2 −1 Go to diff View file
M src/common/User/UserNotAuthorizedException.class.php +2 −1 Go to diff View file
M src/common/User/UserNotExistException.class.php +2 −1 Go to diff View file
M src/common/User/UserStatusManager.class.php +6 −3 Go to diff View file
M src/common/User/User_SOAPServer.class.php +6 −3 Go to diff View file
M src/common/User/User_SSHKeyDumper.class.php +12 −6 Go to diff View file
M src/common/User/XML/Import/ActionToBeTakenForUser.php +10 −5 Go to diff View file
M src/common/User/XML/Import/AlreadyExistingUser.php +10 −5 Go to diff View file
M src/common/User/XML/Import/EmailDoesNotMatchUser.php +6 −3 Go to diff View file
M src/common/User/XML/Import/Mapping.php +4 −2 Go to diff View file
M src/common/User/XML/Import/MappingFileOptimusPrimeTransformer.php +18 −9 Go to diff View file
M src/common/User/XML/Import/ReadyToBeImportedUsersCollection.php +10 −5 Go to diff View file
M src/common/User/XML/Import/ToBeActivatedUser.php +6 −3 Go to diff View file
M src/common/User/XML/Import/ToBeCreatedUser.php +4 −2 Go to diff View file
M src/common/User/XML/Import/ToBeMappedUser.php +4 −2 Go to diff View file
M src/common/User/XML/Import/UsersToBeImportedCollection.php +8 −4 Go to diff View file
M src/common/User/XML/Import/UsersToBeImportedCollectionBuilder.php +16 −8 Go to diff View file
M src/common/User/XML/Import/UsersXMLNotFoundException.php +2 −1 Go to diff View file
M src/common/User/XML/Import/WillBeActivatedUser.php +10 −5 Go to diff View file
M src/common/User/XML/Import/WillBeCreatedUser.php +14 −7 Go to diff View file
M src/common/User/XML/Import/WillBeMappedUser.php +8 −4 Go to diff View file
M src/common/User/XML/UserXMLExportedCollection.php +8 −4 Go to diff View file
M src/common/User/XML/UserXMLExporter.class.php +8 −4 Go to diff View file
M src/common/Widget/Rule_Widget.class.php +2 −1 Go to diff View file
M src/common/Widget/Valid_Widget.class.php +2 −1 Go to diff View file
M src/common/Widget/Widget.class.php +24 −12 Go to diff View file
M src/common/Widget/Widget_ImageViewer.class.php +14 −7 Go to diff View file
M src/common/Widget/Widget_MyAdmin.class.php +12 −6 Go to diff View file
M src/common/Widget/Widget_MyArtifacts.class.php +16 −8 Go to diff View file
M src/common/Widget/Widget_MyBookmarks.class.php +6 −3 Go to diff View file
M src/common/Widget/Widget_MyLatestSvnCommits.class.php +16 −8 Go to diff View file
M src/common/Widget/Widget_MyMonitoredFp.class.php +10 −5 Go to diff View file
M src/common/Widget/Widget_MyProjects.class.php +10 −5 Go to diff View file
M src/common/Widget/Widget_MySystemEvent.class.php +10 −5 Go to diff View file
M src/common/Widget/Widget_ProjectDescription.class.php +6 −3 Go to diff View file
M src/common/Widget/Widget_ProjectLatestCommits.class.php +4 −2 Go to diff View file
M src/common/Widget/Widget_ProjectLatestCvsCommits.class.php +8 −4 Go to diff View file
M src/common/Widget/Widget_ProjectLatestFileReleases.class.php +10 −5 Go to diff View file
M src/common/Widget/Widget_ProjectLatestNews.class.php +14 −7 Go to diff View file
M src/common/Widget/Widget_ProjectLatestSvnCommits.class.php +10 −5 Go to diff View file
M src/common/Widget/Widget_ProjectPublicAreas.class.php +4 −2 Go to diff View file
M src/common/Widget/Widget_ProjectSvnStats.class.php +4 −2 Go to diff View file
M src/common/Widget/Widget_ProjectSvnStats_Layout.class.php +20 −10 Go to diff View file
M src/common/Widget/Widget_Rss.class.php +16 −8 Go to diff View file
M src/common/Widget/Widget_Static.class.php +18 −9 Go to diff View file
M src/common/account/Account_RegisterField.class.php +2 −1 Go to diff View file
M src/common/account/ConfirmationPresenter.class.php +9 −9 Go to diff View file
M src/common/account/RegisterByAdminPresenter.class.php +2 −1 Go to diff View file
M src/common/account/RegisterByUserPresenter.class.php +2 −1 Go to diff View file
M src/common/account/RegisterPresenter.class.php +4 −2 Go to diff View file
M src/common/account/TimezoneSelectorPresenter.class.php +2 −1 Go to diff View file
M src/common/account/TimezonesCollection.class.php +6 −3 Go to diff View file
M src/common/admin/Admin_ProjectListExporter.class.php +10 −5 Go to diff View file
M src/common/admin/Admin_UserListExporter.class.php +2 −1 Go to diff View file
M src/common/admin/Homepage/Controller.php +12 −6 Go to diff View file
M src/common/admin/Homepage/Dao.php +6 −3 Go to diff View file
M src/common/admin/Homepage/HeadlinePresenter.php +2 −1 Go to diff View file
M src/common/admin/Homepage/LogoFinder.php +6 −3 Go to diff View file
M src/common/admin/Homepage/Router.php +2 −1 Go to diff View file
M src/common/admin/PermissionDelegationController.php +26 −13 Go to diff View file
M src/common/admin/PermissionDelegationDeleteGroupModalPresenter.php +12 −6 Go to diff View file
M src/common/admin/PermissionDelegationGroupModalPresenter.php +20 −10 Go to diff View file
M src/common/admin/PermissionDelegationGroupPresenter.php +34 −17 Go to diff View file
M src/common/admin/PermissionDelegationPermissionsModalPresenter.php +18 −9 Go to diff View file
M src/common/backend/Backend.class.php +52 −26 Go to diff View file
M src/common/backend/BackendAliases.class.php +14 −7 Go to diff View file
M src/common/backend/BackendCVS.class.php +52 −26 Go to diff View file
M src/common/backend/BackendCommandException.class.php +8 −4 Go to diff View file
M src/common/backend/BackendFactory.class.php +12 −6 Go to diff View file
M src/common/backend/BackendLogger.class.php +14 −7 Go to diff View file
M src/common/backend/BackendMailingList.class.php +12 −6 Go to diff View file
M src/common/backend/BackendSVN.class.php +94 −47 Go to diff View file
M src/common/backend/BackendSVNFileForSimlinkAlreadyExistsException.class.php +2 −1 Go to diff View file
M src/common/backend/BackendService.class.php +4 −2 Go to diff View file
M src/common/backend/BackendSystem.class.php +54 −27 Go to diff View file
M src/common/backend/SystemCheckLogger.php +6 −3 Go to diff View file
M src/common/chart/Chart.class.php +24 −12 Go to diff View file
M src/common/chart/Chart_Gantt.class.php +12 −6 Go to diff View file
M src/common/chart/Chart_GanttBar.class.php +16 −8 Go to diff View file
M src/common/chart/Chart_GanttMilestone.class.php +16 −8 Go to diff View file
M src/common/chart/Chart_Pie.class.php +2 −1 Go to diff View file
M src/common/chart/ErrorChart.class.php +6 −3 Go to diff View file
M src/common/collection/Collection.class.php +18 −9 Go to diff View file
M src/common/collection/LinkedList.class.php +6 −3 Go to diff View file
M src/common/collection/Map.class.php +22 −11 Go to diff View file
M src/common/collection/PrioritizedList.class.php +6 −3 Go to diff View file
M src/common/dao/ArtifactDao.class.php +10 −5 Go to diff View file
M src/common/dao/ArtifactFieldDao.class.php +4 −2 Go to diff View file
M src/common/dao/ArtifactGlobalNotificationDao.class.php +18 −9 Go to diff View file
M src/common/dao/ArtifactGroupListDao.class.php +8 −4 Go to diff View file
M src/common/dao/ArtifactReportFieldDao.class.php +12 −6 Go to diff View file
M src/common/dao/ArtifactRuleDao.class.php +36 −18 Go to diff View file
M src/common/dao/CodendiDataAccess.class.php +4 −2 Go to diff View file
M src/common/dao/CrossReferenceDao.class.php +12 −6 Go to diff View file
M src/common/dao/DBDatabasesDao.class.php +4 −2 Go to diff View file
M src/common/dao/DBTablesDao.class.php +12 −6 Go to diff View file
M src/common/dao/FRSFileDao.class.php +70 −29 Go to diff View file
M src/common/dao/FRSFileTypeDao.class.php +4 −2 Go to diff View file
M src/common/dao/FRSLogDao.class.php +2 −1 Go to diff View file
M src/common/dao/FRSPackageDao.class.php +39 −17 Go to diff View file
M src/common/dao/FRSProcessorDao.class.php +4 −2 Go to diff View file
M src/common/dao/FRSReleaseDao.class.php +32 −16 Go to diff View file
M src/common/dao/FileModuleMonitorDao.class.php +14 −7 Go to diff View file
M src/common/dao/ForumDao.class.php +10 −5 Go to diff View file
M src/common/dao/GenericUserDao.class.php +6 −3 Go to diff View file
M src/common/dao/MailGatewaySaltDao.class.php +2 −1 Go to diff View file
M src/common/dao/MailingListDao.class.php +10 −5 Go to diff View file
M src/common/dao/NewsBytesDao.class.php +4 −2 Go to diff View file
M src/common/dao/PermissionsDao.class.php +24 −12 Go to diff View file
M src/common/dao/PluginDao.class.php +20 −10 Go to diff View file
M src/common/dao/ProjectDao.class.php +64 −32 Go to diff View file
M src/common/dao/ProjectHierarchyDao.class.php +10 −5 Go to diff View file
M src/common/dao/ProjectHistoryDao.class.php +6 −3 Go to diff View file
M src/common/dao/ReferenceDao.class.php +46 −23 Go to diff View file
M src/common/dao/RestrictedPluginDao.class.php +14 −7 Go to diff View file
M src/common/dao/SessionDao.class.php +2 −1 Go to diff View file
M src/common/dao/SvnCommitsDao.class.php +6 −3 Go to diff View file
M src/common/dao/SvnNotificationDao.class.php +6 −3 Go to diff View file
M src/common/dao/SystemEventDao.class.php +24 −12 Go to diff View file
M src/common/dao/SystemEventsFollowersDao.class.php +10 −5 Go to diff View file
M src/common/dao/TrackerIdSharingDao.class.php +4 −2 Go to diff View file
M src/common/dao/UGroupDao.class.php +26 −13 Go to diff View file
M src/common/dao/UGroupUserDao.class.php +22 −11 Go to diff View file
M src/common/dao/UserDao.class.php +57 −29 Go to diff View file
M src/common/dao/UserGroupDao.class.php +28 −14 Go to diff View file
M src/common/dao/UserPreferencesDao.class.php +10 −5 Go to diff View file
M src/common/dao/WikiDao.class.php +24 −12 Go to diff View file
M src/common/dao/WikiVersionDao.class.php +4 −2 Go to diff View file
M src/common/dao/include/DataAccessObject.class.php +36 −18 Go to diff View file
M src/common/dao/include/DataAccessResultEmpty.class.php +20 −10 Go to diff View file
M src/common/date/DateHelper.class.php +12 −6 Go to diff View file
M src/common/date/TimeInterval.class.php +12 −6 Go to diff View file
M src/common/date/TimePeriodWithWeekEnd.class.php +4 −2 Go to diff View file
M src/common/docmanv1/XMLExport.class.php +12 −6 Go to diff View file
M src/common/docmanv1/XMLExportDao.class.php +6 −3 Go to diff View file
M src/common/docmanv1/XMLExportData.class.php +36 −18 Go to diff View file
M src/common/encoding/SupportedXmlCharEncoding.class.php +4 −2 Go to diff View file
M src/common/frs/Exceptions.class.php +14 −7 Go to diff View file
M src/common/frs/FRSFile.class.php +96 −48 Go to diff View file
M src/common/frs/FRSFileFactory.class.php +84 −42 Go to diff View file
M src/common/frs/FRSLog.class.php +16 −8 Go to diff View file
M src/common/frs/FRSPackage.class.php +38 −19 Go to diff View file
M src/common/frs/FRSPackageFactory.class.php +40 −20 Go to diff View file
M src/common/frs/FRSRelease.class.php +66 −33 Go to diff View file
M src/common/frs/FRSReleaseFactory.class.php +58 −29 Go to diff View file
M src/common/frs/FRSXMLImporter.class.php +10 −5 Go to diff View file
M src/common/frs/FileModuleMonitorFactory.class.php +44 −22 Go to diff View file
M src/common/frs/ServiceFile.class.php +4 −2 Go to diff View file
M src/common/html/HTML_Element.class.php +16 −8 Go to diff View file
M src/common/html/HTML_Element_Columns.class.php +4 −2 Go to diff View file
M src/common/html/HTML_Element_Input.class.php +2 −1 Go to diff View file
M src/common/html/HTML_Element_Input_Checkbox.class.php +11 −5 Go to diff View file
M src/common/html/HTML_Element_Input_Date.class.php +2 −1 Go to diff View file
M src/common/html/HTML_Element_Input_Hidden.class.php +5 −2 Go to diff View file
M src/common/html/HTML_Element_Input_Radio.class.php +7 −3 Go to diff View file
M src/common/html/HTML_Element_Input_Text.class.php +5 −2 Go to diff View file
M src/common/html/HTML_Element_Option.class.php +8 −4 Go to diff View file
M src/common/html/HTML_Element_Pane.class.php +4 −2 Go to diff View file
M src/common/html/HTML_Element_Selectbox.class.php +10 −5 Go to diff View file
M src/common/html/HTML_Element_Selectbox_Rank.class.php +2 −1 Go to diff View file
M src/common/html/HTML_Element_Selectbox_TrackerFields_Dates.class.php +2 −1 Go to diff View file
M src/common/html/HTML_Element_Selectbox_TrackerFields_Int_TextFields.class.php +2 −1 Go to diff View file
M src/common/html/HTML_Element_Selectbox_TrackerFields_Numerics.class.php +2 −1 Go to diff View file
M src/common/html/HTML_Element_Selectbox_TrackerFields_Selectboxes.class.php +2 −1 Go to diff View file
M src/common/html/HTML_Element_Selectbox_TrackerFields_Texts.class.php +2 −1 Go to diff View file
M src/common/html/HTML_Element_Textarea.class.php +2 −1 Go to diff View file
M src/common/html/HTML_Table.class.php +22 −11 Go to diff View file
M src/common/html/HTML_Table_Bootstrap.class.php +2 −1 Go to diff View file
M src/common/include/Codendi_Diff.class.php +138 −68 Go to diff View file
M src/common/include/Codendi_HTMLPurifier.class.php +28 −14 Go to diff View file
M src/common/include/Codendi_HTTPPurifier.class.php +4 −2 Go to diff View file
M src/common/include/Codendi_Request.class.php +38 −19 Go to diff View file
M src/common/include/Feedback.class.php +16 −8 Go to diff View file
M src/common/include/FeedbackFormatter.class.php +2 −1 Go to diff View file
M src/common/include/ForgeUpgradeConfig.class.php +22 −11 Go to diff View file
M src/common/include/GroupFactory.class.php +12 −6 Go to diff View file
M src/common/include/HTTPRequest.class.php +36 −18 Go to diff View file
M src/common/include/MIME.class.php +16 −8 Go to diff View file
M src/common/include/PermissionsOverrider/PermissionsOverriderManager.php +18 −9 Go to diff View file
M src/common/include/PropertyDescriptor.class.php +8 −4 Go to diff View file
M src/common/include/Response.class.php +40 −20 Go to diff View file
M src/common/include/RestlerCache.php +6 −3 Go to diff View file
M src/common/include/SiteCache.php +18 −9 Go to diff View file
M src/common/include/TemplateSingleton.class.php +18 −9 Go to diff View file
M src/common/include/Toggler.class.php +8 −4 Go to diff View file
M src/common/include/Tuleap_Template.class.php +6 −3 Go to diff View file
M src/common/include/URL.class.php +18 −9 Go to diff View file
M src/common/include/URLRedirect.class.php +2 −1 Go to diff View file
M src/common/include/URLVerification.class.php +38 −19 Go to diff View file
M src/common/include/URLVerificationFactory.class.php +2 −1 Go to diff View file
M src/common/include/lib/PHP_BigFile.class.php +28 −14 Go to diff View file
M src/common/language/BaseLanguage.class.php +44 −22 Go to diff View file
M src/common/language/BaseLanguageFactory.class.php +8 −4 Go to diff View file
M src/common/layout/ColorHelper.class.php +6 −3 Go to diff View file
M src/common/layout/Layout.class.php +94 −47 Go to diff View file
M src/common/layout/ThemeVariant.class.php +10 −5 Go to diff View file
M src/common/log/BrokerLogger.class.php +12 −6 Go to diff View file
M src/common/log/ConsoleLogger.class.php +14 −7 Go to diff View file
M src/common/log/NoopLogger.class.php +10 −5 Go to diff View file
M src/common/log/TruncateLevelLogger.class.php +14 −7 Go to diff View file
M src/common/log/WrapperLogger.class.php +18 −9 Go to diff View file
M src/common/mail/Codendi_Mail.class.php +16 −8 Go to diff View file
M src/common/mail/LogoRetriever.class.php +10 −5 Go to diff View file
M src/common/mail/MailBuilder.php +6 −3 Go to diff View file
M src/common/mail/MailEnhancer.php +14 −7 Go to diff View file
M src/common/mail/MailManager.class.php +10 −5 Go to diff View file
M src/common/mail/MailNotificationBuilder.php +4 −2 Go to diff View file
M src/common/mail/MailPresenter.php +2 −1 Go to diff View file
M src/common/mail/MailPresenterFactory.class.php +22 −11 Go to diff View file
M src/common/mail/MailProjectNotificationMustBeApprovedPresenter.class.php +20 −10 Go to diff View file
M src/common/mail/MailProjectNotificationPresenter.class.php +20 −10 Go to diff View file
M src/common/mail/MailProjectOneStepRegisterPresenter.class.php +36 −18 Go to diff View file
M src/common/mail/MassmailFormPresenter.class.php +4 −2 Go to diff View file
M src/common/mail/RecipientListBuilder.php +18 −9 Go to diff View file
M src/common/mail/TuleapRegisterMail.class.php +10 −5 Go to diff View file
M src/common/mail/Tuleap_Template_Mail.class.php +2 −1 Go to diff View file
M src/common/mailing_list/MailingList.class.php +16 −8 Go to diff View file
M src/common/mvc/Actions.class.php +6 −3 Go to diff View file
M src/common/mvc/Controler.class.php +8 −4 Go to diff View file
M src/common/mvc/Views.class.php +12 −6 Go to diff View file
M src/common/mvc2/Controller.class.php +14 −7 Go to diff View file
M src/common/mvc2/PluginController.class.php +6 −3 Go to diff View file
M src/common/notification/Notification.php +20 −10 Go to diff View file
M src/common/permission/PermissionsManager.class.php +54 −27 Go to diff View file
M src/common/permission/PermissionsNormalizer.php +12 −6 Go to diff View file
M src/common/permission/PermissionsNormalizerOverrideCollection.php +12 −6 Go to diff View file
M src/common/permission/PermissionsUGroupMapper.php +4 −2 Go to diff View file
M src/common/plugin/Plugin.class.php +62 −31 Go to diff View file
M src/common/plugin/PluginConfigChecker.php +10 −5 Go to diff View file
M src/common/plugin/PluginDependencySolver.class.php +14 −7 Go to diff View file
M src/common/plugin/PluginDescriptor.class.php +13 −5 Go to diff View file
M src/common/plugin/PluginFactory.class.php +78 −39 Go to diff View file
M src/common/plugin/PluginFileInfo.class.php +4 −2 Go to diff View file
M src/common/plugin/PluginInfo.class.php +18 −9 Go to diff View file
M src/common/plugin/PluginManager.class.php +70 −35 Go to diff View file
M src/common/plugin/PluginResourceRestrictor.class.php +18 −9 Go to diff View file
M src/common/reference/CrossReference.class.php +48 −17 Go to diff View file
M src/common/reference/CrossReferenceFactory.class.php +24 −11 Go to diff View file
M src/common/reference/CrossReferenceManager.class.php +4 −2 Go to diff View file
M src/common/reference/Reference.class.php +40 −20 Go to diff View file
M src/common/reference/ReferenceInstance.class.php +16 −6 Go to diff View file
M src/common/reference/ReferenceManager.class.php +114 −58 Go to diff View file
M src/common/resource_restrictor/RestrictedResourceDao.class.php +6 −3 Go to diff View file
M src/common/search/Presenters/AdditionalSearchTabsPresenter.class.php +2 −1 Go to diff View file
M src/common/search/Presenters/SearchForumResultPresenter.php +10 −5 Go to diff View file
M src/common/search/Presenters/SearchPanePresenter.class.php +2 −1 Go to diff View file
M src/common/search/Presenters/SearchPeopleResultPresenter.php +10 −5 Go to diff View file
M src/common/search/Presenters/SearchProjectResultPresenter.php +10 −5 Go to diff View file
M src/common/search/Presenters/SearchResultsIntroPresenter.php +10 −5 Go to diff View file
M src/common/search/Presenters/SearchResultsPresenter.php +12 −6 Go to diff View file
M src/common/search/Presenters/SearchTrackerV3ResultPresenter.php +6 −3 Go to diff View file
M src/common/search/Presenters/SearchTypePresenter.class.php +2 −1 Go to diff View file
M src/common/search/SearchController.class.php +20 −10 Go to diff View file
M src/common/search/SearchForum.class.php +8 −4 Go to diff View file
M src/common/search/SearchPeople.class.php +6 −3 Go to diff View file
M src/common/search/SearchPlugin.class.php +4 −2 Go to diff View file
M src/common/search/SearchProject.class.php +8 −4 Go to diff View file
M src/common/search/SearchQuery.class.php +24 −12 Go to diff View file
M src/common/search/SearchResults.class.php +14 −7 Go to diff View file
M src/common/search/SearchRouter.class.php +4 −2 Go to diff View file
M src/common/search/SearchTrackerV3.class.php +8 −4 Go to diff View file
M src/common/search/SearchWiki.class.php +10 −5 Go to diff View file
M src/common/session/Codendi_Session.class.php +30 −15 Go to diff View file
M src/common/session/PHP_Session.class.php +4 −2 Go to diff View file
M src/common/soap/SOAP_NbRequestsExceedLimit_Exception.class.php +2 −1 Go to diff View file
M src/common/soap/SOAP_NusoapWSDL.class.php +10 −5 Go to diff View file
M src/common/soap/SOAP_RequestLimitator.class.php +8 −4 Go to diff View file
M src/common/soap/SOAP_RequestLimitatorFactory.class.php +2 −1 Go to diff View file
M src/common/soap/SOAP_UserManager.class.php +4 −2 Go to diff View file
M src/common/soap/SOAP_WSDLMethodGenerator.class.php +32 −16 Go to diff View file
M src/common/soap/SOAP_WSDLRenderer.class.php +6 −3 Go to diff View file
M src/common/soap/dao/SOAP_RequestLimitatorDao.class.php +4 −2 Go to diff View file
M src/common/svn/CommitMessageValidator.class.php +4 −2 Go to diff View file
M src/common/svn/Hook.class.php +2 −1 Go to diff View file
M src/common/svn/SVNAccessFile.class.php +24 −12 Go to diff View file
M src/common/svn/SVN_AccessFile_DAO.class.php +16 −8 Go to diff View file
M src/common/svn/SVN_AccessFile_NoFilePresenter.php +4 −2 Go to diff View file
M src/common/svn/SVN_AccessFile_Presenter.php +26 −13 Go to diff View file
M src/common/svn/SVN_AccessFile_Writer.class.php +16 −8 Go to diff View file
M src/common/svn/SVN_Apache.class.php +12 −6 Go to diff View file
M src/common/svn/SVN_Apache_SvnrootConf.class.php +8 −4 Go to diff View file
M src/common/svn/SVN_Hooks.class.php +12 −6 Go to diff View file
M src/common/svn/SVN_LogDao.class.php +6 −3 Go to diff View file
M src/common/svn/SVN_LogFactory.class.php +16 −8 Go to diff View file
M src/common/svn/SVN_PermissionsManager.class.php +2 −1 Go to diff View file
M src/common/svn/SVN_RepositoryListing.class.php +20 −10 Go to diff View file
M src/common/svn/SVN_RevisionPathInfo.class.php +6 −3 Go to diff View file
M src/common/svn/SVN_SOAPServer.class.php +16 −8 Go to diff View file
M src/common/svn/SVN_Svnlook.class.php +12 −6 Go to diff View file
M src/common/svn/SVN_SvnlookException.class.php +2 −1 Go to diff View file
M src/common/svn/SvnNotification.class.php +10 −5 Go to diff View file
M src/common/svn/general-settings/SVN_GeneralSettingsPresenter.php +34 −17 Go to diff View file
M src/common/svn/hook/PostRevPropset.class.php +6 −3 Go to diff View file
M src/common/svn/hook/PreCommit.class.php +16 −8 Go to diff View file
M src/common/svn/hook/PreRevPropset.class.php +6 −3 Go to diff View file
M src/common/svn/immutable_tags/SVN_Immutable_Tags_DAO.php +6 −3 Go to diff View file
M src/common/svn/immutable_tags/SVN_Immutable_Tags_Handler.php +12 −6 Go to diff View file
M src/common/svn/immutable_tags/SVN_Immutable_Tags_Presenter.php +42 −21 Go to diff View file
M src/common/svn/intro/SVN_IntroPresenter.php +24 −12 Go to diff View file
M src/common/svn/tokens/SVN_Token.class.php +14 −7 Go to diff View file
M src/common/svn/tokens/SVN_TokenDao.class.php +14 −7 Go to diff View file
M src/common/svn/tokens/SVN_TokenHandler.class.php +10 −5 Go to diff View file
M src/common/svn/tokens/SVN_TokenPresenter.class.php +10 −5 Go to diff View file
M src/common/system_event/SystemEvent.class.php +74 −37 Go to diff View file
M src/common/system_event/SystemEventManager.class.php +50 −25 Go to diff View file
M src/common/system_event/SystemEventMissingParameterException.class.php +2 −1 Go to diff View file
M src/common/system_event/SystemEventProcessApplicationOwnerDefaultQueue.class.php +2 −1 Go to diff View file
M src/common/system_event/SystemEventProcessCustomQueue.class.php +4 −2 Go to diff View file
M src/common/system_event/SystemEventProcessRootDefaultQueue.class.php +2 −1 Go to diff View file
M src/common/system_event/SystemEventProcessor.class.php +10 −5 Go to diff View file
M src/common/system_event/SystemEventProcessor_ApplicationOwner.class.php +6 −3 Go to diff View file
M src/common/system_event/SystemEventProcessor_Root.class.php +8 −4 Go to diff View file
M src/common/system_event/SystemEventPurger.php +4 −2 Go to diff View file
M src/common/system_event/SystemEventQueue.class.php +8 −4 Go to diff View file
M src/common/system_event/include/SystemEvent_COMPUTE_MD5SUM.class.php +14 −7 Go to diff View file
M src/common/system_event/include/SystemEvent_CVS_IS_PRIVATE.class.php +4 −2 Go to diff View file
M src/common/system_event/include/SystemEvent_EDIT_SSH_KEYS.class.php +4 −2 Go to diff View file
M src/common/system_event/include/SystemEvent_MAILING_LIST_CREATE.class.php +4 −2 Go to diff View file
M src/common/system_event/include/SystemEvent_MAILING_LIST_DELETE.class.php +4 −2 Go to diff View file
M src/common/system_event/include/SystemEvent_MEMBERSHIP_CREATE.class.php +4 −2 Go to diff View file
M src/common/system_event/include/SystemEvent_MEMBERSHIP_DELETE.class.php +4 −2 Go to diff View file
M src/common/system_event/include/SystemEvent_MOVE_FRS_FILE.class.php +8 −4 Go to diff View file
M src/common/system_event/include/SystemEvent_PROJECT_CREATE.class.php +4 −2 Go to diff View file
M src/common/system_event/include/SystemEvent_PROJECT_DELETE.class.php +20 −10 Go to diff View file
M src/common/system_event/include/SystemEvent_PROJECT_IS_PRIVATE.class.php +2 −1 Go to diff View file
M src/common/system_event/include/SystemEvent_PROJECT_RENAME.class.php +8 −4 Go to diff View file
M src/common/system_event/include/SystemEvent_SERVICE_USAGE_SWITCH.class.php +4 −2 Go to diff View file
M src/common/system_event/include/SystemEvent_SVN_AUTHORIZE_TOKENS.class.php +6 −3 Go to diff View file
M src/common/system_event/include/SystemEvent_SVN_REVOKE_TOKENS.class.php +6 −3 Go to diff View file
M src/common/system_event/include/SystemEvent_SVN_UPDATE_HOOKS.class.php +6 −3 Go to diff View file
M src/common/system_event/include/SystemEvent_SYSTEM_CHECK.class.php +6 −3 Go to diff View file
M src/common/system_event/include/SystemEvent_UGROUP_MODIFY.class.php +10 −5 Go to diff View file
M src/common/system_event/include/SystemEvent_UPDATE_ALIASES.class.php +4 −2 Go to diff View file
M src/common/system_event/include/SystemEvent_USER_DELETE.class.php +4 −2 Go to diff View file
M src/common/system_event/include/SystemEvent_USER_RENAME.class.php +8 −4 Go to diff View file
M src/common/templating/TemplateRenderer.class.php +2 −1 Go to diff View file
M src/common/templating/TemplateRendererFactory.class.php +2 −1 Go to diff View file
M src/common/templating/presenter/ButtonDropdowns.class.php +16 −8 Go to diff View file
M src/common/templating/presenter/ButtonDropdownsMini.class.php +2 −1 Go to diff View file
M src/common/templating/presenter/ButtonDropdownsOption.class.php +26 −13 Go to diff View file
M src/common/templating/presenter/ButtonDropdownsOptionDivider.class.php +8 −4 Go to diff View file
M src/common/templating/presenter/ButtonDropdownsOptionWithModal.class.php +2 −1 Go to diff View file
M src/common/templating/presenter/SplitButtonDropdowns.class.php +12 −6 Go to diff View file
M src/common/tour/CustomToursFactory.class.php +28 −14 Go to diff View file
M src/common/tour/Tour.class.php +4 −2 Go to diff View file
M src/common/tour/TourFactory.class.php +8 −4 Go to diff View file
M src/common/tour/TourUsage.class.php +8 −4 Go to diff View file
M src/common/tour/TourUsageStatsDao.class.php +2 −1 Go to diff View file
M src/common/tour/Tour_Step.class.php +8 −4 Go to diff View file
M src/common/tour/WelcomeTour.class.php +2 −1 Go to diff View file
M src/common/tracker/Artifact.class.php +168 −84 Go to diff View file
M src/common/tracker/ArtifactAlphaNumFieldXMLExporter.class.php +6 −3 Go to diff View file
M src/common/tracker/ArtifactAttachmentFieldXMLExporter.class.php +12 −6 Go to diff View file
M src/common/tracker/ArtifactAttachmentXMLLinker.class.php +8 −4 Go to diff View file
M src/common/tracker/ArtifactAttachmentXMLZipper.class.php +8 −4 Go to diff View file
M src/common/tracker/ArtifactCCFieldXMLExporter.class.php +4 −2 Go to diff View file
M src/common/tracker/ArtifactCanned.class.php +26 −13 Go to diff View file
M src/common/tracker/ArtifactCommentXMLExporter.class.php +14 −7 Go to diff View file
M src/common/tracker/ArtifactDateFieldXMLExporter.class.php +8 −4 Go to diff View file
M src/common/tracker/ArtifactFactory.class.php +14 −7 Go to diff View file
M src/common/tracker/ArtifactField.class.php +159 −75 Go to diff View file
M src/common/tracker/ArtifactFieldFactory.class.php +51 −22 Go to diff View file
M src/common/tracker/ArtifactFieldFactoryXMLExporter.class.php +18 −9 Go to diff View file
M src/common/tracker/ArtifactFieldSet.class.php +34 −17 Go to diff View file
M src/common/tracker/ArtifactFieldSetFactory.class.php +32 −16 Go to diff View file
M src/common/tracker/ArtifactFieldXMLExporter.class.php +6 −3 Go to diff View file
M src/common/tracker/ArtifactFile.class.php +54 −27 Go to diff View file
M src/common/tracker/ArtifactFloatFieldXMLExporter.class.php +6 −3 Go to diff View file
M src/common/tracker/ArtifactGlobalNotification.class.php +12 −6 Go to diff View file
M src/common/tracker/ArtifactGlobalNotificationFactory.class.php +10 −5 Go to diff View file
M src/common/tracker/ArtifactImport.class.php +65 −32 Go to diff View file
M src/common/tracker/ArtifactIntegerFieldXMLExporter.class.php +6 −3 Go to diff View file
M src/common/tracker/ArtifactMultiListCurrentValueExporter.class.php +26 −13 Go to diff View file
M src/common/tracker/ArtifactReport.class.php +68 −34 Go to diff View file
M src/common/tracker/ArtifactReportFactory.class.php +16 −8 Go to diff View file
M src/common/tracker/ArtifactReportField.class.php +20 −10 Go to diff View file
M src/common/tracker/ArtifactRule.class.php +2 −1 Go to diff View file
M src/common/tracker/ArtifactRuleFactory.class.php +30 −15 Go to diff View file
M src/common/tracker/ArtifactRuleValue.class.php +8 −4 Go to diff View file
M src/common/tracker/ArtifactRuleValueView.class.php +6 −3 Go to diff View file
M src/common/tracker/ArtifactRulesManager.class.php +42 −21 Go to diff View file
M src/common/tracker/ArtifactStaticListFieldXMLExporter.class.php +10 −5 Go to diff View file
M src/common/tracker/ArtifactStaticMultiListFieldXMLExporter.class.php +18 −9 Go to diff View file
M src/common/tracker/ArtifactStringFieldXMLExporter.class.php +6 −3 Go to diff View file
M src/common/tracker/ArtifactTextFieldXMLExporter.class.php +6 −3 Go to diff View file
M src/common/tracker/ArtifactType.class.php +165 −80 Go to diff View file
M src/common/tracker/ArtifactTypeFactory.class.php +32 −16 Go to diff View file
M src/common/tracker/ArtifactUserListFieldXMLExporter.class.php +6 −3 Go to diff View file
M src/common/tracker/ArtifactUserMultiListFieldXMLExporter.class.php +12 −6 Go to diff View file
M src/common/tracker/ArtifactXMLExporter.class.php +4 −2 Go to diff View file
M src/common/tracker/ArtifactXMLExporterArtifact.class.php +40 −20 Go to diff View file
M src/common/tracker/ArtifactXMLExporterDao.class.php +26 −13 Go to diff View file
M src/common/tracker/ArtifactXMLNodeHelper.class.php +18 −9 Go to diff View file
M src/common/tracker/Exception/TV3XMLAttachmentNotFoundException.class.php +2 −1 Go to diff View file
M src/common/tracker/Exception/TV3XMLInvalidFieldTypeException.class.php +2 −1 Go to diff View file
M src/common/tracker/Exception/TV3XMLUnknownFieldTypeException.class.php +2 −1 Go to diff View file
M src/common/tracker/HTML/ArtifactCannedHtml.class.php +8 −4 Go to diff View file
M src/common/tracker/HTML/ArtifactFieldHtml.class.php +39 −19 Go to diff View file
M src/common/tracker/HTML/ArtifactImportHtml.class.php +14 −7 Go to diff View file
M src/common/tracker/HTML/ArtifactReportHtml.class.php +25 −13 Go to diff View file
M src/common/tracker/HTML/ArtifactRuleValueJavascript.class.php +4 −2 Go to diff View file
M src/common/tracker/HTML/ArtifactRulesManagerHtml.class.php +24 −12 Go to diff View file
M src/common/trove/TroveCat.php +12 −6 Go to diff View file
M src/common/trove/TroveCatFactory.php +10 −5 Go to diff View file
M src/common/valid/Rule.class.php +118 −59 Go to diff View file
M src/common/valid/Valid.class.php +24 −12 Go to diff View file
M src/common/valid/ValidFactory.class.php +42 −21 Go to diff View file
M src/common/wiki/PermissionsManager.class.php +14 −7 Go to diff View file
M src/common/wiki/REST/v1/PhpWikiPageFullRepresentation.class.php +4 −2 Go to diff View file
M src/common/wiki/REST/v1/PhpWikiPageVersionRepresentation.class.php +2 −1 Go to diff View file
M src/common/wiki/REST/v1/PhpWikiResource.class.php +20 −10 Go to diff View file
M src/common/wiki/WikiService.class.php +6 −3 Go to diff View file
M src/common/wiki/WikiServiceAdmin.class.php +4 −2 Go to diff View file
M src/common/wiki/actions/WikiServiceAdminActions.class.php +16 −8 Go to diff View file
M src/common/wiki/lib/PaginatedWikiPages.class.php +6 −3 Go to diff View file
M src/common/wiki/lib/PaginatedWikiPagesFactory.class.php +4 −2 Go to diff View file
M src/common/wiki/lib/Wiki.class.php +26 −13 Go to diff View file
M src/common/wiki/lib/WikiAttachment.class.php +68 −34 Go to diff View file
M src/common/wiki/lib/WikiAttachmentDao.class.php +18 −9 Go to diff View file
M src/common/wiki/lib/WikiAttachmentRevision.class.php +46 −23 Go to diff View file
M src/common/wiki/lib/WikiAttachmentRevisionDao.class.php +8 −4 Go to diff View file
M src/common/wiki/lib/WikiCloner.class.php +72 −36 Go to diff View file
M src/common/wiki/lib/WikiEntry.class.php +42 −21 Go to diff View file
M src/common/wiki/lib/WikiPage.class.php +64 −32 Go to diff View file
M src/common/wiki/lib/WikiPageVersion.class.php +10 −5 Go to diff View file
M src/common/wiki/lib/WikiPageVersionContentFormatter.php +4 −2 Go to diff View file
M src/common/wiki/lib/WikiPageVersionFactory.class.php +2 −1 Go to diff View file
M src/common/wiki/lib/WikiPageWrapper.class.php +20 −10 Go to diff View file
M src/common/wiki/phpwiki/codendi.php +4 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/ArchiveCleaner.php +14 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/BlockParser.php +170 −82 Go to diff View file
M src/common/wiki/phpwiki/lib/CachedMarkup.php +96 −48 Go to diff View file
M src/common/wiki/phpwiki/lib/DbaDatabase.php +36 −18 Go to diff View file
M src/common/wiki/phpwiki/lib/DbaListSet.php +40 −20 Go to diff View file
M src/common/wiki/phpwiki/lib/DbaPartition.php +28 −14 Go to diff View file
M src/common/wiki/phpwiki/lib/EditToolbar.php +14 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/ErrorManager.php +62 −31 Go to diff View file
M src/common/wiki/phpwiki/lib/ExternalReferrer.php +4 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/FileFinder.php +59 −31 Go to diff View file
M src/common/wiki/phpwiki/lib/HtmlElement.php +148 −74 Go to diff View file
M src/common/wiki/phpwiki/lib/HtmlParser.php +38 −19 Go to diff View file
M src/common/wiki/phpwiki/lib/HttpClient.php +52 −26 Go to diff View file
M src/common/wiki/phpwiki/lib/IniConfig.php +6 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/InlineParser.php +94 −47 Go to diff View file
M src/common/wiki/phpwiki/lib/PageList.php +172 −81 Go to diff View file
M src/common/wiki/phpwiki/lib/PagePerm.php +54 −27 Go to diff View file
M src/common/wiki/phpwiki/lib/PageType.php +56 −28 Go to diff View file
M src/common/wiki/phpwiki/lib/RSSWriter091.php +7 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/Request.php +106 −53 Go to diff View file
M src/common/wiki/phpwiki/lib/RssParser.php +8 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/RssWriter.php +26 −13 Go to diff View file
M src/common/wiki/phpwiki/lib/RssWriter2.php +6 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/SemanticWeb.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/Template.php +30 −15 Go to diff View file
M src/common/wiki/phpwiki/lib/TextSearchQuery.php +150 −64 Go to diff View file
M src/common/wiki/phpwiki/lib/Theme.php +136 −68 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiCallback.php +20 −10 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB.php +216 −107 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/SQL.php +15 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend.php +105 −47 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend/PearDB.php +119 −58 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend/PearDB_mysql.php +14 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend/dumb/AllRevisionsIter.php +4 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend/dumb/BackLinkIter.php +6 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend/dumb/MostPopularIter.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend/dumb/MostRecentIter.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend/dumb/TextSearchIter.php +15 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend/dumb/WantedPagesIter.php +6 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiGroup.php +38 −19 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiNotification.php +2 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiPlugin.php +60 −30 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiPluginCached.php +36 −18 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiUser.php +105 −51 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiUser/BogoLogin.php +4 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiUser/Codendi.php +12 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiUser/Forbidden.php +2 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiUserNew.php +191 −94 Go to diff View file
M src/common/wiki/phpwiki/lib/XmlElement.php +94 −47 Go to diff View file
M src/common/wiki/phpwiki/lib/XmlParser.php +15 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/config.php +30 −15 Go to diff View file
M src/common/wiki/phpwiki/lib/diff.php +51 −26 Go to diff View file
M src/common/wiki/phpwiki/lib/diff3.php +32 −16 Go to diff View file
M src/common/wiki/phpwiki/lib/difflib.php +98 −48 Go to diff View file
M src/common/wiki/phpwiki/lib/display.php +8 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/editpage.php +47 −24 Go to diff View file
M src/common/wiki/phpwiki/lib/fortune.php +18 −9 Go to diff View file
M src/common/wiki/phpwiki/lib/gif.php +60 −30 Go to diff View file
M src/common/wiki/phpwiki/lib/install.php +4 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/loadsave.php +30 −21 Go to diff View file
M src/common/wiki/phpwiki/lib/main.php +110 −55 Go to diff View file
M src/common/wiki/phpwiki/lib/pear/DB.php +6 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/pear/DB/Pager.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/pear/DB/common.php +26 −15 Go to diff View file
M src/common/wiki/phpwiki/lib/pear/PEAR.php +30 −20 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/AddComment.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/AllPages.php +12 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/AllUsers.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/AppendText.php +12 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/AsciiMath.php +12 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/AuthorHistory.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/BackLinks.php +12 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/BlogArchives.php +12 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/BlogJournal.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/Calendar.php +18 −9 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/CalendarList.php +14 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/CategoryPage.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/Comment.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/CreateBib.php +17 −9 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/CreatePage.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/CreateToc.php +41 −17 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/DeadEndPages.php +2 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/Diff.php +60 −30 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/EditMetaData.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/ExternalSearch.php +12 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/FileInfo.php +26 −13 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/FrameInclude.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/FullTextSearch.php +14 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/FuzzyPages.php +32 −16 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/GoTo.php +8 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/HelloWorld.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/HtmlConverter.php +16 −8 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/IncludePage.php +14 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/IncludePages.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/IncludeSiteMap.php +8 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/InterWikiSearch.php +16 −8 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/JabberPresence.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/LikePages.php +12 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/LinkDatabase.php +18 −9 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/ListPages.php +14 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/ListSubpages.php +12 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/MostPopular.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/NoCache.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/OldStyleTable.php +14 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/OrphanedPages.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PageDump.php +16 −8 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PageGroup.php +12 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PageHistory.php +49 −25 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PageInfo.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PageTrail.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PhotoAlbum.php +18 −9 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PhpHighlight.php +18 −9 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PluginManager.php +18 −9 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PopularNearby.php +16 −8 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/PrevNext.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RandomPage.php +12 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RdfDefinition.php +12 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RecentChanges.php +140 −70 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RecentChangesCached.php +14 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RecentComments.php +22 −11 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RecentEdits.php +8 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RedirectTo.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RelatedChanges.php +18 −9 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RichTable.php +12 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/RssFeed.php +12 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/SearchHighlight.php +14 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/SiteMap.php +22 −9 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/SyntaxHighlighter.php +14 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/SystemInfo.php +76 −38 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/Template.php +12 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/TitleSearch.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/Transclude.php +12 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/TranslateText.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/UnfoldSubpages.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/UpLoad.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/UserPreferences.php +8 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WantedPages.php +14 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WantedPagesOld.php +16 −8 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminChmod.php +18 −9 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminChown.php +14 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminMarkup.php +14 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminRemove.php +16 −8 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminRename.php +20 −10 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminSearchReplace.php +16 −8 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminSelect.php +14 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminSetAcl.php +18 −9 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiAdminUtils.php +32 −16 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiBlog.php +30 −15 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiForm.php +8 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiFormRich.php +12 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/WikiForum.php +12 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/_AuthInfo.php +14 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/_BackendInfo.php +14 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/_GroupInfo.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/_PreferencesInfo.php +10 −5 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/_WikiTranslation.php +22 −11 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/text2png.php +12 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/prepend.php +12 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/removepage.php +2 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/stdlib.php +163 −81 Go to diff View file
M src/common/wiki/phpwiki/lib/upgrade.php +14 −7 Go to diff View file
M src/common/wiki/phpwiki/lib/wikilens/Buddy.php +8 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/wikilens/CustomPrefs.php +4 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/wikilens/PageListColumns.php +10 −6 Go to diff View file
M src/common/wiki/phpwiki/lib/wikilens/Utils.php +8 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/ziplib.php +40 −25 Go to diff View file
M src/common/wiki/phpwiki/passencrypt.php +6 −3 Go to diff View file
M src/common/wiki/phpwiki/themes/Sidebar/themeinfo.php +10 −5 Go to diff View file
M src/common/wiki/views/WikiServiceAdminViews.class.php +36 −18 Go to diff View file
M src/common/wiki/views/WikiServiceViews.class.php +30 −15 Go to diff View file
M src/common/wiki/views/WikiViews.class.php +16 −8 Go to diff View file
M src/common/xml/ParseError.class.php +12 −6 Go to diff View file
M src/common/xml/ParseException.class.php +12 −6 Go to diff View file
M src/common/xml/RNGValidator.class.php +4 −2 Go to diff View file
M src/common/xml/Security.class.php +10 −5 Go to diff View file
M src/common/xml/SimpleXMLCDATAFactory.class.php +2 −1 Go to diff View file
M src/common/xml/XMLImportHelper.php +6 −3 Go to diff View file
M src/db/mysql/updates/2010/201007220743_add_table_notification_delegation.php +8 −4 Go to diff View file
M src/db/mysql/updates/2010/201007291109_modify_pk_table_notification_delegation.php +8 −4 Go to diff View file
M src/db/mysql/updates/2010/201008200802_reduce_load_on_user_table.php +8 −4 Go to diff View file
M src/db/mysql/updates/2010/201009280731_add_table_groups_notif_delegation_message.php +8 −4 Go to diff View file
M src/db/mysql/updates/2010/201010191436_add_table_frs_file_deleted.php +8 −4 Go to diff View file
M src/db/mysql/updates/2010/201010201546_fill_frs_file_deleted.php +8 −4 Go to diff View file
M src/db/mysql/updates/2010/201011230835_add_column_format_to_artifact_history.php +8 −4 Go to diff View file
M src/db/mysql/updates/2010/201012140821_improve_frs_file.php +8 −4 Go to diff View file
M src/db/mysql/updates/2010/201012240808_add_table_frs_log.php +8 −4 Go to diff View file
M src/db/mysql/updates/2011/201103081738_add_column_filepath_to_frs_file.php +8 −4 Go to diff View file
M src/db/mysql/updates/2011/201103281122_add_wiki_attachment_delete_mechanism.php +8 −4 Go to diff View file
M src/db/mysql/updates/2011/201108241423_remove_slmbug_and_story.php +6 −3 Go to diff View file
M src/db/mysql/updates/2011/201108311456_add_image_renderer.php +8 −4 Go to diff View file
M src/db/mysql/updates/2011/201111021759_id_sharing.php +8 −4 Go to diff View file
M src/db/mysql/updates/2012/201201181909_add_index_on_svn_commits_table.php +8 −4 Go to diff View file
M src/db/mysql/updates/2012/201201231552_add_table_soap_limits.php +8 −4 Go to diff View file
M src/db/mysql/updates/2012/201203140933_add_notif_svn_per_branch.php +8 −4 Go to diff View file
M src/db/mysql/updates/2012/201207051342_add_has_avatar_column.php +8 −4 Go to diff View file
M src/db/mysql/updates/2012/201208241130_add_anonymous_in_filemodule_monitor.php +8 −4 Go to diff View file
M src/db/mysql/updates/2012/201209131359_add_ugroup_binding_column.php +8 −4 Go to diff View file
M src/db/mysql/updates/2012/201210121809_purge_bad_sshkeys_from_db.php +6 −3 Go to diff View file
M src/db/mysql/updates/2013/201302091402_add_frs_file_comment.php +8 −4 Go to diff View file
M src/db/mysql/updates/2013/201303121639_add_owner_to_system_events.php +8 −4 Go to diff View file
M src/db/mysql/updates/2013/201305071724_add_svn_change_log_option.php +8 −4 Go to diff View file
M src/db/mysql/updates/2013/201305161743_remove_unique_from_svn_checkins.php +8 −4 Go to diff View file
M src/db/mysql/updates/2013/201306110951_add_parent_child_project_link_table.php +8 −4 Go to diff View file
M src/db/mysql/updates/2013/201306171145_add_generic_user_table.php +8 −4 Go to diff View file
M src/db/mysql/updates/2013/201307021504_remove_server.php.php +8 −4 Go to diff View file
M src/db/mysql/updates/2013/201310171433_add_rest_authentication_token_table.php +8 −4 Go to diff View file
M src/db/mysql/updates/2013/201311081011_remove_codex_themes.php +6 −3 Go to diff View file
M src/db/mysql/updates/2014/201403061540_add_forge_permissions_table.php +6 −3 Go to diff View file
M src/db/mysql/updates/2014/201404281427_rename_experimental_to_flamingparrot.php +6 −3 Go to diff View file
M src/db/mysql/updates/2014/201405051118_add_svn_accessfile_history_table_with_first_version.php +10 −5 Go to diff View file
M src/db/mysql/updates/2014/201405051133_modify_groups_table_to_use_svn_accessfile_history_id.php +10 −5 Go to diff View file
M src/db/mysql/updates/2014/201405061202_modify_svn_accessfile_history_table.php +10 −5 Go to diff View file
M src/db/mysql/updates/2014/201405071410_replace_svn_accessfile_column_name_in_groups.php +6 −3 Go to diff View file
M src/db/mysql/updates/2014/201405071644_replace_version_date_column_values_by_timestamp.php +6 −3 Go to diff View file
M src/db/mysql/updates/2014/201405141602_remove_fontsize_preference.php +6 −3 Go to diff View file
M src/db/mysql/updates/2014/201406041516_add_email_gateway_salt.php +10 −5 Go to diff View file
M src/db/mysql/updates/2014/201407040902_old_user_do_not_see_welcome_tour.php +6 −3 Go to diff View file
M src/db/mysql/updates/2014/201407041153_add_tour_usage_statistic_table.php +6 −3 Go to diff View file
M src/db/mysql/updates/2014/201407081125_add_missing_column_in_tour_usage_statistics.php +6 −3 Go to diff View file
M src/db/mysql/updates/2014/201410301650_add_commit_to_tag_denied_in_groups.php +8 −4 Go to diff View file
M src/db/mysql/updates/2015/201503061743_add_homepage.php +10 −5 Go to diff View file
M src/db/mysql/updates/2015/201503061743_add_homepage_headline.php +10 −5 Go to diff View file
M src/db/mysql/updates/2015/201503271456_add_forgeconfig.php +14 −7 Go to diff View file
M src/db/mysql/updates/2015/201504081720_allow_restricted_project_access.php +6 −3 Go to diff View file
M src/db/mysql/updates/2015/201504091644_add_authenticated_user_group.php +6 −3 Go to diff View file
M src/db/mysql/updates/2015/201504171343_restore_FRS_owner_group.php +12 −6 Go to diff View file
M src/db/mysql/updates/2015/201505051630_add_new_password_field.php +6 −3 Go to diff View file
M src/db/mysql/updates/2015/201505131103_project_admin_can_choose_visibility.php +6 −3 Go to diff View file
M src/db/mysql/updates/2015/201505302300_remove_twitter_widgets.php +6 −3 Go to diff View file
M src/db/mysql/updates/2015/201506011450_increase_unix_password_field_size.php +6 −3 Go to diff View file
M src/db/mysql/updates/2015/201506031610_add_svn_immutable_tags_whitelist_table.php +6 −3 Go to diff View file
M src/db/mysql/updates/2015/201506031658_enlarge_your_tinyint.php +6 −3 Go to diff View file
M src/db/mysql/updates/2015/201507152200_increase_session_ip_field_size.php +6 −3 Go to diff View file
M src/db/mysql/updates/2015/201508141600_remove_people_skills.php +10 −5 Go to diff View file
M src/db/mysql/updates/2015/201508171048_add_svn_immutable_tags_table.php +18 −9 Go to diff View file
M src/db/mysql/updates/2015/201508241048_add_truncated_emails_column.php +6 −3 Go to diff View file
M src/db/mysql/updates/2015/201508271443_add_index_on_system_event_table.php +6 −3 Go to diff View file
M src/db/mysql/updates/2015/201509020939_drop_priority_plugin_hook.php +6 −3 Go to diff View file
M src/db/mysql/updates/2015/201510011056_add_index_on_service_table.php +6 −3 Go to diff View file
M src/db/mysql/updates/2015/201510131542_turn_user_groups_tables_innodb.php +8 −4 Go to diff View file
M src/db/mysql/updates/2015/201511231728_add_trovecat_mandatory_column.php +6 −3 Go to diff View file
M src/db/mysql/updates/2015/201512171700_add_svn_token_table.php +6 −3 Go to diff View file
M src/db/mysql/updates/2015/201512211530_force_refresh_svnaccessfile.php +4 −2 Go to diff View file
M src/db/mysql/updates/2015/201512281119_add_svn_token_usage_table.php +6 −3 Go to diff View file
M src/db/mysql/updates/2015/201512291430_add_indexes_for_statistics.php +8 −4 Go to diff View file
M src/db/mysql/updates/2016/201601051638_add_trovecat_display_column.php +10 −5 Go to diff View file
M src/embedded_vendor/jpgraph/imageSmoothArc.php +2 −2 Go to diff View file
M src/embedded_vendor/jpgraph/imgdata_balls.inc.php +4 −2 Go to diff View file
M src/embedded_vendor/jpgraph/imgdata_bevels.inc.php +2 −1 Go to diff View file
M src/embedded_vendor/jpgraph/imgdata_diamonds.inc.php +2 −1 Go to diff View file
M src/embedded_vendor/jpgraph/imgdata_pushpins.inc.php +2 −1 Go to diff View file
M src/embedded_vendor/jpgraph/imgdata_stars.inc.php +2 −1 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph.php +527 −263 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_bar.php +62 −31 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_canvas.php +6 −3 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_canvtools.php +74 −37 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_contour.php +46 −23 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_date.php +26 −13 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_errhandler.inc.php +44 −22 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_error.php +18 −9 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_gantt.php +366 −183 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_gb2312.php +4 −2 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_gradient.php +10 −5 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_iconplot.php +48 −23 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_imgtrans.php +10 −5 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_led.php +10 −5 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_legend.inc.php +54 −27 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_line.php +48 −24 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_log.php +26 −13 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_meshinterpolate.inc.php +6 −3 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_mgraph.php +30 −15 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_pie.php +94 −47 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_pie3d.php +54 −21 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_plotband.php +84 −42 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_plotline.php +36 −18 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_plotmark.inc.php +50 −25 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_polar.php +78 −39 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_radar.php +92 −46 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_regstat.php +12 −6 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_rgb.inc.php +12 −6 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_scatter.php +28 −14 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_stock.php +20 −10 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_table.php +174 −87 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_text.inc.php +60 −30 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_theme.inc.php +12 −6 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_ttf.inc.php +24 −12 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_utils.inc.php +40 −20 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_windrose.php +166 −83 Go to diff View file
M src/embedded_vendor/jpgraph/themes/AquaTheme.class.php +10 −5 Go to diff View file
M src/embedded_vendor/jpgraph/themes/GreenTheme.class.php +10 −5 Go to diff View file
M src/embedded_vendor/jpgraph/themes/OceanTheme.class.php +10 −5 Go to diff View file
M src/embedded_vendor/jpgraph/themes/OrangeTheme.class.php +10 −5 Go to diff View file
M src/embedded_vendor/jpgraph/themes/PastelTheme.class.php +10 −5 Go to diff View file
M src/embedded_vendor/jpgraph/themes/RoseTheme.class.php +10 −5 Go to diff View file
M src/embedded_vendor/jpgraph/themes/SoftyTheme.class.php +10 −5 Go to diff View file
M src/embedded_vendor/jpgraph/themes/UniversalTheme.class.php +10 −5 Go to diff View file
M src/embedded_vendor/jpgraph/themes/VividTheme.class.php +10 −5 Go to diff View file
M src/forgeupgrade/ForgeUpgrade_Db_Driver.php +10 −5 Go to diff View file
M src/utils/check_user_mapping_for_project_import.php +2 −1 Go to diff View file
M src/utils/collect_xml_data.php +14 −7 Go to diff View file
M src/utils/cvs1/cvs_loginfo_clean.php +2 −1 Go to diff View file
M src/utils/export_project_xml.php +12 −6 Go to diff View file
M src/utils/generate_user_mapping_for_project_import.php +2 −1 Go to diff View file
M src/utils/tuleap.php +9 −9 Go to diff View file
M src/utils/tv3_to_test.php +40 −20 Go to diff View file
M src/www/account/change_pw.php +2 −1 Go to diff View file
M src/www/account/register.php +6 −3 Go to diff View file
M src/www/admin/admin_utils.php +6 −3 Go to diff View file
M src/www/admin/index.php +2 −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/user_changepw.php +2 −1 Go to diff View file
M src/www/admin/userlist.php +2 −1 Go to diff View file
M src/www/api/index.php +1 −1 Go to diff View file
M src/www/cvs/commit_utils.php +35 −18 Go to diff View file
M src/www/file/file_utils.php +32 −16 Go to diff View file
M src/www/forum/forum.php +4 −2 Go to diff View file
M src/www/forum/forum_utils.php +52 −26 Go to diff View file
M src/www/include/account.php +15 −8 Go to diff View file
M src/www/include/bookmarks.php +6 −3 Go to diff View file
M src/www/include/database.php +32 −16 Go to diff View file
M src/www/include/exit.php +14 −7 Go to diff View file
M src/www/include/help.php +6 −3 Go to diff View file
M src/www/include/html.php +59 −33 Go to diff View file
M src/www/include/nusoap.php +240 −120 Go to diff View file
M src/www/include/proj_email.php +8 −4 Go to diff View file
M src/www/include/service.php +2 −1 Go to diff View file
M src/www/include/session.php +8 −4 Go to diff View file
M src/www/include/timezones.php +2 −1 Go to diff View file
M src/www/include/trove.php +10 −5 Go to diff View file
M src/www/include/user.php +34 −17 Go to diff View file
M src/www/include/utils.php +98 −49 Go to diff View file
M src/www/include/utils_soap.php +10 −5 Go to diff View file
M src/www/include/viewvc_utils.php +2 −1 Go to diff View file
M src/www/mail/index.php +2 −1 Go to diff View file
M src/www/mail/mail_utils.php +12 −6 Go to diff View file
M src/www/my/my_utils.php +12 −6 Go to diff View file
M src/www/news/news_utils.php +28 −14 Go to diff View file
M src/www/project/admin/permissions.php +79 −43 Go to diff View file
M src/www/project/admin/project_admin_utils.php +14 −7 Go to diff View file
M src/www/project/admin/ugroup_utils.php +41 −21 Go to diff View file
M src/www/project/export/access_logs_export.php +14 −7 Go to diff View file
M src/www/project/export/artifact_history_export.php +2 −1 Go to diff View file
M src/www/project/export/index.php +2 −1 Go to diff View file
M src/www/project/export/project_export_utils.php +24 −12 Go to diff View file
M src/www/project/showdetails.php +4 −2 Go to diff View file
M src/www/project/stats/source_code_access_utils.php +30 −15 Go to diff View file
M src/www/soap/common/group.php +12 −6 Go to diff View file
M src/www/soap/common/session.php +10 −5 Go to diff View file
M src/www/soap/common/users.php +4 −2 Go to diff View file
M src/www/soap/frs/frs.php +46 −23 Go to diff View file
M src/www/soap/tracker/tracker.php +104 −52 Go to diff View file
M src/www/svn/svn_data.php +8 −4 Go to diff View file
M src/www/svn/svn_utils.php +40 −20 Go to diff View file
M src/www/themes/FlamingParrot/Bootstrap_FeedbackFormatter.class.php +2 −1 Go to diff View file
M src/www/themes/FlamingParrot/ContainerPresenter.class.php +26 −13 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +44 −22 Go to diff View file
M src/www/themes/FlamingParrot/NavBarItemDropdownPresenter.php +4 −2 Go to diff View file
M src/www/themes/FlamingParrot/NavBarItemDropdownSectionPresenter.php +4 −2 Go to diff View file
M src/www/themes/FlamingParrot/NavBarItemLinkPresenter.php +2 −1 Go to diff View file
M src/www/themes/FlamingParrot/NavBarItemPresenter.php +2 −1 Go to diff View file
M src/www/themes/FlamingParrot/NavBarItemPresentersCollection.php +6 −3 Go to diff View file
M src/www/themes/FlamingParrot/NavBarItemPresentersCollectionBuilder.php +12 −6 Go to diff View file
M src/www/themes/FlamingParrot/NavBarItemProjectsPresenter.php +2 −1 Go to diff View file
M src/www/themes/FlamingParrot/NavBarPresenter.class.php +32 −16 Go to diff View file
M src/www/themes/FlamingParrot/NavBarProjectPresenter.class.php +2 −1 Go to diff View file
M src/www/themes/FlamingParrot/SearchFormPresenter.class.php +6 −3 Go to diff View file
M src/www/themes/FlamingParrot/keyboard_navigation/KeyboardNavigationModalPresenter.class.php +58 −29 Go to diff View file
M src/www/tracker/gotoid.php +2 −1 Go to diff View file
M src/www/user/autocomplete.php +1 −1 Go to diff View file
M tests/integration/ProjectCreationTest.php +6 −3 Go to diff View file
M tests/integration/tracker_v3_to_v5/MigrateTrackerTest.php +126 −63 Go to diff View file
M tests/lib/DataAccessResult.class.php +30 −15 Go to diff View file
M tests/lib/MockBuilder.php +14 −7 Go to diff View file
M tests/lib/TestHelper.class.php +22 −11 Go to diff View file
M tests/lib/TuleapDbTestCase.class.php +26 −13 Go to diff View file
M tests/phpcs/tuleap-ruleset-minimal.xml +2 −0 Go to diff View file
M tests/rest/lib/Cache.php +2 −1 Go to diff View file
M tests/rest/lib/RequestWrapper.php +8 −4 Go to diff View file
M tests/rest/lib/tracker/Tracker.php +24 −12 Go to diff View file
M tests/rest/tests/ArtifactFilesTest.php +40 −20 Go to diff View file
M tests/rest/tests/ArtifactsChangesetsTest.php +4 −2 Go to diff View file
M tests/rest/tests/AuthenticationTest.php +4 −2 Go to diff View file
M tests/rest/tests/BacklogItemsTest.php +22 −11 Go to diff View file
M tests/rest/tests/CardsTest.php +8 −4 Go to diff View file
M tests/rest/tests/MilestonesBacklogPatchTest.php +20 −10 Go to diff View file
M tests/rest/tests/MilestonesCardwallTest.php +4 −2 Go to diff View file
M tests/rest/tests/MilestonesContentTest.php +6 −3 Go to diff View file
M tests/rest/tests/MilestonesMilestones.php +8 −4 Go to diff View file
M tests/rest/tests/PhpWikiTest.php +16 −8 Go to diff View file
M tests/rest/tests/PlanningTest.php +8 −4 Go to diff View file
M tests/rest/tests/TokenTest.php +4 −2 Go to diff View file
M tests/rest/tests/UserGroupTest.php +32 −16 Go to diff View file
M tests/rest/tests/regressions/ArtifactsCreationWithWrongWorkflowTest.php +4 −2 Go to diff View file
M tests/rest/tests/regressions/PutSoloCardTest.php +1 −1 Go to diff View file
M tests/simpletest/LanguageFilesTest.php +2 −1 Go to diff View file
M tests/simpletest/common/Config/ConfigTest.php +38 −19 Go to diff View file
M tests/simpletest/common/Project/Hierarchy/HierarchyManagerTest.php +20 −10 Go to diff View file
M tests/simpletest/common/Project/OneStepProjectCreationPresenterTest.php +16 −8 Go to diff View file
M tests/simpletest/common/Project/OneStepProjectCreationRequestTest.php +16 −8 Go to diff View file
M tests/simpletest/common/Project/OneStepProjectCreationValidatorTest.php +12 −6 Go to diff View file
M tests/simpletest/common/Project/ProjectManagerTest.php +44 −22 Go to diff View file
M tests/simpletest/common/Project/Project_SOAPServerTest.php +62 −31 Go to diff View file
M tests/simpletest/common/Project/UGroupLiteralizerTest.php +24 −12 Go to diff View file
M tests/simpletest/common/Project/UGroupManagerTest.php +38 −19 Go to diff View file
M tests/simpletest/common/Project/XML/Import/ZipArchiveTest.php +12 −6 Go to diff View file
M tests/simpletest/common/Project/aMockProject.php +12 −6 Go to diff View file
M tests/simpletest/common/Project/aMockUGroup.php +2 −1 Go to diff View file
M tests/simpletest/common/REST/GateKeeperTest.php +20 −10 Go to diff View file
M tests/simpletest/common/REST/JsonCastTest.php +12 −6 Go to diff View file
M tests/simpletest/common/REST/TokenManagerTest.php +16 −8 Go to diff View file
M tests/simpletest/common/TreeNode/GetStateVisitorTest.php +14 −7 Go to diff View file
M tests/simpletest/common/TreeNode/InjectPaddingInTreeNodeVisitorTest.php +2 −1 Go to diff View file
M tests/simpletest/common/TreeNode/InjectSpanPadding.class.php +16 −8 Go to diff View file
M tests/simpletest/common/TreeNode/InjectSpanPaddingInTreeNodeVisitorTest.php +6 −3 Go to diff View file
M tests/simpletest/common/TreeNode/InjectSpanPaddingWith2ChildrenAndTheFirstWith2ChildrenTest.php +10 −5 Go to diff View file
M tests/simpletest/common/TreeNode/InjectSpanPaddingWith2ChildrenAndTheFirstWithOneChildTest.php +8 −4 Go to diff View file
M tests/simpletest/common/TreeNode/InjectSpanPaddingWith3ChildrenAtRootFirstWithOneChildLastWith2ChildrenTest.php +14 −7 Go to diff View file
M tests/simpletest/common/TreeNode/InjectSpanPaddingWithADepthOf3Test.php +22 −11 Go to diff View file
M tests/simpletest/common/TreeNode/NodeDuplicatorContractTest.class.php +2 −1 Go to diff View file
M tests/simpletest/common/TreeNode/TreeNodeTest.php +14 −7 Go to diff View file
M tests/simpletest/common/User/ForgeUserGroupFactoryTest.php +14 −7 Go to diff View file
M tests/simpletest/common/User/ForgeUserGroupManagerTest.php +8 −4 Go to diff View file
M tests/simpletest/common/User/GenericUserFactoryTest.php +10 −5 Go to diff View file
M tests/simpletest/common/User/LoginManagerTest.php +32 −16 Go to diff View file
M tests/simpletest/common/User/PasswordExpirationCheckerTest.php +6 −3 Go to diff View file
M tests/simpletest/common/User/RandomNumberGeneratorTest.php +2 −1 Go to diff View file
M tests/simpletest/common/User/UserAccountValidityTest.php +22 −11 Go to diff View file
M tests/simpletest/common/User/UserHelperTest.php +16 −8 Go to diff View file
M tests/simpletest/common/User/UserStatusManagerTest.php +34 −17 Go to diff View file
M tests/simpletest/common/User/UserTest.php +40 −20 Go to diff View file
M tests/simpletest/common/User/UserTestBuilder.php +30 −15 Go to diff View file
M tests/simpletest/common/User/User_SOAPServerTest.php +14 −7 Go to diff View file
M tests/simpletest/common/User/User_SSHKeyDumperTest.php +16 −8 Go to diff View file
M tests/simpletest/common/User/User_SSHKeyValidatorTest.php +20 −10 Go to diff View file
M tests/simpletest/common/User/XML/Import/AlreadyExistingUserTest.php +8 −4 Go to diff View file
M tests/simpletest/common/User/XML/Import/EmailDoesNotMatchUserTest.php +8 −4 Go to diff View file
M tests/simpletest/common/User/XML/Import/MappingFileOptimusPrimeTransformerTest.php +86 −43 Go to diff View file
M tests/simpletest/common/User/XML/Import/MappingTest.php +20 −10 Go to diff View file
M tests/simpletest/common/User/XML/Import/ReadyToBeImportedUsersCollectionTest.php +16 −8 Go to diff View file
M tests/simpletest/common/User/XML/Import/ToBeActivatedUserTest.php +8 −4 Go to diff View file
M tests/simpletest/common/User/XML/Import/ToBeCreatedUserTest.php +8 −4 Go to diff View file
M tests/simpletest/common/User/XML/Import/ToBeMappedUserTest.php +8 −4 Go to diff View file
M tests/simpletest/common/User/XML/Import/UsersToBeImportedCollectionBuilderTest.php +46 −23 Go to diff View file
M tests/simpletest/common/User/XML/Import/UsersToBeImportedCollectionTest.php +22 −11 Go to diff View file
M tests/simpletest/common/User/XML/Import/WillBeCreatedUserTest.php +6 −3 Go to diff View file
M tests/simpletest/common/User/XML/UserXMLExportedCollectionTest.php +12 −6 Go to diff View file
M tests/simpletest/common/User/XML/UserXMLExporterTest.php +18 −9 Go to diff View file
M tests/simpletest/common/Widget/Rule_Widget_OwnerTest.php +6 −3 Go to diff View file
M tests/simpletest/common/Widget/Valid_Widget_OwnerTest.php +10 −5 Go to diff View file
M tests/simpletest/common/backend/BackendAliasesTest.php +18 −9 Go to diff View file
M tests/simpletest/common/backend/BackendCVSTest.php +36 −18 Go to diff View file
M tests/simpletest/common/backend/BackendLoggerTest.php +14 −7 Go to diff View file
M tests/simpletest/common/backend/BackendMailingListTest.php +6 −3 Go to diff View file
M tests/simpletest/common/backend/BackendSVNTest.php +32 −16 Go to diff View file
M tests/simpletest/common/backend/BackendSystemTest.php +34 −17 Go to diff View file
M tests/simpletest/common/backend/BackendTest.php +28 −14 Go to diff View file
M tests/simpletest/common/collection/CollectionTest.php +2 −1 Go to diff View file
M tests/simpletest/common/collection/CollectionTestCase.class.php +36 −18 Go to diff View file
M tests/simpletest/common/collection/LinkedListTest.php +2 −1 Go to diff View file
M tests/simpletest/common/collection/LinkedListTestCase.class.php +6 −3 Go to diff View file
M tests/simpletest/common/collection/MapTest.php +20 −10 Go to diff View file
M tests/simpletest/common/collection/PrioritizedListTest.php +10 −5 Go to diff View file
M tests/simpletest/common/dao/SystemEventDaoTest.php +2 −1 Go to diff View file
M tests/simpletest/common/dao/UserDaoTest.php +2 −1 Go to diff View file
M tests/simpletest/common/dao/include/DataAccessObjectTest.php +2 −1 Go to diff View file
M tests/simpletest/common/date/DateHelperTest.php +22 −11 Go to diff View file
M tests/simpletest/common/date/TimeIntervalTest.php +8 −4 Go to diff View file
M tests/simpletest/common/encoding/SupportedXmlCharEncodingTest.php +10 −5 Go to diff View file
M tests/simpletest/common/frs/FRSFileFactoryTest.php +76 −38 Go to diff View file
M tests/simpletest/common/frs/FRSFileTest.php +12 −6 Go to diff View file
M tests/simpletest/common/frs/FRSPackageTest.php +6 −3 Go to diff View file
M tests/simpletest/common/frs/FRSReleaseTest.php +16 −8 Go to diff View file
M tests/simpletest/common/frs/FRSXMLImporterTest.php +18 −9 Go to diff View file
M tests/simpletest/common/frs/FileUtilsTest.php +10 −5 Go to diff View file
M tests/simpletest/common/html/HTML_Element_SelectboxTest.php +6 −3 Go to diff View file
M tests/simpletest/common/html/HTML_TableTest.php +18 −9 Go to diff View file
M tests/simpletest/common/html/HTML_Table_BootstrapTest.php +6 −3 Go to diff View file
M tests/simpletest/common/include/Codendi_DiffTest.php +10 −5 Go to diff View file
M tests/simpletest/common/include/Codendi_HTMLPurifierTest.php +26 −13 Go to diff View file
M tests/simpletest/common/include/Codendi_HTTPPurifierTest.php +4 −2 Go to diff View file
M tests/simpletest/common/include/Codendi_RequestTest.php +6 −3 Go to diff View file
M tests/simpletest/common/include/ForgeUpgradeConfigTest.php +22 −11 Go to diff View file
M tests/simpletest/common/include/HTTPRequestTest.php +136 −68 Go to diff View file
M tests/simpletest/common/include/ResponseTest.php +2 −1 Go to diff View file
M tests/simpletest/common/include/SOAPRequestTest.php +2 −1 Go to diff View file
M tests/simpletest/common/include/SanitizerTestCase.class.php +2 −1 Go to diff View file
M tests/simpletest/common/include/SimpleSanitizerTest.php +2 −1 Go to diff View file
M tests/simpletest/common/include/SimpleSanitizerTestCase.class.php +6 −3 Go to diff View file
M tests/simpletest/common/include/SiteCacheTest.php +6 −3 Go to diff View file
M tests/simpletest/common/include/URLRedirectTest.php +4 −2 Go to diff View file
M tests/simpletest/common/include/URLTest.php +26 −13 Go to diff View file
M tests/simpletest/common/include/URLVerificationTest.php +100 −50 Go to diff View file
M tests/simpletest/common/include/builders/aMockTemplateRenderer.php +8 −4 Go to diff View file
M tests/simpletest/common/include/builders/aRequest.php +22 −11 Go to diff View file
M tests/simpletest/common/include/builders/aTreeNode.php +16 −8 Go to diff View file
M tests/simpletest/common/language/BaseLanguageFactoryTest.php +10 −5 Go to diff View file
M tests/simpletest/common/layout/ColorHelperTest.php +4 −2 Go to diff View file
M tests/simpletest/common/log/TruncateLevelLoggerTest.php +10 −5 Go to diff View file
M tests/simpletest/common/log/WrapperLoggerTest.php +16 −8 Go to diff View file
M tests/simpletest/common/mail/MailBuilderTest.php +10 −5 Go to diff View file
M tests/simpletest/common/mail/MailManagerTest.php +20 −10 Go to diff View file
M tests/simpletest/common/mail/RecipientListBuilderTest.php +16 −8 Go to diff View file
M tests/simpletest/common/permission/PermissionsManagerTest.php +180 −90 Go to diff View file
M tests/simpletest/common/plugin/PluginDependencySolverTest.php +8 −4 Go to diff View file
M tests/simpletest/common/plugin/PluginFactoryTest.php +20 −10 Go to diff View file
M tests/simpletest/common/plugin/PluginInfoTest.php +8 −4 Go to diff View file
M tests/simpletest/common/plugin/PluginManagerTest.php +14 −7 Go to diff View file
M tests/simpletest/common/plugin/PluginTest.php +24 −12 Go to diff View file
M tests/simpletest/common/reference/ReferenceManagerTest.php +20 −10 Go to diff View file
M tests/simpletest/common/reference/ReferenceTest.php +6 −3 Go to diff View file
M tests/simpletest/common/soap/SOAP_RequestLimitatorTest.php +16 −8 Go to diff View file
M tests/simpletest/common/soap/SOAP_WSDLMethodGeneratorTest.php +40 −20 Go to diff View file
M tests/simpletest/common/soap/_fixtures/SOAP_WSDLGeneratorFixtures.php +10 −5 Go to diff View file
M tests/simpletest/common/svn/PreCommitTest.php +20 −10 Go to diff View file
M tests/simpletest/common/svn/SVN_Apache_Auth_FactoryTest.php +6 −3 Go to diff View file
M tests/simpletest/common/svn/SVN_Apache_ModPerlTest.php +12 −6 Go to diff View file
M tests/simpletest/common/svn/SVN_Apache_SvnrootConfTest.php +14 −7 Go to diff View file
M tests/simpletest/common/svn/SVN_RepositoryListingTest.php +14 −7 Go to diff View file
M tests/simpletest/common/svn/SVN_SOAPServerTest.php +12 −6 Go to diff View file
M tests/simpletest/common/svn/SVN_SvnlookTest.php +16 −8 Go to diff View file
M tests/simpletest/common/system_event/SystemEventManagerTest.php +28 −14 Go to diff View file
M tests/simpletest/common/system_event/SystemEventProcessor_RootTest.php +12 −6 Go to diff View file
M tests/simpletest/common/system_event/SystemEventTest.php +8 −4 Go to diff View file
M tests/simpletest/common/system_event/builders/aSystemEvent.php +10 −5 Go to diff View file
M tests/simpletest/common/system_event/include/SystemEvent_COMPUTE_MD5SUM_Test.php +8 −4 Go to diff View file
M tests/simpletest/common/system_event/include/SystemEvent_PROJECT_DELETE_Test.php +24 −12 Go to diff View file
M tests/simpletest/common/system_event/include/SystemEvent_PROJECT_RENAME_Test.php +18 −9 Go to diff View file
M tests/simpletest/common/system_event/include/SystemEvent_UGROUP_MODIFY_Test.php +14 −7 Go to diff View file
M tests/simpletest/common/system_event/include/SystemEvent_USER_RENAME_Test.php +8 −4 Go to diff View file
M tests/simpletest/common/templating/TemplateRendererTestBase.php +20 −10 Go to diff View file
M tests/simpletest/common/tour/CustomToursFactoryTest.php +38 −19 Go to diff View file
M tests/simpletest/common/tour/TourFactoryTest.php +8 −4 Go to diff View file
M tests/simpletest/common/tour/TourUsageTest.php +10 −5 Go to diff View file
M tests/simpletest/common/tracker/ArtifactImportTest.php +34 −17 Go to diff View file
M tests/simpletest/common/tracker/ArtifactRuleFactoryTest.php +2 −1 Go to diff View file
M tests/simpletest/common/tracker/ArtifactRuleValueTest.php +4 −2 Go to diff View file
M tests/simpletest/common/tracker/ArtifactRuleValueViewTest.php +2 −1 Go to diff View file
M tests/simpletest/common/tracker/ArtifactRulesManagerTest.php +12 −6 Go to diff View file
M tests/simpletest/common/tracker/ArtifactTest.php +8 −4 Go to diff View file
M tests/simpletest/common/tracker/ArtifactXMLExporterTest.php +136 −68 Go to diff View file
M tests/simpletest/common/valid/Rule_ArrayTest.php +2 −1 Go to diff View file
M tests/simpletest/common/valid/Rule_DateTest.php +10 −5 Go to diff View file
M tests/simpletest/common/valid/Rule_EmailTest.php +14 −7 Go to diff View file
M tests/simpletest/common/valid/Rule_FRSFileNameTest.php +10 −5 Go to diff View file
M tests/simpletest/common/valid/Rule_FileTest.php +16 −8 Go to diff View file
M tests/simpletest/common/valid/Rule_IntTest.php +12 −6 Go to diff View file
M tests/simpletest/common/valid/Rule_NumericalTest.php +12 −6 Go to diff View file
M tests/simpletest/common/valid/Rule_ProjectFullNameTest.php +4 −2 Go to diff View file
M tests/simpletest/common/valid/Rule_ProjectNameIntegrationTest.php +2 −1 Go to diff View file
M tests/simpletest/common/valid/Rule_ProjectNameTest.php +20 −10 Go to diff View file
M tests/simpletest/common/valid/Rule_RealNameTest.php +14 −7 Go to diff View file
M tests/simpletest/common/valid/Rule_RegexpTest.php +4 −2 Go to diff View file
M tests/simpletest/common/valid/Rule_StringTest.php +6 −3 Go to diff View file
M tests/simpletest/common/valid/Rule_UserNameIntegrationTest.php +14 −7 Go to diff View file
M tests/simpletest/common/valid/Rule_UserNameTest.php +32 −16 Go to diff View file
M tests/simpletest/common/valid/ValidHelpersTest.php +10 −5 Go to diff View file
M tests/simpletest/common/valid/ValidTest.php +32 −16 Go to diff View file
M tests/simpletest/common/wiki/PermissionsManagerTest.php +12 −6 Go to diff View file
M tests/simpletest/common/wiki/WikiAttachmentTest.php +28 −14 Go to diff View file
M tests/simpletest/common/xml/SecurityTest.php +6 −3 Go to diff View file
M tests/simpletest/common/xml/XMLImportHelperTest.php +2 −1 Go to diff View file
M tools/rpm/FakePluginDescriptor.php +12 −6 Go to diff View file
M tools/rpm/ReleaseVersionComparator.php +22 −11 Go to diff View file
M tools/rpm/check_release/CheckReleaseGit.class.php +26 −13 Go to diff View file
M tools/rpm/check_release/GitExec.class.php +6 −3 Go to diff View file
M tools/rpm/check_release/check_release_git.php +4 −2 Go to diff View file
M tools/rpm/check_release/check_release_gitTest.php +12 −6 Go to diff View file
M tools/utils/dump_trackerv3_attachments.php +10 −5 Go to diff View file