stable

Clone or download

Read-only

Rename plugin base class files to .php

Since request #13357, base class of plugin doesn't need the .class.php extension, .php is good enough. This commit only renames existing files to match .php extension for every plugin base class. No functional changes. Part of request #13918: No need to name our plugin after Plugin.class.php Change-Id: I2ff32ff1b9c51d24b0ac6b326c8a2e6ba6ba5b54

Modified Files

Name
R plugins/admindelegation/include/admindelegationPlugin.class.php Go to diff View file
M plugins/admindelegation/phpunit/bootstrap.php +1 −1 Go to diff View file
R plugins/agiledashboard/include/agiledashboardPlugin.class.php Go to diff View file
M plugins/agiledashboard/phpunit/bootstrap.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/AgileDashboardRouterTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/bootstrap.php +1 −1 Go to diff View file
R plugins/archivedeleteditems/include/archivedeleteditemsPlugin.class.php Go to diff View file
M plugins/archivedeleteditems/phpunit/bootstrap.php +1 −1 Go to diff View file
R plugins/artifactsfolders/include/artifactsfoldersPlugin.class.php Go to diff View file
R plugins/bugzilla_reference/include/bugzilla_referencePlugin.class.php Go to diff View file
M plugins/bugzilla_reference/phpunit/bootstrap.php +1 −1 Go to diff View file
R plugins/captcha/include/captchaPlugin.class.php Go to diff View file
M plugins/captcha/phpunit/bootstrap.php +1 −1 Go to diff View file
R plugins/cardwall/include/cardwallPlugin.class.php Go to diff View file
M plugins/cardwall/phpunit/Cardwall/Semantic/CardFieldsTrackerPresenterBuilderTest.php +2 −2 Go to diff View file
M plugins/cardwall/phpunit/bootstrap.php +2 −2 Go to diff View file
M plugins/cardwall/tests/bootstrap.php +1 −1 Go to diff View file
M plugins/create_test_env/include/CreateTestEnv/MattermostNotifier.php +1 −1 Go to diff View file
R plugins/create_test_env/include/create_test_envPlugin.class.php Go to diff View file
M plugins/create_test_env/phpunit/bootstrap.php +1 −1 Go to diff View file
R plugins/crosstracker/include/crosstrackerPlugin.class.php Go to diff View file
M plugins/crosstracker/phpunit/bootstrap.php +2 −2 Go to diff View file
M plugins/crosstracker/tests/rest/init_test_data.php +1 −1 Go to diff View file
R plugins/docman/include/docmanPlugin.class.php Go to diff View file
M plugins/docman/phpunit/bootstrap.php +1 −1 Go to diff View file
M plugins/docman/tests/bootstrap.php +1 −1 Go to diff View file
R plugins/document/include/documentPlugin.class.php Go to diff View file
M plugins/document/phpunit/bootstrap.php +1 −1 Go to diff View file
R plugins/dynamic_credentials/include/dynamic_credentialsPlugin.class.php Go to diff View file
M plugins/dynamic_credentials/phpunit/bootstrap.php +1 −1 Go to diff View file
R plugins/forumml/include/forummlPlugin.class.php Go to diff View file
M plugins/forumml/phpunit/bootstrap.php +1 −1 Go to diff View file
R plugins/frs/include/frsPlugin.class.php Go to diff View file
M plugins/frs/phpunit/bootstrap.php +1 −1 Go to diff View file
M plugins/git/bin/convert_gitolite_full_logs.php +1 −1 Go to diff View file
M plugins/git/bin/gl-admin-housekeeping.php +1 −1 Go to diff View file
M plugins/git/hooks/post-receive.php +1 −1 Go to diff View file
R plugins/git/include/gitPlugin.class.php Go to diff View file
M plugins/git/phpunit/bootstrap.php +1 −1 Go to diff View file
M plugins/git/tests/bootstrap.php +1 −1 Go to diff View file
M plugins/gitlfs/bin/git-lfs-authenticate.php +1 −1 Go to diff View file
R plugins/gitlfs/include/gitlfsPlugin.class.php Go to diff View file
M plugins/gitlfs/phpunit/bootstrap.php +1 −1 Go to diff View file
R plugins/graphontrackersv5/include/graphontrackersv5Plugin.class.php Go to diff View file
M plugins/graphontrackersv5/phpunit/bootstrap.php +2 −2 Go to diff View file
R plugins/hudson/include/hudsonPlugin.class.php Go to diff View file
M plugins/hudson/phpunit/bootstrap.php +1 −1 Go to diff View file
R plugins/hudson_git/include/hudson_gitPlugin.class.php Go to diff View file
M plugins/hudson_git/phpunit/bootstrap.php +1 −1 Go to diff View file
R plugins/hudson_svn/include/hudson_svnPlugin.class.php Go to diff View file
M plugins/hudson_svn/phpunit/bootstrap.php +1 −1 Go to diff View file
R plugins/label/include/labelPlugin.class.php Go to diff View file
M plugins/label/phpunit/bootstrap.php +1 −1 Go to diff View file
R plugins/ldap/include/ldapPlugin.class.php Go to diff View file
M plugins/ldap/phpunit/bootstrap.php +1 −1 Go to diff View file
M plugins/ldap/tests/bootstrap.php +1 −1 Go to diff View file
M plugins/mediawiki/bin/migrate_to_123.php +1 −1 Go to diff View file
M plugins/mediawiki/include/mediawiki-init.php +1 −1 Go to diff View file
R plugins/mediawiki/include/mediawikiPlugin.class.php Go to diff View file
M plugins/mediawiki/phpunit/bootstrap.php +1 −1 Go to diff View file
M plugins/mediawiki/tests/bootstrap.php +1 −1 Go to diff View file
M plugins/mediawiki/www/setpath.php +1 −1 Go to diff View file
R plugins/mfa/include/mfaPlugin.class.php Go to diff View file
M plugins/mfa/phpunit/bootstrap.php +1 −1 Go to diff View file
R plugins/openidconnectclient/include/openidconnectclientPlugin.class.php Go to diff View file
M plugins/openidconnectclient/phpunit/bootstrap.php +1 −1 Go to diff View file
M plugins/openidconnectclient/tests/bootstrap.php +1 −1 Go to diff View file
R plugins/pluginsadministration/include/pluginsadministrationPlugin.class.php Go to diff View file
M plugins/pluginsadministration/phpunit/bootstrap.php +1 −1 Go to diff View file
M plugins/proftpd/bin/parse_xferlog.php +1 −1 Go to diff View file
R plugins/proftpd/include/proftpdPlugin.class.php Go to diff View file
M plugins/proftpd/phpunit/bootstrap.php +1 −1 Go to diff View file
R plugins/project_ownership/include/project_ownershipPlugin.class.php Go to diff View file
M plugins/project_ownership/phpunit/bootstrap.php +1 −1 Go to diff View file
R plugins/projectlinks/include/projectlinksPlugin.class.php Go to diff View file
R plugins/prometheus_metrics/include/prometheus_metricsPlugin.class.php Go to diff View file
M plugins/prometheus_metrics/phpunit/bootstrap.php +1 −1 Go to diff View file
R plugins/pullrequest/include/pullrequestPlugin.class.php Go to diff View file
M plugins/pullrequest/phpunit/bootstrap.php +2 −2 Go to diff View file
M plugins/pullrequest/tests/bootstrap.php +1 −1 Go to diff View file
R plugins/referencealias_core/include/referencealias_corePlugin.class.php Go to diff View file
M plugins/referencealias_core/phpunit/bootstrap.php +1 −1 Go to diff View file
R plugins/referencealias_git/include/referencealias_gitPlugin.class.php Go to diff View file
M plugins/referencealias_git/tests/bootstrap.php +2 −2 Go to diff View file
R plugins/referencealias_mediawiki/include/referencealias_mediawikiPlugin.class.php Go to diff View file
M plugins/referencealias_mediawiki/tests/bootstrap.php +1 −1 Go to diff View file
R plugins/referencealias_svn/include/referencealias_svnPlugin.class.php Go to diff View file
M plugins/referencealias_svn/tests/bootstrap.php +2 −2 Go to diff View file
R plugins/referencealias_tracker/include/referencealias_trackerPlugin.class.php Go to diff View file
M plugins/referencealias_tracker/tests/bootstrap.php +1 −1 Go to diff View file
R plugins/release_widget/include/release_widgetPlugin.class.php Go to diff View file
M plugins/statistics/bin/purgeDiskUsageData.php +1 −1 Go to diff View file
R plugins/statistics/include/statisticsPlugin.class.php Go to diff View file
M plugins/statistics/tests/bootstrap.php +1 −1 Go to diff View file
M plugins/svn/bin/migrate_to_plugin.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 +1 −1 Go to diff View file
M plugins/svn/bin/svn_pre_commit.php +1 −1 Go to diff View file
R plugins/svn/include/svnPlugin.class.php Go to diff View file
M plugins/svn/phpunit/bootstrap.php +1 −1 Go to diff View file
M plugins/svn/tests/bootstrap.php +1 −1 Go to diff View file
M plugins/template/include/autoload.php +1 −1 Go to diff View file
R plugins/template/include/templatePlugin.class.php Go to diff View file
R plugins/textualreport/include/textualreportPlugin.class.php Go to diff View file
R plugins/timetracking/include/timetrackingPlugin.class.php Go to diff View file
M plugins/tracker/db_tests/bootstrap.php +1 −1 Go to diff View file
R plugins/tracker/include/trackerPlugin.class.php Go to diff View file
M plugins/tracker/phpunit/bootstrap.php +1 −1 Go to diff View file
M plugins/tracker/tests/bootstrap.php +1 −1 Go to diff View file
M plugins/tracker/tests/rest/init_test_data.php +1 −1 Go to diff View file
R plugins/tracker_date_reminder/include/tracker_date_reminderPlugin.class.php Go to diff View file
R plugins/tracker_encryption/include/tracker_encryptionPlugin.class.php Go to diff View file
R plugins/tuleap_synchro/include/tuleap_synchroPlugin.class.php Go to diff View file
R plugins/userlog/include/userlogPlugin.class.php Go to diff View file
R plugins/velocity/include/velocityPlugin.class.php Go to diff View file
M plugins/velocity/phpunit/bootstrap.php +3 −3 Go to diff View file
R plugins/webdav/include/webdavPlugin.class.php Go to diff View file
M plugins/webdav/tests/bootstrap.php +2 −2 Go to diff View file
M tests/psalm/tuleap-baseline.xml +21 −21 Go to diff View file