stable
Clone or download
Read-only
request #13902: Enforce all PSR-2 rules that can be autofixed by PHP_CodeSniffer
The only manual changes are under tests/phpcs/ to update the rulesets and to the Makefile and tests/actions.groovy to make sure PHPCS has enough memory to parse everything. A few files have been ignored because PHPCS does not succeed to autofix them. Coding standards will be applied manually to those files in a dedicated contribution. Psalm baseline has been recreated because some issues were not catched by it anymore due to the heavy changes done in some files (mainly reletad to SOAP endpoints). Change-Id: Ib21fa7216254840cf0e25197f45989d952b79871
Modified Files
Name | ||||
---|---|---|---|---|
M | Makefile | +2 | −2 | Go to diff View file |
M | plugins/admindelegation/include/AdminDelegationPluginInfo.class.php | +2 | −3 | Go to diff View file |
M | plugins/admindelegation/include/AdminDelegation_ShowProjectWidget.class.php | +6 | −5 | Go to diff View file |
M | plugins/admindelegation/include/AdminDelegation_UserServiceLogDao.class.php | +0 | −1 | Go to diff View file |
M | plugins/admindelegation/phpunit/bootstrap.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/db/mysql/updates/2012/201203191812_add_planning_tables.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/db/mysql/updates/2012/201203201103_add_column_group_id.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/db/mysql/updates/2012/201203230952_rename_column_release_tracker_id.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/db/mysql/updates/2012/201205041624_add_titles_column.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/db/mysql/updates/2013/201307101021_add_agiledashborad_semantic_initial_effort_table.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/db/mysql/updates/2013/201309251016_add_agiledashboard_criteria_table.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/db/mysql/updates/2014/201411251018_add_agiledashboard_kanban_table.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/db/mysql/updates/2014/201411261504_add_agiledashboard_kanban_configuration_table.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/db/mysql/updates/2014/201411281005_create_plugin_agiledashboard_configuration_table.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/db/mysql/updates/2014/201412031051_remove_project_id_in_kanban_configuration.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/db/mysql/updates/2015/201501061426_add_kanban_id.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/db/mysql/updates/2015/201501201118_add_titles.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/db/mysql/updates/2015/201502061635_add_planning_priority_change_permission.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/db/mysql/updates/2015/201502261627_add_plugin_agiledashboard_kanban_configuration_column_table.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AdminKanbanPresenter.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AdminScrumPresenter.class.php | +5 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardConfigurationResponse.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardKanbanConfigurationUpdater.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardScrumConfigurationUpdater.class.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardStatisticsAggregator.class.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/BacklogItem/PaginatedBacklogItemsRepresentations.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/BacklogItem/PaginatedBacklogItemsRepresentationsBuilder.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/BacklogItem/SubBacklogItemDao.class.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/BacklogItem/SubBacklogItemProvider.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/BacklogItemDao.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/ConfigurationDao.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/ConfigurationManager.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FieldPriorityAugmenter.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FirstScrumCreator.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupCacheChecker.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/HierarchyChecker.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Kanban.class.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Kanban/RealTime/KanbanArtifactMessageBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanActionsChecker.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanCannotAccessException.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanColumn.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanColumnDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanColumnFactory.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanColumnManager.php | +2 | −1 | 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 | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanFactory.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanItemDao.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanItemManager.class.php | +5 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanManager.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanNotFoundException.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanRightsPresenter.php | +3 | −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 | +5 | −4 | 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 | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItemBuilder.class.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItemCollectionFactory.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItemPresenterBuilder.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItemPresenterCollection.class.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogRowPresenter.class.php | +2 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/DescendantItemsCollection.class.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/DescendantItemsFinder.class.php | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/IBacklogItemCollection.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/IBuildBacklogItemAndBacklogItemCollection.class.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneDao.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneParentLinker.php | +7 | −5 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneReportCriterionDao.class.php | +2 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneReportCriterionOptionsProvider.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneReportCriterionProvider.class.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneRepresentationBuilder.class.php | +4 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneStatusCounter.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/PaginatedMilestones.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/PaginatedMilestonesRepresentations.class.php | +2 | −2 | 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/Pane/Planning/SubmilestoneFinder.class.php | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/SelectedMilestoneProvider.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/PaneIconLinkPresenter.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/PaneInfoFactory.class.php | +2 | −1 | 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 | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/ResourcesInjector.class.php | +4 | −3 | 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 | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactIsNotInBacklogTrackerException.class.php | +3 | −2 | 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 | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactIsNotInUnplannedBacklogItemsException.class.php | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemParentReference.class.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php | +14 | −14 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/CardRepresentation.class.php | +3 | −3 | 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/IValidateElementsToAdd.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/IdsFromBodyAreNotUniqueException.class.php | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanAddRepresentation.php | +2 | −1 | 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/KanbanCollapseColumnRepresentation.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanColumnPATCHRepresentation.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanColumnPOSTRepresentation.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanColumnsResource.php | +4 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemPOSTRepresentation.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemsResource.php | +2 | −2 | 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 | +6 | −6 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/TimeInfoFactory.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneContentUpdater.class.php | +2 | −1 | 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 | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneRepresentation.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php | +15 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResourceValidator.class.php | +8 | −8 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestonesCardwallRepresentation.class.php | +3 | −2 | 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/OrderRepresentation.php | +3 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/OrderValidator.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/PatchAddBacklogItemsValidator.class.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/PatchAddContentValidator.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/PatchAddRemoveValidator.class.php | +2 | −1 | 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 | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectMilestonesResource.class.php | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectPlanningsResource.class.php | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ResourcesPatcher.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/SubMilestoneAlreadyHasAParentException.class.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/SubMilestoneDoesNotExistException.class.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/SubmilestoneListedTwiceException.class.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/SwimlineRepresentation.class.php | +4 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/UserCannotReadSubMilestoneException.class.php | +3 | −2 | 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 | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v2/BacklogItemRepresentationFactory.class.php | +4 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v2/ProjectBacklogResource.class.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v2/ResourcesInjector.class.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Semantic/Dao/Dao_InitialEffort.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Semantic/Dao/InitialEffortDao.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Semantic/Semantic_InitialEffort.class.php | +19 | −19 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Semantic/Semantic_InitialEffortFactory.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/SemanticStatusNotFoundException.php | +3 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/SequenceIdManager.php | +3 | −2 | 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 | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/XMLExporterUnableToGetValueException.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/XMLFullStructureExporter.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/XMLImporter.class.php | +4 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/XMLImporterInvalidTrackerMappingsException.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardPluginDescriptor.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardPluginInfo.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouter.class.php | +5 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouterBuilder.php | +2 | −1 | 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 | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/ArtifactCreationController.class.php | +2 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/ArtifactLinker.class.php | +2 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/ArtifactParentsSelector.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/ArtifactParentsSelector/Command.class.php | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/ArtifactParentsSelector/NearestMilestoneWithBacklogTrackerCommand.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/ArtifactParentsSelector/ParentInSameHierarchyCommand.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/ArtifactParentsSelector/SameTrackerCommand.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/ArtifactParentsSelector/SubChildrenBelongingToTrackerCommand.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/ArtifactParentsSelectorEventListener.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/CardDisplayPreferences.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestoneController.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestoneFactory.class.php | +17 | −10 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestonePermissionDeniedException.class.php | +3 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestoneRedirectParameter.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestoneSelectorController.class.php | +4 | −5 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/NoMilestone.class.php | +0 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/NoPlanningsException.class.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/NotFoundException.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/Planning.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningAdminPresenter.class.php | +2 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningController.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningFactory.class.php | +15 | −11 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningFormPresenter.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningOutOfHierarchyAdminPresenter.class.php | +2 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningParameters.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningPermissionsManager.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningPresenter.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningRequestValidator.class.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/Presenters/BaseHomePresenter.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/Presenters/HomePresenter.class.php | +16 | −15 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/Presenters/LastLevelMilestone.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/Presenters/MilestoneAccessPresenter.class.php | +4 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/Presenters/MilestoneBurndownSummaryPresenter.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/Presenters/MilestoneSummaryPresenter.class.php | +4 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/Presenters/MilestoneSummaryPresenterAbstract.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/TrackerPresenter.class.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/VirtualTopMilestone.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +22 | −25 | Go to diff View file |
M | plugins/agiledashboard/tests/AgileDashboardRouterTest.php | +6 | −3 | Go to diff View file |
M | plugins/agiledashboard/tests/builders/aMilestone.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/builders/aPlanning.php | +11 | −10 | Go to diff View file |
M | plugins/agiledashboard/tests/builders/aPlanningCreationRequest.php | +2 | −3 | Go to diff View file |
M | plugins/agiledashboard/tests/builders/all.php | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/builders/anArtifactNode.php | +2 | −3 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/BacklogItem/SubBacklogItemProviderTest.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/HierarchyCheckerTest.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/Milestone/Backlog/BacklogItemPresenterCollectionTest.php | +2 | −3 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/Milestone/MilestoneReportCriterionOptionsProviderTest.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/Milestone/MilestoneReportCriterionProviderTest.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/Milestone/MilestoneStatusCounterTest.php | +7 | −4 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/Milestone/Pane/Planning/SubmilestoneFinderTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/Milestone/SelectedMilestoneProviderTest.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/Planning/NearestPlanningTrackerProviderTest.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/REST/v1/MilestoneResourceValidatorTest.php | +4 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/REST/v1/OrderValidatorTest.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/SequenceIdManagerTest.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/XMLExporterTest.php | +7 | −6 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/XMLFullStructureExporterTest.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/XMLImporterTest.php | +2 | −3 | Go to diff View file |
M | plugins/agiledashboard/tests/include/ArtifactCreationControllerTest.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/include/ArtifactLinkerTest.php | +14 | −10 | Go to diff View file |
M | plugins/agiledashboard/tests/include/ArtifactParentsSelectorEventListenerTest.php | +5 | −5 | Go to diff View file |
M | plugins/agiledashboard/tests/include/ArtifactParentsSelectorTest.php | +11 | −10 | Go to diff View file |
M | plugins/agiledashboard/tests/include/ControllerTest.php | +23 | −12 | Go to diff View file |
M | plugins/agiledashboard/tests/include/KanbanActionsCheckerTest.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/include/KanbanColumnManagerTest.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/include/KanbanUserPreferencesTest.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/include/MilestoneFactoryTest.php | +17 | −11 | Go to diff View file |
M | plugins/agiledashboard/tests/include/MilestoneParentLinkerTest.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/include/MilestoneSelectorControllerTest.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/include/PlanningFactoryTest.php | +19 | −12 | Go to diff View file |
M | plugins/agiledashboard/tests/include/RequestValidatorTest.php | +4 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/include/TrackerPresenterTest.php | +9 | −5 | Go to diff View file |
M | plugins/agiledashboard/tests/rest/KanbanTest.php | +24 | −16 | Go to diff View file |
M | plugins/archivedeleteditems/include/ArchiveDeletedItemsPluginDescriptor.class.php | +2 | −4 | Go to diff View file |
M | plugins/archivedeleteditems/include/ArchiveDeletedItemsPluginInfo.class.php | +2 | −3 | Go to diff View file |
M | plugins/cardwall/db/mysql/updates/2012/201206051455_add_cardwall_on_top_table.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/db/mysql/updates/2012/201207070819_add_cardwall_on_top_mappings_table.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/db/mysql/updates/2012/201207171819_add_freestyle_on_top_field.php | +2 | −3 | Go to diff View file |
M | plugins/cardwall/db/mysql/updates/2013/201308261539_add_cardfields_semantic_table.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/db/mysql/updates/2013/201308271726_set_default_semantic.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/db/mysql/updates/2013/201308291505_update_cardfields_semantic_table.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/db/mysql/updates/2013/201310041431_update_existing_cardwall_configurations.php | +2 | −3 | Go to diff View file |
M | plugins/cardwall/db/mysql/updates/2018/201803201204_update_unique_index.php | +2 | −5 | Go to diff View file |
M | plugins/cardwall/include/Board.class.php | +2 | −3 | Go to diff View file |
M | plugins/cardwall/include/BoardPresenter.class.php | +2 | −1 | Go to diff View file |
M | plugins/cardwall/include/CardController.class.php | +2 | −3 | Go to diff View file |
M | plugins/cardwall/include/CardControllerBuilderRequestDataException.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/CardControllerBuilderRequestIdException.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/CardControllerBuilderRequestPlanningIdException.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/CardFieldPresenter.class.php | +2 | −3 | Go to diff View file |
M | plugins/cardwall/include/CardFields.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/CardInCellPresenter.class.php | +2 | −3 | Go to diff View file |
M | plugins/cardwall/include/CardInCellPresenterFactory.class.php | +2 | −3 | Go to diff View file |
M | plugins/cardwall/include/CardInCellPresenterNode.class.php | +2 | −3 | Go to diff View file |
M | plugins/cardwall/include/CardResourceBadValueFormatException.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/CardwallConfigXml.class.php | +2 | −1 | Go to diff View file |
M | plugins/cardwall/include/CardwallConfigXmlExport.class.php | +3 | −2 | Go to diff View file |
M | plugins/cardwall/include/CardwallConfigXmlImport.class.php | +6 | −9 | Go to diff View file |
M | plugins/cardwall/include/CardwallFromXmlImportCannotBeEnabledException.class.php | +2 | −3 | Go to diff View file |
M | plugins/cardwall/include/CardwallPluginDescriptor.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/CardwallPluginInfo.class.php | +2 | −3 | Go to diff View file |
M | plugins/cardwall/include/Cardwall_Renderer.class.php | +5 | −5 | Go to diff View file |
M | plugins/cardwall/include/Cardwall_RendererDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/Column.class.php | +2 | −1 | Go to diff View file |
M | plugins/cardwall/include/EffortProgressPresenter.class.php | +3 | −2 | 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 | +2 | −3 | Go to diff View file |
M | plugins/cardwall/include/FieldProviders/IProvideFieldGivenAnArtifact.class.php | +2 | −3 | Go to diff View file |
M | plugins/cardwall/include/FieldProviders/SemanticStatusFieldProvider.class.php | +2 | −3 | Go to diff View file |
M | plugins/cardwall/include/FieldsExtractor.class.php | +2 | −4 | Go to diff View file |
M | plugins/cardwall/include/Form.class.php | +3 | −3 | Go to diff View file |
M | plugins/cardwall/include/InitialEffortNotDefinedException.class.php | +2 | −1 | Go to diff View file |
M | plugins/cardwall/include/Mapping.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/MappingCollection.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/OnTop/ColumnDao.class.php | +2 | −1 | Go to diff View file |
M | plugins/cardwall/include/OnTop/ColumnMappingFieldDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/OnTop/ColumnMappingFieldValueDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config.class.php | +0 | −1 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/ColumnCollection.class.php | +2 | −3 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/ColumnFactory.class.php | +5 | −3 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/ColumnFreestyleCollection.class.php | +2 | −3 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/ColumnStatusCollection.class.php | +2 | −4 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/ColumnsVisitor.class.php | +2 | −3 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/Command.class.php | +3 | −3 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/Command/CreateColumn.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/Command/CreateMappingField.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/Command/DeleteColumns.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/Command/DeleteMappingFields.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/Command/EnableCardwallOnTop.class.php | +3 | −3 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/Command/EnableFreestyleColumns.class.php | +3 | −3 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/Command/UpdateColumns.class.php | +2 | −1 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/Command/UpdateMappingFields.class.php | +11 | −5 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/MappedFieldProvider.class.php | +2 | −3 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/TrackerMapping.class.php | +5 | −5 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/TrackerMappingFactory.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/TrackerMappingField.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/TrackerMappingFreestyle.class.php | +3 | −2 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/TrackerMappingNoField.class.php | +2 | −3 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/TrackerMappingStatus.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/Updater.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/ValueMapping.class.php | +2 | −1 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/ValueMappingFactory.class.php | +3 | −3 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/View/Admin.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/View/ColumnDefinition.class.php | +3 | −3 | Go to diff View file |
M | plugins/cardwall/include/OnTop/ConfigFactory.class.php | +2 | −3 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Dao.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/OnTop/IConfig.class.php | +2 | −1 | Go to diff View file |
M | plugins/cardwall/include/OpenClosedEffortProgressPresenter.class.php | +2 | −1 | Go to diff View file |
M | plugins/cardwall/include/Pane.class.php | +3 | −2 | Go to diff View file |
M | plugins/cardwall/include/PaneBoardBuilder.class.php | +2 | −3 | 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 | +2 | −1 | Go to diff View file |
M | plugins/cardwall/include/REST/v1/CardValidator.php | +5 | −4 | Go to diff View file |
M | plugins/cardwall/include/REST/v1/CardsResource.class.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/include/REST/v1/MilestonesCardwallResource.class.php | +3 | −2 | Go to diff View file |
M | plugins/cardwall/include/RemainingEffortProgressPresenter.class.php | +4 | −3 | Go to diff View file |
M | plugins/cardwall/include/RendererBoardBuilder.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/RendererPresenter.class.php | +2 | −1 | Go to diff View file |
M | plugins/cardwall/include/Semantic/CardFields.class.php | +12 | −12 | Go to diff View file |
M | plugins/cardwall/include/Semantic/Dao/CardFieldsDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/SingleCard.class.php | +2 | −1 | Go to diff View file |
M | plugins/cardwall/include/Swimline.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/SwimlineFactory.class.php | +2 | −4 | Go to diff View file |
M | plugins/cardwall/include/SwimlineSolo.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/SwimlineSoloNoMatchingColumns.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/SwimlineTrackerRenderer.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/UserPreferences/Autostack/AutostackDashboard.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/UserPreferences/Autostack/AutostackRenderer.class.php | +2 | −3 | Go to diff View file |
M | plugins/cardwall/include/UserPreferences/UserPreferencesAutostack.class.php | +2 | −3 | Go to diff View file |
M | plugins/cardwall/include/UserPreferences/UserPreferencesAutostackFactory.class.php | +2 | −4 | Go to diff View file |
M | plugins/cardwall/include/UserPreferences/UserPreferencesController.class.php | +2 | −3 | Go to diff View file |
M | plugins/cardwall/include/UserPreferences/UserPreferencesDisplayUser.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/cardwallPlugin.class.php | +2 | −3 | Go to diff View file |
M | plugins/cardwall/include/constants.php | +1 | −2 | Go to diff View file |
M | plugins/cardwall/tests/CardControllerTest.php | +2 | −1 | Go to diff View file |
M | plugins/cardwall/tests/CardInCellPresenterFactoryTest.php | +2 | −1 | Go to diff View file |
M | plugins/cardwall/tests/CardInCellPresenterNodeTest.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/tests/CardInCellPresenterTest.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/tests/CardwallConfigXmlExportTest.php | +5 | −3 | Go to diff View file |
M | plugins/cardwall/tests/CardwallConfigXmlImportTest.php | +2 | −1 | Go to diff View file |
M | plugins/cardwall/tests/ColumnTest.php | +4 | −3 | Go to diff View file |
M | plugins/cardwall/tests/OnTop/Config/ColumnFactoryTest.php | +4 | −2 | Go to diff View file |
M | plugins/cardwall/tests/OnTop/Config/Command/CreateColumnTest.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/tests/OnTop/Config/Command/CreateMappingFieldTest.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/tests/OnTop/Config/Command/DeleteColumnsTest.php | +6 | −9 | Go to diff View file |
M | plugins/cardwall/tests/OnTop/Config/Command/DeleteMappingFieldsTest.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/tests/OnTop/Config/Command/EnableCardwallOnTopTest.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/tests/OnTop/Config/Command/EnableFreestyleColumnsTest.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/tests/OnTop/Config/Command/UpdateColumnsTest.php | +3 | −4 | Go to diff View file |
M | plugins/cardwall/tests/OnTop/Config/Command/UpdateMappingFieldsTest.php | +24 | −14 | Go to diff View file |
M | plugins/cardwall/tests/OnTop/Config/TrackerMappingFactoryTest.php | +5 | −5 | Go to diff View file |
M | plugins/cardwall/tests/OnTop/Config/TrackerMappingNoFieldTest.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/tests/OnTop/Config/TrackerMappingStatusTest.php | +2 | −1 | Go to diff View file |
M | plugins/cardwall/tests/OnTop/Config/UpdaterTest.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/tests/OnTop/Config/ValueMappingFactoryTest.php | +4 | −3 | Go to diff View file |
M | plugins/cardwall/tests/OnTop/ConfigTest.php | +6 | −3 | Go to diff View file |
M | plugins/cardwall/tests/OnTop/MappedFieldProviderTest.php | +2 | −1 | Go to diff View file |
M | plugins/cardwall/tests/PaneBoardBuilderTest.php | +2 | −4 | Go to diff View file |
M | plugins/cardwall/tests/RendererBoardBuilder.php | +4 | −3 | Go to diff View file |
M | plugins/cardwall/tests/SwimlineFactoryTest.php | +2 | −3 | Go to diff View file |
M | plugins/docman/bin/DocmanExport/Docman_ExportException.class.php | +2 | −3 | Go to diff View file |
M | plugins/docman/bin/DocmanExport/Docman_XMLExport.class.php | +7 | −7 | Go to diff View file |
M | plugins/docman/bin/DocmanExport/Docman_XMLExportVisitor.class.php | +19 | −20 | Go to diff View file |
M | plugins/docman/bin/DocmanExport/XMLExport.class.php | +7 | −6 | Go to diff View file |
M | plugins/docman/bin/DocmanExport/export.php | +3 | −3 | Go to diff View file |
M | plugins/docman/bin/DocmanImport/DateParser.class.php | +3 | −5 | Go to diff View file |
M | plugins/docman/bin/DocmanImport/FSDocmanUploader.class.php | +11 | −10 | Go to diff View file |
M | plugins/docman/bin/DocmanImport/ImportFromDocmanV1.class.php | +2 | −3 | Go to diff View file |
M | plugins/docman/bin/DocmanImport/Trees.class.php | +2 | −1 | Go to diff View file |
M | plugins/docman/bin/DocmanImport/XMLDocmanImport.class.php | +93 | −55 | Go to diff View file |
M | plugins/docman/bin/DocmanImport/XMLDocmanUpdate.class.php | +15 | −16 | Go to diff View file |
M | plugins/docman/bin/DocmanImport/import.php | +3 | −4 | Go to diff View file |
M | plugins/docman/bin/DocmanImport/parameters.php | +27 | −15 | Go to diff View file |
M | plugins/docman/bin/import_from_docman_v1.php | +1 | −1 | Go to diff View file |
M | plugins/docman/db/mysql/updates/201010181624_add_table_plugin_docman_version_deleted.php | +2 | −4 | Go to diff View file |
M | plugins/docman/db/mysql/updates/201010201624_add_table_plugin_docman_item_deleted.php | +2 | −4 | Go to diff View file |
M | plugins/docman/db/mysql/updates/201110171036_add_docman_approval_user_index.php | +2 | −4 | Go to diff View file |
M | plugins/docman/db/mysql/updates/2012/201205231210_add_notification_occurence_column.php | +2 | −3 | Go to diff View file |
M | plugins/docman/db/mysql/updates/201203281214_update_documentation_links.php | +2 | −2 | Go to diff View file |
M | plugins/docman/db/mysql/updates/201203291146_delete_deprecated_doc.php | +2 | −3 | Go to diff View file |
M | plugins/docman/db/mysql/updates/2014/201416121631_add_link_version_table.php | +3 | −2 | Go to diff View file |
M | plugins/docman/db/mysql/updates/2015/201512291430_add_indexes_for_docman_statistics.php | +2 | −1 | Go to diff View file |
M | plugins/docman/db/upgrade_v2.6.php | +2 | −4 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/ApprovalTable.class.php | +30 | −15 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/FactoriesFactory.class.php | +7 | −11 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Factory.class.php | +17 | −15 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/File/File.class.php | +8 | −3 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/File/FileDao.class.php | +6 | −5 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/File/FileFactory.class.php | +9 | −8 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Item/Item.class.php | +5 | −2 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Item/ItemDao.class.php | +26 | −24 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Item/ItemFactory.class.php | +4 | −3 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Link/Link.class.php | +4 | −3 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Link/LinkDao.class.php | +6 | −5 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Link/LinkFactory.class.php | +7 | −6 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/NotificationCycle.class.php | +32 | −34 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Reminder.class.php | +16 | −16 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Reviewer/Reviewer.class.php | +20 | −7 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Reviewer/ReviewerDao.class.php | +49 | −26 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Reviewer/ReviewerFactory.class.php | +39 | −37 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Versionned/Versionned.class.php | +2 | −1 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Versionned/VersionnedFactory.class.php | +13 | −13 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Wiki/Wiki.class.php | +6 | −3 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Wiki/WikiDao.class.php | +8 | −7 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Wiki/WikiFactory.class.php | +10 | −10 | Go to diff View file |
M | plugins/docman/include/DocmanConstants.class.php | +18 | −20 | Go to diff View file |
M | plugins/docman/include/DocmanOneFolderIsWriteable.class.php | +3 | −3 | Go to diff View file |
M | plugins/docman/include/DocmanPluginDescriptor.class.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/Docman_Actions.class.php | +245 | −210 | Go to diff View file |
M | plugins/docman/include/Docman_ActionsDeleteVisitor.class.php | +1 | −2 | Go to diff View file |
M | plugins/docman/include/Docman_BuildItemMappingVisitor.class.php | +21 | −21 | Go to diff View file |
M | plugins/docman/include/Docman_CloneItemsVisitor.class.php | +27 | −24 | Go to diff View file |
M | plugins/docman/include/Docman_Controller.class.php | +229 | −233 | Go to diff View file |
M | plugins/docman/include/Docman_CoreActions.class.php | +2 | −2 | 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 | +2 | −3 | Go to diff View file |
M | plugins/docman/include/Docman_Empty.class.php | +2 | −4 | Go to diff View file |
M | plugins/docman/include/Docman_Error_PermissionDenied.class.php | +4 | −6 | Go to diff View file |
M | plugins/docman/include/Docman_ExpandAllHierarchyVisitor.class.php | +3 | −4 | Go to diff View file |
M | plugins/docman/include/Docman_File.class.php | +2 | −3 | Go to diff View file |
M | plugins/docman/include/Docman_FileStorage.class.php | +5 | −7 | Go to diff View file |
M | plugins/docman/include/Docman_Filter.class.php | +66 | −60 | Go to diff View file |
M | plugins/docman/include/Docman_FilterDao.class.php | +36 | −27 | Go to diff View file |
M | plugins/docman/include/Docman_FilterFactory.class.php | +46 | −59 | Go to diff View file |
M | plugins/docman/include/Docman_Folder.class.php | +2 | −3 | Go to diff View file |
M | plugins/docman/include/Docman_FolderFactory.class.php | +7 | −7 | Go to diff View file |
M | plugins/docman/include/Docman_HTTPActions.class.php | +2 | −3 | Go to diff View file |
M | plugins/docman/include/Docman_HTTPController.class.php | +4 | −5 | Go to diff View file |
M | plugins/docman/include/Docman_HtmlFilter.class.php | +54 | −52 | Go to diff View file |
M | plugins/docman/include/Docman_Icons.class.php | +4 | −6 | Go to diff View file |
M | plugins/docman/include/Docman_Item.class.php | +64 | −42 | Go to diff View file |
M | plugins/docman/include/Docman_ItemAction.class.php | +30 | −17 | Go to diff View file |
M | plugins/docman/include/Docman_ItemDao.class.php | +149 | −115 | Go to diff View file |
M | plugins/docman/include/Docman_ItemFactory.class.php | +112 | −108 | Go to diff View file |
M | plugins/docman/include/Docman_Link.class.php | +2 | −1 | Go to diff View file |
M | plugins/docman/include/Docman_LinkVersionDao.class.php | +2 | −1 | Go to diff View file |
M | plugins/docman/include/Docman_LinkVersionFactory.class.php | +2 | −1 | Go to diff View file |
M | plugins/docman/include/Docman_LockDao.class.php | +0 | −1 | Go to diff View file |
M | plugins/docman/include/Docman_Log.class.php | +35 | −43 | Go to diff View file |
M | plugins/docman/include/Docman_LogDao.class.php | +12 | −10 | Go to diff View file |
M | plugins/docman/include/Docman_MIMETypeDetector.class.php | +2 | −1 | Go to diff View file |
M | plugins/docman/include/Docman_MetaMetadataHtml.class.php | +29 | −42 | Go to diff View file |
M | plugins/docman/include/Docman_Metadata.class.php | +49 | −33 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataComparator.class.php | +35 | −36 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataDao.class.php | +46 | −38 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataFactory.class.php | +85 | −84 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataHtml.class.php | +117 | −108 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataListOfValuesElement.class.php | +17 | −7 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataListOfValuesElementDao.class.php | +68 | −53 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataListOfValuesElementFactory.class.php | +47 | −44 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataSqlQueryChunk.class.php | +13 | −15 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataValue.class.php | +33 | −25 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataValueDao.class.php | +69 | −48 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataValueFactory.class.php | +9 | −8 | Go to diff View file |
M | plugins/docman/include/Docman_NotificationsManager.class.php | +8 | −8 | Go to diff View file |
M | plugins/docman/include/Docman_NotificationsManager_Add.class.php | +5 | −4 | Go to diff View file |
M | plugins/docman/include/Docman_NotificationsManager_Delete.class.php | +8 | −8 | Go to diff View file |
M | plugins/docman/include/Docman_NotificationsManager_Move.class.php | +2 | −3 | Go to diff View file |
M | plugins/docman/include/Docman_NotificationsManager_Subscribers.class.php | +13 | −12 | Go to diff View file |
M | plugins/docman/include/Docman_Path.class.php | +2 | −3 | Go to diff View file |
M | plugins/docman/include/Docman_PermissionsExport.class.php | +33 | −35 | Go to diff View file |
M | plugins/docman/include/Docman_PermissionsItemManager.class.php | +7 | −4 | Go to diff View file |
M | plugins/docman/include/Docman_ProjectItemsBatchIterator.class.php | +2 | −3 | Go to diff View file |
M | plugins/docman/include/Docman_Report.class.php | +36 | −16 | Go to diff View file |
M | plugins/docman/include/Docman_ReportColumn.class.php | +19 | −20 | Go to diff View file |
M | plugins/docman/include/Docman_ReportColumnFactory.class.php | +7 | −8 | Go to diff View file |
M | plugins/docman/include/Docman_ReportDao.class.php | +51 | −40 | Go to diff View file |
M | plugins/docman/include/Docman_ReportFactory.class.php | +47 | −52 | Go to diff View file |
M | plugins/docman/include/Docman_ReportHtml.class.php | +22 | −22 | Go to diff View file |
M | plugins/docman/include/Docman_SOAPActions.class.php | +9 | −11 | Go to diff View file |
M | plugins/docman/include/Docman_SOAPController.class.php | +6 | −6 | 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 | +23 | −27 | Go to diff View file |
M | plugins/docman/include/Docman_SettingsDao.class.php | +16 | −13 | Go to diff View file |
M | plugins/docman/include/Docman_SqlFilter.class.php | +56 | −65 | Go to diff View file |
M | plugins/docman/include/Docman_SqlReportColumn.class.php | +9 | −11 | Go to diff View file |
M | plugins/docman/include/Docman_SubItemsRemovalVisitor.class.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/Docman_SubItemsWritableVisitor.class.php | +4 | −4 | Go to diff View file |
M | plugins/docman/include/Docman_Token.class.php | +2 | −4 | Go to diff View file |
M | plugins/docman/include/Docman_TokenDao.class.php | +18 | −15 | Go to diff View file |
M | plugins/docman/include/Docman_ValidateFilter.class.php | +14 | −15 | Go to diff View file |
M | plugins/docman/include/Docman_ValidateUpload.class.php | +7 | −7 | Go to diff View file |
M | plugins/docman/include/Docman_Validator.class.php | +7 | −6 | Go to diff View file |
M | plugins/docman/include/Docman_Version.class.php | +36 | −14 | Go to diff View file |
M | plugins/docman/include/Docman_VersionDao.class.php | +62 | −40 | Go to diff View file |
M | plugins/docman/include/Docman_VersionFactory.class.php | +4 | −4 | Go to diff View file |
M | plugins/docman/include/Docman_Widget_Embedded.class.php | +3 | −4 | Go to diff View file |
M | plugins/docman/include/Docman_Widget_MyDocman.class.php | +8 | −8 | Go to diff View file |
M | plugins/docman/include/Docman_Widget_MyDocmanSearch.class.php | +7 | −9 | Go to diff View file |
M | plugins/docman/include/Docman_Wiki.class.php | +2 | −3 | Go to diff View file |
M | plugins/docman/include/Docman_WikiController.class.php | +66 | −63 | Go to diff View file |
M | plugins/docman/include/Docman_WikiRequest.class.php | +2 | −3 | Go to diff View file |
M | plugins/docman/include/FolderNotCreatedException.php | +3 | −2 | Go to diff View file |
M | plugins/docman/include/Reference/Reference.php | +3 | −3 | Go to diff View file |
M | plugins/docman/include/Reference/ReferenceFactory.php | +3 | −2 | Go to diff View file |
M | plugins/docman/include/SystemCheck.php | +3 | −2 | Go to diff View file |
M | plugins/docman/include/SystemCheckDao.php | +3 | −3 | Go to diff View file |
M | plugins/docman/include/SystemCheckProjectRetriever.php | +3 | −2 | Go to diff View file |
M | plugins/docman/include/constants.php | +7 | −7 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.class.php | +70 | −70 | Go to diff View file |
M | plugins/docman/include/soap.php | +145 | −119 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Admin.class.php | +2 | −1 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Admin_LockInfos.class.php | +4 | −3 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Admin_Metadata.class.php | +19 | −18 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Admin_MetadataDetails.class.php | +20 | −20 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Admin_MetadataDetailsUpdateLove.class.php | +7 | −5 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Admin_MetadataImport.class.php | +8 | −9 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Admin_Obsolete.class.php | +4 | −4 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Admin_Permissions.class.php | +2 | −1 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Admin_View.class.php | +3 | −4 | 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 | −2 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ApprovalCreate.class.php | +4 | −3 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Browse.class.php | +11 | −11 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Delete.class.php | +3 | −2 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Details.class.php | +7 | −8 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Display.class.php | +8 | −6 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_DocmanError.class.php | +2 | −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 | +3 | −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 | +5 | −7 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Error.class.php | +2 | −3 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_GetActionOnIconVisitor.class.php | +2 | −3 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_GetClassForLinkVisitor.class.php | +2 | −3 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_GetFieldsVisitor.class.php | +3 | −3 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_GetMenuItemsVisitor.class.php | +11 | −11 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_GetSpecificFieldsVisitor.class.php | +17 | −19 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Header.class.php | +6 | −6 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Icons.class.php | +5 | −4 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Install.class.php | +2 | −3 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Installed.class.php | +2 | −3 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetails.class.php | +3 | −2 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSection.class.php | +2 | −1 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionActions.class.php | +17 | −11 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionApproval.class.php | +44 | −49 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionApprovalCreate.class.php | +42 | −41 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionDelete.class.php | +9 | −8 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionEditProperties.class.php | +16 | −18 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionHistory.class.php | +24 | −23 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionMove.class.php | +2 | −1 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionNewVersion.class.php | +5 | −4 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionPaste.class.php | +9 | −7 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionPermissions.class.php | +8 | −7 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionProperties.class.php | +30 | −21 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionReferences.class.php | +3 | −2 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionStatistics.class.php | +4 | −4 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionUpdate.class.php | +3 | −2 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemRanking.class.php | +6 | −8 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemTreeUlVisitor.class.php | +10 | −12 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_LoveDetails.class.php | +9 | −12 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Move.class.php | +3 | −3 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_New.class.php | +7 | −7 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_NewDocument.class.php | +6 | −8 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_NewFolder.class.php | +2 | −4 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_NewVersion.class.php | +3 | −2 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_New_FolderSelection.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ParentsTree.class.php | +4 | −3 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Paste.class.php | +2 | −1 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_PasteInProgress.class.php | +2 | −1 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_PermissionsForItem.class.php | +7 | −8 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_PositionWithinFolder.class.php | +3 | −4 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ProjectError.class.php | +2 | −3 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ProjectHeader.class.php | +37 | −37 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_RawTree.class.php | +2 | −3 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Redirect.class.php | +3 | −3 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_RedirectAfterCrud.class.php | +3 | −2 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ReportSettings.class.php | +13 | −14 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Table.class.php | +22 | −24 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ToolbarNewDocumentVisitor.class.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Tree.class.php | +2 | −3 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Update.class.php | +3 | −2 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_View.class.php | +16 | −13 | Go to diff View file |
M | plugins/docman/include/view/soap/Docman_View_SOAP_List.class.php | +3 | −4 | Go to diff View file |
M | plugins/docman/include/view/soap/Docman_View_SOAP_SOAP.class.php | +2 | −3 | Go to diff View file |
M | plugins/docman/include/view/soap/Docman_View_SOAP_Search.class.php | +9 | −9 | Go to diff View file |
M | plugins/docman/tests/ApprovalTableNotificationCycleTest.php | +2 | −2 | Go to diff View file |
M | plugins/docman/tests/ApprovalTableTest.php | +2 | −1 | Go to diff View file |
M | plugins/docman/tests/BuildItemMappingVisitorTest.php | +2 | −1 | Go to diff View file |
M | plugins/docman/tests/CopyItemsTest.php | +3 | −3 | Go to diff View file |
M | plugins/docman/tests/DocmanActionsTest.php | +5 | −4 | Go to diff View file |
M | plugins/docman/tests/Docman_MIMETypeDetectorTest.php | +2 | −1 | Go to diff View file |
M | plugins/docman/tests/Docman_SOAPActionsTest.php | +21 | −16 | Go to diff View file |
M | plugins/docman/tests/ErrorPermissionDeniedTest.php | +2 | −2 | Go to diff View file |
M | plugins/docman/tests/FilterFactoryTest.php | +0 | −1 | Go to diff View file |
M | plugins/docman/tests/ItemFactoryTest.php | +7 | −7 | Go to diff View file |
M | plugins/docman/tests/MetadataListOfValuesElementDaoTest.php | +2 | −3 | Go to diff View file |
M | plugins/docman/tests/MetadataListOfValuesElementFactoryTest.php | +2 | −1 | Go to diff View file |
M | plugins/docman/tests/MetadataTest.php | +2 | −1 | Go to diff View file |
M | plugins/docman/tests/NotificationsManager_MoveTest.php | +25 | −25 | Go to diff View file |
M | plugins/docman/tests/PermissionsItemManagerTest.php | +11 | −10 | Go to diff View file |
M | plugins/docman/tests/PermissionsManagerLockTest.php | +2 | −1 | Go to diff View file |
M | plugins/docman/tests/PermissionsManagerTest.php | +2 | −2 | Go to diff View file |
M | plugins/docman/tests/SqlFilterChoiceTest.php | +7 | −8 | Go to diff View file |
M | plugins/docman/tests/SystemCheckTest.php | +2 | −1 | Go to diff View file |
M | plugins/docman/tests/TokenTest.php | +4 | −3 | Go to diff View file |
M | plugins/docman/tests/VersionFactoryTest.php | +2 | −1 | Go to diff View file |
M | plugins/docman/tests/bin/DocmanImport/DateParserTest.php | +3 | −2 | Go to diff View file |
M | plugins/docman/tests/bin/DocmanImport/TreesTest.php | +2 | −1 | Go to diff View file |
M | plugins/forumml/include/ForumMLPluginDescriptor.class.php | +2 | −2 | Go to diff View file |
M | plugins/forumml/include/ForumML_Attachment.class.php | +14 | −16 | Go to diff View file |
M | plugins/forumml/include/ForumML_AttachmentDao.class.php | +2 | −4 | Go to diff View file |
M | plugins/forumml/include/ForumML_FileStorage.class.php | +6 | −8 | Go to diff View file |
M | plugins/forumml/include/ForumML_HTMLPurifier.class.php | +6 | −7 | Go to diff View file |
M | plugins/forumml/include/ForumML_MessageDao.class.php | +2 | −4 | Go to diff View file |
M | plugins/forumml/include/ForumML_MessageManager.class.php | +2 | −4 | Go to diff View file |
M | plugins/forumml/include/forummlPlugin.class.php | +8 | −7 | Go to diff View file |
M | plugins/forumml/include/forumml_utils.php | +76 | −77 | Go to diff View file |
M | plugins/forumml/tests/ForumML_FileStorageTest.php | +24 | −23 | Go to diff View file |
M | plugins/git/DVCS/DVCSDriver.class.php | +2 | −3 | Go to diff View file |
M | plugins/git/DVCS/DVCSDriverFactory.class.php | +6 | −12 | Go to diff View file |
M | plugins/git/DVCS/DVCSRepository.class.php | +2 | −3 | Go to diff View file |
M | plugins/git/db/mysql/updates/201102081526_add_table_plugin_git_post_receive_mail.php | +2 | −4 | Go to diff View file |
M | plugins/git/db/mysql/updates/201102090815_add_column_repository_events_mailing_prefix.php | +2 | −3 | Go to diff View file |
M | plugins/git/db/mysql/updates/201106281541_add_backend_type.php | +2 | −4 | Go to diff View file |
M | plugins/git/db/mysql/updates/201107071731_add_permission_type.php | +2 | −3 | Go to diff View file |
M | plugins/git/db/mysql/updates/201111090857_add_table_plugin_git_log.php | +2 | −4 | Go to diff View file |
M | plugins/git/db/mysql/updates/201112130946_add_user_id.php | +2 | −4 | Go to diff View file |
M | plugins/git/db/mysql/updates/201112150858_add_repository_scope.php | +2 | −5 | Go to diff View file |
M | plugins/git/db/mysql/updates/201112151709_add_repository_namespace.php | +2 | −4 | Go to diff View file |
M | plugins/git/db/mysql/updates/201112160838_delete_user_id.php | +2 | −3 | Go to diff View file |
M | plugins/git/db/mysql/updates/2012/201201251529_update_push_date.php | +2 | −4 | Go to diff View file |
M | plugins/git/db/mysql/updates/2012/201203071642_change_service_shortname.php | +2 | −3 | Go to diff View file |
M | plugins/git/db/mysql/updates/2012/201204021720_create_ci_table.php | +2 | −4 | Go to diff View file |
M | plugins/git/db/mysql/updates/2012/201208241122_remove_wrong_crossref.php | +2 | −3 | Go to diff View file |
M | plugins/git/db/mysql/updates/2012/201210111401_add_remote_servers.php | +2 | −3 | Go to diff View file |
M | plugins/git/db/mysql/updates/2012/201212141142_add_http_port.php | +2 | −3 | Go to diff View file |
M | plugins/git/db/mysql/updates/2012/201212141151_add_git_read_permission_all_users.php | +2 | −3 | Go to diff View file |
M | plugins/git/db/mysql/updates/2013/201304031715_add_gerrit_ugroup_tracking.php | +2 | −3 | Go to diff View file |
M | plugins/git/db/mysql/updates/2013/201304080905_add_disconnect_date.php | +2 | −3 | Go to diff View file |
M | plugins/git/db/mysql/updates/2013/201304111018_add_remote_server_key.php | +3 | −5 | Go to diff View file |
M | plugins/git/db/mysql/updates/2013/201306031352_add_branch_and_type_to_log.php | +2 | −3 | Go to diff View file |
M | plugins/git/db/mysql/updates/2013/201308051707_correct_plugin_git_service_short_name.php | +2 | −2 | Go to diff View file |
M | plugins/git/db/mysql/updates/2013/201308071113_add_missing_git_references.php | +2 | −2 | Go to diff View file |
M | plugins/git/db/mysql/updates/2013/201308231357_add_server_uses_ssl_option.php | +2 | −3 | Go to diff View file |
M | plugins/git/db/mysql/updates/2013/201309061407_add_remote_server_deleted_data_columns.php | +2 | −2 | Go to diff View file |
M | plugins/git/db/mysql/updates/2013/201309301112_add_housekeeping_table.php | +2 | −2 | Go to diff View file |
M | plugins/git/db/mysql/updates/2013/201310111459_drop_remote_server_deleted_column.php | +2 | −2 | Go to diff View file |
M | plugins/git/db/mysql/updates/2013/201311191506_add_gerrit_config_template_table.php | +2 | −2 | Go to diff View file |
M | plugins/git/db/mysql/updates/2013/201312171433_remove_git_foreign_keys.php | +2 | −2 | Go to diff View file |
M | plugins/git/db/mysql/updates/2013/201312231005_remove_not_null_http_port_remote_gerrit_servers.php | +2 | −2 | Go to diff View file |
M | plugins/git/db/mysql/updates/2014/201401240954_add_git_perms_admin_values.php | +2 | −2 | Go to diff View file |
M | plugins/git/db/mysql/updates/2014/201401271106_grant_git_admin_rigths_project_admins.php | +3 | −2 | Go to diff View file |
M | plugins/git/db/mysql/updates/2014/201403061609_add_gerrit_server_version_and_http_password.php | +3 | −2 | Go to diff View file |
M | plugins/git/db/mysql/updates/2014/201403130910_update_apache_config.php | +5 | −5 | Go to diff View file |
M | plugins/git/db/mysql/updates/2014/201409251452_add_table_plugin_git_mirrors.php | +2 | −2 | Go to diff View file |
M | plugins/git/db/mysql/updates/2014/201410031707_add_mirrored_information_on_repository.php | +2 | −2 | Go to diff View file |
M | plugins/git/db/mysql/updates/2014/201410061023_modify_table_plugin_git_mirrors.php | +2 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2014/201410061451_add_table_plugin_git_repository_mirrors.php | +2 | −2 | Go to diff View file |
M | plugins/git/db/mysql/updates/2014/201411061153_add_name_to_table_plugin_git_mirrors.php | +2 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2014/201411101016_add_backup_path_for_repositories.php | +2 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2014/201411171516_update_user_grokmanifest.php | +2 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2015/201503051029_add_restricted_mirrors.php | +2 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2015/20150421_add_hostname_info_to_mirror.php | +2 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2015/201504241113_update_private_projects.php | +2 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2015/201512291430_add_index_for_git_statistics.php | +2 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2016/201601141739_add_plugin_git_default_project_mirrors_table.php | +2 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2016/201601271109_add_remote_servers_migration.php | +2 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2016/201604171720_add_remote_servers_auth_type.php | +2 | −1 | Go to diff View file |
M | plugins/git/db/mysql/updates/2016/201610041409_create_plugin_git_full_history_table.php | +2 | −1 | Go to diff View file |
M | plugins/git/hooks/post-receive.php | +11 | −11 | Go to diff View file |
M | plugins/git/include/AccessRightsPresenterOptionsBuilder.php | +0 | −1 | Go to diff View file |
M | plugins/git/include/Git.class.php | +32 | −34 | Go to diff View file |
M | plugins/git/include/Git/AdminAllowedProjectsPresenter.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/AdminGerritController.class.php | +5 | −4 | Go to diff View file |
M | plugins/git/include/Git/AdminGerritPresenter.class.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/Git/AdminGitoliteConfig.php | +4 | −4 | Go to diff View file |
M | plugins/git/include/Git/AdminGitoliteConfigPresenter.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/AdminMirrorAddPresenter.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/AdminMirrorController.class.php | +5 | −8 | Go to diff View file |
M | plugins/git/include/Git/AdminMirrorEditPresenter.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/AdminMirrorListPresenter.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/AdminMirrorPresenter.class.php | +8 | −7 | Go to diff View file |
M | plugins/git/include/Git/AdminPresenter.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/AdminRepositoryListForProjectPresenter.class.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/Git/AdminRouter.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Ci.class.php | +2 | −3 | Go to diff View file |
M | plugins/git/include/Git/Ci/Dao.class.php | +2 | −4 | Go to diff View file |
M | plugins/git/include/Git/Ci/Launcher.class.php | +3 | −4 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/Exception.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/MembershipCommand.class.php | +2 | −1 | 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 | −2 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/MembershipCommand/RemoveBinding.class.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/MembershipCommand/RemoveUser.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/MembershipCommand/User.class.php | +2 | −3 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/MembershipManager.class.php | +6 | −8 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/ProjectCreator.class.php | +9 | −8 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/ProjectCreatorStatus.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/ProjectCreator_ProjectAlreadyexistsException.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/ProjectDeletionException.class.php | +4 | −1 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/RemoteSSHCommand.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/RemoteSSHCommandFailure.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/RemoteSSHConfig.class.php | +2 | −3 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/Template/Git_Template_NotFoundException.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/Template/Template.class.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/Template/TemplateFactory.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/Template/TemplateProcessor.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/UmbrellaProjectManager.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/User.class.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/UserAccountManager.class.php | +7 | −7 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/UserFinder.class.php | +3 | −4 | Go to diff View file |
M | plugins/git/include/Git/Driver/GerritDriver.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/Driver/GerritDriverFactory.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/Git/Driver/GerritLegacy.class.php | +4 | −5 | Go to diff View file |
M | plugins/git/include/Git/Driver/GerritREST.class.php | +6 | −8 | Go to diff View file |
M | plugins/git/include/Git/Gitolite/ConfigPermissionsSerializer.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/Gitolite/GitModifications.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/Git/Gitolite/GitoliteConfWriter.php | +4 | −4 | Go to diff View file |
M | plugins/git/include/Git/Gitolite/GitoliteRCReader.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git/Gitolite/Presenter/GitoliteConfPresenter.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/Gitolite/ProjectSerializer.class.php | +2 | −5 | 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 | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/GitoliteHousekeeping/ChainOfResponsibility/Command.class.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/Git/GitoliteHousekeeping/ChainOfResponsibility/DoNothing.class.php | +2 | −1 | 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 | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/GitoliteHousekeeping/GitoliteHousekeepingGitGc.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/GitoliteHousekeeping/GitoliteHousekeepingResponse.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/GitoliteHousekeeping/GitoliteHousekeepingRunner.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/HTTP/Command.class.php | +2 | −1 | 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/CommandGitolite.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/HTTP/CommandGitolite3.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/HTTP/Wrapper.class.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/Git/Hook/ExtractCrossReferences.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/Hook/LogAnalyzer.class.php | +2 | −3 | Go to diff View file |
M | plugins/git/include/Git/Hook/LogPushes.class.php | +2 | −4 | Go to diff View file |
M | plugins/git/include/Git/Hook/ParseLog.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/Hook/PostReceive.class.php | +0 | −1 | Go to diff View file |
M | plugins/git/include/Git/Hook/PushDetails.class.php | +2 | −3 | Go to diff View file |
M | plugins/git/include/Git/Mirror/CreateException.class.php | +3 | −1 | Go to diff View file |
M | plugins/git/include/Git/Mirror/DefaultProjectMirrorDao.php | +1 | −2 | Go to diff View file |
M | plugins/git/include/Git/Mirror/HostnameAlreadyUsedException.php | +3 | −1 | Go to diff View file |
M | plugins/git/include/Git/Mirror/HostnameIsReservedException.php | +3 | −1 | Go to diff View file |
M | plugins/git/include/Git/Mirror/ManifestFileGenerator.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Mirror/ManifestManager.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/Mirror/Mirror.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/Mirror/MirrorDataMapper.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/Mirror/MirrorNoChangesException.class.php | +3 | −1 | Go to diff View file |
M | plugins/git/include/Git/Mirror/MirrorNotFoundException.class.php | +3 | −1 | Go to diff View file |
M | plugins/git/include/Git/Mirror/MirrorResourceRestrictor.class.php | +5 | −5 | Go to diff View file |
M | plugins/git/include/Git/Mirror/MirrorSystemEventQueue.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/Mirror/MirrorUpdater.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git/Mirror/MissingDataException.class.php | +3 | −1 | Go to diff View file |
M | plugins/git/include/Git/Mirror/RestrictedMirrorDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git/Permissions/TemplatePermissionsUpdater.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/PermissionsDao.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/ReferenceManager.class.php | +2 | −3 | Go to diff View file |
M | plugins/git/include/Git/RemoteServer/Dao.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/RemoteServer/Gerrit/MigrationHandler.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git/RemoteServer/Gerrit/Permission/ServerPermissionDao.php | +0 | −1 | Go to diff View file |
M | plugins/git/include/Git/RemoteServer/Gerrit/Permission/ServerPermissionManager.php | +2 | −3 | Go to diff View file |
M | plugins/git/include/Git/RemoteServer/Gerrit/ProjectNameBuilder.class.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/Git/RemoteServer/Gerrit/ReplicationSSHKey.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/RemoteServer/Gerrit/ReplicationSSHKeyFactoryException.class.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/Git/RemoteServer/GerritServerFactory.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/RemoteServer/NotFoundException.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/SystemCheck.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/SystemEventManager.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/SystemEventQueue.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git/UserAccountManager.class.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/Git/UserSynchronisationException.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/GitActions.class.php | +22 | −27 | Go to diff View file |
M | plugins/git/include/GitBackend.class.php | +22 | −23 | 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 | +15 | −14 | Go to diff View file |
M | plugins/git/include/GitDriver.class.php | +15 | −14 | Go to diff View file |
M | plugins/git/include/GitForkPermissionsManager.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/GitPHP/git/Commit.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitPermissionsManager.class.php | +0 | −1 | Go to diff View file |
M | plugins/git/include/GitPluginDescriptor.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/GitPluginInfo.class.php | +4 | −6 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminGerritTemplatesPresenter.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminGitAdminsPresenter.class.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminMassUpdateMirroringPresenter.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminMassUpdatePresenter.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminMassUpdateSelectRepositoriesPresenter.class.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminPresenter.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/GitPresenters/GerritAsThirdPartyPresenter.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/GitPresenters/MirrorPresenter.php | +2 | −2 | 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 | +2 | −2 | Go to diff View file |
M | plugins/git/include/GitRepository.class.php | +22 | −24 | Go to diff View file |
M | plugins/git/include/GitRepositoryCreator.class.php | +2 | −4 | Go to diff View file |
M | plugins/git/include/GitRepositoryCreatorImpl.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/GitRepositoryFactory.class.php | +1 | −3 | Go to diff View file |
M | plugins/git/include/GitRepositoryManager.class.php | +5 | −4 | Go to diff View file |
M | plugins/git/include/GitRepositoryPermissionsManager.class.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/GitRepositoryWithPermissions.class.php | +2 | −3 | Go to diff View file |
M | plugins/git/include/GitViews.class.php | +6 | −5 | Go to diff View file |
M | plugins/git/include/GitViews/GitPhpViewer.class.php | +0 | −2 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/RepoManagement.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/GitViews/ShowRepo/Content.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/GitViewsRepositoriesTraversalStrategy.class.php | +6 | −7 | Go to diff View file |
M | plugins/git/include/GitViewsRepositoriesTraversalStrategy_Selectbox.class.php | +2 | −3 | Go to diff View file |
M | plugins/git/include/GitXmlImporter.class.php | +5 | −4 | Go to diff View file |
M | plugins/git/include/Git_Backend_Gitolite.class.php | +4 | −5 | Go to diff View file |
M | plugins/git/include/Git_Backend_Interface.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git_Exec.class.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git_GitoliteDriver.class.php | +17 | −19 | Go to diff View file |
M | plugins/git/include/Git_Gitolite_SSHKeyDumper.class.php | +0 | −2 | Go to diff View file |
M | plugins/git/include/Git_Gitolite_SSHKeyMassDumper.class.php | +0 | −2 | Go to diff View file |
M | plugins/git/include/Git_LastPushesGraph.class.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/Git_PostReceiveMailDao.class.php | +0 | −1 | Go to diff View file |
M | plugins/git/include/Git_PostReceiveMailManager.class.php | +2 | −4 | Go to diff View file |
M | plugins/git/include/Git_Widget_ProjectPushes.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/Git_Widget_UserPushes.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/MalformedPathException.class.php | +2 | −3 | Go to diff View file |
M | plugins/git/include/PathJoinUtil.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/REST/ResourcesInjector.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/REST/v1/GerritResource.php | +3 | −3 | 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/GitRepositoryGerritMigratePATCHRepresentation.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/REST/v1/GitRepositoryPermissionRepresentation.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/REST/v1/GitRepositoryReference.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/REST/v1/RepositoryRepresentationBuilder.class.php | +0 | −1 | Go to diff View file |
M | plugins/git/include/REST/v1/RepositoryResource.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_DELETE_MIRROR.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_DUMP_ALL_MIRRORED_REPOSITORIES.php | +2 | −1 | 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 | +2 | −1 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_GERRIT_ADMIN_KEY_DUMP.class.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_GERRIT_MIGRATION.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_GERRIT_PROJECT_DELETE.class.php | +2 | −3 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_GERRIT_PROJECT_READONLY.class.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_GROKMIRROR_MANIFEST_CHECK.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_GROKMIRROR_MANIFEST_REPODELETE.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_GROKMIRROR_MANIFEST_UPDATE.class.php | +2 | −1 | 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 | +7 | −12 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_LEGACY_REPO_DELETE.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_PROJECTS_UPDATE.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_REGENERATE_GITOLITE_CONFIG.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_REPO_DELETE.class.php | +4 | −4 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_REPO_FORK..php | +2 | −4 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_REPO_RESTORE.class.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_REPO_UPDATE.class.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_UPDATE_MIRROR.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_USER_RENAME.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/exceptions/DeletePluginNotInstalledException.php | +4 | −1 | Go to diff View file |
M | plugins/git/include/exceptions/GitAuthorizedKeysFileException.class.php | +2 | −3 | Go to diff View file |
M | plugins/git/include/exceptions/GitBackendException.class.php | +2 | −4 | Go to diff View file |
M | plugins/git/include/exceptions/GitDaoException.class.php | +2 | −4 | Go to diff View file |
M | plugins/git/include/exceptions/GitDriverDestinationNotEmptyException.class.php | +2 | −4 | Go to diff View file |
M | plugins/git/include/exceptions/GitDriverErrorException.class.php | +2 | −4 | Go to diff View file |
M | plugins/git/include/exceptions/GitDriverException.class.php | +2 | −4 | Go to diff View file |
M | plugins/git/include/exceptions/GitDriverSourceNotFoundException.class.php | +2 | −4 | Go to diff View file |
M | plugins/git/include/exceptions/GitRepoNotFoundException.class.php | +4 | −1 | Go to diff View file |
M | plugins/git/include/exceptions/GitRepoNotInProjectException.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/exceptions/GitRepoNotOnGerritException.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/exceptions/GitRepoNotReadableException.class.php | +4 | −1 | Go to diff View file |
M | plugins/git/include/exceptions/GitUserNotAdminException.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/exceptions/Git_Command_Exception.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/exceptions/Git_Command_UnknownObjectTypeException.class.php | +2 | −3 | Go to diff View file |
M | plugins/git/include/exceptions/ProjectNotFoundException.class.php | +2 | −3 | Go to diff View file |
M | plugins/git/include/exceptions/RemoteServerDoesNotExistException.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/exceptions/RepositoryAlreadyInQueueForMigrationException.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/exceptions/RepositoryCannotBeMigratedException.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/exceptions/RepositoryNotMigratedException.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/exceptions/TemplateNotInProjectNotInHierarchyException.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +40 | −40 | Go to diff View file |
M | plugins/git/include/mvc/PluginActions.class.php | +4 | −4 | Go to diff View file |
M | plugins/git/include/mvc/PluginController.class.php | +7 | −7 | Go to diff View file |
M | plugins/git/include/mvc/PluginViews.class.php | +5 | −6 | Go to diff View file |
M | plugins/git/tests/Git/Driver/Gerrit/GerritDriverFactoryTest.php | +16 | −15 | Go to diff View file |
M | plugins/git/tests/Git/Driver/Gerrit/MembershipManagerTest.php | +25 | −14 | Go to diff View file |
M | plugins/git/tests/Git/Driver/Gerrit/ProjectCreatorStatusTest.php | +2 | −1 | Go to diff View file |
M | plugins/git/tests/Git/Driver/Gerrit/ProjectCreatorTest.php | +29 | −29 | Go to diff View file |
M | plugins/git/tests/Git/Driver/Gerrit/RemoteSSHCommandTest.php | +7 | −5 | Go to diff View file |
M | plugins/git/tests/Git/Driver/Gerrit/Template/TemplateProcessorTest.php | +3 | −3 | Go to diff View file |
M | plugins/git/tests/Git/Driver/Gerrit/UmbrellaProjectManagerTest.php | +2 | −3 | Go to diff View file |
M | plugins/git/tests/Git/Driver/Gerrit/UserAccountManagerTest.php | +7 | −4 | Go to diff View file |
M | plugins/git/tests/Git/Driver/Gerrit/UserFinderTest.php | +6 | −7 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/GerritTestInterfaces.php | +16 | −8 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/Legacy/GerritTestBase.php | +2 | −2 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/Legacy/Gerrit_DeletePluginTest.php | +2 | −1 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/Legacy/Gerrit_addIncludedGroupTest.php | +2 | −1 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/Legacy/Gerrit_groupExistsTest.php | +2 | −1 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/Legacy/Gerrit_manageGroupsTest.php | +4 | −3 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/Legacy/Gerrit_manageProjectsTest.php | +5 | −5 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/Legacy/Gerrit_manageUserTest.php | +2 | −1 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/Legacy/Gerrit_projectExistsTest.php | +4 | −2 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/Legacy/Gerrit_removeIncludedGroupTest.php | +2 | −1 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_Base.php | +3 | −2 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_DeletePluginTest.php | +3 | −3 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_addIncludedGroupTest.php | +3 | −2 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_groupExistsTest.php | +3 | −3 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_manageGroupsTest.php | +5 | −3 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_manageProjectsTest.php | +13 | −10 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_manageUserTest.php | +3 | −2 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_projectExistsTest.php | +2 | −1 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_removeIncludedGroupTest.php | +3 | −2 | Go to diff View file |
M | plugins/git/tests/Git/GitoliteHousekeeping/ChainOfResponsibility/CheckRunningEventsTest.php | +2 | −1 | Go to diff View file |
M | plugins/git/tests/Git/GitoliteHousekeeping/ChainOfResponsibility/CleanUpGitoliteAdminRepoTest.php | +2 | −1 | Go to diff View file |
M | plugins/git/tests/Git/GitoliteHousekeeping/ChainOfResponsibility/EnableGitGcTest.php | +2 | −1 | Go to diff View file |
M | plugins/git/tests/Git/GitoliteHousekeeping/ChainOfResponsibility/ServiceRestarterTest.php | +2 | −1 | Go to diff View file |
M | plugins/git/tests/Git/GitoliteHousekeeping/ChainOfResponsibility/ServiceStopperTest.php | +2 | −1 | Go to diff View file |
M | plugins/git/tests/Git/GitoliteHousekeeping/GitoliteHousekeepingGitGcTest.php | +2 | −1 | Go to diff View file |
M | plugins/git/tests/Git/GitoliteHousekeeping/GitoliteHousekeepingRunnerTest.php | +2 | −1 | Go to diff View file |
M | plugins/git/tests/Git/Hook/ExtractCrossReferencesTest.php | +2 | −3 | Go to diff View file |
M | plugins/git/tests/Git/Hook/LogAnalyzerTest.php | +2 | −3 | Go to diff View file |
M | plugins/git/tests/Git/Hook/ParseLogTest.php | +5 | −4 | Go to diff View file |
M | plugins/git/tests/Git/Hook/PostReceiveTest.php | +12 | −8 | Go to diff View file |
M | plugins/git/tests/Git/Mirror/ManifestFileGeneratorTest.php | +10 | −5 | Go to diff View file |
M | plugins/git/tests/Git/Mirror/ManifestManagerTest.php | +3 | −2 | Go to diff View file |
M | plugins/git/tests/Git/ReferenceManagerTest.php | +2 | −3 | Go to diff View file |
M | plugins/git/tests/Git/RemoteServer/GerritServerFactoryTest.php | +2 | −3 | Go to diff View file |
M | plugins/git/tests/Git/RemoteServer/GerritServerTest.php | +17 | −16 | Go to diff View file |
M | plugins/git/tests/Git/RemoteServer/MigrationHandlerTest.php | +7 | −5 | Go to diff View file |
M | plugins/git/tests/Git/SystemCheckTest.php | +3 | −2 | Go to diff View file |
M | plugins/git/tests/Git/SystemEventManagerTest.php | +2 | −1 | Go to diff View file |
M | plugins/git/tests/Git/UserAccountManagerTest.php | +5 | −3 | Go to diff View file |
M | plugins/git/tests/GitActionsTest.php | +41 | −39 | Go to diff View file |
M | plugins/git/tests/GitBackendTest.php | +2 | −3 | Go to diff View file |
M | plugins/git/tests/GitDriverTest.php | +5 | −4 | Go to diff View file |
M | plugins/git/tests/GitPermissionsManagerTest.php | +7 | −4 | Go to diff View file |
M | plugins/git/tests/GitRepositoryFactoryTest.php | +6 | −3 | Go to diff View file |
M | plugins/git/tests/GitRepositoryImplTest.php | +4 | −3 | Go to diff View file |
M | plugins/git/tests/GitRepositoryManagerTest.php | +11 | −6 | Go to diff View file |
M | plugins/git/tests/GitRepositoryTest.php | +6 | −3 | Go to diff View file |
M | plugins/git/tests/GitTest.php | +6 | −6 | Go to diff View file |
M | plugins/git/tests/GitViewsRepositoriesTraversalStrategyTest.class.php | +3 | −3 | Go to diff View file |
M | plugins/git/tests/GitViewsRepositoriesTraversalStrategy_SelectboxTest.php | +2 | −2 | Go to diff View file |
M | plugins/git/tests/GitViewsTest.php | +2 | −4 | Go to diff View file |
M | plugins/git/tests/GitXmlImporterTest.php | +12 | −10 | Go to diff View file |
M | plugins/git/tests/Git_Backend_GitoliteTest.php | +7 | −4 | Go to diff View file |
M | plugins/git/tests/Git_ExecTest.php | +4 | −2 | 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 | +4 | −3 | Go to diff View file |
M | plugins/git/tests/Git_GitoliteTestCase.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/tests/Git_Gitolite_SSHKeyDumperTest.php | +4 | −2 | Go to diff View file |
M | plugins/git/tests/Git_Gitolite_SSHKeyMassDumperTest.php | +2 | −1 | Go to diff View file |
M | plugins/git/tests/PathJoinUtilTest.php | +3 | −4 | Go to diff View file |
M | plugins/git/tests/SystemEvents/SystemEvent_GIT_EDIT_SSH_KEYSTest.php | +10 | −9 | Go to diff View file |
M | plugins/git/tests/SystemEvents/SystemEvent_GIT_GERRIT_ADMIN_KEY_DUMPTest.php | +3 | −2 | Go to diff View file |
M | plugins/git/tests/SystemEvents/SystemEvent_GIT_GERRIT_PROJECT_READONLYTest.php | +3 | −3 | Go to diff View file |
M | plugins/git/tests/SystemEvents/SystemEvent_GIT_GROKMIRROR_MANIFEST_CHECKTest.php | +2 | −1 | Go to diff View file |
M | plugins/git/tests/SystemEvents/SystemEvent_GIT_REPO_FORKTest.php | +2 | −3 | Go to diff View file |
M | plugins/git/tests/SystemEvents/SystemEvent_GIT_REPO_UPDATETest.php | +2 | −1 | Go to diff View file |
M | plugins/git/tests/_fixtures/flat_tree_of_repositories.php | +0 | −1 | Go to diff View file |
M | plugins/git/tests/builders/aGerritServer.php | +3 | −2 | Go to diff View file |
M | plugins/git/tests/builders/aGitRepository.php | +2 | −3 | Go to diff View file |
M | plugins/git/tests/gitPluginTest.php | +4 | −2 | Go to diff View file |
M | plugins/git/tests/rest/Git/GerritTest.php | +2 | −1 | Go to diff View file |
M | plugins/git/tests/rest/Git/RepositoryTest.php | +3 | −3 | Go to diff View file |
M | plugins/git/tests/rest/GitDataBuilder.php | +2 | −1 | Go to diff View file |
M | plugins/git/tests/rest/bootstrap.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/rest/init_test_data.php | +1 | −1 | Go to diff View file |
M | plugins/git/updates/2011/201102091302_deploy_post_receive_to_existing_repositories.php | +2 | −3 | Go to diff View file |
M | plugins/graphontrackersv5/db/mysql/updates/2011/201111191507_add_burndown.php | +2 | −3 | Go to diff View file |
M | plugins/graphontrackersv5/db/mysql/updates/2012/201210291756_add_old_id_column_on_chart.php | +2 | −2 | Go to diff View file |
M | plugins/graphontrackersv5/db/mysql/updates/2013/201302271529_add_cumulative_flow_chart_table.php | +2 | −2 | Go to diff View file |
M | plugins/graphontrackersv5/include/GraphActionsPresenter.class.php | +2 | −2 | Go to diff View file |
M | plugins/graphontrackersv5/include/GraphOnTrackersV5PluginDescriptor.class.php | +2 | −3 | 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 | +22 | −21 | Go to diff View file |
M | plugins/graphontrackersv5/include/GraphOnTrackersV5_Widget_Chart.class.php | +5 | −4 | Go to diff View file |
M | plugins/graphontrackersv5/include/common/HTML_Element_Selectbox_TrackerFields_DatesV5.class.php | +4 | −4 | Go to diff View file |
M | plugins/graphontrackersv5/include/common/HTML_Element_Selectbox_TrackerFields_Int_TextFieldsV5.class.php | +4 | −4 | Go to diff View file |
M | plugins/graphontrackersv5/include/common/HTML_Element_Selectbox_TrackerFields_NumericFieldsV5.class.php | +4 | −4 | Go to diff View file |
M | plugins/graphontrackersv5/include/common/HTML_Element_Selectbox_TrackerFields_SelectboxesAndTextsV5.class.php | +6 | −6 | Go to diff View file |
M | plugins/graphontrackersv5/include/common/HTML_Element_Selectbox_TrackerFields_SelectboxesV5.class.php | +4 | −4 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart.class.php | +48 | −34 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_ChartDao.class.php | +8 | −5 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_ChartFactory.class.php | +8 | −9 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Bar.class.php | +17 | −11 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_BarDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Burndown.class.php | +26 | −16 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_BurndownDao.class.php | +3 | −4 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_CumulativeFlow.class.php | +36 | −24 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_CumulativeFlowDao.class.php | +3 | −4 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Gantt.class.php | +63 | −46 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_GanttDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Pie.class.php | +14 | −9 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_PieDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_InSessionChartSorter.class.php | +2 | −1 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-transformation/ChartDataBuilderV5.class.php | +2 | −1 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-transformation/DataBuilderV5.class.php | +22 | −25 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Burndown_DataBuilder.class.php | +2 | −3 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Chart_BarDataBuilder.class.php | +4 | −5 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Chart_GanttDataBuilder.class.php | +3 | −2 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Chart_PieDataBuilder.class.php | +4 | −3 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_CumulativeFlow_DataBuilder.class.php | +9 | −8 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine.class.php | +5 | −5 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Bar.class.php | +13 | −13 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Burndown.class.php | +4 | −3 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Gantt.class.php | +14 | −16 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Pie.class.php | +6 | −6 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphontrackersv5Plugin.class.php | +19 | −19 | Go to diff View file |
M | plugins/graphontrackersv5/phpunit/GraphOnTrackersV5_InSessionChartSorterTest.php | +1 | −1 | Go to diff View file |
M | plugins/hudson/db/mysql/updates/2011/201109151610_add_group_id_index.php | +2 | −3 | Go to diff View file |
M | plugins/hudson/db/mysql/updates/2015/201512071530_add_svn_paths.php | +3 | −2 | Go to diff View file |
M | plugins/hudson/db/mysql/updates/2015/201512091121_update_default_svn_paths.php | +3 | −2 | Go to diff View file |
M | plugins/hudson/include/HudsonBuild.class.php | +7 | −6 | Go to diff View file |
M | plugins/hudson/include/HudsonJob.class.php | +9 | −9 | Go to diff View file |
M | plugins/hudson/include/HudsonJobURLFileException.class.php | +2 | −3 | Go to diff View file |
M | plugins/hudson/include/HudsonJobURLFileNotFoundException.class.php | +2 | −3 | Go to diff View file |
M | plugins/hudson/include/HudsonJobURLMalformedException.class.php | +2 | −3 | Go to diff View file |
M | plugins/hudson/include/HudsonJobWidget.class.php | +9 | −5 | Go to diff View file |
M | plugins/hudson/include/HudsonOverviewWidget.class.php | +2 | −3 | Go to diff View file |
M | plugins/hudson/include/HudsonTestResult.class.php | +6 | −5 | Go to diff View file |
M | plugins/hudson/include/HudsonWidget.class.php | +2 | −1 | Go to diff View file |
M | plugins/hudson/include/PluginHudsonJobDao.class.php | +27 | −14 | Go to diff View file |
M | plugins/hudson/include/SVNPathsUpdater.php | +3 | −2 | Go to diff View file |
M | plugins/hudson/include/hudson.class.php | +17 | −18 | Go to diff View file |
M | plugins/hudson/include/hudsonActions.class.php | +10 | −10 | Go to diff View file |
M | plugins/hudson/include/hudsonPlugin.class.php | +4 | −4 | Go to diff View file |
M | plugins/hudson/include/hudsonPluginDescriptor.class.php | +2 | −2 | 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 | +62 | −50 | Go to diff View file |
M | plugins/hudson/include/hudson_Widget_JobBuildHistory.class.php | +0 | −1 | Go to diff View file |
M | plugins/hudson/include/hudson_Widget_JobLastBuilds.class.php | +0 | −1 | Go to diff View file |
M | plugins/hudson/include/hudson_Widget_JobTestResults.class.php | +0 | −2 | Go to diff View file |
M | plugins/hudson/include/hudson_Widget_JobTestTrend.class.php | +0 | −4 | Go to diff View file |
M | plugins/hudson/include/hudson_Widget_MyMonitoredJobs.class.php | +2 | −2 | Go to diff View file |
M | plugins/hudson/include/hudson_Widget_ProjectJobsOverview.class.php | +0 | −1 | 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_svn/include/ContinuousIntegrationCollector.php | +2 | −1 | 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 | +2 | −2 | Go to diff View file |
M | plugins/hudson_svn/include/Job/Factory.php | +3 | −3 | Go to diff View file |
M | plugins/hudson_svn/include/Job/Job.php | +3 | −3 | Go to diff View file |
M | plugins/hudson_svn/include/Job/Launcher.php | +3 | −3 | Go to diff View file |
M | plugins/hudson_svn/include/Job/Manager.php | +5 | −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 | +3 | −2 | Go to diff View file |
M | plugins/ldap/bin/convertSvnToLdap.php | +26 | −25 | Go to diff View file |
M | plugins/ldap/bin/ldap_sync.php | +3 | −4 | Go to diff View file |
M | plugins/ldap/bin/registerUser.php | +7 | −10 | Go to diff View file |
M | plugins/ldap/db/mysql/updates/2012/201207271519_add_ldap_ugroup_synchro_policy_and_bind_option_columns.php | +2 | −4 | Go to diff View file |
M | plugins/ldap/db/mysql/updates/2014/201405191003_add_ldap_suspended_user_table.php | +2 | −3 | Go to diff View file |
M | plugins/ldap/db/mysql/updates/2016/201603031145_clean_ldap_ugroup_removed.php | +3 | −2 | Go to diff View file |
M | plugins/ldap/db/mysql/updates/2016/201609281613_add_synchro_column.php | +3 | −2 | Go to diff View file |
M | plugins/ldap/db/mysql/updates/2016/201609301657_add_bind_column.php | +3 | −2 | Go to diff View file |
M | plugins/ldap/include/LDAP.class.php | +22 | −25 | Go to diff View file |
M | plugins/ldap/include/LDAPResult.class.php | +12 | −14 | Go to diff View file |
M | plugins/ldap/include/LDAP_AdministrationPresenter.class.php | +2 | −1 | 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 | +5 | −3 | Go to diff View file |
M | plugins/ldap/include/LDAP_CleanUpManager.class.php | +5 | −4 | Go to diff View file |
M | plugins/ldap/include/LDAP_DirectoryCleanUpDao.class.php | +0 | −1 | Go to diff View file |
M | plugins/ldap/include/LDAP_DirectorySynchronization.class.php | +4 | −3 | Go to diff View file |
M | plugins/ldap/include/LDAP_GroupManager.class.php | +6 | −6 | Go to diff View file |
M | plugins/ldap/include/LDAP_ProjectDao.class.php | +2 | −6 | Go to diff View file |
M | plugins/ldap/include/LDAP_ProjectManager.class.php | +2 | −2 | 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 | +2 | −2 | Go to diff View file |
M | plugins/ldap/include/LDAP_SearchPeopleResultPresenter.php | +3 | −3 | Go to diff View file |
M | plugins/ldap/include/LDAP_SyncMail.class.php | +4 | −5 | Go to diff View file |
M | plugins/ldap/include/LDAP_SyncNotificationManager.class.php | +4 | −4 | Go to diff View file |
M | plugins/ldap/include/LDAP_SyncReminderNotificationManager.class.php | +4 | −4 | Go to diff View file |
M | plugins/ldap/include/LDAP_User.class.php | +2 | −1 | Go to diff View file |
M | plugins/ldap/include/LDAP_UserDao.class.php | +3 | −2 | Go to diff View file |
M | plugins/ldap/include/LDAP_UserGroupDao.class.php | +5 | −6 | Go to diff View file |
M | plugins/ldap/include/LDAP_UserGroupManager.class.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/include/LDAP_UserManager.class.php | +13 | −12 | Go to diff View file |
M | plugins/ldap/include/LDAP_UserNotFoundException.class.php | +3 | −2 | Go to diff View file |
M | plugins/ldap/include/LDAP_UserSync.class.php | +4 | −4 | Go to diff View file |
M | plugins/ldap/include/LDAP_UserSync_Orange.class.php | +3 | −4 | Go to diff View file |
M | plugins/ldap/include/LDAP_UserWrite.class.php | +3 | −2 | Go to diff View file |
M | plugins/ldap/include/LdapPluginDescriptor.class.php | +0 | −1 | Go to diff View file |
M | plugins/ldap/include/LdapPluginInfo.class.php | +0 | −2 | Go to diff View file |
M | plugins/ldap/include/NonUniqueUidRetriever.php | +3 | −3 | 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/BindException.class.php | +2 | −1 | Go to diff View file |
M | plugins/ldap/include/exception/ConnexionException.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/NoWriteException.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 | +45 | −42 | Go to diff View file |
M | plugins/ldap/include/system_event/SystemEvent_PLUGIN_LDAP_UPDATE_LOGIN.class.php | +2 | −3 | Go to diff View file |
M | plugins/ldap/tests/LDAPTest.php | +4 | −2 | Go to diff View file |
M | plugins/ldap/tests/LDAP_BackendSVNTest.php | +5 | −3 | Go to diff View file |
M | plugins/ldap/tests/LDAP_DirectorySynchronizationTest.php | +4 | −3 | Go to diff View file |
M | plugins/ldap/tests/LDAP_GroupManagerTest.php | +8 | −4 | Go to diff View file |
M | plugins/ldap/tests/LDAP_UserManagerTest.php | +4 | −2 | Go to diff View file |
M | plugins/ldap/tests/LDAP_UserSyncTest.php | +14 | −13 | Go to diff View file |
M | plugins/ldap/tests/bootstrap.php | +4 | −2 | Go to diff View file |
M | plugins/ldap/tests/system_event/SystemEvent_PLUGIN_LDAP_UPDATE_LOGINTest.php | +2 | −2 | Go to diff View file |
M | plugins/mediawiki/bin/mw-drop-wikis.php | +2 | −2 | Go to diff View file |
M | plugins/mediawiki/bin/mw-maintenance-wrapper.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/bin/mw-plugin-init.php | +3 | −2 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2013/201306061508_add_interwiki_table.php | +2 | −4 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2014/201402130957_add_ugroup_mapping_table.php | +2 | −4 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2014/201402141002_seed_mapping_table.php | +2 | −1 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2014/201402191017_add_mwgroups_table.php | +2 | −1 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2014/201402211651_remove_confirmed_mapping.php | +2 | −1 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2014/201407041004_add_and_fill_database_table.php | +2 | −3 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2014/201407081620_replace_mediwiki_apache_conf.php | +2 | −3 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2014/201407231643_fill_database_table_with_dash_named_projects.php | +2 | −3 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2014/20140805_add_admin_options_table.php | +2 | −3 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2015/20150408_add_site_restricted_features_table.php | +2 | −1 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2015/20150629_add_mediawiki_access_control_table.php | +2 | −1 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2015/20150701_insert_default_values_for_default_site_template.php | +2 | −1 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2015/20150922_alter_mediawiki_admin_options_table.php | +3 | −2 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2015/201510011501_add_plugin_mediawiki_version_table.php | +3 | −2 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2015/201510011503_fill_Mediawiki_version_table.php | +4 | −3 | Go to diff View file |
M | plugins/mediawiki/db/mysql/updates/2015/201510051531_add_plugin_mediawiki_extension_table.php | +3 | −2 | Go to diff View file |
M | plugins/mediawiki/extensions/TuleapArtLinks/TuleapArtLinks.hooks.php | +3 | −3 | Go to diff View file |
M | plugins/mediawiki/fusionforge/compat/forge_get_config.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/fusionforge/compat/utils.php | +7 | −7 | Go to diff View file |
M | plugins/mediawiki/fusionforge/cron_utils.php | +2 | −4 | 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 | +2 | −1 | Go to diff View file |
M | plugins/mediawiki/include/MediaWikiXMLImporter.class.php | +6 | −8 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiAdminController.class.php | +12 | −12 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiAdminLanguagePanePresenter.php | +2 | −1 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiAdminPanePresenter.php | +3 | −2 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiAdminPermissionsPanePresenter.class.php | +5 | −4 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiDao.class.php | +6 | −5 | 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 | +3 | −2 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiGroups.class.php | +3 | −2 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiInstantiater.class.php | +26 | −22 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiInstantiaterException.class.php | +3 | −2 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiLanguageDao.php | +2 | −1 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiLanguageManager.php | +2 | −1 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiMLEBExtensionManager.php | +2 | −1 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiManager.class.php | +2 | −1 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiSiteAdminAllowedProjectsPresenter.class.php | +2 | −1 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiSiteAdminController.class.php | +2 | −1 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiSiteAdminResourceRestrictor.php | +2 | −1 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiSiteAdminResourceRestrictorDao.php | +2 | −1 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiUserGroupsMapper.class.php | +4 | −3 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiVersionDao.php | +2 | −1 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiVersionManager.php | +3 | −2 | Go to diff View file |
M | plugins/mediawiki/include/Migration/MediawikiMigrator.php | +2 | −1 | Go to diff View file |
M | plugins/mediawiki/include/UnsupportedLanguageException.php | +2 | −1 | Go to diff View file |
M | plugins/mediawiki/include/UnsupportedVersionException.php | +2 | −1 | Go to diff View file |
M | plugins/mediawiki/include/constants.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/include/events/SytemEvent_MEDIAWIKI_SWITCH_TO_123.class.php | +2 | −1 | Go to diff View file |
M | plugins/mediawiki/include/mediawiki-init.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/include/mediawikiPlugin.class.php | +8 | −8 | Go to diff View file |
M | plugins/mediawiki/mediawiki-skin/Tuleap.php | +85 | −66 | Go to diff View file |
M | plugins/mediawiki/tests/MediawikiUserGroupsMapperTest.php | +5 | −3 | Go to diff View file |
M | plugins/mediawiki/www/DatabaseForgeMysql.php | +18 | −11 | Go to diff View file |
M | plugins/mediawiki/www/DatabaseForgeMysql123.php | +3 | −2 | Go to diff View file |
M | plugins/mediawiki/www/DatabaseForgePgsql.php | +24 | −17 | Go to diff View file |
M | plugins/mediawiki/www/LocalSettings.php | +43 | −40 | Go to diff View file |
M | plugins/mediawiki/www/frame.php | +4 | −4 | Go to diff View file |
M | plugins/mediawiki/www/images.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/www/setpath.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/www/skins/Tuleap123/Tuleap123.php | +101 | −92 | Go to diff View file |
M | plugins/openidconnectclient/db/mysql/2016/201602151330_create_unlinked_account_table.php | +3 | −2 | Go to diff View file |
M | plugins/openidconnectclient/db/mysql/2016/201602181030_add_column_last_used_user_mapping.php | +3 | −2 | Go to diff View file |
M | plugins/openidconnectclient/db/mysql/2016/20160316_add_google_default_provider.php | +3 | −2 | Go to diff View file |
M | plugins/openidconnectclient/db/mysql/2016/201603171433_add_icon_color_columns.php | +2 | −1 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/AccountLinker/Controller.php | +2 | −2 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/AccountLinker/RegisterPresenter.php | +3 | −3 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/AccountLinker/UnlinkedAccount.php | +3 | −3 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/AccountLinker/UnlinkedAccountDao.php | +3 | −3 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/AccountLinker/UnlinkedAccountDataAccessException.php | +3 | −1 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/AccountLinker/UnlinkedAccountManager.php | +3 | −3 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/AccountLinker/UnlinkedAccountNotFoundException.php | +4 | −1 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/AdminRouter.php | +1 | −1 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Administration/ColorPresenter.php | +2 | −3 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Administration/ColorPresenterFactory.php | +4 | −4 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Administration/Controller.php | +2 | −2 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Administration/IconPresenter.php | +2 | −3 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Administration/IconPresenterFactory.php | +4 | −4 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Administration/Presenter.php | +2 | −1 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Administration/ProviderPresenter.php | +3 | −2 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/Flow.php | +6 | −3 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/FlowResponse.php | +3 | −2 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/SessionState.php | +2 | −2 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/StateManager.php | +4 | −4 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/StateStorage.php | +1 | −1 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Login/ConnectorPresenter.php | +2 | −2 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Login/ConnectorPresenterBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Login/Controller.php | +4 | −3 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/LoginController.php | +5 | −2 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Provider/Provider.php | +2 | −3 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Provider/ProviderDao.php | +3 | −2 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Provider/ProviderDataAccessException.php | +3 | −1 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Provider/ProviderMalformedDataException.php | +3 | −1 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Provider/ProviderManager.php | +2 | −2 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Provider/ProviderNotFoundException.php | +3 | −1 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Router.php | +1 | −1 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/UserMapping/Controller.php | +3 | −4 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/UserMapping/UserMapping.php | +3 | −3 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/UserMapping/UserMappingDao.php | +3 | −3 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/UserMapping/UserMappingDataAccessException.php | +3 | −1 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/UserMapping/UserMappingManager.php | +4 | −4 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/UserMapping/UserMappingNotFoundException.php | +3 | −1 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/UserMapping/UserMappingUsage.php | +2 | −2 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/UserMapping/UserPreferencesPresenter.php | +3 | −3 | Go to diff View file |
M | plugins/openidconnectclient/include/constants.php | +1 | −1 | Go to diff View file |
M | plugins/openidconnectclient/include/openidconnectclientPlugin.class.php | +3 | −3 | Go to diff View file |
M | plugins/openidconnectclient/tests/Authentication/StateFactoryTest.php | +1 | −1 | Go to diff View file |
M | plugins/openidconnectclient/tests/Authentication/StateManagerTest.php | +1 | −1 | Go to diff View file |
M | plugins/openidconnectclient/tests/Authentication/StateTest.php | +3 | −3 | Go to diff View file |
M | plugins/openidconnectclient/tests/Provider/ProviderManagerTest.php | +2 | −1 | Go to diff View file |
M | plugins/openidconnectclient/tests/RouterTest.php | +2 | −1 | Go to diff View file |
M | plugins/pluginsadministration/include/ManageAllowedProjectsPresenter.class.php | +2 | −1 | Go to diff View file |
M | plugins/pluginsadministration/include/PluginsAdministrationActions.class.php | +8 | −12 | Go to diff View file |
M | plugins/pluginsadministration/include/PluginsAdministrationPluginDescriptor.class.php | +2 | −3 | Go to diff View file |
M | plugins/pluginsadministration/include/PluginsAdministrationViews.class.php | +7 | −7 | Go to diff View file |
M | plugins/pluginsadministration/include/Presenter/installedPluginsPresenter.class.php | +2 | −1 | Go to diff View file |
M | plugins/pluginsadministration/include/bootstrap.php | +1 | −1 | Go to diff View file |
M | plugins/proftpd/bin/parse_xferlog.php | +0 | −1 | Go to diff View file |
M | plugins/proftpd/db/mysql/updates/2014/201401221648_ftpgroups_view_concat.php | +2 | −1 | Go to diff View file |
M | plugins/proftpd/db/mysql/updates/2014/201403211644_update_default_acl.php | +2 | −1 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Admin/ACLBuilder.class.php | +2 | −1 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Admin/ACLBuilderForDirectory.class.php | +2 | −1 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Admin/ACLBuilderForFile.class.php | +2 | −2 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Admin/ACLUpdater.class.php | +2 | −1 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Admin/AdminController.class.php | +2 | −1 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Admin/PermissionsManager.class.php | +2 | −1 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Directory/DirectoryItem.class.php | +3 | −2 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Directory/DirectoryItemCollection.class.php | +3 | −2 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Directory/DirectoryParser.class.php | +4 | −3 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Directory/DirectoryPathCollection.class.php | +2 | −3 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Directory/DirectoryPathParser.class.php | +2 | −2 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Directory/DirectoryPathPart.class.php | +2 | −2 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Explorer/ExplorerController.class.php | +3 | −3 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Presenter/AdminPresenter.class.php | +3 | −3 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Presenter/ExplorerPresenter.class.php | +2 | −2 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/ProftpdRouter.class.php | +2 | −2 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/ServiceProFTPd.class.php | +2 | −1 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/SystemEvent/PROFTPD_DIRECTORY_CREATE.class.php | +5 | −4 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/SystemEvent/PROFTPD_UPDATE_ACL.class.php | +2 | −1 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/SystemEventManager.class.php | +3 | −2 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Xferlog/Dao.class.php | +2 | −1 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Xferlog/Entry.class.php | +2 | −1 | Go to diff View file |
M | plugins/proftpd/include/ProFTPd/Xferlog/FileImporter.class.php | +0 | −1 | 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 | +2 | −3 | Go to diff View file |
M | plugins/proftpd/phpunit/ProFTPd/Admin/ACLUpdaterTest.php | +4 | −3 | Go to diff View file |
M | plugins/proftpd/phpunit/ProFTPd/Directory/ProftpdDirectoryParserTest.php | +4 | −5 | Go to diff View file |
M | plugins/proftpd/phpunit/ProFTPd/Directory/ProftpdDirectoryPathParserTest.php | +2 | −2 | Go to diff View file |
M | plugins/proftpd/phpunit/ProFTPd/SystemEvent/PROFTPD_DIRECTORY_CREATETest.php | +2 | −1 | Go to diff View file |
M | plugins/proftpd/phpunit/ProFTPd/SystemEvent/PROFTPD_UPDATE_ACLTest.php | +2 | −1 | Go to diff View file |
M | plugins/proftpd/phpunit/ProFTPd/SystemEventManagerTest.php | +4 | −2 | Go to diff View file |
M | plugins/proftpd/phpunit/ProFTPd/Xferlog/FileImporterTest.php | +2 | −1 | Go to diff View file |
M | plugins/proftpd/phpunit/ProFTPd/Xferlog/FileImporter_PathTest.php | +4 | −5 | Go to diff View file |
M | plugins/proftpd/phpunit/ProFTPd/Xferlog/ParserTest.php | +2 | −1 | Go to diff View file |
M | plugins/proftpd/www/explorer.php | +1 | −1 | Go to diff View file |
M | plugins/proftpd/www/index.php | +1 | −1 | Go to diff View file |
M | plugins/projectlinks/include/ProjectLinksDao.class.php | +0 | −2 | Go to diff View file |
M | plugins/projectlinks/include/ProjectLinksPluginDescriptor.class.php | +7 | −6 | 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 | +8 | −7 | Go to diff View file |
M | plugins/projectlinks/include/form_utils.php | +38 | −36 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/FileUniDiffBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/MimeDetector.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/QueryToCriterionConverter.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/tests/FileUniDiffBuilderTest.php | +8 | −9 | Go to diff View file |
M | plugins/pullrequest/tests/InlineComment/InlineCommentUpdaterTest.php | +48 | −13 | Go to diff View file |
M | plugins/pullrequest/tests/Reference/ReferenceFactoryTest.php | +0 | −1 | Go to diff View file |
M | plugins/pullrequest/tests/rest/PullRequestDataBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/pullrequest/tests/rest/init_test_data.php | +1 | −1 | Go to diff View file |
M | plugins/referencealias_svn/db/mysql/updates/2016/201606271409_add_unique_to_plugin_referencealias_svn.php | +2 | −1 | Go to diff View file |
M | plugins/statistics/bin/purgeDiskUsageData.php | +0 | −1 | Go to diff View file |
M | plugins/statistics/db/mysql/updates/2011/201103031250_add_group_id_index_on_diskusage_group_table.php | +2 | −3 | Go to diff View file |
M | plugins/statistics/db/mysql/updates/2012/201205071222_add_table_disk_quota_exception.php | +2 | −3 | Go to diff View file |
M | plugins/statistics/db/mysql/updates/2015/201504081124_create_plugin_statistics_configuration_table.php | +3 | −2 | Go to diff View file |
M | plugins/statistics/db/mysql/updates/2015/201510131700_create_plugin_statistics_aggregation_table.php | +3 | −2 | Go to diff View file |
M | plugins/statistics/include/DiskUsageGlobalPresenter.php | +1 | −1 | Go to diff View file |
M | plugins/statistics/include/DiskUsageProjectsPresenter.php | +1 | −1 | Go to diff View file |
M | plugins/statistics/include/DiskUsageServicesPresenter.php | +1 | −1 | Go to diff View file |
M | plugins/statistics/include/DiskUsageServicesPresenterBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/statistics/include/ProjectQuotaHtml.class.php | +5 | −4 | Go to diff View file |
M | plugins/statistics/include/ProjectQuotaManager.class.php | +4 | −5 | Go to diff View file |
M | plugins/statistics/include/StatisticsAggregatorDao.class.php | +3 | −2 | Go to diff View file |
M | plugins/statistics/include/StatisticsPluginDescriptor.class.php | +2 | −3 | Go to diff View file |
M | plugins/statistics/include/StatisticsPluginInfo.class.php | +2 | −3 | Go to diff View file |
M | plugins/statistics/include/Statistics_ConfigurationDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/statistics/include/Statistics_ConfigurationManager.class.php | +3 | −3 | Go to diff View file |
M | plugins/statistics/include/Statistics_DiskUsageDao.class.php | +15 | −15 | Go to diff View file |
M | plugins/statistics/include/Statistics_DiskUsageGraph.class.php | +12 | −12 | Go to diff View file |
M | plugins/statistics/include/Statistics_DiskUsageHtml.class.php | +5 | −4 | Go to diff View file |
M | plugins/statistics/include/Statistics_DiskUsageManager.class.php | +12 | −16 | Go to diff View file |
M | plugins/statistics/include/Statistics_DiskUsageOutput.class.php | +11 | −6 | Go to diff View file |
M | plugins/statistics/include/Statistics_DiskUsagePurger.class.php | +8 | −10 | Go to diff View file |
M | plugins/statistics/include/Statistics_Event.php | +2 | −1 | Go to diff View file |
M | plugins/statistics/include/Statistics_Formatter.class.php | +3 | −2 | Go to diff View file |
M | plugins/statistics/include/Statistics_Formatter_Cvs.class.php | +2 | −4 | Go to diff View file |
M | plugins/statistics/include/Statistics_Formatter_Scm.class.php | +2 | −4 | Go to diff View file |
M | plugins/statistics/include/Statistics_Formatter_Svn.class.php | +2 | −4 | Go to diff View file |
M | plugins/statistics/include/Statistics_ProjectQuotaDao.class.php | +2 | −4 | Go to diff View file |
M | plugins/statistics/include/Statistics_SOAPServer.class.php | +2 | −2 | Go to diff View file |
M | plugins/statistics/include/Statistics_ScmCvsDao.class.php | +2 | −4 | Go to diff View file |
M | plugins/statistics/include/Statistics_ScmSvnDao.class.php | +2 | −4 | Go to diff View file |
M | plugins/statistics/include/Statistics_Services_UsageFormatter.class.php | +2 | −3 | Go to diff View file |
M | plugins/statistics/include/Statistics_Widget_ProjectStatistics.class.php | +2 | −1 | Go to diff View file |
M | plugins/statistics/include/SystemEventQueueStatistics.php | +2 | −1 | Go to diff View file |
M | plugins/statistics/include/SystemEvent_STATISTICS_DAILY.php | +4 | −3 | Go to diff View file |
M | plugins/statistics/include/statisticsPlugin.class.php | +6 | −6 | Go to diff View file |
M | plugins/statistics/tests/Statistics_DiskUsagePurgerTest.php | +7 | −7 | Go to diff View file |
M | plugins/statistics/tests/Statistics_FormatterTest.php | +3 | −2 | Go to diff View file |
M | plugins/statistics/tests/Statistics_Services_UsageFormatterTest.php | +2 | −4 | Go to diff View file |
M | plugins/statistics/www/disk_usage_graph.php | +9 | −16 | Go to diff View file |
M | plugins/statistics/www/frequence_stat_graph.php | +69 | −57 | Go to diff View file |
M | plugins/statistics/www/project_stat.php | +1 | −3 | Go to diff View file |
M | plugins/statistics/www/project_stat_graph.php | +0 | −2 | Go to diff View file |
M | plugins/statistics/www/services_usage.php | +0 | −1 | Go to diff View file |
M | plugins/statistics/www/soap/index.php | +0 | −2 | Go to diff View file |
M | plugins/statistics/www/soap/wsdl.php | +0 | −1 | Go to diff View file |
M | plugins/statistics/www/usage_stat.php | +20 | −20 | Go to diff View file |
M | plugins/svn/bin/post-revprop-change.php | +1 | −1 | Go to diff View file |
M | plugins/svn/bin/pre-revprop-change.php | +1 | −1 | Go to diff View file |
M | plugins/svn/bin/svn_post_commit.php | +0 | −1 | Go to diff View file |
M | plugins/svn/bin/svn_pre_commit.php | +2 | −2 | Go to diff View file |
M | plugins/svn/db/mysql/updates/2016/201601081758_create_plugin_svn_repositories_table.php | +2 | −1 | Go to diff View file |
M | plugins/svn/db/mysql/updates/2016/201602021420_create_plugin_svn_accessfile_history_table.php | +2 | −1 | Go to diff View file |
M | plugins/svn/db/mysql/updates/2016/201602091209_create_plugin_svn_mailing_header.php | +2 | −2 | Go to diff View file |
M | plugins/svn/db/mysql/updates/2016/201602091428_create_plugin_svn_notification.php | +2 | −1 | Go to diff View file |
M | plugins/svn/db/mysql/updates/2016/201602161822_add_accessfile_reference_in_svn_repository.php | +2 | −1 | Go to diff View file |
M | plugins/svn/db/mysql/updates/2016/201603071042_svn_repository_pre_commit_must_contain_reference.php | +2 | −1 | Go to diff View file |
M | plugins/svn/db/mysql/updates/2016/201603161523_create_plugin_svn_immutable_tag.php | +2 | −2 | Go to diff View file |
M | plugins/svn/db/mysql/updates/2016/201603231523_hook_commit_message_can_change.php | +2 | −2 | Go to diff View file |
M | plugins/svn/db/mysql/updates/2016/201604121133_default_permissions_admin_groups.php | +2 | −2 | Go to diff View file |
M | plugins/svn/db/mysql/updates/2016/201605161710_reset_folders_owner_and_group.php | +1 | −1 | Go to diff View file |
M | plugins/svn/db/mysql/updates/2016/201608251326_create_plugin_svn_full_history_table.php | +2 | −1 | Go to diff View file |
M | plugins/svn/db/mysql/updates/2017/201704031412_create_svn_notif_user_table.php | +2 | −1 | Go to diff View file |
M | plugins/svn/db/mysql/updates/2017/201704031421_create_autoincrement_key_in_notif.php | +2 | −1 | Go to diff View file |
M | plugins/svn/db/mysql/updates/2017/201704031658_create_svn_notif_group_table.php | +2 | −1 | Go to diff View file |
M | plugins/svn/db/mysql/updates/2017/201704121621_modify_autoincrement_key_in_notif.php | +2 | −1 | 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 | +3 | −5 | Go to diff View file |
M | plugins/svn/tests/Reference/ExtractorTest.php | +2 | −1 | Go to diff View file |
M | plugins/svn/tests/SVN/AccessControl/AccessFileReaderTest.php | +3 | −2 | Go to diff View file |
M | plugins/svn/tests/SVN/Hooks/PreCommitTest.php | +3 | −2 | Go to diff View file |
M | plugins/svn/tests/SVN/Hooks/PreRevPropChangeTest.php | +2 | −1 | Go to diff View file |
M | plugins/svn/tests/SVN/Mails/MailReceivedFromUserExtractorTest.php | +3 | −3 | Go to diff View file |
M | plugins/svn/tests/SVN/Repository/RepositoryRegexpBuilderTest.php | +3 | −2 | Go to diff View file |
M | plugins/svn/tests/SVN/Repository/RuleNameTest.php | +3 | −4 | Go to diff View file |
M | plugins/svn/tests/SVN/XMLImporterTest.php | +14 | −9 | 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/timetracking/include/Timetracking/Time/TimeChecker.php | +1 | −1 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/Time/TimeRetriever.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/bin/create_tracker_structure_from_tv3.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/bin/import_tracker_xml_template.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/bin/remove_multiple_artifacts.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2011/201108311118_add_widget_renderer.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2011/201109151443_reactivate_plugin_in_templates.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2011/201110051717_add_postaction_field_date_table.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201202031104_add_shared_field_columns.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201202101244_shared_field_default_is_0.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201202221109_add_index_on_changeset_value_list.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201203021527_add_tracker_hierarchy.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201203081704_set_child_id_as_primary_key_in_tracker_hierarchy.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201204051134_add_index_on_sementic_title_and_artifact.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201206061045_create_reminder_table.php | +2 | −4 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201206151041_delete_invalid_tracker_hierarchy_data.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201206211032_add_postaction_field_int_table.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201206211511_add_body_format_column.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201206211619_add_artifact_priority.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201206221322_populate_artifact_priority.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201206221459_add_postaction_field_float_table.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201206251148_add_table_for_aggregate_field.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201206271626_rename_aggregate_to_computed.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201206291629_add_missing_renderer_table_rows.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201209121717_turn_tables_innodb.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201209201812_populate_artifact_priority_for_fresh_install.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201209251711_add_table_bind_ugroups.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201210300845_add_from_tv3_id_column.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201211121137_add_transition_condition_field_notempty_table.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201211211457_refactor_tracker_rule_tables.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201211221712_create_tracker_rule_date_table.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201211281116_remove_unused_keys_from_tracker_rule_tables.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2013/201301021153_add_postaction_cibuild_table.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2013/201302051223_add_burndown_field_table.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2013/201302181740_remove_burndown_field_table.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2013/201303200939_add_per_tracker_artifact_id.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2013/201304230915_create_burndown_field_table.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2013/201305101622_remove_orphan_decorators.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2013/201307311726_add_workflow_trigger_tables.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2013/201308090903_add_workflow_manager_user.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2013/201309191741_remove_burndown_field_table.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2013/201309201623_add_cross_references_indexes.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2013/201310301030_add_body_format_on_field_text_changeset.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2013/20131204_remove_special_fields_from_changesets.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2013/201312250950_add_reminder_roles_table.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2014/201403181036_add_tracker_fileinfo_temporary_table.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2014/201403191118_add_offset_column_to_fileinfo_temporary_table.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2014/201403281402_add_index_for_reverse_link.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2014/201404161017_add_color_column_to_tracker.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2014/201405060841_add_index_for_semantic_and_artifact.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2014/20140514_add_index_for_last_changeset_id_tracker_id.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2014/201408121036_add_artifact_unsubscribe_table.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2014/201409031059_add_display_time_option.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2014/201410081156_add_burndown_table.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2014/201411051547_add_fast_compute_option.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2014/201412041555_add_tracker_field_computed_cache_table.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2015/201501191123_create_tracker_artifact_priority_history_table.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2015/201501201037_add_show_priority_changes_in_tracker_table.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2015/201501211009_add_raised_context_project_columns_in_priority_history_table.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2015/201501221126_rename_show_priority_changes_column_in_tracker_table.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2015/201506301700_convert_possible_old_text_format_tracker.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2015/201510071857_add_semantic_description.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2015/201510131648_add_emailgateway_column_to_tracker.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2015/201510141100_add_plugin_tracker_config.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2015/201510281350_add_incomingmail_table.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2015/201512091100_create_tracker_notification_assigned_to_table.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2016/201601271554_add_nature_in_artifactlink.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2016/201602081457_add_is_child_into_existing_data.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2016/201603080951_create_tracker_artifactlink_natures_table.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2016/201603111508_create_tracker_artifactlink_natures_allowed_projects_table.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2016/201603211122_add_is_child_into_existing_data.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2016/201603231358_add_nature_index_for_artifact_link_changeset.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2016/201603251450_add_index_on_nature_column.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2016/201612091720_use_only_rank_for_artifact_priority.php | +8 | −4 | Go to diff View file |
M | plugins/tracker/db_tests/PriorityDaoTest.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/IProvideJsonFormatOfMyself.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/REST/Artifact/ArtifactCreator.class.php | +2 | −1 | 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/ArtifactFieldValueComputedFullRepresentation.class.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/Artifact/ArtifactFieldValueFileFullRepresentation.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/REST/Artifact/ArtifactFieldValueFileRepresentation.class.php | +3 | −2 | 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 | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/REST/Artifact/ArtifactFieldValueListRepresentation.class.php | +3 | −2 | 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 | +2 | −1 | 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 | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/REST/Artifact/ArtifactValidator.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/Artifact/ChangesetCommentRepresentation.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/REST/Artifact/ChangesetRepresentation.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/Artifact/ChangesetRepresentationCollection.class.php | +2 | −1 | 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 | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/REST/FieldOpenListRepresentation.class.php | +1 | −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 | +3 | −3 | 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/WorkflowRuleDateRepresentation.class.php | +3 | −2 | 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 | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/REST/WorkflowTransitionRepresentation.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/REST/v1/ArtifactTemporaryFilesResource.class.php | +3 | −6 | Go to diff View file |
M | plugins/tracker/include/REST/v1/ArtifactValuesRepresentation.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/REST/v1/ArtifactsResource.class.php | +6 | −5 | 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 | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/v1/ProjectTrackersResource.class.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/v1/ReportsResource.class.php | +1 | −1 | 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/REST/v1/TrackersResource.class.php | +6 | −8 | Go to diff View file |
M | plugins/tracker/include/SystemEventManager.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/CopyArtifact.class.php | +10 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/CreateArtifact.class.php | +3 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/CreateArtifactFromModal.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/UpdateArtifact.class.php | +3 | −2 | 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 | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Attachment/CannotCreateException.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Attachment/ChunkTooBigException.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Attachment/FileNotFoundException.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Attachment/InvalidPathException.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Attachment/PaginatedTemporaryFiles.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Attachment/QuotaExceededException.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Attachment/TemporaryFile.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Attachment/TemporaryFileDao.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Attachment/TemporaryFileManager.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Attachment/Tracker_Artifact_Attachment_InvalidOffsetException.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/ChangesetDataInitializator.class.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/IncomingMailDao.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/IncomingMailGoldenRetriever.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetCreatorBase.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetCreatorBase.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Exception/AfterSaveException.class.php | +3 | −2 | 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 | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Exception/ChangesetCommitException.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Exception/ChangesetNotCreatedException.class.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Exception/CommentNotStoredException.class.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Exception/FieldValueNotStoredException.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Exception/XMLImportException.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/ArtifactDoesNotExistException.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/ArtifactIdMissingException.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/CitationStripper.class.php | +5 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessage.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessageFactory.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessageInsecureBuilder.class.php | +12 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessageTokenBuilder.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/InsecureMailGateway.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/InvalidMailHeadersException.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/MailGateway.class.php | +6 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayBuilder.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayConfig.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayConfigController.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayConfigDao.php | +2 | −1 | 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 | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/Notifier.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/Recipient.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/RecipientFactory.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/RecipientInvalidHashException.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/RecipientUserDoesNotExistException.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/TokenMailGateway.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/TrackerDoesNotExistException.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/TrackerIdMissingException.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/TrackerMissingSemanticException.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Node.php | +2 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/PaginatedArtifacts.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Presenter/ArtifactLinkPresenter.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Presenter/CreateArtifactInPlacePresenter.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Presenter/EditArtifactInPlacePresenter.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Presenter/FollowUpCommentsPresenter.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/ArtifactRenderer.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/CopyRenderer.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/CreateInPlaceRenderer.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/EditAbstractRenderer.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/EditInPlaceRenderer.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/EditOverlayRenderer.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/EditRenderer.class.php | +2 | −3 | 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 | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/SubmitOverlayRenderer.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/SubmitRenderer.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactCreator.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactLinkInfo.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_BatchIterator.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php | +17 | −14 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetFactory.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetFactoryBuilder.class.php | +7 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetJsonFormatter.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetJsonPresenter.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValueVisitor.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_ArtifactLink.class.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_ArtifactLinkDiff.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Date.class.php | +6 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_File.class.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Float.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Integer.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_List.class.php | +9 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Numeric.class.php | +8 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_OpenList.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_PermissionsOnArtifact.class.php | +10 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_String.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Text.class.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Comment.class.php | +3 | −2 | 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 | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Followup_Item.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PossibleParentsRetriever.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PriorityHistoryChange.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PriorityManager.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_SlicedArtifacts.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_SlicedArtifactsBuilder.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/View/Copy.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/View/Edit.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/View/Hierarchy.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/View/Nature.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/View/View.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/View/ViewCollection.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLExportTooManyArtifactsException.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport.class.php | +18 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/ArtifactFieldsDataBuilder.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/CollectionOfFilesToImportInArtifact.class.php | +2 | −1 | 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/Exception/StrategyDoesNotExistException.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategy.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyAlphanumeric.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyArtifactLink.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyAttachment.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyDate.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyList.class.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyOpenList.class.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyPermissionsOnArtifact.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyText.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportZipArchive.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImportBuilder.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/dao/NoPredecessorException.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/dao/Tracker_Artifact_ChangesetDao.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/dao/Tracker_Artifact_Changeset_CommentDao.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/dao/Tracker_Artifact_Changeset_ValueDao.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/dao/Tracker_Artifact_PriorityHistoryDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/CannedResponse/Tracker_CannedResponse.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/CannedResponse/Tracker_CannedResponseFactory.class.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/CannedResponse/Tracker_CannedResponseManager.class.php | +18 | −19 | Go to diff View file |
M | plugins/tracker/include/Tracker/CannedResponse/dao/Tracker_CannedResponseDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/CardDisplayPreferences.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/CardFields.class.php | +6 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Chart/Burndown.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Chart/BurndownView.class.php | +2 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Chart/Data/Burndown.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/ColorPresenterCollection.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Config/ConfigController.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/ConfigNotificationAssignedTo.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder.class.php | +6 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderException.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderFactory.class.php | +21 | −20 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderManager.class.php | +11 | −13 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderRenderer.class.php | +46 | −47 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder_Role.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder_Role_Assignee.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder_Role_Commenter.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminder_Role_Submitter.class.php | +3 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/dao/Tracker_DateReminderDao.class.php | +1 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Events/SystemEvent_TRACKER_V3_MIGRATION.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Exception.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Exception/Migration/CreateArchiveException.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Exception/Migration/GetTv3Exception.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Exception/Migration/OpenArchiveException.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Exception/Migration/StructureCreationException.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FileInfoFactory.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/DateFormatter.class.php | +6 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/DateTimeFormatter.class.php | +4 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkValueSaver.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/ArtifactInNatureTablePresenter.php | +7 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/InvalidNatureParameterException.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureConfigController.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureCreator.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureDao.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureDeletor.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureEditor.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureIsChildLinkRetriever.php | +2 | −1 | 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/NatureManagementException.php | +3 | −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 | +5 | −5 | 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 | +4 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureValidator.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/ParentOfArtifactCollection.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/UnableToCreateNatureException.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/UnableToDeleteNatureException.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/UnableToEditNatureException.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/PostSaveNewChangesetCommand.class.php | +2 | −1 | 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/SourceOfAssociationDetector.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/SubmittedValueConvertor.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/IAcceptFieldVisitor.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/IHaveAnId.class.php | +2 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/IProvideFactoryButtonInformation.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/InvalidFieldException.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/InvalidFieldValueException.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/RESTValueByField_NotImplementedException.php | +4 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement.class.php | +36 | −32 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php | +63 | −62 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container.class.php | +13 | −13 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Column.class.php | +7 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Column_Group.class.php | +1 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Fieldset.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php | +38 | −37 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_FieldVisitor.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Alphanum.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactId.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php | +7 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Checkbox.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_CrossReferences.class.php | +16 | −15 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Date.class.php | +32 | −32 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_File.class.php | +20 | −20 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Float.class.php | +6 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Integer.class.php | +6 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastModifiedBy.class.php | +8 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastUpdateDate.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php | +39 | −35 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.class.php | +37 | −38 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindDecorator.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindFactory.class.php | +39 | −30 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindValue.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Null.class.php | +60 | −30 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Static.class.php | +14 | −15 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_StaticValue_None.class.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Ugroups.class.php | +5 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UgroupsValue.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.class.php | +17 | −18 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UsersValue.class.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_OpenValue.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_UnsavedValue.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Value.class.php | +5 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_MultiSelectbox.class.php | +9 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Numeric.class.php | +11 | −13 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_OpenList.class.php | +35 | −36 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PerTrackerArtifactIdclass.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PermissionsOnArtifact.class.php | +28 | −30 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Priority.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Radiobutton.class.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ReadOnly.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Selectbox.class.php | +13 | −14 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Shareable.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_String.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_SubmittedBy.class.php | +9 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_SubmittedOn.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.class.php | +13 | −11 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Interface.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Shared.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_LineBreak.class.php | +3 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_RichText.class.php | +4 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_Separator.class.php | +3 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Usable.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Visitor.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_SharedFormElementFactory.class.php | +5 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin.class.php | +11 | −12 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Container.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/CreateSharedVisitor.class.php | +2 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/CreateVisitor.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field.class.php | +2 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/ArtifactId.class.php | +2 | −3 | 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/Checkbox.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/CrossReferences.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/LastModifiedBy.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/LastUpdateDate.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/List.class.php | +2 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/MultiSelectbox.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/PermissionsOnArtifact.class.php | +2 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Priority.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Radiobutton.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Selectbox.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/SubmittedBy.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/SubmittedOn.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Shared.class.php | +2 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/StaticField.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/StaticField/LineBreak.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/StaticField/Separator.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/UpdateSharedVisitor.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/UpdateVisitor.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Visitor.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_FieldDao.class.php | +8 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_FieldSetDao.class.php | +2 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_ComputedDaoCache.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_DateDao.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_FloatDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_IntegerDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_ListDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_List_Bind_DefaultvalueDao.class.php | +3 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_List_Bind_StaticDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_List_Bind_Static_ValueDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_List_Bind_Ugroups_ValueDao.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_List_Bind_UsersDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_List_OpenValueDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_MultiSelectboxDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_OpenListDao.class.php | +3 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_StringDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_TextDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_ValueDao.class.php | +3 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_ArtifactLinkDao.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_DateDao.class.php | +3 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_FileDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_FloatDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_IntegerDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_ListDao.class.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_NumericDao.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_OpenListDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_PermissionsOnArtifactDao.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_TextDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_SpecificPropertiesDao.class.php | +4 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_StaticField_RichTextDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/GeneralSettings_Presenter.class.php | +20 | −19 | Go to diff View file |
M | plugins/tracker/include/Tracker/Hierarchy/CyclicHierarchyException.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Hierarchy/HierarchicalTracker.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Hierarchy/HierarchicalTrackerFactory.class.php | +8 | −9 | Go to diff View file |
M | plugins/tracker/include/Tracker/Hierarchy/Hierarchy.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Hierarchy/HierarchyFactory.class.php | +1 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Hierarchy/NotInHierarchyException.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Hierarchy/Presenter.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/HomeNavPresenter.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/IDisplayTrackerLayout.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/IFetchTrackerSwitcher.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/MasschangeUpdater.class.php | +1 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Masschange_Presenter.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/MailLogger.class.php | +2 | −2 | 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 | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/AttachmentFieldDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/CannedDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/CcFieldDao.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/ColumnsDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/Dao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/FieldDependenciesDao.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/FieldPermsDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/FieldsDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/FieldsDefaultValuesDao.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/FieldsetsDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/PermissionsOnArtifactFieldDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/ReferenceFieldDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/RemindersDao.class.php | +4 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/RenderersGraphDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/RenderersTableDao.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/ReportsDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/SemanticDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/NoArtifactLinkFieldException.class.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/NoChangeException.class.php | +3 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/NotificationLevelExtractor.php | +1 | −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 | +4 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/ChainOfResponsibility/Anonymous.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/ChainOfResponsibility/Command.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/ChainOfResponsibility/DoNothing.class.php | +6 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/ChainOfResponsibility/Registered.class.php | +6 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/PermissionChecker.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/PermissionController.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/PermissionManager.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/PermissionPresenter.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/PermissionPresenterBuilder.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/PermissionRequest.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/PermissionRetrieveAssignee.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/PermissionSerializer.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/PermissionSetter.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/PermissionTypePresenter.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/PermissionUgroupPresenter.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/PermissionsDao.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Reference.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/ReferenceManager.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/AdditionalCriterion.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/InvalidRESTCriterionException.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/Grammar/Term.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/TrackerReportExtractor.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report.class.php | +65 | −63 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_ReportFactory.class.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_Criteria.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_CriteriaFactory.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_HeaderInArtifactLinkModalPresenter.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_HeaderInReportPresenter.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_HeaderRenderer.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_REST.class.php | +9 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer.class.php | +12 | −12 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_RendererFactory.class.php | +26 | −21 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer_ArtifactLinkable_Interface.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer_Table.class.php | +47 | −56 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_Session.class.php | +13 | −15 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_ReportDao.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_CriteriaDao.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_Alphanum_ValueDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_ArtifactLink_ValueDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_Date_ValueDao.class.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_File_ValueDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_Float_ValueDao.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_Int_ValueDao.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_List_ValueDao.class.php | +5 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_OpenList_ValueDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_PermissionsOnArtifact_ValueDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_Text_ValueDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_ValueDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_RendererDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Renderer_TableDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Renderer_Table_ColumnsDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Renderer_Table_FunctionsAggregatesDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Renderer_Table_SortDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/Date.class.php | +10 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/Date/Dao.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/Date/Factory.class.php | +9 | −9 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/Date/InvalidComparatorException.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/Date/MissingComparatorException.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/List.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/List/Dao.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/List/Factory.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/List/View.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/Tracker_Rule.class.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/Tracker_RuleFactory.class.php | +12 | −13 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/Tracker_RulesManager.class.php | +44 | −46 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/dao/Tracker_RuleDao.class.php | +31 | −24 | 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/Tracker_Semantic.class.php | +11 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_SemanticFactory.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_SemanticManager.class.php | +7 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Contributor.class.php | +18 | −19 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_ContributorFactory.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Description.class.php | +21 | −21 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_DescriptionFactory.class.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Status.class.php | +14 | −14 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_StatusFactory.class.php | +1 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Title.class.php | +22 | −23 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_TitleFactory.class.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/dao/IRetrieveSemanticDARByTracker.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/dao/Tracker_Semantic_DescriptionDao.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/dao/Tracker_Semantic_StatusDao.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/dao/Tracker_Semantic_TitleDao.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/SystemEvent/Tv3TvQueue.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tooltip/Tracker_Tooltip.class.php | +19 | −18 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tooltip/Tracker_TooltipFactory.class.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tooltip/dao/Tracker_TooltipDao.class.php | +2 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/TrackerFactory.class.php | +69 | −69 | Go to diff View file |
M | plugins/tracker/include/Tracker/TrackerManager.class.php | +37 | −43 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_ArtifactByEmailStatus.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_CannotAccessTrackerException.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_Dispatchable_Interface.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_FileInfo.class.php | +7 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_FileInfo_InvalidFileInfoException.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_FileInfo_UnauthorisedException.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_GlobalNotification.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_NoMachingResourceException.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_NotificationsManager.class.php | +11 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_Report_Field.class.php | +3 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_ResourceDoesntExistException.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_URL.class.php | +7 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_URLVerification.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/TreeNode/CardPresenterNode.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/UgroupMappingBuilder.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/UgroupPermissionsConsistencyChecker.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/UgroupPermissionsConsistencyMessenger.class.php | +2 | −2 | 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 | +8 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Widget/Tracker_Widget_MyRenderer.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Widget/Tracker_Widget_ProjectRenderer.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Widget/Tracker_Widget_Renderer.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/ChildrenCollector.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Exporter/ArtifactAttachmentExporter.php | +3 | −2 | 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/ArtifactXMLExporterBuilder.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 | +4 | −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 | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueListXMLExporter.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueOpenListXMLExporter.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValuePermissionsOnArtifactXMLExporter.class.php | +4 | −3 | 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/ChangesetValue/ChangesetValueXMLExporter.class.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Exporter/ChangesetValueXMLExporterVisitor.class.php | +2 | −1 | 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/ChangesetXMLExporter.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/FilePathXMLExporter.class.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 | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Exporter/TooManyChildrenException.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Importer/ArtifactImportedMapping.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Importer/CopyArtifactInformationsAggregator.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Importer/TrackerIdNotDefinedException.php | +2 | −1 | 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 | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Updater/FieldChange/FieldChangeOpenListXMLUpdater.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Updater/FieldChange/FieldChangePermissionsOnArtifactXMLUpdater.class.php | +3 | −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/FieldChange/FieldChangeXMLUpdater.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Updater/FieldChangeXMLUpdaterVisitor.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Updater/TemporaryFileCreator.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Updater/TemporaryFileXMLUpdater.class.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/dao/TrackerDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/dao/Tracker_FileInfoDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/dao/Tracker_GlobalNotificationDao.class.php | +35 | −23 | Go to diff View file |
M | plugins/tracker/include/Tracker/dao/Tracker_NotificationDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/dao/Tracker_WatcherDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/TrackerFromXmlException.class.php | +2 | −1 | 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.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/TrackerXmlFieldsMapping_InSamePlatform.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/TrackerXmlFieldsMapping_ValueNotFoundException.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/TrackerXmlImport.class.php | +18 | −18 | Go to diff View file |
M | plugins/tracker/include/Workflow/Action/Rules.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/Action/Rules/EditRules.class.php | +5 | −6 | Go to diff View file |
M | plugins/tracker/include/Workflow/Action/Transitions.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/Action/Transitions/Create.class.php | +3 | −4 | Go to diff View file |
M | plugins/tracker/include/Workflow/Action/Transitions/CreateMatrix.class.php | +12 | −15 | Go to diff View file |
M | plugins/tracker/include/Workflow/Action/Transitions/Delete.class.php | +3 | −4 | Go to diff View file |
M | plugins/tracker/include/Workflow/Action/Transitions/Details.class.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/include/Workflow/Action/Transitions/EditTransition.class.php | +6 | −7 | Go to diff View file |
M | plugins/tracker/include/Workflow/Action/Triggers.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/Action/Triggers/AddTrigger.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Workflow/Action/Triggers/DeleteTrigger.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Workflow/Action/Triggers/EditTriggers.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/Action/Triggers/GetTriggersRulesBuilderData.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Workflow/Action/Triggers/TriggersPresenter.class.php | +17 | −17 | Go to diff View file |
M | plugins/tracker/include/Workflow/GlobalRulesViolationException.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/CIBuild/Transition_PostAction_CIBuildFactory.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field_Date.class.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field_Float.class.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field_Int.class.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field_Numeric.class.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Field/dao/Transition_PostAction_Field_DateDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Field/dao/Transition_PostAction_Field_FloatDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Field/dao/Transition_PostAction_Field_IntDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/PostActionSubFactories.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/PostActionSubFactory.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Transition_PostAction.class.php | +8 | −9 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Transition_PostActionManager.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Transition_PostAction_NotFoundException.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/Transition/Condition.class.php | +7 | −8 | Go to diff View file |
M | plugins/tracker/include/Workflow/Transition/Condition/FieldNotEmpty/Dao.class.php | +8 | −4 | Go to diff View file |
M | plugins/tracker/include/Workflow/Transition/Condition/FieldNotEmpty/Factory.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/Transition/Condition/Permissions/Factory.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/Transition/ConditionManager.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/Transition/ConditionsCollection.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/Exception/AddRuleJsonFormatException.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/Exception/RuleException.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/Exception/TriggerDoesntExistException.class.php | +3 | −4 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/Exception/TriggerInvalidConditionException.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/Exception/TriggerInvalidTargetException.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/FieldValue.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/RuleDao.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/RuleProcessor/AllOfStrategy.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/RuleProcessor/AtLeastOneStrategy.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/RuleProcessor/Strategy.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/RulesBuilderData.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/RulesBuilderFactory.class.php | +2 | −4 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/RulesBuilderTriggeringFields.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/RulesFactory.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/RulesManager.class.php | +17 | −16 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/TriggerRule.class.php | +2 | −4 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/TriggerRuleCollection.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/TriggerValidator.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/Workflow/WorkflowManager.class.php | +10 | −9 | Go to diff View file |
M | plugins/tracker/include/Workflow/WorkflowUser.class.php | +2 | −4 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +58 | −60 | Go to diff View file |
M | plugins/tracker/include/trackerPluginDescriptor.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/trackerPluginInfo.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/include/tracker_permissions.php | +37 | −49 | Go to diff View file |
M | plugins/tracker/tests/Artifact/Attachment/TemporaryFileManagerTest.php | +10 | −6 | Go to diff View file |
M | plugins/tracker/tests/Artifact/Changeset/ChangesetDataInitializatorTest.php | +4 | −2 | Go to diff View file |
M | plugins/tracker/tests/Artifact/Changeset/InitialChangesetCreatorTest.php | +6 | −3 | Go to diff View file |
M | plugins/tracker/tests/Artifact/XMLExportTest.php | +40 | −6 | Go to diff View file |
M | plugins/tracker/tests/Artifact/XMLImport/XMLImportFieldStrategyArtifactLinkTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/Artifact/XMLImport/XMLImportZipArchiveTest.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/tests/Artifact/XMLImportTest.php | +57 | −38 | Go to diff View file |
M | plugins/tracker/tests/ArtifactNotificationSubscriberTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/DateFormatterTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/DateTimeFormatterTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/REST_Backend/Artifact/ArtifactValidatorTest.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Action/CopyArtifactTest.php | +31 | −18 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Action/CreateArtifactTest.php | +8 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Action/UpdateArtifactTest.php | +10 | −9 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Artifact/Changeset/IncomingMailGoldenRetrieverTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Artifact/MailGateway/CitationStripperTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Artifact/MailGateway/IncomingMessageInsecureBuilderTest.php | +5 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Artifact/MailGateway/MailGatewayBuilderTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Artifact/MailGateway/MailGatewayTest.php | +6 | −3 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Artifact/MailGatewayRecipientFactoryTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Artifact/NodeTest.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Chart/Data/BurndownTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker/DateReminder/Tracker_DateReminderManagerTest.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/tests/Tracker/FormElement/AdminTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker/FormElement/AdminVisitorTest.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/tests/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkValueSaverTest.php | +5 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker/FormElement/Field/ArtifactLink/Nature/NatureValidatorTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/FormElement/Field/ArtifactLink/ProcessChildrenTriggersCommandTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/FormElement/Field/ArtifactLink/SourceOfAssociationDetectorTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/FormElement/Field/ArtifactLink/SubmittedValueConvertorTest.php | +2 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker/FormElement/Tracker_FormElement_Field_NumericTest.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Hierarchy/ControllerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Hierarchy/HierarchicalTrackerFactoryTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Hierarchy/HierarchicalTrackerTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Hierarchy/HierarchyFactoryTest.php | +8 | −5 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Hierarchy/HierarchyTest.php | +8 | −6 | Go to diff View file |
M | plugins/tracker/tests/Tracker/HomeNavPresenterTest.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Migration/MigrationLoggerTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Permission/PermissionCheckerTest.php | +10 | −7 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Permission/PermissionManagerTest.php | +10 | −5 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Permission/PermissionRequestTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Permission/PermissionSerializerTest.php | +35 | −19 | Go to diff View file |
M | plugins/tracker/tests/Tracker/ReferenceManagerTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Report/ResultJoinerTest.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Report/Tracker_Report_RESTTest.php | +6 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Rule/Date/DateTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Rule/Date/FactoryTest.php | +7 | −8 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Rule/List/FactoryTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Rule/List/ListTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker/UgroupMappingBuilderTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker/UgroupPermissionsConsistencyCheckerTest.php | +10 | −6 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/ChildrenCollectorTest.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Exporter/ArtifactAttachmentExporterTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Exporter/ArtifactXMLExporterTest.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueArtifactLinkXMLExporterTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueFileXMLExporterTest.php | +10 | −7 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueIntegerXMLExporterTest.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueListXMLExporterTest.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueOpenListXMLExporterTest.php | +6 | −3 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueTextXMLExporterTest.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValueXMLExporterVisitorTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValuesXMLExporterTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Exporter/ChangesetXMLExporterTest.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Importer/CopyArtifactInformationsAggregatorTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Updater/ChangesetXMLUpdaterTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Updater/FieldChange/FieldChangeDateXMLUpdaterTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Updater/FieldChange/FieldChangeIntegerXMLUpdaterTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Updater/FieldChange/FieldChangeListXMLUpdaterTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Updater/FieldChange/FieldChangePermissionsOnArtifactXMLUpdaterTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Updater/TemporaryFileCreatorTest.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Updater/TemporaryFileXMLUpdaterTest.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/tests/TrackerFactoryTest.php | +30 | −22 | Go to diff View file |
M | plugins/tracker/tests/TrackerManagerTest.php | +9 | −7 | Go to diff View file |
M | plugins/tracker/tests/TrackerTest.php | +10 | −6 | Go to diff View file |
M | plugins/tracker/tests/TrackerXmlExportTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/TrackerXmlFieldsMapping_FromAnotherPlatformTest.php | +6 | −3 | Go to diff View file |
M | plugins/tracker/tests/TrackerXmlFieldsMapping_InSamePlatformTest.php | +5 | −3 | Go to diff View file |
M | plugins/tracker/tests/TrackerXmlImportTest.php | +25 | −20 | Go to diff View file |
M | plugins/tracker/tests/Tracker_ArtifactByEmailStatusTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker_ArtifactFactoryTest.php | +4 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker_ArtifactTest.php | +12 | −7 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Artifact_ChangesetJsonFormatterTest.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Artifact_ChangesetTest.php | +6 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Artifact_ChangesetValue_ArtifactLinkTest.php | +4 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Artifact_ChangesetValue_DateTest.php | +8 | −6 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Artifact_ChangesetValue_FileTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Artifact_ChangesetValue_IntegerTest.php | +6 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Artifact_ChangesetValue_ListTest.php | +8 | −7 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Artifact_ChangesetValue_OpenListTest.php | +8 | −7 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Artifact_ChangesetValue_StringTest.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Artifact_ChangesetValue_TextTest.php | +19 | −16 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Artifact_Changeset_CommentTest.php | +21 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Artifact_ProcessAssociateArtifact_Test.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Artifact_getArtifactLinks_Test.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker_CannedResponseFactoryTest.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FileInfoTest.php | +7 | −6 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElementFactoryTest.php | +15 | −14 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElementTest.php | +8 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_FieldTest.php | +9 | −7 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_ArtifactLinkTest.php | +10 | −8 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_CheckboxTest.php | +4 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_DateTest.php | +24 | −20 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_FileTest.php | +10 | −8 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_IntegerTest.php | +8 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_LastUpdateDateTest.php | +2 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_ListTest.php | +20 | −19 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_ListTypes_GetDefaultValueTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_List_BindFactoryTest.php | +9 | −15 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_List_BindTest.php | +4 | −33 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_List_BindValueTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_StaticTest.php | +6 | −3 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_StaticValueTest.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_UgroupsTest.php | +8 | −5 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_UgroupsValueTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_UsersTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_UsersValueTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_List_OpenValueTest.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_OpenListTest.php | +11 | −7 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_PermissionsOnArtifactTest.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_RadiobuttonTest.php | +4 | −2 | 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 | +4 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_SubmittedOnTest.php | +2 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_TextTest.php | +8 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Line_BreakTest.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_SeparatorTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker_ReportFactoryTest.php | +7 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Report_SessionTest.php | +39 | −40 | Go to diff View file |
M | plugins/tracker/tests/Tracker_RuleFactoryTest.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Rule_ValueTest.php | +19 | −20 | 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_SemanticFactoryTest.php | +6 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Semantic_ContributorFactoryTest.php | +2 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Semantic_ContributorTest.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Semantic_StatusFactoryTest.php | +2 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Semantic_StatusTest.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Semantic_TitleFactoryTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Semantic_TitleTest.php | +5 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker_TooltipFactoryTest.php | +2 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker_URLTest.php | +6 | −5 | Go to diff View file |
M | plugins/tracker/tests/TreeNode/CardPresenterNodeTest.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/tests/builders/aBindStatic.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/tests/builders/aBurndownField.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/tests/builders/aCIBuildPostAction.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/tests/builders/aChangeset.php | +5 | −3 | Go to diff View file |
M | plugins/tracker/tests/builders/aChangesetValue.php | +6 | −5 | Go to diff View file |
M | plugins/tracker/tests/builders/aDateFieldPostAction.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/tests/builders/aField.php | +4 | −2 | Go to diff View file |
M | plugins/tracker/tests/builders/aFieldBindValue.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/tests/builders/aFloatFieldPostAction.php | +8 | −7 | Go to diff View file |
M | plugins/tracker/tests/builders/aMockArtifact.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/tests/builders/aMockArtifactFactory.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/tests/builders/aMockField.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/builders/aMockHierarchyFactory.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/builders/aMockTracker.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/builders/aPostActionFactory.php | +9 | −7 | Go to diff View file |
M | plugins/tracker/tests/builders/aStaticValue.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/tests/builders/aTracker.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/tests/builders/aTrackerReport.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/tests/builders/aTransition.php | +8 | −7 | Go to diff View file |
M | plugins/tracker/tests/builders/aTriggerRule.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/tests/builders/aWorkflow.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/builders/all.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/builders/anArtifact.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/builders/anArtifactDar.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/builders/anIntFieldPostAction.php | +8 | −7 | Go to diff View file |
M | plugins/tracker/tests/workflow/Action/Rules/EditRulesTest.php | +16 | −10 | Go to diff View file |
M | plugins/tracker/tests/workflow/PostAction/CIBuild/Transition_PostAction_CIBuildFactoryTest.php | +11 | −7 | Go to diff View file |
M | plugins/tracker/tests/workflow/PostAction/CIBuild/Transition_PostAction_CIBuildTest.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/tests/workflow/PostAction/Field/Transition_PostAction_FieldFactoryTest.php | +16 | −11 | Go to diff View file |
M | plugins/tracker/tests/workflow/PostAction/Field/Transition_PostAction_Field_DateTest.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/tests/workflow/PostAction/Field/Transition_PostAction_Field_FloatTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/tests/workflow/PostAction/Field/Transition_PostAction_Field_IntTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/tests/workflow/PostAction/Transition_PostActionFactoryTest.php | +16 | −11 | Go to diff View file |
M | plugins/tracker/tests/workflow/Transition/Condition/FieldNotEmpty/FactoryTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/workflow/Transition/Condition/FieldNotEmptyTest.php | +6 | −3 | Go to diff View file |
M | plugins/tracker/tests/workflow/Transition/Condition/Permissions/FactoryTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/workflow/Transition/ConditionFactoryTest.php | +6 | −3 | Go to diff View file |
M | plugins/tracker/tests/workflow/TransitionFactoryTest.php | +6 | −3 | Go to diff View file |
M | plugins/tracker/tests/workflow/TransitionTest.php | +12 | −7 | Go to diff View file |
M | plugins/tracker/tests/workflow/Trigger/RulesBuilderDataTest.php | +4 | −5 | Go to diff View file |
M | plugins/tracker/tests/workflow/Trigger/RulesFactoryTest.php | +10 | −8 | Go to diff View file |
M | plugins/tracker/tests/workflow/Trigger/RulesManagerTest.php | +17 | −12 | Go to diff View file |
M | plugins/tracker/tests/workflow/Trigger/Strategy/AllOfStrategyTest.php | +6 | −5 | Go to diff View file |
M | plugins/tracker/tests/workflow/Trigger/Strategy/AtLeastOneStrategyTest.php | +2 | −3 | Go to diff View file |
M | plugins/tracker/tests/workflow/Trigger/TriggerValidatorTest.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/tests/workflow/WorkflowFactoryTest.php | +4 | −2 | Go to diff View file |
M | plugins/tracker/tests/workflow/WorkflowTest.php | +28 | −24 | Go to diff View file |
M | plugins/tracker_date_reminder/include/ArtifactDateReminder.class.php | +2 | −4 | Go to diff View file |
M | plugins/tracker_date_reminder/include/ArtifactDateReminderFactory.class.php | +99 | −70 | Go to diff View file |
M | plugins/tracker_date_reminder/include/TrackerDateReminderPluginDescriptor.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker_date_reminder/include/TrackerDateReminderPluginInfo.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker_date_reminder/include/TrackerDateReminder_ArtifactField.class.php | +44 | −34 | Go to diff View file |
M | plugins/tracker_date_reminder/include/TrackerDateReminder_ArtifactFieldFactory.class.php | +4 | −6 | Go to diff View file |
M | plugins/tracker_date_reminder/include/TrackerDateReminder_ArtifactFieldHtml.class.php | +32 | −29 | Go to diff View file |
M | plugins/tracker_date_reminder/include/TrackerDateReminder_ArtifactType.class.php | +54 | −30 | Go to diff View file |
M | plugins/tracker_date_reminder/include/TrackerDateReminder_Logger.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker_date_reminder/include/TrackerDateReminder_Logger_Prefix.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker_date_reminder/include/tracker_date_reminderPlugin.class.php | +52 | −50 | Go to diff View file |
M | plugins/tracker_encryption/include/Encryption_Manager.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker_encryption/include/TrackerEncryption/Tracker_EncryptionException.class.php | +0 | −1 | Go to diff View file |
M | plugins/tracker_encryption/include/Tracker_Key.class.php | +2 | −3 | Go to diff View file |
M | plugins/tracker_encryption/include/tracker_encryptionPlugin.class.php | +9 | −8 | Go to diff View file |
M | plugins/userlog/include/UserLogDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/userlog/include/UserLogManager.class.php | +5 | −4 | Go to diff View file |
M | plugins/userlog/include/UserLogPluginDescriptor.class.php | +2 | −2 | Go to diff View file |
M | plugins/userlog/include/UserLogPluginInfo.class.php | +2 | −2 | Go to diff View file |
M | plugins/userlog/include/userlogPlugin.class.php | +11 | −9 | Go to diff View file |
M | plugins/webdav/include/BrowserPlugin.class.php | +14 | −16 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVDocmanDocument.class.php | +2 | −4 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVDocmanFile.class.php | +2 | −4 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVDocmanFolder.class.php | +2 | −3 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVFRS.class.php | +2 | −18 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVFRSFile.class.php | +2 | −22 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVFRSPackage.class.php | +2 | −24 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVFRSRelease.class.php | +2 | −27 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVProject.class.php | +1 | −11 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVRoot.class.php | +2 | −14 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAV_DocmanController.class.php | +2 | −2 | Go to diff View file |
M | plugins/webdav/include/WebDAVAuthentication.class.php | +2 | −9 | 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 | −3 | Go to diff View file |
M | plugins/webdav/include/WebDAVTree.class.php | +2 | −4 | Go to diff View file |
M | plugins/webdav/include/WebDAVUtils.class.php | +2 | −12 | Go to diff View file |
M | plugins/webdav/include/WebDAV_Request.class.php | +2 | −1 | 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 | +2 | −2 | Go to diff View file |
M | plugins/webdav/include/exception/WebDAVExceptionServerError.class.php | +2 | −4 | Go to diff View file |
M | plugins/webdav/include/webdavPlugin.class.php | +2 | −3 | Go to diff View file |
M | plugins/webdav/tests/WebDAVAuthenticationTest.php | +3 | −8 | Go to diff View file |
M | plugins/webdav/tests/WebDAVDocmanDocumentTest.php | +3 | −2 | Go to diff View file |
M | plugins/webdav/tests/WebDAVDocmanFileTest.php | +3 | −2 | Go to diff View file |
M | plugins/webdav/tests/WebDAVDocmanFolderTest.php | +5 | −4 | Go to diff View file |
M | plugins/webdav/tests/WebDAVFRSFileTest.php | +1 | −4 | Go to diff View file |
M | plugins/webdav/tests/WebDAVFRSPackageTest.php | +3 | −29 | Go to diff View file |
M | plugins/webdav/tests/WebDAVFRSReleaseTest.php | +4 | −34 | Go to diff View file |
M | plugins/webdav/tests/WebDAVFRSTest.php | +2 | −1 | Go to diff View file |
M | plugins/webdav/tests/WebDAVProjectTest.php | +2 | −3 | Go to diff View file |
M | plugins/webdav/tests/WebDAVRootTest.php | +3 | −13 | Go to diff View file |
M | plugins/webdav/tests/WebDAVTreeTest.php | +16 | −8 | Go to diff View file |
M | plugins/webdav/tests/Webdav_URLVerificationTest.php | +2 | −1 | Go to diff View file |
M | site-content/en_US/layout/extra_tabs.php | +0 | −2 | Go to diff View file |
M | site-content/fr_FR/layout/extra_tabs.php | +0 | −2 | Go to diff View file |
M | src/common/Config/ConfigDao.php | +3 | −2 | Go to diff View file |
M | src/common/Config/ConfigValueDatabaseProvider.php | +2 | −1 | Go to diff View file |
M | src/common/Config/ConfigValueFileProvider.php | +2 | −1 | Go to diff View file |
M | src/common/Config/ConfigValueProvider.php | +2 | −1 | Go to diff View file |
M | src/common/Config/ForgeConfig.php | +2 | −1 | Go to diff View file |
M | src/common/Config/LocalIncFinder.php | +4 | −3 | Go to diff View file |
M | src/common/Dashboard/Widget/WidgetDashboardController.php | +1 | −1 | Go to diff View file |
M | src/common/Error/Error_PermissionDenied.class.php | +4 | −3 | Go to diff View file |
M | src/common/ForgeAccess/AdminPresenter.php | +0 | −1 | Go to diff View file |
M | src/common/ForgeAccess/AdminRouter.php | +3 | −2 | 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 | +2 | −1 | Go to diff View file |
M | src/common/JWT/generators/JWTGenerator.php | +2 | −1 | Go to diff View file |
M | src/common/Jenkins/Client.class.php | +2 | −1 | Go to diff View file |
M | src/common/Jenkins/ClientUnableToLaunchBuildException.class.php | +3 | −2 | Go to diff View file |
M | src/common/News/Admin/AdminNewsController.php | +1 | −1 | Go to diff View file |
M | src/common/News/Admin/AdminNewsFindException.php | +1 | −1 | Go to diff View file |
M | src/common/News/Admin/AdminNewsListPresenter.php | +1 | −1 | Go to diff View file |
M | src/common/News/Admin/AdminNewsMissingTitleException.php | +1 | −1 | Go to diff View file |
M | src/common/News/Admin/AdminNewsPresenter.php | +1 | −1 | Go to diff View file |
M | src/common/News/Admin/AdminNewsRouter.php | +18 | −12 | Go to diff View file |
M | src/common/News/Admin/AdminNewsUpdateException.php | +1 | −1 | Go to diff View file |
M | src/common/News/Admin/AdminPublishedNewsPresenter.php | +3 | −3 | Go to diff View file |
M | src/common/News/Admin/AdminRejectedNewsPresenter.php | +3 | −3 | Go to diff View file |
M | src/common/News/Admin/AdminWaitingPublicationPresenter.php | +4 | −4 | Go to diff View file |
M | src/common/News/ChooseNewsItemController.php | +8 | −7 | Go to diff View file |
M | src/common/News/NewsItemDataMapper.php | +2 | −1 | Go to diff View file |
M | src/common/PFO/Plugin.php | +2 | −4 | Go to diff View file |
M | src/common/PFO/Project.php | +2 | −3 | Go to diff View file |
M | src/common/PFO/User.php | +2 | −3 | Go to diff View file |
M | src/common/Password/PasswordRegexpValidator.class.php | +2 | −2 | Go to diff View file |
M | src/common/Password/PasswordStrategy.class.php | +3 | −3 | Go to diff View file |
M | src/common/Password/PasswordValidator.class.php | +2 | −3 | Go to diff View file |
M | src/common/Project/AccessDeletedException.class.php | +3 | −2 | Go to diff View file |
M | src/common/Project/AccessException.class.php | +4 | −1 | Go to diff View file |
M | src/common/Project/AccessNotAdminException.class.php | +3 | −2 | Go to diff View file |
M | src/common/Project/AccessPrivateException.class.php | +4 | −1 | Go to diff View file |
M | src/common/Project/AccessProjectNotFoundException.class.php | +3 | −1 | Go to diff View file |
M | src/common/Project/AccessRestrictedException.class.php | +3 | −1 | Go to diff View file |
M | src/common/Project/Admin/ProjectHistoryPresenter.class.php | +11 | −10 | Go to diff View file |
M | src/common/Project/Admin/ProjectTruncatedEmailsPresenter.class.php | +1 | −1 | Go to diff View file |
M | src/common/Project/CustomDescription/CustomDescription.class.php | +2 | −2 | Go to diff View file |
M | src/common/Project/CustomDescription/CustomDescriptionDao.class.php | +2 | −2 | Go to diff View file |
M | src/common/Project/CustomDescription/CustomDescriptionFactory.class.php | +2 | −2 | Go to diff View file |
M | src/common/Project/CustomDescription/CustomDescriptionPresenter.class.php | +2 | −2 | Go to diff View file |
M | src/common/Project/CustomDescription/CustomDescriptionValueDao.class.php | +2 | −2 | Go to diff View file |
M | src/common/Project/CustomDescription/CustomDescriptionValueFactory.class.php | +2 | −2 | Go to diff View file |
M | src/common/Project/CustomDescription/CustomDescriptionValueManager.class.php | +2 | −2 | Go to diff View file |
M | src/common/Project/Group.class.php | +6 | −9 | Go to diff View file |
M | src/common/Project/Hierarchy/HierarchyManagerAlreadyAncestorException.class.php | +2 | −3 | Go to diff View file |
M | src/common/Project/Hierarchy/HierarchyManagerAncestorIsSelfException.class.php | +2 | −3 | Go to diff View file |
M | src/common/Project/OneStepCreation/OneStepCreationCompletePresenter.class.php | +2 | −1 | Go to diff View file |
M | src/common/Project/OneStepCreation/OneStepCreationController.class.php | +2 | −2 | Go to diff View file |
M | src/common/Project/OneStepCreation/OneStepCreationPresenter.class.php | +2 | −1 | Go to diff View file |
M | src/common/Project/OneStepCreation/OneStepCreationRequest.class.php | +8 | −7 | Go to diff View file |
M | src/common/Project/OneStepCreation/OneStepCreationRouter.class.php | +3 | −2 | Go to diff View file |
M | src/common/Project/OneStepCreation/OneStepCreationValidator.class.php | +5 | −4 | Go to diff View file |
M | src/common/Project/OneStepRegistration/OneStepRegistrationApprovalPresenter.class.php | +3 | −2 | Go to diff View file |
M | src/common/Project/OneStepRegistration/OneStepRegistrationPresenter.class.php | +2 | −1 | Go to diff View file |
M | src/common/Project/OneStepRegistration/OneStepRegistrationPresenterFactory.class.php | +2 | −1 | Go to diff View file |
M | src/common/Project/ProjectCreationData.class.php | +13 | −11 | Go to diff View file |
M | src/common/Project/ProjectCreationTemplatePresenter.class.php | +9 | −11 | Go to diff View file |
M | src/common/Project/ProjectCreator.class.php | +43 | −35 | 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 | +3 | −3 | 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 | −3 | Go to diff View file |
M | src/common/Project/Project_InvalidFullName_Exception.class.php | +2 | −3 | Go to diff View file |
M | src/common/Project/Project_InvalidShortName_Exception.class.php | +2 | −3 | Go to diff View file |
M | src/common/Project/Project_NotFoundException.class.php | +2 | −3 | Go to diff View file |
M | src/common/Project/Project_SOAPServer.class.php | +7 | −7 | 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 | +2 | −1 | Go to diff View file |
M | src/common/Project/Service/ServiceUsage.class.php | +2 | −2 | Go to diff View file |
M | src/common/Project/Service/ServiceUsageDao.class.php | +2 | −2 | Go to diff View file |
M | src/common/Project/Service/ServiceUsageFactory.class.php | +2 | −2 | Go to diff View file |
M | src/common/Project/Service/ServiceUsageManager.class.php | +2 | −2 | Go to diff View file |
M | src/common/Project/ServiceManager.class.php | +2 | −1 | Go to diff View file |
M | src/common/Project/ServiceNotAllowedForProjectException.class.php | +2 | −3 | Go to diff View file |
M | src/common/Project/UGroupLiteralizer.class.php | +5 | −5 | Go to diff View file |
M | src/common/Project/UGroupManager.class.php | +4 | −2 | Go to diff View file |
M | src/common/Project/UGroup_Invalid_Exception.class.php | +2 | −3 | Go to diff View file |
M | src/common/Project/XML/ArchiveException.php | +2 | −1 | Go to diff View file |
M | src/common/Project/XML/ArchiveInterface.php | +2 | −2 | Go to diff View file |
M | src/common/Project/XML/Export/ArchiveInterface.php | +2 | −1 | Go to diff View file |
M | src/common/Project/XML/Export/DirectoryArchive.php | +2 | −1 | Go to diff View file |
M | src/common/Project/XML/Export/ZipArchive.php | +2 | −1 | Go to diff View file |
M | src/common/Project/XML/Import/ArchiveInterface.php | +2 | −1 | Go to diff View file |
M | src/common/Project/XML/Import/DirectoryArchive.php | +2 | −1 | Go to diff View file |
M | src/common/Project/XML/Import/ZipArchive.php | +2 | −1 | Go to diff View file |
M | src/common/REST/AuthenticatedResource.class.php | +2 | −1 | 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 | −2 | Go to diff View file |
M | src/common/REST/Exceptions/LimitOutOfBoundsException.class.php | +3 | −2 | 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 | +2 | −2 | Go to diff View file |
M | src/common/REST/Header.class.php | +2 | −1 | Go to diff View file |
M | src/common/REST/JsonDecoder.class.php | +6 | −5 | Go to diff View file |
M | src/common/REST/ProjectAuthorization.class.php | +2 | −1 | 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 | +9 | −8 | Go to diff View file |
M | src/common/REST/Token.class.php | +3 | −2 | Go to diff View file |
M | src/common/REST/TokenDao.class.php | +2 | −3 | Go to diff View file |
M | src/common/REST/TokenFactory.class.php | +2 | −3 | Go to diff View file |
M | src/common/REST/TokenManager.class.php | +3 | −2 | Go to diff View file |
M | src/common/REST/UserManager.class.php | +2 | −1 | Go to diff View file |
M | src/common/REST/v1/BacklogItemParentReferenceBase.class.php | +3 | −2 | Go to diff View file |
M | src/common/REST/v1/GitRepositoryPermissionRepresentationBase.class.php | +3 | −2 | Go to diff View file |
M | src/common/REST/v1/GitRepositoryReferenceBase.class.php | +2 | −2 | Go to diff View file |
M | src/common/REST/v1/MilestoneParentReferenceBase.class.php | +3 | −2 | Go to diff View file |
M | src/common/REST/v1/MilestoneRepresentationBase.class.php | +2 | −1 | Go to diff View file |
M | src/common/REST/v1/OrderRepresentationBase.class.php | +2 | −1 | Go to diff View file |
M | src/common/REST/v1/PhpWikiPageRepresentation.class.php | +3 | −2 | Go to diff View file |
M | src/common/REST/v1/PlanningReferenceBase.class.php | +2 | −1 | Go to diff View file |
M | src/common/REST/v1/PlanningRepresentationBase.class.php | +2 | −1 | Go to diff View file |
M | src/common/REST/v2/BacklogRepresentationBase.class.php | +2 | −2 | Go to diff View file |
M | src/common/RSS/RSS.php | +6 | −6 | Go to diff View file |
M | src/common/System/Alias.class.php | +2 | −1 | 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 | +7 | −6 | Go to diff View file |
M | src/common/TreeNode/GetStateVisitor.class.php | +2 | −2 | Go to diff View file |
M | src/common/TreeNode/InjectPaddingInTreeNodeVisitor.class.php | +2 | −2 | Go to diff View file |
M | src/common/TreeNode/InjectSpanPaddingInTreeNodeVisitor.class.php | +2 | −2 | Go to diff View file |
M | src/common/TreeNode/NodeDuplicator.class.php | +2 | −3 | Go to diff View file |
M | src/common/TreeNode/TreeNode.class.php | +15 | −21 | Go to diff View file |
M | src/common/TreeNode/TreeNodeCallback.class.php | +2 | −2 | Go to diff View file |
M | src/common/TreeNode/TreeNodeMapper.class.php | +2 | −3 | Go to diff View file |
M | src/common/User/ForgeUGroup.php | +2 | −2 | Go to diff View file |
M | src/common/User/ForgeUserGroupFactory.php | +2 | −1 | Go to diff View file |
M | src/common/User/ForgeUserGroupPermission/NotFoundException.php | +3 | −2 | Go to diff View file |
M | src/common/User/ForgeUserGroupPermission/ProjectApproval.class.php | +0 | −1 | Go to diff View file |
M | src/common/User/ForgeUserGroupPermission/RetrieveUserMembershipInformation.class.php | +0 | −1 | Go to diff View file |
M | src/common/User/ForgeUserGroupPermissionsDao.class.php | +2 | −1 | Go to diff View file |
M | src/common/User/ForgeUserGroupPermissionsManager.class.php | +2 | −2 | Go to diff View file |
M | src/common/User/ForgeUserGroupUsersDao.class.php | +2 | −2 | Go to diff View file |
M | src/common/User/ForgeUserGroupUsersFactory.php | +2 | −1 | Go to diff View file |
M | src/common/User/ForgeUserGroupUsersManager.class.php | +2 | −2 | Go to diff View file |
M | src/common/User/GenericUser.class.php | +2 | −2 | Go to diff View file |
M | src/common/User/GenericUserFactory.class.php | +3 | −3 | Go to diff View file |
M | src/common/User/IHaveAnSSHKey.php | +2 | −3 | Go to diff View file |
M | src/common/User/ImmutableInfoPresenter.class.php | +2 | −1 | Go to diff View file |
M | src/common/User/InvalidPasswordException.class.php | +3 | −2 | Go to diff View file |
M | src/common/User/InvalidPasswordWithUserException.class.php | +3 | −2 | Go to diff View file |
M | src/common/User/LoginController.class.php | +2 | −4 | Go to diff View file |
M | src/common/User/LoginException.class.php | +3 | −1 | Go to diff View file |
M | src/common/User/LoginManager.class.php | +3 | −4 | Go to diff View file |
M | src/common/User/LoginPresenterBuilder.php | +2 | −1 | Go to diff View file |
M | src/common/User/MailConfirmationCodeGenerator.class.php | +3 | −2 | Go to diff View file |
M | src/common/User/MutableInfoPresenter.class.php | +2 | −1 | Go to diff View file |
M | src/common/User/PaginatedUserCollection.class.php | +2 | −1 | Go to diff View file |
M | src/common/User/Password/PasswordExpirationChecker.class.php | +2 | −1 | Go to diff View file |
M | src/common/User/Password/PasswordExpiredException.class.php | +2 | −1 | Go to diff View file |
M | src/common/User/Password/PasswordHandler.class.php | +7 | −6 | Go to diff View file |
M | src/common/User/Password/PasswordHandlerFactory.class.php | +3 | −2 | Go to diff View file |
M | src/common/User/Password/StandardPasswordHandler.class.php | +3 | −2 | Go to diff View file |
M | src/common/User/PendingUserNotifier.php | +3 | −2 | Go to diff View file |
M | src/common/User/PreferencesPresenter.class.php | +5 | −4 | Go to diff View file |
M | src/common/User/REST/UserRepresentation.class.php | +3 | −2 | Go to diff View file |
M | src/common/User/REST/v1/UserMembershipRepresentation.class.php | +3 | −3 | Go to diff View file |
M | src/common/User/REST/v1/UserPreferenceRepresentation.class.php | +2 | −2 | Go to diff View file |
M | src/common/User/RandomNumberGenerator.class.php | +2 | −1 | Go to diff View file |
M | src/common/User/RequestFromAutocompleter.php | +1 | −1 | Go to diff View file |
M | src/common/User/StatusDeletedException.class.php | +2 | −1 | Go to diff View file |
M | src/common/User/StatusInvalidException.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/UGroup.class.php | +2 | −2 | Go to diff View file |
M | src/common/User/UnableToCreateUserGroupException.php | +3 | −2 | Go to diff View file |
M | src/common/User/User.class.php | +13 | −13 | Go to diff View file |
M | src/common/User/UserGroupNotFoundException.php | +3 | −2 | Go to diff View file |
M | src/common/User/UserHelper.class.php | +18 | −19 | Go to diff View file |
M | src/common/User/UserNotActiveException.class.php | +2 | −2 | Go to diff View file |
M | src/common/User/UserNotAuthorizedException.class.php | +2 | −2 | Go to diff View file |
M | src/common/User/UserNotExistException.class.php | +2 | −2 | Go to diff View file |
M | src/common/User/UserStatusManager.class.php | +2 | −3 | Go to diff View file |
M | src/common/User/User_SOAPServer.class.php | +3 | −5 | Go to diff View file |
M | src/common/User/User_SSHKeyDumper.class.php | +2 | −3 | Go to diff View file |
M | src/common/User/XML/Import/ActionToBeTakenForUser.php | +4 | −3 | Go to diff View file |
M | src/common/User/XML/Import/AlreadyExistingUser.php | +2 | −1 | Go to diff View file |
M | src/common/User/XML/Import/EmailDoesNotMatchUser.php | +2 | −1 | Go to diff View file |
M | src/common/User/XML/Import/IFindUserFromXMLReference.php | +2 | −1 | Go to diff View file |
M | src/common/User/XML/Import/InvalidMappingFileException.php | +3 | −1 | 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/MappingFileDoesNotExistException.php | +3 | −1 | Go to diff View file |
M | src/common/User/XML/Import/MappingFileOptimusPrimeTransformer.php | +5 | −4 | Go to diff View file |
M | src/common/User/XML/Import/MissingEntryInMappingFileException.php | +3 | −1 | Go to diff View file |
M | src/common/User/XML/Import/ReadyToBeImportedUser.php | +2 | −1 | Go to diff View file |
M | src/common/User/XML/Import/ReadyToBeImportedUsersCollection.php | +2 | −1 | Go to diff View file |
M | src/common/User/XML/Import/ToBeActivatedUser.php | +2 | −1 | Go to diff View file |
M | src/common/User/XML/Import/ToBeCreatedUser.php | +2 | −1 | Go to diff View file |
M | src/common/User/XML/Import/ToBeMappedUser.php | +2 | −1 | Go to diff View file |
M | src/common/User/XML/Import/User.php | +2 | −1 | Go to diff View file |
M | src/common/User/XML/Import/UserCannotBeCreatedException.php | +3 | −1 | Go to diff View file |
M | src/common/User/XML/Import/UserNotFoundException.php | +3 | −1 | Go to diff View file |
M | src/common/User/XML/Import/UsersToBeImportedCollection.php | +2 | −1 | Go to diff View file |
M | src/common/User/XML/Import/UsersToBeImportedCollectionBuilder.php | +2 | −2 | 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 | +2 | −1 | Go to diff View file |
M | src/common/User/XML/Import/WillBeCreatedUser.php | +2 | −1 | Go to diff View file |
M | src/common/User/XML/Import/WillBeMappedUser.php | +2 | −1 | Go to diff View file |
M | src/common/User/XML/UserXMLExportedCollection.php | +2 | −1 | Go to diff View file |
M | src/common/User/XML/UserXMLExporter.class.php | +2 | −1 | Go to diff View file |
M | src/common/Widget/Rule_Widget.class.php | +2 | −4 | Go to diff View file |
M | src/common/Widget/Valid_Widget.class.php | +2 | −4 | Go to diff View file |
M | src/common/Widget/Widget.class.php | +2 | −1 | Go to diff View file |
M | src/common/Widget/Widget_Contacts.class.php | +2 | −2 | Go to diff View file |
M | src/common/Widget/Widget_ImageViewer.class.php | +5 | −4 | Go to diff View file |
M | src/common/Widget/Widget_MyAdmin.class.php | +8 | −8 | Go to diff View file |
M | src/common/Widget/Widget_MyArtifacts.class.php | +16 | −20 | Go to diff View file |
M | src/common/Widget/Widget_MyBookmarks.class.php | +7 | −6 | Go to diff View file |
M | src/common/Widget/Widget_MyLatestSvnCommits.class.php | +7 | −7 | Go to diff View file |
M | src/common/Widget/Widget_MyMonitoredForums.class.php | +12 | −12 | Go to diff View file |
M | src/common/Widget/Widget_MyMonitoredFp.class.php | +12 | −10 | Go to diff View file |
M | src/common/Widget/Widget_MyProjects.class.php | +14 | −14 | Go to diff View file |
M | src/common/Widget/Widget_MySystemEvent.class.php | +3 | −4 | Go to diff View file |
M | src/common/Widget/Widget_ProjectDescription.class.php | +8 | −7 | Go to diff View file |
M | src/common/Widget/Widget_ProjectImageViewer.class.php | +2 | −1 | Go to diff View file |
M | src/common/Widget/Widget_ProjectLatestCommits.class.php | +6 | −4 | Go to diff View file |
M | src/common/Widget/Widget_ProjectLatestCvsCommits.class.php | +4 | −3 | Go to diff View file |
M | src/common/Widget/Widget_ProjectLatestFileReleases.class.php | +3 | −2 | Go to diff View file |
M | src/common/Widget/Widget_ProjectLatestNews.class.php | +2 | −2 | Go to diff View file |
M | src/common/Widget/Widget_ProjectLatestSvnCommits.class.php | +4 | −3 | Go to diff View file |
M | src/common/Widget/Widget_ProjectPublicAreas.class.php | +25 | −21 | Go to diff View file |
M | src/common/Widget/Widget_ProjectSvnStats.class.php | +7 | −7 | Go to diff View file |
M | src/common/Widget/Widget_ProjectSvnStats_Layout.class.php | +3 | −4 | Go to diff View file |
M | src/common/Widget/Widget_Rss.class.php | +3 | −3 | Go to diff View file |
M | src/common/Widget/Widget_Static.class.php | +2 | −2 | Go to diff View file |
M | src/common/account/Account_RegisterField.class.php | +3 | −3 | Go to diff View file |
M | src/common/account/ConfirmationPresenter.class.php | +2 | −1 | Go to diff View file |
M | src/common/account/RegisterByAdminPresenter.class.php | +3 | −2 | Go to diff View file |
M | src/common/account/RegisterByUserPresenter.class.php | +2 | −1 | Go to diff View file |
M | src/common/account/RegisterPrefillValuesPresenter.class.php | +2 | −1 | Go to diff View file |
M | src/common/account/RegisterPresenter.class.php | +3 | −2 | Go to diff View file |
M | src/common/account/TimezoneSelectorPresenter.class.php | +3 | −2 | Go to diff View file |
M | src/common/account/TimezonesCollection.class.php | +2 | −2 | Go to diff View file |
M | src/common/admin/Admin_ProjectListExporter.class.php | +13 | −12 | Go to diff View file |
M | src/common/admin/Admin_UserListExporter.class.php | +11 | −10 | Go to diff View file |
M | src/common/admin/Homepage/Controller.php | +2 | −1 | Go to diff View file |
M | src/common/admin/Homepage/Dao.php | +2 | −1 | Go to diff View file |
M | src/common/admin/Homepage/HeadlinePresenter.php | +3 | −2 | Go to diff View file |
M | src/common/admin/Homepage/LogoFinder.php | +3 | −3 | Go to diff View file |
M | src/common/admin/Homepage/Router.php | +3 | −2 | Go to diff View file |
M | src/common/admin/PermissionDelegationController.php | +11 | −16 | Go to diff View file |
M | src/common/admin/PermissionDelegationDeleteGroupModalPresenter.php | +0 | −1 | Go to diff View file |
M | src/common/admin/PermissionDelegationGroupModalPresenter.php | +0 | −1 | Go to diff View file |
M | src/common/admin/PermissionDelegationPermissionsModalPresenter.php | +2 | −1 | Go to diff View file |
M | src/common/admin/ProjectEdit/ProjectEditController.php | +2 | −2 | Go to diff View file |
M | src/common/backend/Backend.class.php | +9 | −9 | Go to diff View file |
M | src/common/backend/BackendAliases.class.php | +12 | −11 | Go to diff View file |
M | src/common/backend/BackendCVS.class.php | +6 | −5 | Go to diff View file |
M | src/common/backend/BackendCommandException.class.php | +2 | −1 | Go to diff View file |
M | src/common/backend/BackendFactory.class.php | +2 | −3 | Go to diff View file |
M | src/common/backend/BackendLogger.class.php | +3 | −4 | Go to diff View file |
M | src/common/backend/BackendMailingList.class.php | +7 | −7 | Go to diff View file |
M | src/common/backend/BackendSVN.class.php | +14 | −13 | 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 | +2 | −1 | Go to diff View file |
M | src/common/backend/BackendSystem.class.php | +25 | −22 | Go to diff View file |
M | src/common/backend/SystemCheckLogger.php | +3 | −2 | Go to diff View file |
M | src/common/chart/Chart.class.php | +4 | −5 | Go to diff View file |
M | src/common/chart/Chart_Gantt.class.php | +2 | −3 | Go to diff View file |
M | src/common/chart/Chart_GanttBar.class.php | +3 | −2 | Go to diff View file |
M | src/common/chart/Chart_GanttMilestone.class.php | +3 | −4 | Go to diff View file |
M | src/common/chart/Chart_Pie.class.php | +2 | −2 | Go to diff View file |
M | src/common/chart/ErrorChart.class.php | +2 | −2 | Go to diff View file |
M | src/common/collection/Collection.class.php | +3 | −2 | Go to diff View file |
M | src/common/collection/LinkedList.class.php | +2 | −2 | Go to diff View file |
M | src/common/collection/Map.class.php | +3 | −2 | Go to diff View file |
M | src/common/collection/PrioritizedList.class.php | +4 | −4 | Go to diff View file |
M | src/common/cvs/DiskUsage/FullHistoryDao.php | +1 | −1 | Go to diff View file |
M | src/common/dao/ArtifactDao.class.php | +2 | −1 | Go to diff View file |
M | src/common/dao/ArtifactFieldDao.class.php | +6 | −6 | Go to diff View file |
M | src/common/dao/ArtifactGlobalNotificationDao.class.php | +35 | −23 | Go to diff View file |
M | src/common/dao/ArtifactGroupListDao.class.php | +2 | −4 | Go to diff View file |
M | src/common/dao/ArtifactReportFieldDao.class.php | +3 | −3 | Go to diff View file |
M | src/common/dao/ArtifactRuleDao.class.php | +95 | −60 | Go to diff View file |
M | src/common/dao/CrossReferenceDao.class.php | +14 | −9 | Go to diff View file |
M | src/common/dao/DBDatabasesDao.class.php | +2 | −2 | Go to diff View file |
M | src/common/dao/DBTablesDao.class.php | +6 | −6 | Go to diff View file |
M | src/common/dao/FRSFileDao.class.php | +63 | −53 | Go to diff View file |
M | src/common/dao/FRSFileTypeDao.class.php | +6 | −4 | Go to diff View file |
M | src/common/dao/FRSLogDao.class.php | +0 | −1 | Go to diff View file |
M | src/common/dao/FRSPackageDao.class.php | +38 | −32 | Go to diff View file |
M | src/common/dao/FRSProcessorDao.class.php | +10 | −7 | Go to diff View file |
M | src/common/dao/FRSReleaseDao.class.php | +3 | −4 | Go to diff View file |
M | src/common/dao/FileModuleMonitorDao.class.php | +7 | −6 | Go to diff View file |
M | src/common/dao/ForumDao.class.php | +2 | −1 | Go to diff View file |
M | src/common/dao/GenericUserDao.class.php | +2 | −3 | Go to diff View file |
M | src/common/dao/IPermissionsNGDao.php | +2 | −1 | Go to diff View file |
M | src/common/dao/MailGatewaySaltDao.class.php | +3 | −2 | Go to diff View file |
M | src/common/dao/MailingListDao.class.php | +2 | −3 | Go to diff View file |
M | src/common/dao/NewsBytesDao.class.php | +2 | −1 | Go to diff View file |
M | src/common/dao/PermissionDaoException.php | +2 | −1 | Go to diff View file |
M | src/common/dao/PermissionsDao.class.php | +20 | −18 | Go to diff View file |
M | src/common/dao/PluginDao.class.php | +37 | −19 | Go to diff View file |
M | src/common/dao/ProjectDao.class.php | +10 | −8 | Go to diff View file |
M | src/common/dao/ProjectHierarchyDao.class.php | +2 | −2 | Go to diff View file |
M | src/common/dao/ProjectHistoryDao.class.php | +4 | −4 | Go to diff View file |
M | src/common/dao/ReferenceDao.class.php | +112 | −79 | Go to diff View file |
M | src/common/dao/RestrictedPluginDao.class.php | +3 | −3 | Go to diff View file |
M | src/common/dao/SvnCommitsDao.class.php | +2 | −4 | Go to diff View file |
M | src/common/dao/SvnNotificationDao.class.php | +2 | −3 | Go to diff View file |
M | src/common/dao/SystemEventDao.class.php | +20 | −15 | Go to diff View file |
M | src/common/dao/SystemEventsFollowersDao.class.php | +2 | −2 | Go to diff View file |
M | src/common/dao/TrackerIdSharingDao.class.php | +2 | −2 | Go to diff View file |
M | src/common/dao/UGroupDao.class.php | +2 | −1 | Go to diff View file |
M | src/common/dao/UGroupUserDao.class.php | +2 | −1 | Go to diff View file |
M | src/common/dao/UserDao.class.php | +47 | −34 | Go to diff View file |
M | src/common/dao/UserGroupDao.class.php | +7 | −5 | Go to diff View file |
M | src/common/dao/UserGroupNameAlreadyExistsException.php | +3 | −2 | Go to diff View file |
M | src/common/dao/UserPreferencesDao.class.php | +14 | −10 | Go to diff View file |
M | src/common/dao/WikiDao.class.php | +18 | −13 | Go to diff View file |
M | src/common/dao/WikiVersionDao.class.php | +3 | −3 | Go to diff View file |
M | src/common/dao/include/DataAccessException.class.php | +2 | −2 | Go to diff View file |
M | src/common/dao/include/DataAccessObject.class.php | +47 | −32 | Go to diff View file |
M | src/common/dao/include/DataAccessQueryException.class.php | +2 | −3 | Go to diff View file |
M | src/common/dao/include/DataAccessResultEmpty.class.php | +2 | −1 | Go to diff View file |
M | src/common/dao/include/IProvideDataAccessResult.class.php | +2 | −4 | Go to diff View file |
M | src/common/date/DateHelper.class.php | +14 | −16 | Go to diff View file |
M | src/common/date/TimeInterval.class.php | +2 | −4 | Go to diff View file |
M | src/common/date/TimePeriodWithoutWeekEnd.class.php | +2 | −2 | Go to diff View file |
M | src/common/docmanv1/XMLExport.class.php | +2 | −1 | Go to diff View file |
M | src/common/docmanv1/XMLExportDao.class.php | +2 | −1 | Go to diff View file |
M | src/common/docmanv1/XMLExportData.class.php | +3 | −2 | Go to diff View file |
M | src/common/encoding/SupportedXmlCharEncoding.class.php | +5 | −5 | Go to diff View file |
M | src/common/frs/Exceptions.class.php | +18 | −11 | Go to diff View file |
M | src/common/frs/FRSFile.class.php | +51 | −22 | Go to diff View file |
M | src/common/frs/FRSFileFactory.class.php | +39 | −33 | Go to diff View file |
M | src/common/frs/FRSLog.class.php | +12 | −14 | Go to diff View file |
M | src/common/frs/FRSPackage.class.php | +21 | −9 | Go to diff View file |
M | src/common/frs/FRSPackageFactory.class.php | +34 | −27 | Go to diff View file |
M | src/common/frs/FRSRelease.class.php | +29 | −11 | Go to diff View file |
M | src/common/frs/FRSReleaseFactory.class.php | +37 | −31 | Go to diff View file |
M | src/common/frs/FRSValidator.php | +1 | −2 | Go to diff View file |
M | src/common/frs/FRSXMLImporter.class.php | +39 | −31 | Go to diff View file |
M | src/common/frs/FileModuleMonitorFactory.class.php | +9 | −9 | Go to diff View file |
M | src/common/frs/PackagePermissionManager.php | +1 | −1 | Go to diff View file |
M | src/common/frs/ReleasePermissionManager.php | +1 | −1 | Go to diff View file |
M | src/common/frs/ServiceFile.class.php | +16 | −16 | Go to diff View file |
M | src/common/html/HTML_Element.class.php | +6 | −5 | Go to diff View file |
M | src/common/html/HTML_Element_Columns.class.php | +3 | −4 | Go to diff View file |
M | src/common/html/HTML_Element_Input.class.php | +3 | −4 | Go to diff View file |
M | src/common/html/HTML_Element_Input_Checkbox.class.php | +4 | −4 | Go to diff View file |
M | src/common/html/HTML_Element_Input_Date.class.php | +4 | −5 | Go to diff View file |
M | src/common/html/HTML_Element_Input_Hidden.class.php | +6 | −5 | Go to diff View file |
M | src/common/html/HTML_Element_Input_Radio.class.php | +4 | −5 | Go to diff View file |
M | src/common/html/HTML_Element_Input_Text.class.php | +5 | −6 | Go to diff View file |
M | src/common/html/HTML_Element_Option.class.php | +2 | −3 | Go to diff View file |
M | src/common/html/HTML_Element_Pane.class.php | +2 | −3 | Go to diff View file |
M | src/common/html/HTML_Element_Selectbox.class.php | +4 | −5 | Go to diff View file |
M | src/common/html/HTML_Element_Selectbox_Rank.class.php | +3 | −3 | Go to diff View file |
M | src/common/html/HTML_Element_Selectbox_Scale.class.php | +1 | −1 | Go to diff View file |
M | src/common/html/HTML_Element_Selectbox_TrackerFields_Dates.class.php | +5 | −5 | Go to diff View file |
M | src/common/html/HTML_Element_Selectbox_TrackerFields_Int_TextFields.class.php | +5 | −6 | Go to diff View file |
M | src/common/html/HTML_Element_Selectbox_TrackerFields_Numerics.class.php | +5 | −6 | Go to diff View file |
M | src/common/html/HTML_Element_Selectbox_TrackerFields_Selectboxes.class.php | +5 | −5 | Go to diff View file |
M | src/common/html/HTML_Element_Selectbox_TrackerFields_Texts.class.php | +6 | −6 | Go to diff View file |
M | src/common/html/HTML_Element_Textarea.class.php | +2 | −3 | Go to diff View file |
M | src/common/html/HTML_Table.class.php | +2 | −3 | Go to diff View file |
M | src/common/html/HTML_Table_Bootstrap.class.php | +2 | −4 | Go to diff View file |
M | src/common/include/Codendi_Diff.class.php | +174 | −112 | Go to diff View file |
M | src/common/include/Codendi_HTMLPurifier.class.php | +18 | −17 | Go to diff View file |
M | src/common/include/Codendi_HTTPPurifier.class.php | +3 | −4 | Go to diff View file |
M | src/common/include/Codendi_Request.class.php | +3 | −2 | Go to diff View file |
M | src/common/include/Feedback.class.php | +6 | −5 | Go to diff View file |
M | src/common/include/FeedbackFormatter.class.php | +3 | −3 | Go to diff View file |
M | src/common/include/ForgeUpgradeConfig.class.php | +11 | −8 | Go to diff View file |
M | src/common/include/GroupFactory.class.php | +7 | −5 | Go to diff View file |
M | src/common/include/HTTPRequest.class.php | +7 | −6 | Go to diff View file |
M | src/common/include/LoaderScheduler.php | +1 | −1 | Go to diff View file |
M | src/common/include/MIME.class.php | +54 | −45 | Go to diff View file |
M | src/common/include/PermissionsOverrider/IOverridePermissions.php | +3 | −2 | Go to diff View file |
M | src/common/include/PermissionsOverrider/PermissionsOverriderManager.php | +3 | −2 | Go to diff View file |
M | src/common/include/PropertyDescriptor.class.php | +2 | −2 | Go to diff View file |
M | src/common/include/Recent_Element_Interface.class.php | +2 | −4 | Go to diff View file |
M | src/common/include/Response.class.php | +9 | −8 | Go to diff View file |
M | src/common/include/RestlerCache.php | +2 | −1 | Go to diff View file |
M | src/common/include/SiteCache.php | +2 | −1 | Go to diff View file |
M | src/common/include/TemplateSingleton.class.php | +4 | −4 | Go to diff View file |
M | src/common/include/Toggler.class.php | +2 | −2 | Go to diff View file |
M | src/common/include/Tuleap_Template.class.php | +3 | −2 | Go to diff View file |
M | src/common/include/URL.class.php | +10 | −10 | Go to diff View file |
M | src/common/include/URLRedirect.class.php | +11 | −14 | Go to diff View file |
M | src/common/include/URLVerification.class.php | +3 | −5 | 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 | +5 | −8 | Go to diff View file |
M | src/common/language/BaseLanguage.class.php | +29 | −30 | Go to diff View file |
M | src/common/language/BaseLanguageFactory.class.php | +2 | −1 | Go to diff View file |
M | src/common/layout/ColorHelper.class.php | +2 | −2 | Go to diff View file |
M | src/common/layout/Layout.class.php | +21 | −22 | Go to diff View file |
M | src/common/layout/ThemeVariant.class.php | +2 | −1 | Go to diff View file |
M | src/common/log/BrokerLogger.class.php | +7 | −6 | Go to diff View file |
M | src/common/log/ConsoleLogger.class.php | +2 | −2 | Go to diff View file |
M | src/common/log/Logger.class.php | +2 | −2 | Go to diff View file |
M | src/common/log/NoopLogger.class.php | +2 | −1 | Go to diff View file |
M | src/common/log/TruncateLevelLogger.class.php | +3 | −2 | Go to diff View file |
M | src/common/log/WrapperLogger.class.php | +2 | −1 | Go to diff View file |
M | src/common/mail/Codendi_Mail.class.php | +12 | −12 | Go to diff View file |
M | src/common/mail/Codendi_Mail_Interface.class.php | +2 | −2 | Go to diff View file |
M | src/common/mail/LogoRetriever.class.php | +3 | −3 | Go to diff View file |
M | src/common/mail/MailBuilder.php | +2 | −1 | Go to diff View file |
M | src/common/mail/MailEnhancer.php | +3 | −2 | Go to diff View file |
M | src/common/mail/MailManager.class.php | +0 | −2 | Go to diff View file |
M | src/common/mail/MailNotificationBuilder.php | +3 | −2 | Go to diff View file |
M | src/common/mail/MailNotificationPresenter.class.php | +2 | −2 | Go to diff View file |
M | src/common/mail/MailOutlinePresenter.class.php | +2 | −2 | Go to diff View file |
M | src/common/mail/MailPresenter.php | +3 | −4 | Go to diff View file |
M | src/common/mail/MailPresenterFactory.class.php | +17 | −16 | Go to diff View file |
M | src/common/mail/MailProjectNotificationMustBeApprovedPresenter.class.php | +3 | −2 | Go to diff View file |
M | src/common/mail/MailProjectNotificationPresenter.class.php | +3 | −2 | Go to diff View file |
M | src/common/mail/MailProjectOneStepRegisterPresenter.class.php | +2 | −1 | Go to diff View file |
M | src/common/mail/MailRegisterByAdminApprovalPresenter.class.php | +2 | −2 | Go to diff View file |
M | src/common/mail/MailRegisterByAdminNotificationPresenter.class.php | +2 | −2 | Go to diff View file |
M | src/common/mail/MailRegisterByAdminPresenter.class.php | +2 | −1 | Go to diff View file |
M | src/common/mail/MailRegisterByUserPresenter.class.php | +2 | −2 | Go to diff View file |
M | src/common/mail/MailRegisterPresenter.class.php | +2 | −2 | Go to diff View file |
M | src/common/mail/MassmailFormPresenter.class.php | +6 | −6 | Go to diff View file |
M | src/common/mail/MassmailSender.class.php | +3 | −4 | Go to diff View file |
M | src/common/mail/RecipientListBuilder.php | +2 | −1 | Go to diff View file |
M | src/common/mail/TuleapRegisterMail.class.php | +5 | −5 | Go to diff View file |
M | src/common/mail/Tuleap_Template_Mail.class.php | +2 | −2 | Go to diff View file |
M | src/common/mailing_list/MailingList.class.php | +2 | −3 | Go to diff View file |
M | src/common/markdown/ContentInterpretor.php | +3 | −3 | Go to diff View file |
M | src/common/mvc/Actions.class.php | +3 | −2 | Go to diff View file |
M | src/common/mvc/Controler.class.php | +5 | −3 | Go to diff View file |
M | src/common/mvc/Views.class.php | +6 | −5 | Go to diff View file |
M | src/common/mvc2/Controller.class.php | +2 | −1 | Go to diff View file |
M | src/common/mvc2/PluginController.class.php | +2 | −2 | Go to diff View file |
M | src/common/notification/Notification.php | +3 | −2 | Go to diff View file |
M | src/common/permission/IPermissionsManagerNG.php | +2 | −1 | Go to diff View file |
M | src/common/permission/PermissionsManager.class.php | +6 | −5 | Go to diff View file |
M | src/common/permission/PermissionsNormalizer.php | +2 | −1 | Go to diff View file |
M | src/common/permission/PermissionsNormalizerOverrideCollection.php | +3 | −2 | Go to diff View file |
M | src/common/permission/PermissionsUGroupMapper.php | +2 | −1 | Go to diff View file |
M | src/common/plugin/Plugin.class.php | +7 | −4 | Go to diff View file |
M | src/common/plugin/PluginConfigChecker.php | +7 | −7 | Go to diff View file |
M | src/common/plugin/PluginDependencySolver.class.php | +2 | −2 | Go to diff View file |
M | src/common/plugin/PluginDescriptor.class.php | +8 | −5 | Go to diff View file |
M | src/common/plugin/PluginFactory.class.php | +7 | −7 | Go to diff View file |
M | src/common/plugin/PluginFileInfo.class.php | +9 | −8 | Go to diff View file |
M | src/common/plugin/PluginInfo.class.php | +3 | −2 | Go to diff View file |
M | src/common/plugin/PluginManager.class.php | +24 | −25 | Go to diff View file |
M | src/common/plugin/PluginResourceRestrictor.class.php | +4 | −4 | Go to diff View file |
M | src/common/realTime/Client.php | +3 | −2 | Go to diff View file |
M | src/common/realTime/MessageDataPresenter.php | +1 | −2 | Go to diff View file |
M | src/common/realTime/MessageRightsPresenter.php | +4 | −1 | Go to diff View file |
M | src/common/realTime/NodeJSClient.php | +1 | −1 | Go to diff View file |
M | src/common/reference/CrossReference.class.php | +36 | −18 | Go to diff View file |
M | src/common/reference/CrossReferenceFactory.class.php | +23 | −24 | Go to diff View file |
M | src/common/reference/CrossReferenceManager.class.php | +2 | −3 | Go to diff View file |
M | src/common/reference/Reference.class.php | +12 | −8 | Go to diff View file |
M | src/common/reference/ReferenceInstance.class.php | +15 | −11 | Go to diff View file |
M | src/common/reference/ReferenceManager.class.php | +144 | −98 | Go to diff View file |
M | src/common/resource_restrictor/RestrictedResourceDao.class.php | +3 | −3 | Go to diff View file |
M | src/common/search/Presenters/AdditionalSearchTabsPresenter.class.php | +3 | −3 | Go to diff View file |
M | src/common/search/Presenters/SearchFacetsPresenter.class.php | +3 | −2 | Go to diff View file |
M | src/common/search/Presenters/SearchForumResultPresenter.php | +3 | −2 | Go to diff View file |
M | src/common/search/Presenters/SearchPanePresenter.class.php | +3 | −2 | Go to diff View file |
M | src/common/search/Presenters/SearchPeopleResultPresenter.php | +3 | −3 | Go to diff View file |
M | src/common/search/Presenters/SearchProjectResultPresenter.php | +3 | −3 | Go to diff View file |
M | src/common/search/Presenters/SearchResultsIntroPresenter.php | +3 | −2 | Go to diff View file |
M | src/common/search/Presenters/SearchResultsPresenter.php | +3 | −2 | Go to diff View file |
M | src/common/search/Presenters/SearchTrackerV3ResultPresenter.php | +3 | −2 | Go to diff View file |
M | src/common/search/Presenters/SearchTypePresenter.class.php | +3 | −2 | Go to diff View file |
M | src/common/search/SearchController.class.php | +3 | −2 | Go to diff View file |
M | src/common/search/SearchForum.class.php | +3 | −2 | Go to diff View file |
M | src/common/search/SearchPeople.class.php | +2 | −1 | Go to diff View file |
M | src/common/search/SearchPlugin.class.php | +2 | −1 | Go to diff View file |
M | src/common/search/SearchProject.class.php | +2 | −1 | Go to diff View file |
M | src/common/search/SearchQuery.class.php | +3 | −3 | Go to diff View file |
M | src/common/search/SearchResults.class.php | +3 | −2 | Go to diff View file |
M | src/common/search/SearchRouter.class.php | +2 | −1 | Go to diff View file |
M | src/common/search/SearchTrackerV3.class.php | +18 | −9 | Go to diff View file |
M | src/common/search/SearchWiki.class.php | +2 | −4 | Go to diff View file |
M | src/common/session/Codendi_Session.class.php | +16 | −18 | Go to diff View file |
M | src/common/session/PHP_Session.class.php | +0 | −1 | Go to diff View file |
M | src/common/soap/SOAP_NbRequestsExceedLimit_Exception.class.php | +2 | −3 | Go to diff View file |
M | src/common/soap/SOAP_NusoapWSDL.class.php | +2 | −3 | Go to diff View file |
M | src/common/soap/SOAP_RequestLimitator.class.php | +2 | −3 | Go to diff View file |
M | src/common/soap/SOAP_RequestLimitatorFactory.class.php | +2 | −3 | Go to diff View file |
M | src/common/soap/SOAP_UserManager.class.php | +2 | −3 | Go to diff View file |
M | src/common/soap/SOAP_WSDLMethodGenerator.class.php | +2 | −3 | Go to diff View file |
M | src/common/soap/SOAP_WSDLRenderer.class.php | +2 | −1 | Go to diff View file |
M | src/common/soap/TuleapSOAPServer.class.php | +2 | −1 | Go to diff View file |
M | src/common/soap/dao/SOAP_RequestLimitatorDao.class.php | +2 | −3 | Go to diff View file |
M | src/common/svn/CommitMessageValidator.class.php | +3 | −2 | Go to diff View file |
M | src/common/svn/Hook.class.php | +3 | −2 | Go to diff View file |
M | src/common/svn/SVNAccessFile.class.php | +5 | −4 | Go to diff View file |
M | src/common/svn/SVN_AccessFile_DAO.class.php | +4 | −3 | Go to diff View file |
M | src/common/svn/SVN_AccessFile_NoFilePresenter.php | +5 | −4 | Go to diff View file |
M | src/common/svn/SVN_AccessFile_Presenter.php | +4 | −3 | Go to diff View file |
M | src/common/svn/SVN_AccessFile_Writer.class.php | +19 | −10 | Go to diff View file |
M | src/common/svn/SVN_Apache.class.php | +3 | −2 | Go to diff View file |
M | src/common/svn/SVN_Apache_Auth_Factory.class.php | +3 | −2 | Go to diff View file |
M | src/common/svn/SVN_CommitToTagDeniedException.php | +4 | −1 | Go to diff View file |
M | src/common/svn/SVN_Hooks.class.php | +2 | −3 | Go to diff View file |
M | src/common/svn/SVN_LogDao.class.php | +2 | −1 | Go to diff View file |
M | src/common/svn/SVN_LogFactory.class.php | +15 | −13 | Go to diff View file |
M | src/common/svn/SVN_PermissionsManager.class.php | +2 | −3 | Go to diff View file |
M | src/common/svn/SVN_RepositoryListing.class.php | +2 | −2 | Go to diff View file |
M | src/common/svn/SVN_RevisionPathInfo.class.php | +2 | −2 | Go to diff View file |
M | src/common/svn/SVN_SOAPServer.class.php | +2 | −6 | Go to diff View file |
M | src/common/svn/SVN_SQLRequestNotSuccededException.class.php | +4 | −1 | Go to diff View file |
M | src/common/svn/SVN_SvnlookException.class.php | +2 | −3 | Go to diff View file |
M | src/common/svn/SvnNotification.class.php | +2 | −4 | Go to diff View file |
M | src/common/svn/admin/Presenter.php | +0 | −1 | Go to diff View file |
M | src/common/svn/general-settings/SVN_GeneralSettingsPresenter.php | +10 | −8 | Go to diff View file |
M | src/common/svn/hook/PostRevPropset.class.php | +2 | −3 | Go to diff View file |
M | src/common/svn/hook/PreCommit.class.php | +3 | −2 | Go to diff View file |
M | src/common/svn/hook/PreRevPropset.class.php | +3 | −2 | Go to diff View file |
M | src/common/svn/immutable_tags/SVN_Immutable_Tags_Handler.php | +3 | −3 | Go to diff View file |
M | src/common/svn/immutable_tags/SVN_Immutable_Tags_Presenter.php | +6 | −6 | Go to diff View file |
M | src/common/svn/intro/SVN_IntroPresenter.php | +3 | −3 | Go to diff View file |
M | src/common/svn/tokens/SVN_Token.class.php | +2 | −2 | Go to diff View file |
M | src/common/svn/tokens/SVN_TokenDao.class.php | +2 | −2 | Go to diff View file |
M | src/common/svn/tokens/SVN_TokenHandler.class.php | +2 | −2 | Go to diff View file |
M | src/common/svn/tokens/SVN_TokenPresenter.class.php | +2 | −1 | Go to diff View file |
M | src/common/system_event/IRunInAMutex.php | +2 | −1 | Go to diff View file |
M | src/common/system_event/SystemEvent.class.php | +14 | −11 | Go to diff View file |
M | src/common/system_event/SystemEventManager.class.php | +181 | −135 | Go to diff View file |
M | src/common/system_event/SystemEventMissingParameterException.class.php | +2 | −2 | 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 | +2 | −1 | 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 | +3 | −3 | Go to diff View file |
M | src/common/system_event/SystemEventProcessor_ApplicationOwner.class.php | +3 | −2 | Go to diff View file |
M | src/common/system_event/SystemEventProcessor_Root.class.php | +2 | −1 | Go to diff View file |
M | src/common/system_event/SystemEventPurger.php | +2 | −1 | Go to diff View file |
M | src/common/system_event/SystemEventQueue.class.php | +2 | −1 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_COMPUTE_MD5SUM.class.php | +2 | −3 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_CVS_IS_PRIVATE.class.php | +2 | −4 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_EDIT_SSH_KEYS.class.php | +2 | −2 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_MAILING_LIST_CREATE.class.php | +2 | −4 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_MAILING_LIST_DELETE.class.php | +2 | −4 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_MEMBERSHIP_CREATE.class.php | +2 | −3 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_MEMBERSHIP_DELETE.class.php | +2 | −3 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_MOVE_FRS_FILE.class.php | +3 | −2 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_PROJECT_CREATE.class.php | +4 | −7 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_PROJECT_DELETE.class.php | +0 | −3 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_PROJECT_IS_PRIVATE.class.php | +3 | −4 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_PROJECT_RENAME.class.php | +2 | −1 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_SERVICE_USAGE_SWITCH.class.php | +2 | −4 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_SVN_AUTHORIZE_TOKENS.class.php | +3 | −2 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_SVN_REVOKE_TOKENS.class.php | +3 | −2 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_SVN_UPDATE_HOOKS.class.php | +4 | −4 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_SYSTEM_CHECK.class.php | +6 | −7 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_UGROUP_MODIFY.class.php | +2 | −2 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_UPDATE_ALIASES.class.php | +3 | −2 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_USER_DELETE.class.php | +2 | −4 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_USER_RENAME.class.php | +2 | −5 | Go to diff View file |
M | src/common/templating/TemplateRenderer.class.php | +3 | −3 | Go to diff View file |
M | src/common/templating/mustache/GettextExtractor.php | +1 | −1 | Go to diff View file |
M | src/common/templating/presenter/ButtonDropdowns.class.php | +2 | −1 | 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 | +2 | −2 | Go to diff View file |
M | src/common/templating/presenter/ButtonDropdownsOptionDivider.class.php | +2 | −1 | Go to diff View file |
M | src/common/templating/presenter/ButtonDropdownsOptionWithModal.class.php | +2 | −2 | Go to diff View file |
M | src/common/templating/presenter/SplitButtonDropdowns.class.php | +2 | −1 | Go to diff View file |
M | src/common/tour/CustomToursFactory.class.php | +2 | −1 | Go to diff View file |
M | src/common/tour/InvalidTourException.class.php | +4 | −1 | Go to diff View file |
M | src/common/tour/Tour.class.php | +3 | −2 | Go to diff View file |
M | src/common/tour/TourFactory.class.php | +2 | −1 | Go to diff View file |
M | src/common/tour/TourUsage.class.php | +3 | −2 | Go to diff View file |
M | src/common/tour/TourUsageStatsDao.class.php | +3 | −2 | Go to diff View file |
M | src/common/tour/Tour_Step.class.php | +2 | −2 | Go to diff View file |
M | src/common/tour/UnknownTourException.class.php | +4 | −1 | Go to diff View file |
M | src/common/tour/WelcomeTour.class.php | +2 | −2 | Go to diff View file |
M | src/common/tracker/Artifact.class.php | +466 | −447 | Go to diff View file |
M | src/common/tracker/ArtifactAlphaNumFieldXMLExporter.class.php | +2 | −1 | Go to diff View file |
M | src/common/tracker/ArtifactAttachmentFieldXMLExporter.class.php | +3 | −2 | Go to diff View file |
M | src/common/tracker/ArtifactAttachmentXMLExporter.class.php | +2 | −1 | Go to diff View file |
M | src/common/tracker/ArtifactAttachmentXMLLinker.class.php | +3 | −2 | Go to diff View file |
M | src/common/tracker/ArtifactAttachmentXMLZipper.class.php | +4 | −3 | Go to diff View file |
M | src/common/tracker/ArtifactCCFieldXMLExporter.class.php | +2 | −1 | Go to diff View file |
M | src/common/tracker/ArtifactCanned.class.php | +12 | −14 | Go to diff View file |
M | src/common/tracker/ArtifactCommentXMLExporter.class.php | +2 | −1 | Go to diff View file |
M | src/common/tracker/ArtifactDateFieldXMLExporter.class.php | +3 | −2 | Go to diff View file |
M | src/common/tracker/ArtifactFactory.class.php | +12 | −18 | Go to diff View file |
M | src/common/tracker/ArtifactField.class.php | +205 | −217 | Go to diff View file |
M | src/common/tracker/ArtifactFieldFactory.class.php | +85 | −92 | Go to diff View file |
M | src/common/tracker/ArtifactFieldFactoryXMLExporter.class.php | +2 | −1 | Go to diff View file |
M | src/common/tracker/ArtifactFieldSet.class.php | +4 | −3 | Go to diff View file |
M | src/common/tracker/ArtifactFieldSetFactory.class.php | +22 | −24 | Go to diff View file |
M | src/common/tracker/ArtifactFieldXMLExporter.class.php | +2 | −1 | Go to diff View file |
M | src/common/tracker/ArtifactFile.class.php | +14 | −14 | Go to diff View file |
M | src/common/tracker/ArtifactFloatFieldXMLExporter.class.php | +2 | −2 | Go to diff View file |
M | src/common/tracker/ArtifactGlobalNotification.class.php | +2 | −2 | Go to diff View file |
M | src/common/tracker/ArtifactGlobalNotificationFactory.class.php | +5 | −5 | Go to diff View file |
M | src/common/tracker/ArtifactImport.class.php | +255 | −214 | Go to diff View file |
M | src/common/tracker/ArtifactIntegerFieldXMLExporter.class.php | +2 | −2 | Go to diff View file |
M | src/common/tracker/ArtifactMultiListCurrentValueExporter.class.php | +2 | −2 | Go to diff View file |
M | src/common/tracker/ArtifactReport.class.php | +133 | −142 | Go to diff View file |
M | src/common/tracker/ArtifactReportFactory.class.php | +9 | −16 | Go to diff View file |
M | src/common/tracker/ArtifactReportField.class.php | +2 | −4 | Go to diff View file |
M | src/common/tracker/ArtifactRule.class.php | +2 | −2 | Go to diff View file |
M | src/common/tracker/ArtifactRuleFactory.class.php | +3 | −3 | Go to diff View file |
M | src/common/tracker/ArtifactRuleValue.class.php | +2 | −2 | Go to diff View file |
M | src/common/tracker/ArtifactRuleValueView.class.php | +2 | −1 | Go to diff View file |
M | src/common/tracker/ArtifactRulesManager.class.php | +8 | −8 | Go to diff View file |
M | src/common/tracker/ArtifactStaticListFieldXMLExporter.class.php | +2 | −2 | Go to diff View file |
M | src/common/tracker/ArtifactStaticMultiListFieldXMLExporter.class.php | +2 | −2 | Go to diff View file |
M | src/common/tracker/ArtifactStringFieldXMLExporter.class.php | +2 | −1 | Go to diff View file |
M | src/common/tracker/ArtifactTextFieldXMLExporter.class.php | +2 | −1 | Go to diff View file |
M | src/common/tracker/ArtifactType.class.php | +137 | −131 | Go to diff View file |
M | src/common/tracker/ArtifactTypeFactory.class.php | +56 | −58 | Go to diff View file |
M | src/common/tracker/ArtifactUserListFieldXMLExporter.class.php | +2 | −2 | Go to diff View file |
M | src/common/tracker/ArtifactUserMultiListFieldXMLExporter.class.php | +2 | −1 | Go to diff View file |
M | src/common/tracker/ArtifactXMLExporter.class.php | +2 | −1 | Go to diff View file |
M | src/common/tracker/ArtifactXMLExporterArtifact.class.php | +3 | −3 | Go to diff View file |
M | src/common/tracker/ArtifactXMLExporterDao.class.php | +2 | −1 | Go to diff View file |
M | src/common/tracker/ArtifactXMLNodeHelper.class.php | +2 | −1 | Go to diff View file |
M | src/common/tracker/Exception/Exception_TV3XMLException.class.php | +3 | −2 | Go to diff View file |
M | src/common/tracker/Exception/TV3XMLAttachmentNotFoundException.class.php | +3 | −2 | Go to diff View file |
M | src/common/tracker/Exception/TV3XMLInvalidFieldTypeException.class.php | +3 | −2 | Go to diff View file |
M | src/common/tracker/Exception/TV3XMLUnknownFieldTypeException.class.php | +3 | −2 | Go to diff View file |
M | src/common/tracker/HTML/ArtifactCannedHtml.class.php | +20 | −23 | Go to diff View file |
M | src/common/tracker/HTML/ArtifactFieldHtml.class.php | +200 | −141 | Go to diff View file |
M | src/common/tracker/HTML/ArtifactImportHtml.class.php | +61 | −62 | Go to diff View file |
M | src/common/tracker/HTML/ArtifactReportHtml.class.php | +217 | −208 | Go to diff View file |
M | src/common/tracker/HTML/ArtifactRuleValueJavascript.class.php | +2 | −3 | Go to diff View file |
M | src/common/tracker/HTML/ArtifactRulesManagerHtml.class.php | +21 | −23 | Go to diff View file |
M | src/common/trove/TroveCat.php | +3 | −2 | Go to diff View file |
M | src/common/trove/TroveCatCategoryNonePresenter.php | +0 | −1 | Go to diff View file |
M | src/common/trove/TroveCatFactory.php | +7 | −6 | Go to diff View file |
M | src/common/trove/TroveCatHierarchyRetriever.php | +1 | −1 | Go to diff View file |
M | src/common/valid/Rule.class.php | +86 | −82 | Go to diff View file |
M | src/common/valid/Valid.class.php | +13 | −14 | Go to diff View file |
M | src/common/valid/ValidFactory.class.php | +43 | −36 | Go to diff View file |
M | src/common/wiki/PermissionsManager.class.php | +5 | −5 | Go to diff View file |
M | src/common/wiki/REST/v1/PhpWikiPageFullRepresentation.class.php | +3 | −2 | Go to diff View file |
M | src/common/wiki/REST/v1/PhpWikiPageVersionFullRepresentation.class.php | +3 | −2 | Go to diff View file |
M | src/common/wiki/REST/v1/PhpWikiPageVersionRepresentation.class.php | +3 | −2 | Go to diff View file |
M | src/common/wiki/REST/v1/PhpWikiResource.class.php | +2 | −1 | Go to diff View file |
M | src/common/wiki/WikiService.class.php | +60 | −49 | Go to diff View file |
M | src/common/wiki/WikiServiceAdmin.class.php | +11 | −12 | Go to diff View file |
M | src/common/wiki/actions/WikiServiceAdminActions.class.php | +36 | −36 | Go to diff View file |
M | src/common/wiki/lib/PaginatedWikiPages.class.php | +2 | −1 | Go to diff View file |
M | src/common/wiki/lib/PaginatedWikiPagesFactory.class.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/lib/Wiki.class.php | +28 | −24 | Go to diff View file |
M | src/common/wiki/lib/WikiAttachment.class.php | +67 | −62 | Go to diff View file |
M | src/common/wiki/lib/WikiAttachmentDao.class.php | +26 | −16 | Go to diff View file |
M | src/common/wiki/lib/WikiAttachmentRevision.class.php | +64 | −49 | Go to diff View file |
M | src/common/wiki/lib/WikiAttachmentRevisionDao.class.php | +28 | −24 | Go to diff View file |
M | src/common/wiki/lib/WikiCloner.class.php | +116 | −83 | Go to diff View file |
M | src/common/wiki/lib/WikiEntry.class.php | +45 | −35 | Go to diff View file |
M | src/common/wiki/lib/WikiPage.class.php | +41 | −32 | Go to diff View file |
M | src/common/wiki/lib/WikiPageVersion.class.php | +3 | −2 | Go to diff View file |
M | src/common/wiki/lib/WikiPageVersionContentFormatter.php | +3 | −2 | Go to diff View file |
M | src/common/wiki/lib/WikiPageVersionFactory.class.php | +3 | −2 | Go to diff View file |
M | src/common/wiki/lib/WikiPageWrapper.class.php | +44 | −33 | Go to diff View file |
M | src/common/wiki/phpwiki/codendi.php | +13 | −9 | Go to diff View file |
M | src/common/wiki/phpwiki/gforge.php | +3 | −7 | Go to diff View file |
M | src/common/wiki/phpwiki/index.php | +3 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/ASCIIMathPHP/ASCIIMathPHP.cfg.php | +32 | −34 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/ASCIIMathPHP/ASCIIMathPHP.class.php | +68 | −84 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/ArchiveCleaner.php | +35 | −26 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/CachedMarkup.php | +120 | −84 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/DbaDatabase.php | +44 | −27 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/DbaListSet.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/DbaPartition.php | +4 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/EditToolbar.php | +57 | −39 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/ErrorManager.php | +133 | −84 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/ExternalReferrer.php | +8 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/FileFinder.php | +125 | −73 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/HtmlParser.php | +91 | −74 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/HttpClient.php | +4 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/IniConfig.php | +177 | −110 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/InlineParser.php | +108 | −69 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/PageList.php | +410 | −243 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/PagePerm.php | +243 | −157 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/PageType.php | +153 | −91 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/RSSWriter091.php | +19 | −15 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/Request.php | +184 | −123 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/RssParser.php | +41 | −29 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/RssWriter.php | +26 | −16 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/RssWriter2.php | +9 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/SemanticWeb.php | +15 | −9 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/Template.php | +30 | −20 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/TextSearchQuery.php | +189 | −144 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/Theme.php | +355 | −222 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiCallback.php | +4 | −7 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/SQL.php | +15 | −11 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/backend.php | +72 | −46 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/backend/PearDB.php | +210 | −137 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/backend/PearDB_mysql.php | +26 | −21 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/backend/dumb/AllRevisionsIter.php | +10 | −8 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/backend/dumb/BackLinkIter.php | +1 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/backend/dumb/MostPopularIter.php | +18 | −14 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/backend/dumb/MostRecentIter.php | +15 | −11 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/backend/dumb/TextSearchIter.php | +19 | −12 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/backend/dumb/WantedPagesIter.php | +8 | −7 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiGroup.php | +121 | −67 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiNotification.php | +3 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiPlugin.php | +133 | −89 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiPluginCached.php | +31 | −24 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiUser.php | +134 | −83 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiUser/BogoLogin.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiUser/Codendi.php | +15 | −15 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiUser/Forbidden.php | +1 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiUserNew.php | +421 | −265 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/XmlParser.php | +37 | −26 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/config.php | +70 | −46 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/diff.php | +150 | −81 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/diff3.php | +47 | −34 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/difflib.php | +180 | −121 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/display.php | +69 | −41 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/editpage.php | +138 | −96 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/fortune.php | +21 | −20 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/gif.php | +150 | −167 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/install.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/loadsave.php | +284 | −180 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/main.php | +276 | −190 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/pear/DB.php | +40 | −42 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/pear/DB/Pager.php | +20 | −7 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/pear/DB/common.php | +20 | −10 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/pear/PEAR.php | +32 | −25 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/AddComment.php | +18 | −14 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/AllPages.php | +88 | −47 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/AllUsers.php | +25 | −17 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/AppendText.php | +23 | −16 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/AsciiMath.php | +8 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/AuthorHistory.php | +84 | −55 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/BackLinks.php | +54 | −33 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/BlogArchives.php | +51 | −28 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/BlogJournal.php | +30 | −17 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/CategoryPage.php | +12 | −8 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/Comment.php | +6 | −7 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/CreateBib.php | +28 | −20 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/CreatePage.php | +17 | −13 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/CreateToc.php | +157 | −101 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/DeadEndPages.php | +1 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/Diff.php | +139 | −75 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/EditMetaData.php | +40 | −28 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/ExternalSearch.php | +30 | −18 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/FileInfo.php | +88 | −48 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/FrameInclude.php | +28 | −16 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/FullTextSearch.php | +49 | −29 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/FuzzyPages.php | +64 | −35 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/GoTo.php | +7 | −9 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/HelloWorld.php | +12 | −9 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/HtmlConverter.php | +45 | −44 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/IncludePage.php | +45 | −22 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/IncludePages.php | +11 | −9 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/IncludeSiteMap.php | +5 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/InterWikiSearch.php | +34 | −22 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/JabberPresence.php | +16 | −14 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/LikePages.php | +34 | −25 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/LinkDatabase.php | +84 | −45 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/ListPages.php | +22 | −18 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/ListSubpages.php | +29 | −20 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/MostPopular.php | +18 | −14 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/NoCache.php | +6 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/OldStyleTable.php | +42 | −24 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/OrphanedPages.php | +17 | −12 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PageDump.php | +136 | −79 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PageGroup.php | +50 | −26 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PageHistory.php | +80 | −54 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PageInfo.php | +24 | −15 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PageTrail.php | +19 | −12 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PhotoAlbum.php | +238 | −135 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PhpHighlight.php | +17 | −12 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PluginManager.php | +45 | −31 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PopularNearby.php | +52 | −31 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PrevNext.php | +32 | −17 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RandomPage.php | +30 | −20 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RdfDefinition.php | +6 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RecentChanges.php | +268 | −161 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RecentChangesCached.php | +6 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RecentComments.php | +32 | −20 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RecentEdits.php | +16 | −9 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RedirectTo.php | +27 | −20 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RelatedChanges.php | +35 | −23 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RichTable.php | +27 | −20 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RssFeed.php | +63 | −33 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/SearchHighlight.php | +12 | −8 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/SiteMap.php | +56 | −35 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/SyntaxHighlighter.php | +23 | −17 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/SystemInfo.php | +114 | −60 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/Template.php | +39 | −23 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/TitleSearch.php | +20 | −15 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/Transclude.php | +21 | −12 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/TranslateText.php | +58 | −32 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/UnfoldSubpages.php | +58 | −33 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/UpLoad.php | +65 | −47 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/UserPreferences.php | +40 | −29 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WantedPages.php | +34 | −23 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WantedPagesOld.php | +81 | −47 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminChmod.php | +77 | −46 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminChown.php | +80 | −45 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminMarkup.php | +78 | −44 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminRemove.php | +85 | −56 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminRename.php | +112 | −70 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminSearchReplace.php | +94 | −58 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminSelect.php | +55 | −40 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminSetAcl.php | +111 | −74 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminUtils.php | +105 | −68 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiBlog.php | +55 | −40 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiForm.php | +33 | −22 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiFormRich.php | +139 | −92 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiForum.php | +25 | −18 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/_AuthInfo.php | +85 | −44 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/_BackendInfo.php | +57 | −41 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/_GroupInfo.php | +8 | −8 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/_PreferencesInfo.php | +10 | −7 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/_WikiTranslation.php | +137 | −77 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/text2png.php | +29 | −19 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/prepend.php | +25 | −15 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/removepage.php | +43 | −31 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/stdlib.php | +448 | −292 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/upgrade.php | +80 | −44 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/wikilens/Buddy.php | +14 | −15 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/wikilens/CustomPrefs.php | +18 | −15 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/wikilens/PageListColumns.php | +6 | −8 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/wikilens/Utils.php | +17 | −11 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/ziplib.php | +283 | −183 | Go to diff View file |
M | src/common/wiki/phpwiki/locale/fr/LC_MESSAGES/phpwiki.php | +0 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/passencrypt.php | +32 | −22 | Go to diff View file |
M | src/common/wiki/phpwiki/themes/Codendi-light-printer-version/themeinfo.php | +5 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/themes/Codendi-lite/themeinfo.php | +5 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/themes/Codendi/themeinfo.php | +5 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/themes/Sidebar/themeinfo.php | +30 | −22 | Go to diff View file |
M | src/common/wiki/phpwiki/themes/default/themeinfo.php | +5 | −4 | Go to diff View file |
M | src/common/wiki/views/WikiServiceAdminViews.class.php | +46 | −42 | Go to diff View file |
M | src/common/wiki/views/WikiServiceViews.class.php | +62 | −54 | Go to diff View file |
M | src/common/wiki/views/WikiViews.class.php | +11 | −15 | Go to diff View file |
M | src/common/xml/ParseError.class.php | +2 | −1 | Go to diff View file |
M | src/common/xml/ParseException.class.php | +2 | −1 | Go to diff View file |
M | src/common/xml/RNGValidator.class.php | +3 | −2 | Go to diff View file |
M | src/common/xml/Security.class.php | +2 | −1 | Go to diff View file |
M | src/common/xml/SimpleXMLCDATAFactory.class.php | +3 | −2 | Go to diff View file |
M | src/common/xml/XMLImportHelper.php | +4 | −3 | Go to diff View file |
M | src/core/make_links.php | +4 | −2 | Go to diff View file |
M | src/core/sparklines.php | +4 | −5 | Go to diff View file |
M | src/db/mysql/updates/2010/201007220743_add_table_notification_delegation.php | +2 | −4 | Go to diff View file |
M | src/db/mysql/updates/2010/201007291109_modify_pk_table_notification_delegation.php | +3 | −4 | Go to diff View file |
M | src/db/mysql/updates/2010/201008200802_reduce_load_on_user_table.php | +2 | −4 | Go to diff View file |
M | src/db/mysql/updates/2010/201009280731_add_table_groups_notif_delegation_message.php | +2 | −4 | Go to diff View file |
M | src/db/mysql/updates/2010/201010191436_add_table_frs_file_deleted.php | +2 | −4 | Go to diff View file |
M | src/db/mysql/updates/2010/201010201546_fill_frs_file_deleted.php | +2 | −3 | Go to diff View file |
M | src/db/mysql/updates/2010/201011230835_add_column_format_to_artifact_history.php | +2 | −3 | Go to diff View file |
M | src/db/mysql/updates/2010/201012140821_improve_frs_file.php | +2 | −4 | Go to diff View file |
M | src/db/mysql/updates/2010/201012240808_add_table_frs_log.php | +2 | −4 | Go to diff View file |
M | src/db/mysql/updates/2011/201103081738_add_column_filepath_to_frs_file.php | +2 | −4 | Go to diff View file |
M | src/db/mysql/updates/2011/201103281122_add_wiki_attachment_delete_mechanism.php | +2 | −5 | Go to diff View file |
M | src/db/mysql/updates/2011/201108241423_remove_slmbug_and_story.php | +2 | −3 | Go to diff View file |
M | src/db/mysql/updates/2011/201108311456_add_image_renderer.php | +2 | −3 | Go to diff View file |
M | src/db/mysql/updates/2011/201111021759_id_sharing.php | +2 | −3 | Go to diff View file |
M | src/db/mysql/updates/2012/201201181909_add_index_on_svn_commits_table.php | +2 | −3 | Go to diff View file |
M | src/db/mysql/updates/2012/201201231552_add_table_soap_limits.php | +2 | −3 | Go to diff View file |
M | src/db/mysql/updates/2012/201203140933_add_notif_svn_per_branch.php | +2 | −4 | Go to diff View file |
M | src/db/mysql/updates/2012/201207051342_add_has_avatar_column.php | +2 | −3 | Go to diff View file |
M | src/db/mysql/updates/2012/201208241130_add_anonymous_in_filemodule_monitor.php | +2 | −3 | Go to diff View file |
M | src/db/mysql/updates/2012/201209131359_add_ugroup_binding_column.php | +2 | −3 | Go to diff View file |
M | src/db/mysql/updates/2012/201210121809_purge_bad_sshkeys_from_db.php | +2 | −3 | Go to diff View file |
M | src/db/mysql/updates/2013/201302091402_add_frs_file_comment.php | +2 | −3 | Go to diff View file |
M | src/db/mysql/updates/2013/201303121639_add_owner_to_system_events.php | +2 | −3 | Go to diff View file |
M | src/db/mysql/updates/2013/201305071724_add_svn_change_log_option.php | +2 | −3 | Go to diff View file |
M | src/db/mysql/updates/2013/201305161743_remove_unique_from_svn_checkins.php | +2 | −3 | Go to diff View file |
M | src/db/mysql/updates/2013/201306110951_add_parent_child_project_link_table.php | +2 | −3 | Go to diff View file |
M | src/db/mysql/updates/2013/201306171145_add_generic_user_table.php | +2 | −3 | Go to diff View file |
M | src/db/mysql/updates/2013/201307021504_remove_server.php.php | +2 | −3 | Go to diff View file |
M | src/db/mysql/updates/2013/201310171433_add_rest_authentication_token_table.php | +2 | −3 | Go to diff View file |
M | src/db/mysql/updates/2013/201311081011_remove_codex_themes.php | +2 | −3 | Go to diff View file |
M | src/db/mysql/updates/2014/201403061540_add_forge_permissions_table.php | +2 | −3 | Go to diff View file |
M | src/db/mysql/updates/2014/201404281427_rename_experimental_to_flamingparrot.php | +3 | −2 | Go to diff View file |
M | src/db/mysql/updates/2014/201405051118_add_svn_accessfile_history_table_with_first_version.php | +3 | −2 | Go to diff View file |
M | src/db/mysql/updates/2014/201405051133_modify_groups_table_to_use_svn_accessfile_history_id.php | +3 | −2 | Go to diff View file |
M | src/db/mysql/updates/2014/201405061202_modify_svn_accessfile_history_table.php | +3 | −2 | Go to diff View file |
M | src/db/mysql/updates/2014/201405071410_replace_svn_accessfile_column_name_in_groups.php | +3 | −2 | Go to diff View file |
M | src/db/mysql/updates/2014/201405071644_replace_version_date_column_values_by_timestamp.php | +3 | −2 | Go to diff View file |
M | src/db/mysql/updates/2014/201405141602_remove_fontsize_preference.php | +3 | −2 | Go to diff View file |
M | src/db/mysql/updates/2014/201406041516_add_email_gateway_salt.php | +4 | −4 | Go to diff View file |
M | src/db/mysql/updates/2014/201407040902_old_user_do_not_see_welcome_tour.php | +3 | −3 | Go to diff View file |
M | src/db/mysql/updates/2014/201407041153_add_tour_usage_statistic_table.php | +3 | −3 | Go to diff View file |
M | src/db/mysql/updates/2014/201407081125_add_missing_column_in_tour_usage_statistics.php | +3 | −3 | Go to diff View file |
M | src/db/mysql/updates/2014/201410301650_add_commit_to_tag_denied_in_groups.php | +2 | −3 | Go to diff View file |
M | src/db/mysql/updates/2015/201503061743_add_homepage.php | +3 | −2 | Go to diff View file |
M | src/db/mysql/updates/2015/201503061743_add_homepage_headline.php | +3 | −2 | Go to diff View file |
M | src/db/mysql/updates/2015/201503271456_add_forgeconfig.php | +5 | −4 | Go to diff View file |
M | src/db/mysql/updates/2015/201504081720_allow_restricted_project_access.php | +2 | −2 | Go to diff View file |
M | src/db/mysql/updates/2015/201504091644_add_authenticated_user_group.php | +2 | −1 | Go to diff View file |
M | src/db/mysql/updates/2015/201504171343_restore_FRS_owner_group.php | +3 | −3 | Go to diff View file |
M | src/db/mysql/updates/2015/201505051630_add_new_password_field.php | +3 | −2 | Go to diff View file |
M | src/db/mysql/updates/2015/201505131103_project_admin_can_choose_visibility.php | +3 | −2 | Go to diff View file |
M | src/db/mysql/updates/2015/201505302300_remove_twitter_widgets.php | +2 | −2 | Go to diff View file |
M | src/db/mysql/updates/2015/201506011450_increase_unix_password_field_size.php | +3 | −2 | Go to diff View file |
M | src/db/mysql/updates/2015/201506031610_add_svn_immutable_tags_whitelist_table.php | +3 | −2 | Go to diff View file |
M | src/db/mysql/updates/2015/201506031658_enlarge_your_tinyint.php | +3 | −2 | Go to diff View file |
M | src/db/mysql/updates/2015/201507152200_increase_session_ip_field_size.php | +3 | −2 | Go to diff View file |
M | src/db/mysql/updates/2015/201508141600_remove_people_skills.php | +2 | −2 | Go to diff View file |
M | src/db/mysql/updates/2015/201508171048_add_svn_immutable_tags_table.php | +3 | −2 | Go to diff View file |
M | src/db/mysql/updates/2015/201508241048_add_truncated_emails_column.php | +3 | −2 | Go to diff View file |
M | src/db/mysql/updates/2015/201508271443_add_index_on_system_event_table.php | +2 | −3 | Go to diff View file |
M | src/db/mysql/updates/2015/201509020939_drop_priority_plugin_hook.php | +3 | −2 | Go to diff View file |
M | src/db/mysql/updates/2015/201510011056_add_index_on_service_table.php | +2 | −1 | Go to diff View file |
M | src/db/mysql/updates/2015/201510131542_turn_user_groups_tables_innodb.php | +3 | −3 | Go to diff View file |
M | src/db/mysql/updates/2015/201511231728_add_trovecat_mandatory_column.php | +2 | −1 | Go to diff View file |
M | src/db/mysql/updates/2015/201512171700_add_svn_token_table.php | +3 | −2 | Go to diff View file |
M | src/db/mysql/updates/2015/201512211530_force_refresh_svnaccessfile.php | +2 | −1 | Go to diff View file |
M | src/db/mysql/updates/2015/201512281119_add_svn_token_usage_table.php | +3 | −2 | Go to diff View file |
M | src/db/mysql/updates/2015/201512291430_add_indexes_for_statistics.php | +2 | −1 | Go to diff View file |
M | src/db/mysql/updates/2016/201601051638_add_trovecat_display_column.php | +2 | −2 | Go to diff View file |
M | src/db/mysql/updates/2016/201608091610_add_index_for_frs_permissions.php | +0 | −1 | Go to diff View file |
M | src/db/mysql/updates/2017/201706091011_migrate_old_dashboard.php | +1 | −1 | Go to diff View file |
M | src/embedded_vendor/jpgraph/imageSmoothArc.php | +150 | −103 | Go to diff View file |
M | src/embedded_vendor/jpgraph/imgdata_balls.inc.php | +5 | −6 | Go to diff View file |
M | src/embedded_vendor/jpgraph/imgdata_bevels.inc.php | +2 | −5 | Go to diff View file |
M | src/embedded_vendor/jpgraph/imgdata_diamonds.inc.php | +2 | −3 | Go to diff View file |
M | src/embedded_vendor/jpgraph/imgdata_pushpins.inc.php | +2 | −3 | Go to diff View file |
M | src/embedded_vendor/jpgraph/imgdata_stars.inc.php | +2 | −3 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpg-config.inc.php | +13 | −15 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph.php | +1625 | −1602 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_bar.php | +455 | −402 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_canvas.php | +24 | −21 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_canvtools.php | +194 | −186 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_contour.php | +118 | −113 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_date.php | +193 | −190 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_errhandler.inc.php | +92 | −89 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_error.php | +56 | −46 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_gantt.php | +1056 | −989 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_gb2312.php | +15 | −19 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_gradient.php | +125 | −124 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_iconplot.php | +68 | −54 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_imgtrans.php | +89 | −70 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_led.php | +15 | −19 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_legend.inc.php | +133 | −116 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_line.php | +213 | −208 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_log.php | +75 | −84 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_meshinterpolate.inc.php | +24 | −24 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_mgraph.php | +110 | −111 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_pie.php | +489 | −422 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_pie3d.php | +275 | −191 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_plotband.php | +146 | −126 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_plotline.php | +25 | −19 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_plotmark.inc.php | +182 | −146 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_polar.php | +288 | −261 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_radar.php | +232 | −213 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_regstat.php | +22 | −20 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_rgb.inc.php | +39 | −45 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_scatter.php | +97 | −72 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_stock.php | +64 | −62 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_table.php | +542 | −456 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_text.inc.php | +100 | −81 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_theme.inc.php | +2 | −4 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_ttf.inc.php | +106 | −111 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_utils.inc.php | +224 | −217 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_windrose.php | +472 | −408 | Go to diff View file |
M | src/embedded_vendor/jpgraph/lang/en.inc.php | +0 | −2 | Go to diff View file |
M | src/embedded_vendor/jpgraph/lang/prod.inc.php | +1 | −3 | Go to diff View file |
M | src/embedded_vendor/jpgraph/themes/AquaTheme.class.php | +1 | −5 | Go to diff View file |
M | src/embedded_vendor/jpgraph/themes/GreenTheme.class.php | +1 | −5 | Go to diff View file |
M | src/embedded_vendor/jpgraph/themes/OceanTheme.class.php | +1 | −5 | Go to diff View file |
M | src/embedded_vendor/jpgraph/themes/OrangeTheme.class.php | +1 | −5 | Go to diff View file |
M | src/embedded_vendor/jpgraph/themes/PastelTheme.class.php | +1 | −5 | Go to diff View file |
M | src/embedded_vendor/jpgraph/themes/RoseTheme.class.php | +1 | −5 | Go to diff View file |
M | src/embedded_vendor/jpgraph/themes/SoftyTheme.class.php | +1 | −5 | Go to diff View file |
M | src/embedded_vendor/jpgraph/themes/UniversalTheme.class.php | +1 | −5 | Go to diff View file |
M | src/embedded_vendor/jpgraph/themes/VividTheme.class.php | +1 | −5 | Go to diff View file |
M | src/forgeupgrade/ForgeUpgrade_Db_Driver.php | +8 | −5 | Go to diff View file |
M | src/forgeupgrade/ForgeUpgrade_Db_Driver_Codendi.php | +2 | −3 | Go to diff View file |
M | src/utils/TrackerV3-data-exporter.php | +0 | −1 | Go to diff View file |
M | src/utils/check_user_mapping_for_project_import.php | +1 | −1 | Go to diff View file |
M | src/utils/collect_xml_data.php | +4 | −3 | Go to diff View file |
M | src/utils/cvs1/cvs_loginfo_clean.php | +6 | −8 | Go to diff View file |
M | src/utils/export_project_xml.php | +4 | −3 | Go to diff View file |
M | src/utils/generate_user_mapping_for_project_import.php | +1 | −1 | Go to diff View file |
M | src/utils/import_project_xml.php | +1 | −1 | Go to diff View file |
M | src/utils/svn/codendi_svn_pre_commit.php | +1 | −1 | Go to diff View file |
M | src/utils/svn/force_refresh_svnaccessfile.php | +2 | −2 | Go to diff View file |
M | src/utils/svn/post-revprop-change.php | +1 | −1 | Go to diff View file |
M | src/utils/svn/pre-revprop-change.php | +1 | −1 | Go to diff View file |
M | src/utils/tv3_to_test.php | +4 | −2 | Go to diff View file |
M | src/www/account/change_pw.php | +8 | −8 | Go to diff View file |
M | src/www/account/change_timezone.php | +1 | −1 | Go to diff View file |
M | src/www/account/deleted.php | +1 | −1 | Go to diff View file |
M | src/www/account/editsshkeys.php | +0 | −2 | Go to diff View file |
M | src/www/account/index.php | +7 | −8 | Go to diff View file |
M | src/www/account/login.php | +7 | −7 | Go to diff View file |
M | src/www/account/lostlogin.php | +2 | −3 | Go to diff View file |
M | src/www/account/lostpw-confirm.php | +6 | −5 | Go to diff View file |
M | src/www/account/manage_svn_tokens.php | +0 | −3 | Go to diff View file |
M | src/www/account/preferences.php | +1 | −1 | Go to diff View file |
M | src/www/account/register.php | +39 | −35 | Go to diff View file |
M | src/www/account/suspended.php | +0 | −2 | Go to diff View file |
M | src/www/account/updateprefs.php | +15 | −15 | Go to diff View file |
M | src/www/admin/admin_utils.php | +3 | −3 | Go to diff View file |
M | src/www/admin/approve-pending.php | +4 | −4 | Go to diff View file |
M | src/www/admin/approve_pending_users.php | +20 | −18 | Go to diff View file |
M | src/www/admin/generic_user.php | +1 | −3 | Go to diff View file |
M | src/www/admin/index.php | +3 | −4 | Go to diff View file |
M | src/www/admin/lastlogins.php | +1 | −2 | Go to diff View file |
M | src/www/admin/massmail_execute.php | +4 | −3 | Go to diff View file |
M | src/www/admin/newprojectmail.php | +1 | −1 | Go to diff View file |
M | src/www/admin/show_pending_documents.php | +25 | −22 | Go to diff View file |
M | src/www/admin/user_changepw.php | +14 | −14 | Go to diff View file |
M | src/www/admin/usergroup.php | +11 | −13 | Go to diff View file |
M | src/www/admin/userlist.php | +24 | −25 | Go to diff View file |
M | src/www/cvs/admin_commit.php | +7 | −7 | Go to diff View file |
M | src/www/cvs/browse_commit.php | +9 | −12 | Go to diff View file |
M | src/www/cvs/commit_utils.php | +60 | −64 | Go to diff View file |
M | src/www/cvs/detail_commit.php | +3 | −3 | Go to diff View file |
M | src/www/cvs/index.php | +1 | −2 | Go to diff View file |
M | src/www/file/admin/editproc.php | +9 | −9 | Go to diff View file |
M | src/www/file/admin/frsajax.php | +1 | −2 | Go to diff View file |
M | src/www/file/admin/manageprocessors.php | +20 | −19 | Go to diff View file |
M | src/www/file/admin/package.php | +1 | −1 | Go to diff View file |
M | src/www/file/admin/release.php | +2 | −2 | Go to diff View file |
M | src/www/file/confirm_download.php | +7 | −5 | Go to diff View file |
M | src/www/file/file_utils.php | +140 | −135 | Go to diff View file |
M | src/www/file/index.php | +1 | −1 | Go to diff View file |
M | src/www/file/showfiles.php | +42 | −34 | Go to diff View file |
M | src/www/file/shownotes.php | +10 | −10 | Go to diff View file |
M | src/www/forum/admin/index.php | +65 | −75 | Go to diff View file |
M | src/www/forum/forum.php | +75 | −80 | Go to diff View file |
M | src/www/forum/forum_utils.php | +197 | −165 | Go to diff View file |
M | src/www/forum/index.php | +11 | −13 | Go to diff View file |
M | src/www/forum/message.php | +20 | −24 | Go to diff View file |
M | src/www/forum/monitor.php | +14 | −17 | Go to diff View file |
M | src/www/forum/monitor_thread.php | +28 | −31 | Go to diff View file |
M | src/www/forum/save.php | +14 | −17 | Go to diff View file |
M | src/www/help/browse_tracker_query_field.php | +19 | −20 | Go to diff View file |
M | src/www/include/account.php | +4 | −18 | Go to diff View file |
M | src/www/include/bookmarks.php | +1 | −4 | Go to diff View file |
M | src/www/include/database.php | +15 | −11 | Go to diff View file |
M | src/www/include/exit.php | +6 | −8 | Go to diff View file |
M | src/www/include/help.php | +3 | −3 | Go to diff View file |
M | src/www/include/html.php | +162 | −111 | Go to diff View file |
M | src/www/include/massmail_to_project_admins.php | +3 | −3 | Go to diff View file |
M | src/www/include/nusoap.php | +532 | −534 | Go to diff View file |
M | src/www/include/pre.php | +5 | −5 | Go to diff View file |
M | src/www/include/preplugins.php | +0 | −1 | Go to diff View file |
M | src/www/include/service.php | +2 | −2 | Go to diff View file |
M | src/www/include/session.php | +6 | −10 | Go to diff View file |
M | src/www/include/timezones.php | +1 | −1 | Go to diff View file |
M | src/www/include/trove.php | +18 | −10 | Go to diff View file |
M | src/www/include/user.php | +29 | −29 | Go to diff View file |
M | src/www/include/utils.php | +152 | −123 | Go to diff View file |
M | src/www/include/utils_soap.php | +0 | −2 | Go to diff View file |
M | src/www/include/viewvc_utils.php | +5 | −6 | Go to diff View file |
M | src/www/mail/admin/index.php | +0 | −4 | Go to diff View file |
M | src/www/mail/index.php | +17 | −20 | Go to diff View file |
M | src/www/mail/mail_utils.php | +23 | −21 | Go to diff View file |
M | src/www/my/bookmark_delete.php | +1 | −1 | Go to diff View file |
M | src/www/my/bookmark_edit.php | +3 | −3 | Go to diff View file |
M | src/www/my/massmail_to_project_members.php | +2 | −2 | Go to diff View file |
M | src/www/my/my_utils.php | +18 | −6 | Go to diff View file |
M | src/www/my/redirect.php | +2 | −3 | Go to diff View file |
M | src/www/my/rmproject.php | +5 | −6 | Go to diff View file |
M | src/www/my/stop_monitor.php | +2 | −4 | Go to diff View file |
M | src/www/news/admin/index.php | +36 | −43 | Go to diff View file |
M | src/www/news/index.php | +13 | −13 | Go to diff View file |
M | src/www/news/news_utils.php | +41 | −43 | Go to diff View file |
M | src/www/news/submit.php | +19 | −25 | Go to diff View file |
M | src/www/project/admin/editgenericmember.php | +4 | −6 | Go to diff View file |
M | src/www/project/admin/history.php | +2 | −3 | Go to diff View file |
M | src/www/project/admin/permission_request.php | +3 | −3 | Go to diff View file |
M | src/www/project/admin/permissions.php | +247 | −230 | Go to diff View file |
M | src/www/project/admin/project_admin_utils.php | +25 | −26 | Go to diff View file |
M | src/www/project/admin/project_history.php | +2 | −4 | Go to diff View file |
M | src/www/project/admin/ugroup.php | +2 | −2 | Go to diff View file |
M | src/www/project/admin/ugroup_utils.php | +95 | −75 | Go to diff View file |
M | src/www/project/admin/userperms.php | +27 | −34 | Go to diff View file |
M | src/www/project/export/access_logs_export.php | +73 | −81 | Go to diff View file |
M | src/www/project/export/artifact_deps_export.php | +20 | −31 | Go to diff View file |
M | src/www/project/export/artifact_export.php | +27 | −40 | Go to diff View file |
M | src/www/project/export/artifact_history_export.php | +43 | −50 | Go to diff View file |
M | src/www/project/export/index.php | +40 | −39 | Go to diff View file |
M | src/www/project/export/project_export_utils.php | +53 | −56 | Go to diff View file |
M | src/www/project/export/user_groups_export.php | +5 | −7 | Go to diff View file |
M | src/www/project/index.php | +2 | −4 | Go to diff View file |
M | src/www/project/memberlist.php | +9 | −11 | Go to diff View file |
M | src/www/project/showdetails.php | +8 | −8 | Go to diff View file |
M | src/www/project/stats/source_code_access.php | +38 | −40 | Go to diff View file |
M | src/www/project/stats/source_code_access_utils.php | +93 | −89 | Go to diff View file |
M | src/www/reference/rmreference.php | +3 | −5 | Go to diff View file |
M | src/www/service/index.php | +3 | −4 | Go to diff View file |
M | src/www/soap/codendi.wsdl.php | +2 | −4 | Go to diff View file |
M | src/www/soap/common/group.php | +104 | −108 | Go to diff View file |
M | src/www/soap/common/session.php | +58 | −56 | Go to diff View file |
M | src/www/soap/common/types.php | +1 | −1 | Go to diff View file |
M | src/www/soap/common/users.php | +21 | −26 | Go to diff View file |
M | src/www/soap/frs/frs.php | +256 | −269 | Go to diff View file |
M | src/www/soap/index.php | +2 | −3 | Go to diff View file |
M | src/www/soap/project/index.php | +4 | −2 | Go to diff View file |
M | src/www/soap/svn/index.php | +4 | −2 | Go to diff View file |
M | src/www/soap/tracker/tracker.php | +947 | −964 | Go to diff View file |
M | src/www/softwaremap/index.php | +0 | −1 | Go to diff View file |
M | src/www/softwaremap/trove_list.php | +7 | −8 | Go to diff View file |
M | src/www/svn/admin/access_control.php | +6 | −6 | Go to diff View file |
M | src/www/svn/admin/general_settings.php | +5 | −5 | Go to diff View file |
M | src/www/svn/admin/immutable_tags.php | +2 | −2 | Go to diff View file |
M | src/www/svn/admin/index.php | +23 | −27 | Go to diff View file |
M | src/www/svn/admin/notification.php | +26 | −29 | Go to diff View file |
M | src/www/svn/browse_revision.php | +26 | −29 | Go to diff View file |
M | src/www/svn/detail_revision.php | +6 | −7 | Go to diff View file |
M | src/www/svn/index.php | +2 | −7 | Go to diff View file |
M | src/www/svn/svn_data.php | +3 | −6 | Go to diff View file |
M | src/www/svn/svn_intro.php | +6 | −6 | Go to diff View file |
M | src/www/svn/svn_utils.php | +148 | −133 | Go to diff View file |
M | src/www/themes/FlamingParrot/Bootstrap_FeedbackFormatter.class.php | +3 | −3 | Go to diff View file |
M | src/www/themes/FlamingParrot/ContainerPresenter.class.php | +2 | −2 | Go to diff View file |
M | src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php | +17 | −17 | Go to diff View file |
M | src/www/themes/FlamingParrot/NavBarItemDropdownPresenter.php | +2 | −1 | Go to diff View file |
M | src/www/themes/FlamingParrot/NavBarItemDropdownSectionPresenter.php | +2 | −1 | 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 | +2 | −1 | Go to diff View file |
M | src/www/themes/FlamingParrot/NavBarItemPresentersCollectionBuilder.php | +2 | −1 | Go to diff View file |
M | src/www/themes/FlamingParrot/NavBarItemProjectsPresenter.php | +5 | −4 | Go to diff View file |
M | src/www/themes/FlamingParrot/NavBarPresenter.class.php | +6 | −6 | 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 | +2 | −1 | Go to diff View file |
M | src/www/themes/FlamingParrot/keyboard_navigation/KeyboardNavigationModalPresenter.class.php | +2 | −1 | Go to diff View file |
M | src/www/tos/privacy.php | +0 | −2 | Go to diff View file |
M | src/www/tos/tos.php | +2 | −4 | Go to diff View file |
M | src/www/tos/tos_text.php | +0 | −2 | Go to diff View file |
M | src/www/tour/step-shown.php | +1 | −1 | Go to diff View file |
M | src/www/tracker/add.php | +3 | −5 | Go to diff View file |
M | src/www/tracker/admin/admin_trackers.php | +3 | −5 | Go to diff View file |
M | src/www/tracker/admin/field_sets.php | +6 | −8 | Go to diff View file |
M | src/www/tracker/admin/field_usage.php | +6 | −8 | Go to diff View file |
M | src/www/tracker/admin/field_values.php | +6 | −8 | Go to diff View file |
M | src/www/tracker/admin/field_values_details.php | +16 | −18 | Go to diff View file |
M | src/www/tracker/admin/index.php | +290 | −247 | Go to diff View file |
M | src/www/tracker/admin/tracker_permissions.php | +9 | −10 | Go to diff View file |
M | src/www/tracker/browse.php | +51 | −46 | Go to diff View file |
M | src/www/tracker/copy.php | +7 | −7 | Go to diff View file |
M | src/www/tracker/detail.php | +11 | −11 | Go to diff View file |
M | src/www/tracker/download.php | +11 | −17 | Go to diff View file |
M | src/www/tracker/edit_comment.php | +2 | −4 | Go to diff View file |
M | src/www/tracker/export.php | +16 | −21 | Go to diff View file |
M | src/www/tracker/get_comment.php | +0 | −2 | Go to diff View file |
M | src/www/tracker/gotoid.php | +7 | −10 | Go to diff View file |
M | src/www/tracker/group_selection.php | +9 | −5 | Go to diff View file |
M | src/www/tracker/import_admin.php | +12 | −17 | Go to diff View file |
M | src/www/tracker/index.php | +200 | −196 | Go to diff View file |
M | src/www/tracker/invert_comments_order.php | +0 | −1 | Go to diff View file |
M | src/www/tracker/masschange_detail.php | +12 | −10 | Go to diff View file |
M | src/www/tracker/mod.php | +11 | −11 | Go to diff View file |
M | src/www/tracker/tracker_selection.php | +6 | −6 | Go to diff View file |
M | src/www/user/autocomplete.php | +5 | −5 | Go to diff View file |
M | src/www/wiki/index.php | +0 | −2 | Go to diff View file |
M | src/www/wiki/uploads.php | +7 | −7 | Go to diff View file |
M | tests/actions.groovy | +1 | −1 | Go to diff View file |
M | tests/integration/ProjectCreationTest.php | +2 | −1 | Go to diff View file |
M | tests/integration/ProjectImportTest.php | +2 | −1 | Go to diff View file |
M | tests/integration/tracker_v3_to_v5/MigrateTrackerTest.php | +25 | −21 | Go to diff View file |
M | tests/lib/DataAccessResult.class.php | +3 | −2 | Go to diff View file |
M | tests/lib/TestHelper.class.php | +5 | −3 | Go to diff View file |
M | tests/lib/TuleapDbTestCase.class.php | +2 | −1 | Go to diff View file |
M | tests/lib/constants.php | +0 | −1 | Go to diff View file |
A | tests/phpcs/non-psr-rules.xml | +88 | −0 | Go to diff View file |
M | tests/phpcs/tests/Sniffs/Commenting/_fixtures/FileCopyright/Invalid/CodeBeforeCopyright.php | +1 | −1 | Go to diff View file |
M | tests/phpcs/tests/Sniffs/Commenting/_fixtures/FileCopyright/Invalid/EmptyLinesBeforeCopyRight.fixed.php | +1 | −1 | Go to diff View file |
M | tests/phpcs/tests/Sniffs/Commenting/_fixtures/FileCopyright/Invalid/EmptyLinesBeforeCopyRight.php | +1 | −1 | Go to diff View file |
M | tests/phpcs/tests/Sniffs/Commenting/_fixtures/FileCopyright/Invalid/SpacesAfterOpenTag.fixed.php | +1 | −1 | Go to diff View file |
M | tests/phpcs/tests/Sniffs/Commenting/_fixtures/FileCopyright/Invalid/SpacesAfterOpenTag.php | +3 | −3 | Go to diff View file |
M | tests/phpcs/tuleap-ruleset-minimal.xml | +38 | −101 | Go to diff View file |
M | tests/phpcs/tuleap-ruleset.xml | +2 | −2 | Go to diff View file |
M | tests/psalm/tuleap-baseline.xml | +242 | −249 | Go to diff View file |
M | tests/rest/lib/tracker/Tracker.php | +4 | −2 | Go to diff View file |
M | tests/rest/tests/AuthenticationTest.php | +2 | −1 | Go to diff View file |
M | tests/rest/tests/TokenTest.php | +3 | −2 | Go to diff View file |
M | tests/rest/tests/regressions/ArtifactsCreationWithWrongWorkflowTest.php | +2 | −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 | +9 | −5 | Go to diff View file |
M | tests/simpletest/common/Project/Hierarchy/HierarchyManagerTest.php | +2 | −3 | Go to diff View file |
M | tests/simpletest/common/Project/OneStepProjectCreationPresenterTest.php | +3 | −3 | Go to diff View file |
M | tests/simpletest/common/Project/OneStepProjectCreationRequestTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/Project/OneStepProjectCreationValidatorTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/Project/ProjectManagerTest.php | +4 | −3 | Go to diff View file |
M | tests/simpletest/common/Project/Project_SOAPServerTest.php | +37 | −32 | Go to diff View file |
M | tests/simpletest/common/Project/UGroupLiteralizerTest.php | +2 | −3 | Go to diff View file |
M | tests/simpletest/common/Project/UGroupManagerTest.php | +14 | −8 | Go to diff View file |
M | tests/simpletest/common/Project/XML/Import/ZipArchiveTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/Project/aMockProject.php | +2 | −3 | Go to diff View file |
M | tests/simpletest/common/REST/GateKeeperTest.php | +7 | −4 | Go to diff View file |
M | tests/simpletest/common/REST/TokenManagerTest.php | +2 | −4 | Go to diff View file |
M | tests/simpletest/common/TreeNode/GetStateVisitorTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/TreeNode/InjectPaddingInTreeNodeVisitorTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/TreeNode/InjectSpanPadding.class.php | +4 | −4 | Go to diff View file |
M | tests/simpletest/common/TreeNode/InjectSpanPaddingInTreeNodeVisitorTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/TreeNode/InjectSpanPaddingWith2ChildrenAndTheFirstWith2ChildrenTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/TreeNode/InjectSpanPaddingWith2ChildrenAndTheFirstWithOneChildTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/TreeNode/InjectSpanPaddingWith3ChildrenAtRootFirstWithOneChildLastWith2ChildrenTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/TreeNode/InjectSpanPaddingWithADepthOf3Test.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/TreeNode/NodeDuplicatorContractTest.class.php | +3 | −6 | Go to diff View file |
M | tests/simpletest/common/TreeNode/TreeNodeTest.php | +12 | −11 | Go to diff View file |
M | tests/simpletest/common/User/ForgeUserGroupFactoryTest.php | +8 | −5 | Go to diff View file |
M | tests/simpletest/common/User/ForgeUserGroupManagerTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/User/GenericUserFactoryTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/User/LoginManagerTest.php | +15 | −13 | Go to diff View file |
M | tests/simpletest/common/User/PasswordExpirationCheckerTest.php | +3 | −4 | Go to diff View file |
M | tests/simpletest/common/User/RandomNumberGeneratorTest.php | +3 | −2 | Go to diff View file |
M | tests/simpletest/common/User/UserAccountValidityTest.php | +26 | −25 | Go to diff View file |
M | tests/simpletest/common/User/UserHelperTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/User/UserStatusManagerTest.php | +2 | −14 | Go to diff View file |
M | tests/simpletest/common/User/UserTest.php | +8 | −5 | Go to diff View file |
M | tests/simpletest/common/User/UserTestBuilder.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/User/User_SOAPServerTest.php | +4 | −2 | Go to diff View file |
M | tests/simpletest/common/User/User_SSHKeyDumperTest.php | +4 | −3 | Go to diff View file |
M | tests/simpletest/common/User/User_SSHKeyValidatorTest.php | +6 | −3 | Go to diff View file |
M | tests/simpletest/common/User/XML/Import/AlreadyExistingUserTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/User/XML/Import/EmailDoesNotMatchUserTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/User/XML/Import/MappingFileOptimusPrimeTransformerTest.php | +15 | −10 | Go to diff View file |
M | tests/simpletest/common/User/XML/Import/MappingTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/User/XML/Import/ReadyToBeImportedUsersCollectionTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/User/XML/Import/ToBeActivatedUserTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/User/XML/Import/ToBeCreatedUserTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/User/XML/Import/ToBeMappedUserTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/User/XML/Import/UsersToBeImportedCollectionBuilderTest.php | +8 | −7 | Go to diff View file |
M | tests/simpletest/common/User/XML/Import/UsersToBeImportedCollectionTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/User/XML/Import/WillBeCreatedUserTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/User/XML/UserXMLExportedCollectionTest.php | +5 | −4 | Go to diff View file |
M | tests/simpletest/common/User/XML/UserXMLExporterTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/Widget/Rule_Widget_OwnerTest.php | +2 | −3 | Go to diff View file |
M | tests/simpletest/common/Widget/Valid_Widget_OwnerTest.php | +2 | −3 | Go to diff View file |
M | tests/simpletest/common/backend/BackendAliasesTest.php | +4 | −2 | Go to diff View file |
M | tests/simpletest/common/backend/BackendCVSTest.php | +59 | −59 | Go to diff View file |
M | tests/simpletest/common/backend/BackendLoggerTest.php | +2 | −4 | Go to diff View file |
M | tests/simpletest/common/backend/BackendMailingListTest.php | +8 | −7 | Go to diff View file |
M | tests/simpletest/common/backend/BackendSVNTest.php | +66 | −64 | Go to diff View file |
M | tests/simpletest/common/backend/BackendSystemTest.php | +35 | −38 | Go to diff View file |
M | tests/simpletest/common/backend/BackendTest.php | +45 | −28 | Go to diff View file |
M | tests/simpletest/common/collection/CollectionTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/collection/CollectionTestCase.class.php | +51 | −27 | Go to diff View file |
M | tests/simpletest/common/collection/LinkedListTest.php | +2 | −3 | Go to diff View file |
M | tests/simpletest/common/collection/LinkedListTestCase.class.php | +2 | −4 | Go to diff View file |
M | tests/simpletest/common/collection/MapTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/collection/PrioritizedListTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/dao/SystemEventDaoTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/dao/UserDaoTest.php | +2 | −2 | 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 | +6 | −5 | Go to diff View file |
M | tests/simpletest/common/date/TimeIntervalTest.php | +4 | −4 | Go to diff View file |
M | tests/simpletest/common/encoding/SupportedXmlCharEncodingTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/frs/FRSFileFactoryTest.php | +10 | −17 | Go to diff View file |
M | tests/simpletest/common/frs/FRSFileTest.php | +2 | −4 | Go to diff View file |
M | tests/simpletest/common/frs/FRSPackageTest.php | +2 | −5 | Go to diff View file |
M | tests/simpletest/common/frs/FRSReleaseTest.php | +2 | −3 | Go to diff View file |
M | tests/simpletest/common/frs/FRSXMLImporterTest.php | +10 | −8 | Go to diff View file |
M | tests/simpletest/common/frs/FileUtilsTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/html/HTML_Element_SelectboxTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/html/HTML_TableTest.php | +2 | −3 | Go to diff View file |
M | tests/simpletest/common/html/HTML_Table_BootstrapTest.php | +2 | −3 | Go to diff View file |
M | tests/simpletest/common/include/CSRFSynchronizerTokenTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/include/Codendi_DiffTest.php | +26 | −15 | Go to diff View file |
M | tests/simpletest/common/include/Codendi_HTMLPurifierTest.php | +10 | −6 | Go to diff View file |
M | tests/simpletest/common/include/Codendi_HTTPPurifierTest.php | +2 | −3 | Go to diff View file |
M | tests/simpletest/common/include/Codendi_RequestTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/include/ForgeUpgradeConfigTest.php | +6 | −3 | Go to diff View file |
M | tests/simpletest/common/include/HTTPRequestTest.php | +19 | −12 | Go to diff View file |
M | tests/simpletest/common/include/ResponseTest.php | +2 | −3 | Go to diff View file |
M | tests/simpletest/common/include/SOAPRequestTest.php | +3 | −4 | Go to diff View file |
M | tests/simpletest/common/include/SanitizerTestCase.class.php | +2 | −3 | Go to diff View file |
M | tests/simpletest/common/include/SimpleSanitizerTest.php | +2 | −3 | Go to diff View file |
M | tests/simpletest/common/include/SimpleSanitizerTestCase.class.php | +3 | −3 | Go to diff View file |
M | tests/simpletest/common/include/SiteCacheTest.php | +3 | −2 | Go to diff View file |
M | tests/simpletest/common/include/URLRedirectTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/include/URLTest.php | +3 | −4 | Go to diff View file |
M | tests/simpletest/common/include/URLVerificationFactoryTest.php | +3 | −1 | Go to diff View file |
M | tests/simpletest/common/include/URLVerificationTest.php | +34 | −25 | Go to diff View file |
M | tests/simpletest/common/include/builders/aMockTemplateRenderer.php | +4 | −3 | Go to diff View file |
M | tests/simpletest/common/include/builders/aRequest.php | +6 | −3 | Go to diff View file |
M | tests/simpletest/common/include/builders/aTreeNode.php | +2 | −6 | Go to diff View file |
M | tests/simpletest/common/language/BaseLanguageFactoryTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/layout/ColorHelperTest.php | +2 | −3 | Go to diff View file |
M | tests/simpletest/common/log/TruncateLevelLoggerTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/log/WrapperLoggerTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/mail/LogoRetrieverTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/mail/MailBuilderTest.php | +3 | −2 | Go to diff View file |
M | tests/simpletest/common/mail/MailManagerTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/mail/RecipientListBuilderTest.php | +3 | −2 | Go to diff View file |
M | tests/simpletest/common/permission/PermissionsManagerTest.php | +24 | −12 | Go to diff View file |
M | tests/simpletest/common/plugin/PluginDependencySolverTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/plugin/PluginFactoryTest.php | +6 | −3 | Go to diff View file |
M | tests/simpletest/common/plugin/PluginInfoTest.php | +4 | −4 | Go to diff View file |
M | tests/simpletest/common/plugin/PluginManagerTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/plugin/PluginTest.php | +10 | −8 | Go to diff View file |
M | tests/simpletest/common/plugin/_fixtures/DatPlugin.php | +2 | −3 | Go to diff View file |
M | tests/simpletest/common/plugin/_fixtures/NotLoaded.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/reference/ReferenceManagerTest.php | +3 | −2 | Go to diff View file |
M | tests/simpletest/common/reference/ReferenceTest.php | +16 | −17 | Go to diff View file |
M | tests/simpletest/common/soap/SOAP_RequestLimitatorTest.php | +4 | −4 | Go to diff View file |
M | tests/simpletest/common/soap/SOAP_WSDLMethodGeneratorTest.php | +4 | −4 | Go to diff View file |
M | tests/simpletest/common/soap/_fixtures/SOAP_WSDLGeneratorFixtures.php | +2 | −5 | Go to diff View file |
M | tests/simpletest/common/svn/PreCommitTest.php | +11 | −8 | 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_SvnrootConfTest.php | +4 | −2 | Go to diff View file |
M | tests/simpletest/common/svn/SVN_RepositoryListingTest.php | +4 | −5 | Go to diff View file |
M | tests/simpletest/common/svn/SVN_SOAPServerTest.php | +6 | −3 | Go to diff View file |
M | tests/simpletest/common/svn/SVN_SvnlookTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/system_event/SystemEventManagerTest.php | +4 | −2 | Go to diff View file |
M | tests/simpletest/common/system_event/SystemEventProcessor_RootTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/system_event/SystemEventTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/system_event/builders/aSystemEvent.php | +4 | −2 | Go to diff View file |
M | tests/simpletest/common/system_event/include/SystemEvent_COMPUTE_MD5SUM_Test.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/system_event/include/SystemEvent_PROJECT_DELETE_Test.php | +9 | −7 | Go to diff View file |
M | tests/simpletest/common/system_event/include/SystemEvent_PROJECT_RENAME_Test.php | +30 | −30 | Go to diff View file |
M | tests/simpletest/common/system_event/include/SystemEvent_UGROUP_MODIFY_Test.php | +10 | −6 | Go to diff View file |
M | tests/simpletest/common/system_event/include/SystemEvent_USER_RENAME_Test.php | +6 | −11 | Go to diff View file |
M | tests/simpletest/common/templating/TemplateRendererTestBase.php | +4 | −2 | Go to diff View file |
M | tests/simpletest/common/tour/CustomToursFactoryTest.php | +9 | −6 | Go to diff View file |
M | tests/simpletest/common/tour/TourFactoryTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/tour/TourUsageTest.php | +5 | −3 | Go to diff View file |
M | tests/simpletest/common/tracker/ArtifactImportTest.php | +194 | −185 | Go to diff View file |
M | tests/simpletest/common/tracker/ArtifactRuleFactoryTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/tracker/ArtifactRuleValueTest.php | +22 | −22 | 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 | +2 | −5 | Go to diff View file |
M | tests/simpletest/common/tracker/ArtifactTest.php | +5 | −5 | Go to diff View file |
M | tests/simpletest/common/tracker/ArtifactXMLExporterTest.php | +48 | −33 | Go to diff View file |
M | tests/simpletest/common/valid/Rule_ArrayTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/valid/Rule_DateTest.php | +2 | −3 | Go to diff View file |
M | tests/simpletest/common/valid/Rule_EmailTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/valid/Rule_FRSFileNameTest.php | +3 | −5 | Go to diff View file |
M | tests/simpletest/common/valid/Rule_FileTest.php | +3 | −2 | Go to diff View file |
M | tests/simpletest/common/valid/Rule_IntTest.php | +2 | −3 | Go to diff View file |
M | tests/simpletest/common/valid/Rule_NumericalTest.php | +2 | −3 | Go to diff View file |
M | tests/simpletest/common/valid/Rule_ProjectFullNameTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/valid/Rule_ProjectNameIntegrationTest.php | +2 | −3 | Go to diff View file |
M | tests/simpletest/common/valid/Rule_ProjectNameTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/valid/Rule_RealNameTest.php | +2 | −3 | Go to diff View file |
M | tests/simpletest/common/valid/Rule_RegexpTest.php | +2 | −3 | Go to diff View file |
M | tests/simpletest/common/valid/Rule_StringTest.php | +2 | −4 | Go to diff View file |
M | tests/simpletest/common/valid/Rule_UserNameIntegrationTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/valid/Rule_UserNameTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/valid/ValidHelpersTest.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/valid/ValidTest.php | +2 | −4 | Go to diff View file |
M | tests/simpletest/common/wiki/PermissionsManagerTest.php | +3 | −2 | Go to diff View file |
M | tests/simpletest/common/wiki/WikiAttachmentTest.php | +7 | −6 | Go to diff View file |
M | tests/simpletest/common/xml/SecurityTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/xml/XMLImportHelperTest.php | +2 | −1 | Go to diff View file |
M | tools/rpm/FakePluginDescriptor.php | +2 | −4 | Go to diff View file |
M | tools/rpm/ReleaseVersionComparator.php | +6 | −8 | Go to diff View file |
M | tools/rpm/check_release/CheckReleaseGit.class.php | +8 | −7 | Go to diff View file |
M | tools/rpm/check_release/GitExec.class.php | +2 | −3 | Go to diff View file |
M | tools/rpm/check_release/check_release_git.php | +6 | −3 | Go to diff View file |
M | tools/rpm/check_release/check_release_gitTest.php | +6 | −5 | Go to diff View file |
M | tools/rpm/plugin_descriptor.php | +0 | −2 | Go to diff View file |
M | tools/utils/admin/activate_plugin.php | +1 | −1 | Go to diff View file |
M | tools/utils/dump_trackerv3_attachments.php | +1 | −1 | Go to diff View file |
M | tools/utils/purge_bad_sshkeys.php | +0 | −2 | Go to diff View file |