split changelog classes into their own namespace
commit0c3a5702735953748f68955d51bb478538fb6eda
authorAndreas Gohr <andi@splitbrain.org>
Fri, 15 Jun 2018 09:45:58 +0000 (15 11:45 +0200)
committerAndreas Gohr <andi@splitbrain.org>
Fri, 15 Jun 2018 09:45:58 +0000 (15 11:45 +0200)
tree11e5eea3cc811034c627e28fef80a84d80bdbcb5
parent432adb37131e09da3a60af09344c423727a7e2ad
split changelog classes into their own namespace

The remaining functions in inc/changelog.php should be moved into a
utility class.
20 files changed:
_test/tests/inc/changelog_getRevisionsAround.test.php
_test/tests/inc/changelog_getlastrevisionat.test.php
_test/tests/inc/changelog_getrelativerevision.test.php
_test/tests/inc/changelog_getrevisioninfo.test.php
_test/tests/inc/changelog_getrevisions.test.php
_test/tests/inc/common_saveWikiText.test.php
feed.php
inc/ChangeLog/ChangeLog.php [new file with mode: 0644]
inc/ChangeLog/MediaChangeLog.php [new file with mode: 0644]
inc/ChangeLog/PageChangeLog.php [new file with mode: 0644]
inc/Remote/ApiCore.php
inc/changelog.php
inc/common.php
inc/deprecated.php
inc/html.php
inc/media.php
inc/pageutils.php
inc/parser/xhtml.php
inc/subscription.php
lib/plugins/revert/admin.php