stable
Clone or download
Read-only
Merge commit 'refs/changes/21/15321/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #13558: Enforce indenting with 4 spaces and fix the existing codebase
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/admindelegation/include/AdminDelegation_ShowProjectWidget.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AdminScrumPresenter.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php | +5 | −5 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Semantic/Semantic_InitialEffort.class.php | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/ArtifactMilestone.class.php | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/CardDisplayPreferences.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningDao.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/Presenters/HomePresenter.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +3 | −3 | Go to diff View file |
M | plugins/cardwall/include/CardwallConfigXmlImport.class.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/include/OpenClosedEffortProgressPresenter.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/REST/ResourcesInjector.class.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/include/cardwallPlugin.class.php | +4 | −4 | Go to diff View file |
M | plugins/cardwall/tests/CardwallConfigXmlExportTest.php | +1 | −1 | Go to diff View file |
M | plugins/docman/bin/DocmanExport/Docman_ExportException.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/bin/DocmanImport/XMLDocmanImport.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/bin/DocmanImport/XMLDocmanUpdate.class.php | +5 | −5 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Factory.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/NotificationCycle.class.php | +17 | −17 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Reminder.class.php | +9 | −9 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Reviewer/ReviewerFactory.class.php | +5 | −5 | Go to diff View file |
M | plugins/docman/include/Docman_Actions.class.php | +66 | −66 | Go to diff View file |
M | plugins/docman/include/Docman_ActionsDeleteVisitor.class.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/Docman_Controller.class.php | +791 | −791 | Go to diff View file |
M | plugins/docman/include/Docman_Filter.class.php | +8 | −8 | Go to diff View file |
M | plugins/docman/include/Docman_FilterFactory.class.php | +18 | −18 | Go to diff View file |
M | plugins/docman/include/Docman_HTTPController.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/Docman_Item.class.php | +38 | −38 | Go to diff View file |
M | plugins/docman/include/Docman_ItemDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/docman/include/Docman_ItemFactory.class.php | +31 | −31 | Go to diff View file |
M | plugins/docman/include/Docman_Log.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/Docman_LogDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/Docman_MetaMetadataHtml.class.php | +8 | −8 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataComparator.class.php | +28 | −28 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataFactory.class.php | +87 | −87 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataHtml.class.php | +26 | −26 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataListOfValuesElementDao.class.php | +26 | −26 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataListOfValuesElementFactory.class.php | +20 | −20 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataSqlQueryChunk.class.php | +12 | −12 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataValue.class.php | +11 | −11 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataValueDao.class.php | +20 | −20 | Go to diff View file |
M | plugins/docman/include/Docman_MetadataValueFactory.class.php | +66 | −66 | Go to diff View file |
M | plugins/docman/include/Docman_NotificationsManager_Subscribers.class.php | +20 | −20 | Go to diff View file |
M | plugins/docman/include/Docman_ReportColumnFactory.class.php | +13 | −13 | Go to diff View file |
M | plugins/docman/include/Docman_SOAPActions.class.php | +3 | −3 | Go to diff View file |
M | plugins/docman/include/Docman_SOAPController.class.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/Docman_SqlFilter.class.php | +16 | −16 | Go to diff View file |
M | plugins/docman/include/Docman_SqlReportColumn.class.php | +4 | −4 | Go to diff View file |
M | plugins/docman/include/Docman_TokenDao.class.php | +8 | −8 | Go to diff View file |
M | plugins/docman/include/Docman_VersionDao.class.php | +22 | −22 | Go to diff View file |
M | plugins/docman/include/SystemCheck.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.class.php | +8 | −8 | Go to diff View file |
M | plugins/docman/include/soap.php | +27 | −27 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Admin_MetadataDetails.class.php | +9 | −9 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Admin_MetadataImport.class.php | +16 | −16 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionApproval.class.php | +6 | −6 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionApprovalCreate.class.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionEditProperties.class.php | +9 | −9 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemTreeUlVisitor.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_Tree.class.php | +3 | −3 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_View.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/view/soap/Docman_View_SOAP_SOAP.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/tests/BuildItemMappingVisitorTest.php | +8 | −8 | Go to diff View file |
M | plugins/docman/tests/Docman_SOAPActionsTest.php | +1 | −1 | Go to diff View file |
M | plugins/docman/tests/NotificationsManager_MoveTest.php | +28 | −28 | Go to diff View file |
M | plugins/forumml/include/ForumML_Attachment.class.php | +22 | −22 | Go to diff View file |
M | plugins/forumml/include/ForumML_FileStorage.class.php | +4 | −4 | Go to diff View file |
M | plugins/forumml/include/ForumML_HTMLPurifier.class.php | +25 | −25 | Go to diff View file |
M | plugins/forumml/include/forummlPlugin.class.php | +1 | −1 | Go to diff View file |
M | plugins/forumml/include/forumml_utils.php | +135 | −135 | Go to diff View file |
M | plugins/forumml/tests/ForumML_FileStorageTest.php | +74 | −74 | Go to diff View file |
M | plugins/git/db/mysql/updates/201102090815_add_column_repository_events_mailing_prefix.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git.class.php | +4 | −4 | Go to diff View file |
M | plugins/git/include/Git/Driver/GerritREST.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitActions.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/GitDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/GitDriver.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/GitRepository.class.php | +4 | −4 | Go to diff View file |
M | plugins/git/include/GitViews.class.php | +10 | −10 | Go to diff View file |
M | plugins/git/include/Git_GitoliteDriver.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/REST/v1/GerritServerRepresentation.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_DUMP_ALL_SSH_KEYS.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/exceptions/GitDaoException.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/exceptions/GitDriverDestinationNotEmptyException.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/exceptions/GitDriverException.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/mvc/PluginViews.class.php | +4 | −4 | Go to diff View file |
M | plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_manageProjectsTest.php | +13 | −13 | Go to diff View file |
M | plugins/git/tests/Git/RemoteServer/GerritServerTest.php | +13 | −13 | Go to diff View file |
M | plugins/git/tests/GitActionsTest.php | +31 | −31 | Go to diff View file |
M | plugins/graphontrackers/include/common/GraphicEngineUserPrefs.class.php | +46 | −46 | Go to diff View file |
M | plugins/graphontrackers/include/data-access/GraphOnTrackers_Chart.class.php | +8 | −8 | Go to diff View file |
M | plugins/graphontrackers/include/data-access/GraphOnTrackers_ChartDao.class.php | +70 | −70 | Go to diff View file |
M | plugins/graphontrackers/include/data-access/GraphOnTrackers_Chart_Bar.class.php | +13 | −13 | Go to diff View file |
M | plugins/graphontrackers/include/data-access/GraphOnTrackers_Chart_Gantt.class.php | +54 | −54 | Go to diff View file |
M | plugins/graphontrackers/include/data-access/GraphOnTrackers_Chart_Pie.class.php | +5 | −5 | Go to diff View file |
M | plugins/graphontrackers/include/data-access/GraphOnTrackers_Report.class.php | +1 | −1 | Go to diff View file |
M | plugins/graphontrackers/include/data-access/GraphOnTrackers_ReportDao.class.php | +8 | −8 | Go to diff View file |
M | plugins/graphontrackers/include/data-access/GraphicReportFactory.class.php | +14 | −14 | Go to diff View file |
M | plugins/graphontrackers/include/data-transformation/DataBuilder.class.php | +13 | −13 | Go to diff View file |
M | plugins/graphontrackers/include/graphontrackersPlugin.class.php | +5 | −5 | Go to diff View file |
M | plugins/graphontrackers/include/html-generators/GraphicEngineHtml.class.php | +1 | −1 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_ChartDao.class.php | +67 | −67 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-transformation/DataBuilderV5.class.php | +13 | −13 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_CumulativeFlow_DataBuilder.class.php | +2 | −2 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Bar.class.php | +1 | −1 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphontrackersv5Plugin.class.php | +1 | −1 | Go to diff View file |
M | plugins/hudson/include/hudsonActions.class.php | +1 | −1 | Go to diff View file |
M | plugins/hudson/include/hudsonPlugin.class.php | +3 | −3 | Go to diff View file |
M | plugins/hudson/include/hudson_Widget_MyMonitoredJobs.class.php | +10 | −10 | Go to diff View file |
M | plugins/ldap/bin/convertSvnToLdap.php | +6 | −6 | Go to diff View file |
M | plugins/ldap/bin/registerUser.php | +16 | −16 | Go to diff View file |
M | plugins/ldap/include/LDAP.class.php | +7 | −7 | Go to diff View file |
M | plugins/ldap/include/LDAP_DirectorySynchronization.class.php | +2 | −2 | 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 | +3 | −3 | Go to diff View file |
M | plugins/ldap/include/ldapPlugin.class.php | +7 | −7 | Go to diff View file |
M | plugins/mediawiki/bin/mw-drop-wikis.php | +21 | −21 | Go to diff View file |
M | plugins/mediawiki/bin/mw-plugin-init.php | +39 | −39 | Go to diff View file |
M | plugins/mediawiki/fusionforge/FusionForge.php | +329 | −329 | Go to diff View file |
M | plugins/mediawiki/fusionforge/compat/utils.php | +33 | −33 | Go to diff View file |
M | plugins/mediawiki/fusionforge/cron_utils.php | +3 | −3 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiAdminController.class.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiGroups.class.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiLanguageDao.php | +13 | −13 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiVersionDao.php | +7 | −7 | Go to diff View file |
M | plugins/mediawiki/include/mediawikiPlugin.class.php | +103 | −103 | Go to diff View file |
M | plugins/mediawiki/mediawiki-skin/Tuleap.php | +214 | −214 | Go to diff View file |
M | plugins/mediawiki/www/DatabaseForgeMysql.php | +15 | −15 | Go to diff View file |
M | plugins/mediawiki/www/DatabaseForgeMysql123.php | +4 | −4 | Go to diff View file |
M | plugins/mediawiki/www/DatabaseForgePgsql.php | +59 | −59 | Go to diff View file |
M | plugins/mediawiki/www/LocalSettings.php | +290 | −290 | Go to diff View file |
M | plugins/mediawiki/www/frame.php | +4 | −4 | Go to diff View file |
M | plugins/mediawiki/www/skins/Tuleap123/Tuleap123.php | +273 | −273 | Go to diff View file |
M | plugins/proftpd/phpunit/ProFTPd/SystemEvent/PROFTPD_UPDATE_ACLTest.php | +6 | −6 | Go to diff View file |
M | plugins/projectlinks/include/form_utils.php | +1 | −1 | Go to diff View file |
M | plugins/projectlinks/include/projectlinksPlugin.class.php | +37 | −37 | Go to diff View file |
M | plugins/statistics/include/Statistics_DiskUsageDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/statistics/include/Statistics_DiskUsageGraph.class.php | +5 | −5 | Go to diff View file |
M | plugins/statistics/include/Statistics_DiskUsageManager.class.php | +1 | −1 | Go to diff View file |
M | plugins/statistics/include/Statistics_DiskUsageOutput.class.php | +3 | −3 | Go to diff View file |
M | plugins/statistics/www/frequence_stat_graph.php | +6 | −6 | Go to diff View file |
M | plugins/statistics/www/usage_stat.php | +1 | −1 | Go to diff View file |
M | plugins/svn/db/mysql/updates/2016/201601081758_create_plugin_svn_repositories_table.php | +1 | −1 | Go to diff View file |
M | plugins/svn/db/mysql/updates/2016/201602021420_create_plugin_svn_accessfile_history_table.php | +1 | −1 | Go to diff View file |
M | plugins/svn/db/mysql/updates/2016/201602091209_create_plugin_svn_mailing_header.php | +1 | −1 | Go to diff View file |
M | plugins/svn/db/mysql/updates/2016/201602091428_create_plugin_svn_notification.php | +1 | −1 | Go to diff View file |
M | plugins/svn/db/mysql/updates/2016/201602161822_add_accessfile_reference_in_svn_repository.php | +1 | −1 | Go to diff View file |
M | plugins/svn/db/mysql/updates/2016/201603161523_create_plugin_svn_immutable_tag.php | +1 | −1 | Go to diff View file |
M | plugins/svn/db/mysql/updates/2016/201603231523_hook_commit_message_can_change.php | +1 | −1 | Go to diff View file |
M | plugins/svn/tests/SVN/Hooks/PreCommitTest.php | +1 | −1 | Go to diff View file |
M | plugins/svn/tests/SVN/XMLImporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2012/201211211457_refactor_tracker_rule_tables.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/db/mysql/updates/2013/201303200939_add_per_tracker_artifact_id.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/db_tests/PriorityDaoTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/UpdateArtifact.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Exception/ChangesetNotCreatedException.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetFactoryBuilder.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetJsonFormatter.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Comment.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_SlicedArtifacts.php | +15 | −15 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderRenderer.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/DateFormatter.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement.class.php | +29 | −29 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Alphanum.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactId.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_CrossReferences.class.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Date.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_File.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastUpdateDate.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php | +35 | −35 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Null.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Static.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.class.php | +30 | −30 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_MultiSelectbox.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Numeric.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_OpenList.class.php | +30 | −30 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PermissionsOnArtifact.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Selectbox.class.php | +42 | −42 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_SubmittedOn.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.class.php | +10 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_RichText.class.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_Separator.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin.class.php | +31 | −31 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/CreateVisitor.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Checkbox.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/MultiSelectbox.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Radiobutton.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_FloatDao.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Hierarchy/HierarchicalTrackerFactory.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/FieldsDao.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/V3/FieldsDefaultValuesDao.class.php | +20 | −20 | 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/Permission/ChainOfResponsibility/AllGroups.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/ChainOfResponsibility/Registered.class.php | +10 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_ReportFactory.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_Criteria.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_RendererFactory.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer_Table.class.php | +14 | −14 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/Tracker_RulesManager.class.php | +33 | −33 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/dao/Tracker_RuleDao.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Contributor.class.php | +10 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Status.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Title.class.php | +10 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_FileInfo.class.php | +15 | −15 | Go to diff View file |
M | plugins/tracker/include/Tracker/Widget/Tracker_Widget_MyArtifacts.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/dao/Tracker_GlobalNotificationDao.class.php | +10 | −10 | Go to diff View file |
M | plugins/tracker/include/TrackerXmlImport.class.php | +22 | −22 | Go to diff View file |
M | plugins/tracker/include/Workflow/Action/Transitions/CreateMatrix.class.php | +12 | −12 | Go to diff View file |
M | plugins/tracker/include/Workflow/Action/Transitions/Delete.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field_Date.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field_Float.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field_Int.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/Transition/Condition/FieldNotEmpty/Dao.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/FieldValue.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/RulesManager.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +23 | −23 | Go to diff View file |
M | plugins/tracker/include/tracker_permissions.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Artifact/XMLImportTest.php | +17 | −17 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Permission/PermissionManagerTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Rule/Date/DateTest.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/XML/Exporter/ChangesetValue/ChangesetValueFileXMLExporterTest.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/tests/TrackerXmlImportTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Artifact_ChangesetValue_TextTest.php | +16 | −16 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FileInfoTest.php | +9 | −9 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElementFactoryTest.php | +23 | −23 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_FieldTest.php | +22 | −22 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_BurndownTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Report_SessionTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/rest/XML/ArtifactTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/workflow/Action/Rules/EditRulesTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/workflow/Trigger/RulesBuilderDataTest.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/tests/workflow/Trigger/RulesProcessorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker_date_reminder/include/ArtifactDateReminderFactory.class.php | +8 | −8 | Go to diff View file |
M | plugins/tracker_date_reminder/include/tracker_date_reminderPlugin.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker_encryption/include/Tracker_Key.class.php | +1 | −1 | Go to diff View file |
M | plugins/webdav/tests/WebDAVFRSPackageTest.php | +36 | −36 | Go to diff View file |
M | src/common/Project/Group.class.php | +209 | −209 | Go to diff View file |
M | src/common/Project/ProjectCreator.class.php | +7 | −7 | Go to diff View file |
M | src/common/Project/Service.class.php | +1 | −1 | Go to diff View file |
M | src/common/User/ForgeUserGroupPermission/ProjectApproval.class.php | +1 | −1 | Go to diff View file |
M | src/common/User/REST/v1/UserResource.php | +2 | −2 | Go to diff View file |
M | src/common/User/User.class.php | +86 | −86 | Go to diff View file |
M | src/common/User/UserHelper.class.php | +24 | −24 | Go to diff View file |
M | src/common/Widget/Widget_MyArtifacts.class.php | +1 | −1 | Go to diff View file |
M | src/common/Widget/Widget_MyMonitoredForums.class.php | +2 | −2 | Go to diff View file |
M | src/common/Widget/Widget_ProjectPublicAreas.class.php | +2 | −2 | Go to diff View file |
M | src/common/backend/BackendCVS.class.php | +2 | −2 | Go to diff View file |
M | src/common/backend/BackendMailingList.class.php | +1 | −1 | Go to diff View file |
M | src/common/backend/BackendSVN.class.php | +1 | −1 | Go to diff View file |
M | src/common/dao/ArtifactFieldDao.class.php | +1 | −1 | Go to diff View file |
M | src/common/dao/ArtifactGlobalNotificationDao.class.php | +12 | −12 | Go to diff View file |
M | src/common/dao/ArtifactRuleDao.class.php | +40 | −40 | Go to diff View file |
M | src/common/dao/FRSFileDao.class.php | +31 | −31 | Go to diff View file |
M | src/common/dao/FRSPackageDao.class.php | +9 | −9 | Go to diff View file |
M | src/common/dao/MailingListDao.class.php | +2 | −2 | Go to diff View file |
M | src/common/dao/ProjectDao.class.php | +1 | −1 | Go to diff View file |
M | src/common/dao/ProjectHierarchyDao.class.php | +17 | −17 | Go to diff View file |
M | src/common/dao/ReferenceDao.class.php | +9 | −9 | Go to diff View file |
M | src/common/dao/UserDao.class.php | +2 | −2 | Go to diff View file |
M | src/common/dao/UserGroupDao.class.php | +2 | −2 | Go to diff View file |
M | src/common/dao/include/DataAccessObject.class.php | +79 | −79 | Go to diff View file |
M | src/common/encoding/SupportedXmlCharEncoding.class.php | +3 | −3 | Go to diff View file |
M | src/common/frs/FRSFile.class.php | +8 | −8 | Go to diff View file |
M | src/common/frs/FRSPackage.class.php | +19 | −19 | Go to diff View file |
M | src/common/frs/FRSPackageFactory.class.php | +9 | −9 | Go to diff View file |
M | src/common/frs/FRSRelease.class.php | +24 | −24 | Go to diff View file |
M | src/common/frs/FRSReleaseFactory.class.php | +70 | −70 | Go to diff View file |
M | src/common/frs/FileModuleMonitorFactory.class.php | +3 | −3 | Go to diff View file |
M | src/common/frs/ServiceFile.class.php | +1 | −1 | Go to diff View file |
M | src/common/html/HTML_Element_Selectbox_TrackerFields_Dates.class.php | +6 | −6 | Go to diff View file |
M | src/common/html/HTML_Element_Selectbox_TrackerFields_Int_TextFields.class.php | +10 | −10 | Go to diff View file |
M | src/common/html/HTML_Element_Selectbox_TrackerFields_Numerics.class.php | +9 | −9 | Go to diff View file |
M | src/common/html/HTML_Element_Selectbox_TrackerFields_Selectboxes.class.php | +7 | −7 | Go to diff View file |
M | src/common/html/HTML_Element_Selectbox_TrackerFields_Texts.class.php | +7 | −7 | Go to diff View file |
M | src/common/include/Codendi_HTMLPurifier.class.php | +34 | −34 | Go to diff View file |
M | src/common/include/Feedback.class.php | +11 | −11 | Go to diff View file |
M | src/common/include/GroupFactory.class.php | +73 | −73 | Go to diff View file |
M | src/common/include/Response.class.php | +1 | −1 | Go to diff View file |
M | src/common/include/TemplateSingleton.class.php | +50 | −50 | Go to diff View file |
M | src/common/include/URL.class.php | +1 | −1 | Go to diff View file |
M | src/common/include/lib/PHP_BigFile.class.php | +31 | −31 | Go to diff View file |
M | src/common/layout/Layout.class.php | +23 | −23 | Go to diff View file |
M | src/common/layout/ThemeVariant.class.php | +1 | −1 | Go to diff View file |
M | src/common/log/BrokerLogger.class.php | +9 | −9 | Go to diff View file |
M | src/common/log/TruncateLevelLogger.class.php | +14 | −14 | Go to diff View file |
M | src/common/mvc/Controler.class.php | +22 | −22 | Go to diff View file |
M | src/common/mvc/Views.class.php | +17 | −17 | Go to diff View file |
M | src/common/permission/PermissionsManager.class.php | +31 | −31 | Go to diff View file |
M | src/common/plugin/Plugin.class.php | +2 | −2 | Go to diff View file |
M | src/common/plugin/PluginFactory.class.php | +3 | −3 | Go to diff View file |
M | src/common/plugin/PluginFileInfo.class.php | +22 | −22 | Go to diff View file |
M | src/common/plugin/PluginManager.class.php | +8 | −8 | Go to diff View file |
M | src/common/reference/CrossReference.class.php | +21 | −21 | Go to diff View file |
M | src/common/reference/CrossReferenceFactory.class.php | +11 | −11 | Go to diff View file |
M | src/common/reference/Reference.class.php | +1 | −1 | Go to diff View file |
M | src/common/reference/ReferenceManager.class.php | +4 | −4 | Go to diff View file |
M | src/common/session/Codendi_Session.class.php | +23 | −23 | Go to diff View file |
M | src/common/svn/SVNAccessFile.class.php | +2 | −2 | Go to diff View file |
M | src/common/svn/SVN_AccessFile_DAO.class.php | +1 | −1 | Go to diff View file |
M | src/common/svn/SVN_AccessFile_Writer.class.php | +6 | −6 | Go to diff View file |
M | src/common/system_event/SystemEventManager.class.php | +126 | −126 | Go to diff View file |
M | src/common/system_event/SystemEventProcessor_ApplicationOwner.class.php | +7 | −7 | Go to diff View file |
M | src/common/templating/mustache/MustacheRenderer.class.php | +1 | −1 | Go to diff View file |
M | src/common/tracker/Artifact.class.php | +1108 | −1108 | Go to diff View file |
M | src/common/tracker/ArtifactCanned.class.php | +247 | −247 | Go to diff View file |
M | src/common/tracker/ArtifactFactory.class.php | +111 | −111 | Go to diff View file |
M | src/common/tracker/ArtifactField.class.php | +1542 | −1542 | Go to diff View file |
M | src/common/tracker/ArtifactFieldFactory.class.php | +668 | −668 | Go to diff View file |
M | src/common/tracker/ArtifactFieldSet.class.php | +46 | −46 | Go to diff View file |
M | src/common/tracker/ArtifactFieldSetFactory.class.php | +30 | −30 | Go to diff View file |
M | src/common/tracker/ArtifactFile.class.php | +318 | −318 | Go to diff View file |
M | src/common/tracker/ArtifactGlobalNotification.class.php | +1 | −1 | Go to diff View file |
M | src/common/tracker/ArtifactGlobalNotificationFactory.class.php | +3 | −3 | Go to diff View file |
M | src/common/tracker/ArtifactImport.class.php | +869 | −869 | Go to diff View file |
M | src/common/tracker/ArtifactReport.class.php | +941 | −941 | Go to diff View file |
M | src/common/tracker/ArtifactReportFactory.class.php | +187 | −187 | Go to diff View file |
M | src/common/tracker/ArtifactReportField.class.php | +119 | −119 | Go to diff View file |
M | src/common/tracker/ArtifactRuleValueView.class.php | +8 | −8 | Go to diff View file |
M | src/common/tracker/ArtifactType.class.php | +1797 | −1797 | Go to diff View file |
M | src/common/tracker/ArtifactTypeFactory.class.php | +293 | −293 | Go to diff View file |
M | src/common/tracker/HTML/ArtifactCannedHtml.class.php | +118 | −118 | Go to diff View file |
M | src/common/tracker/HTML/ArtifactFieldHtml.class.php | +338 | −338 | Go to diff View file |
M | src/common/tracker/HTML/ArtifactImportHtml.class.php | +243 | −243 | Go to diff View file |
M | src/common/tracker/HTML/ArtifactReportHtml.class.php | +774 | −774 | Go to diff View file |
M | src/common/tracker/HTML/ArtifactRuleValueJavascript.class.php | +7 | −7 | Go to diff View file |
M | src/common/tracker/HTML/ArtifactRulesManagerHtml.class.php | +9 | −9 | Go to diff View file |
M | src/common/valid/Rule.class.php | +14 | −14 | Go to diff View file |
M | src/common/wiki/WikiService.class.php | +73 | −73 | Go to diff View file |
M | src/common/wiki/WikiServiceAdmin.class.php | +29 | −29 | Go to diff View file |
M | src/common/wiki/actions/WikiServiceAdminActions.class.php | +125 | −125 | Go to diff View file |
M | src/common/wiki/lib/Wiki.class.php | +101 | −101 | Go to diff View file |
M | src/common/wiki/lib/WikiAttachment.class.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/lib/WikiAttachmentRevision.class.php | +5 | −5 | Go to diff View file |
M | src/common/wiki/lib/WikiCloner.class.php | +345 | −345 | Go to diff View file |
M | src/common/wiki/lib/WikiEntry.class.php | +143 | −143 | Go to diff View file |
M | src/common/wiki/lib/WikiPage.class.php | +32 | −32 | Go to diff View file |
M | src/common/wiki/lib/WikiPageWrapper.class.php | +120 | −120 | Go to diff View file |
M | src/common/wiki/phpwiki/gforge.php | +27 | −27 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/ASCIIMathPHP/ASCIIMathPHP.cfg.php | +167 | −167 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/ASCIIMathPHP/ASCIIMathPHP.class.php | +937 | −937 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/BlockParser.php | +31 | −31 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/CachedMarkup.php | +108 | −108 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/DbaDatabase.php | +6 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/EditToolbar.php | +20 | −20 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/ErrorManager.php | +17 | −17 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/ExternalReferrer.php | +9 | −9 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/FileFinder.php | +15 | −15 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/HtmlElement.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/HtmlParser.php | +5 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/HttpClient.php | +87 | −87 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/IniConfig.php | +27 | −27 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/InlineParser.php | +69 | −69 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/PageList.php | +55 | −55 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/PagePerm.php | +60 | −60 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/PageType.php | +35 | −35 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/RSSWriter091.php | +12 | −12 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/Request.php | +40 | −40 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/RssParser.php | +20 | −20 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/RssWriter.php | +50 | −50 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/RssWriter2.php | +14 | −14 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/SemanticWeb.php | +5 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/Template.php | +5 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/TextSearchQuery.php | +51 | −51 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/Theme.php | +16 | −16 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB.php | +37 | −37 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/backend.php | +5 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/backend/PearDB.php | +21 | −21 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiGroup.php | +51 | −51 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiPlugin.php | +13 | −13 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiPluginCached.php | +6 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiUser.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiUser/Codendi.php | +7 | −7 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiUserNew.php | +72 | −72 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/XmlElement.php | +39 | −39 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/XmlParser.php | +6 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/config.php | +4 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/diff.php | +19 | −19 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/diff3.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/difflib.php | +203 | −203 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/display.php | +48 | −48 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/editpage.php | +6 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/fortune.php | +20 | −20 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/gif.php | +76 | −76 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/install.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/loadsave.php | +20 | −20 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/main.php | +83 | −83 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/pear/PEAR.php | +10 | −10 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/AddComment.php | +9 | −9 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/AllUsers.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/AsciiMath.php | +6 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/BackLinks.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/BlogArchives.php | +4 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/BlogJournal.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/Calendar.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/CalendarList.php | +25 | −25 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/CreateBib.php | +13 | −13 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/CreateToc.php | +74 | −74 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/DeadEndPages.php | +6 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/Diff.php | +19 | −19 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/FileInfo.php | +135 | −135 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/HtmlConverter.php | +104 | −104 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/IncludePage.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/IncludePages.php | +5 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/IncludeSiteMap.php | +10 | −10 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/InterWikiSearch.php | +38 | −38 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/JabberPresence.php | +6 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/LinkDatabase.php | +7 | −7 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/ListPages.php | +5 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/MostPopular.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/OldStyleTable.php | +5 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/OrphanedPages.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PageDump.php | +6 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PageGroup.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PhotoAlbum.php | +21 | −21 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PluginManager.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/PopularNearby.php | +14 | −14 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RandomPage.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RdfDefinition.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RecentChanges.php | +3 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RecentComments.php | +8 | −8 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RichTable.php | +3 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/RssFeed.php | +6 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/SyntaxHighlighter.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/TitleSearch.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/Transclude.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/TranslateText.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/UnfoldSubpages.php | +18 | −18 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/UpLoad.php | +12 | −12 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/UserPreferences.php | +3 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WantedPages.php | +7 | −7 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WantedPagesOld.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminChmod.php | +6 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminChown.php | +4 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminMarkup.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminRemove.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminRename.php | +4 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminSearchReplace.php | +3 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminSelect.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminSetAcl.php | +16 | −16 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminUtils.php | +25 | −25 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiBlog.php | +7 | −7 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiForm.php | +18 | −18 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiFormRich.php | +170 | −170 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiForum.php | +7 | −7 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/_AuthInfo.php | +14 | −14 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/_BackendInfo.php | +3 | −3 | 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/_WikiTranslation.php | +64 | −64 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/text2png.php | +7 | −7 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/prepend.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/removepage.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/stdlib.php | +70 | −70 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/upgrade.php | +4 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/wikilens/Buddy.php | +45 | −45 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/wikilens/CustomPrefs.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/wikilens/PageListColumns.php | +7 | −7 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/wikilens/Utils.php | +5 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/ziplib.php | +145 | −145 | Go to diff View file |
M | src/common/wiki/views/WikiServiceAdminViews.class.php | +167 | −167 | Go to diff View file |
M | src/common/wiki/views/WikiServiceViews.class.php | +216 | −216 | Go to diff View file |
M | src/common/wiki/views/WikiViews.class.php | +58 | −58 | Go to diff View file |
M | src/core/make_links.php | +2 | −2 | Go to diff View file |
M | src/core/sparklines.php | +13 | −13 | Go to diff View file |
M | src/db/mysql/updates/2010/201011230835_add_column_format_to_artifact_history.php | +3 | −3 | Go to diff View file |
M | src/db/mysql/updates/2017/201705121210_update_table_user_dashboards.php | +1 | −1 | Go to diff View file |
M | src/db/mysql/updates/2017/201705121719_update_table_project_dashboards.php | +1 | −1 | Go to diff View file |
M | src/embedded_vendor/jpgraph/imgdata_balls.inc.php | +739 | −739 | Go to diff View file |
M | src/embedded_vendor/jpgraph/imgdata_bevels.inc.php | +48 | −48 | Go to diff View file |
M | src/embedded_vendor/jpgraph/imgdata_diamonds.inc.php | +106 | −106 | Go to diff View file |
M | src/embedded_vendor/jpgraph/imgdata_pushpins.inc.php | +424 | −424 | Go to diff View file |
M | src/embedded_vendor/jpgraph/imgdata_stars.inc.php | +73 | −73 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph.php | +1 | −1 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_errhandler.inc.php | +52 | −52 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_gantt.php | +275 | −275 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_iconplot.php | +3 | −3 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_imgtrans.php | +58 | −58 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_led.php | +2 | −2 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_legend.inc.php | +6 | −6 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_line.php | +2 | −2 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_mgraph.php | +3 | −3 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_pie.php | +8 | −8 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_plotmark.inc.php | +1 | −1 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_polar.php | +5 | −5 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_radar.php | +72 | −72 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_rgb.inc.php | +2 | −2 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_scatter.php | +8 | −8 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_stock.php | +1 | −1 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_table.php | +10 | −10 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_theme.inc.php | +1 | −1 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_ttf.inc.php | +207 | −207 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_utils.inc.php | +69 | −69 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_windrose.php | +23 | −23 | Go to diff View file |
M | src/embedded_vendor/jpgraph/lang/prod.inc.php | +3 | −3 | Go to diff View file |
M | src/utils/TrackerV3-data-exporter.php | +1 | −1 | Go to diff View file |
M | src/www/account/change_pw.php | +36 | −36 | Go to diff View file |
M | src/www/account/lostpw-confirm.php | +1 | −1 | Go to diff View file |
M | src/www/account/register.php | +4 | −4 | Go to diff View file |
M | src/www/account/updateprefs.php | +4 | −4 | Go to diff View file |
M | src/www/admin/admin_utils.php | +6 | −6 | Go to diff View file |
M | src/www/admin/approve_pending_users.php | +119 | −119 | Go to diff View file |
M | src/www/admin/show_pending_documents.php | +3 | −3 | Go to diff View file |
M | src/www/admin/user_changepw.php | +8 | −8 | Go to diff View file |
M | src/www/cvs/admin_commit.php | +8 | −8 | Go to diff View file |
M | src/www/cvs/browse_commit.php | +62 | −62 | Go to diff View file |
M | src/www/cvs/commit_utils.php | +383 | −383 | Go to diff View file |
M | src/www/cvs/cvs_intro.php | +1 | −1 | Go to diff View file |
M | src/www/cvs/detail_commit.php | +19 | −19 | Go to diff View file |
M | src/www/cvs/index.php | +84 | −84 | Go to diff View file |
M | src/www/file/admin/editproc.php | +1 | −1 | Go to diff View file |
M | src/www/file/admin/frsajax.php | +7 | −7 | Go to diff View file |
M | src/www/file/admin/manageprocessors.php | +3 | −3 | Go to diff View file |
M | src/www/file/confirm_download.php | +21 | −21 | Go to diff View file |
M | src/www/file/file_utils.php | +147 | −147 | Go to diff View file |
M | src/www/file/showfiles.php | +5 | −5 | Go to diff View file |
M | src/www/forum/admin/index.php | +115 | −115 | Go to diff View file |
M | src/www/forum/forum.php | +315 | −315 | Go to diff View file |
M | src/www/forum/forum_utils.php | +599 | −599 | Go to diff View file |
M | src/www/forum/index.php | +2 | −2 | Go to diff View file |
M | src/www/forum/message.php | +58 | −58 | Go to diff View file |
M | src/www/forum/monitor.php | +41 | −41 | Go to diff View file |
M | src/www/forum/monitor_thread.php | +52 | −52 | Go to diff View file |
M | src/www/forum/save.php | +76 | −76 | Go to diff View file |
M | src/www/help/browse_tracker_query_field.php | +8 | −8 | Go to diff View file |
M | src/www/include/account.php | +2 | −2 | Go to diff View file |
M | src/www/include/bookmarks.php | +13 | −13 | Go to diff View file |
M | src/www/include/database.php | +18 | −18 | Go to diff View file |
M | src/www/include/exit.php | +18 | −18 | Go to diff View file |
M | src/www/include/help.php | +10 | −10 | Go to diff View file |
M | src/www/include/html.php | +327 | −327 | Go to diff View file |
M | src/www/include/nusoap.php | +6139 | −6139 | Go to diff View file |
M | src/www/include/pre.php | +1 | −1 | Go to diff View file |
M | src/www/include/session.php | +32 | −32 | Go to diff View file |
M | src/www/include/trove.php | +76 | −76 | Go to diff View file |
M | src/www/include/user.php | +136 | −136 | Go to diff View file |
M | src/www/include/utils.php | +311 | −311 | Go to diff View file |
M | src/www/include/utils_soap.php | +1 | −1 | Go to diff View file |
M | src/www/include/viewvc_utils.php | +22 | −22 | Go to diff View file |
M | src/www/mail/index.php | +15 | −15 | Go to diff View file |
M | src/www/mail/mail_utils.php | +59 | −59 | Go to diff View file |
M | src/www/my/bookmark_delete.php | +2 | −2 | Go to diff View file |
M | src/www/my/bookmark_edit.php | +2 | −2 | Go to diff View file |
M | src/www/my/my_utils.php | +24 | −24 | Go to diff View file |
M | src/www/my/rmproject.php | +17 | −17 | Go to diff View file |
M | src/www/my/stop_monitor.php | +18 | −18 | Go to diff View file |
M | src/www/news/admin/index.php | +43 | −43 | Go to diff View file |
M | src/www/news/index.php | +27 | −27 | Go to diff View file |
M | src/www/news/news_utils.php | +86 | −86 | Go to diff View file |
M | src/www/project/admin/include/ReferenceAdministrationActions.class.php | +11 | −11 | Go to diff View file |
M | src/www/project/admin/permission_request.php | +68 | −68 | Go to diff View file |
M | src/www/project/admin/permissions.php | +374 | −374 | Go to diff View file |
M | src/www/project/admin/project_admin_utils.php | +6 | −6 | Go to diff View file |
M | src/www/project/admin/ugroup_utils.php | +19 | −19 | Go to diff View file |
M | src/www/project/admin/userperms.php | +54 | −54 | Go to diff View file |
M | src/www/project/export/access_logs_export.php | +115 | −115 | Go to diff View file |
M | src/www/project/export/artifact_deps_export.php | +37 | −37 | Go to diff View file |
M | src/www/project/export/artifact_export.php | +78 | −78 | Go to diff View file |
M | src/www/project/export/artifact_history_export.php | +73 | −73 | Go to diff View file |
M | src/www/project/export/index.php | +127 | −127 | Go to diff View file |
M | src/www/project/export/project_export_utils.php | +106 | −106 | Go to diff View file |
M | src/www/project/memberlist.php | +16 | −16 | Go to diff View file |
M | src/www/project/showdetails.php | +1 | −1 | Go to diff View file |
M | src/www/project/stats/source_code_access.php | +30 | −30 | Go to diff View file |
M | src/www/project/stats/source_code_access_utils.php | +191 | −191 | Go to diff View file |
M | src/www/soap/common/group.php | +96 | −96 | Go to diff View file |
M | src/www/soap/common/session.php | +48 | −48 | Go to diff View file |
M | src/www/soap/common/users.php | +48 | −48 | Go to diff View file |
M | src/www/soap/frs/frs.php | +616 | −616 | Go to diff View file |
M | src/www/soap/tracker/tracker.php | +1648 | −1648 | Go to diff View file |
M | src/www/softwaremap/trove_list.php | +17 | −17 | Go to diff View file |
M | src/www/svn/admin/access_control.php | +1 | −1 | Go to diff View file |
M | src/www/svn/admin/index.php | +33 | −33 | Go to diff View file |
M | src/www/svn/admin/notification.php | +1 | −1 | Go to diff View file |
M | src/www/svn/browse_revision.php | +1 | −1 | Go to diff View file |
M | src/www/svn/index.php | +3 | −3 | Go to diff View file |
M | src/www/svn/svn_data.php | +29 | −29 | Go to diff View file |
M | src/www/svn/svn_intro.php | +3 | −3 | Go to diff View file |
M | src/www/svn/svn_utils.php | +284 | −284 | Go to diff View file |
M | src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php | +1 | −1 | Go to diff View file |
M | src/www/themes/FlamingParrot/NavBarPresenter.class.php | +1 | −1 | Go to diff View file |
M | src/www/tracker/add.php | +4 | −4 | Go to diff View file |
M | src/www/tracker/admin/admin_trackers.php | +4 | −4 | Go to diff View file |
M | src/www/tracker/admin/field_sets.php | +5 | −5 | Go to diff View file |
M | src/www/tracker/admin/field_usage.php | +5 | −5 | Go to diff View file |
M | src/www/tracker/admin/field_values.php | +5 | −5 | Go to diff View file |
M | src/www/tracker/admin/field_values_details.php | +21 | −21 | Go to diff View file |
M | src/www/tracker/admin/index.php | +897 | −897 | Go to diff View file |
M | src/www/tracker/admin/restore.php | +1 | −1 | Go to diff View file |
M | src/www/tracker/admin/tracker_permissions.php | +32 | −32 | Go to diff View file |
M | src/www/tracker/browse.php | +73 | −73 | Go to diff View file |
M | src/www/tracker/copy.php | +4 | −4 | Go to diff View file |
M | src/www/tracker/detail.php | +4 | −4 | Go to diff View file |
M | src/www/tracker/download.php | +1 | −1 | Go to diff View file |
M | src/www/tracker/edit_comment.php | +1 | −1 | Go to diff View file |
M | src/www/tracker/export.php | +54 | −54 | Go to diff View file |
M | src/www/tracker/gotoid.php | +3 | −3 | Go to diff View file |
M | src/www/tracker/group_selection.php | +15 | −15 | Go to diff View file |
M | src/www/tracker/import_admin.php | +36 | −36 | Go to diff View file |
M | src/www/tracker/index.php | +659 | −659 | Go to diff View file |
M | src/www/tracker/masschange_detail.php | +14 | −14 | Go to diff View file |
M | src/www/tracker/mod.php | +4 | −4 | Go to diff View file |
M | src/www/tracker/tracker_selection.php | +19 | −19 | Go to diff View file |
M | tests/phpcs/tuleap-ruleset-minimal.xml | +12 | −0 | Go to diff View file |
M | tests/rest/tests/BacklogItemsTest.php | +3 | −3 | Go to diff View file |
M | tests/simpletest/common/TreeNode/InjectSpanPadding.class.php | +3 | −3 | Go to diff View file |
M | tests/simpletest/common/TreeNode/InjectSpanPaddingInTreeNodeVisitorTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/TreeNode/InjectSpanPaddingWith3ChildrenAtRootFirstWithOneChildLastWith2ChildrenTest.php | +3 | −3 | Go to diff View file |
M | tests/simpletest/common/TreeNode/InjectSpanPaddingWithADepthOf3Test.php | +3 | −3 | Go to diff View file |
M | tests/simpletest/common/collection/MapTest.php | +1 | −1 | Go to diff View file |
M | tests/simpletest/common/dao/SystemEventDaoTest.php | +3 | −3 | Go to diff View file |
M | tests/simpletest/common/dao/UserDaoTest.php | +18 | −18 | Go to diff View file |
M | tests/simpletest/common/encoding/SupportedXmlCharEncodingTest.php | +26 | −26 | Go to diff View file |
M | tests/simpletest/common/include/SOAPRequestTest.php | +5 | −5 | Go to diff View file |
M | tests/simpletest/common/include/SimpleSanitizerTest.php | +1 | −1 | Go to diff View file |
M | tests/simpletest/common/include/URLTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/include/URLVerificationTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/layout/ColorHelperTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/plugin/PluginTest.php | +1 | −1 | Go to diff View file |
M | tests/simpletest/common/system_event/SystemEventManagerTest.php | +11 | −11 | Go to diff View file |
M | tests/simpletest/common/tracker/ArtifactImportTest.php | +245 | −245 | Go to diff View file |
M | tests/simpletest/common/xml/XMLImportHelperTest.php | +9 | −9 | Go to diff View file |
M | tools/rpm/check_release.php | +1 | −1 | Go to diff View file |