Page MenuHomePhabricator

Convert TweetANew to use extension registration
Closed, ResolvedPublic

Related Objects

View Standalone Graph
This task is connected to more than 200 other tasks. Only direct parents and subtasks are shown here. Use View Standalone Graph to show more of the graph.

Event Timeline

Liuxinyu970226 raised the priority of this task from Medium to Needs Triage.
Liuxinyu970226 created this task.

[root@balkanfreedom extensions]# cd ..
[root@balkanfreedom venciklop]# php maintenance/convertExtensionToRegistration.php extensions/TweetANew/TweetANew.php
PHP Notice: Undefined variable: wgVersion in /home/admin/web/zorandori.tk/public_html/venciklop/extensions/TweetANew/TweetANew.php on line 206
Error: Global functions cannot be converted to JSON. Please move the handler for EditPageBeforeEditChecks inside a class.
[root@balkanfreedom venciklop]#

Problem fixed.. Patch coming:
[root@balkanfreedom venciklop]# php maintenance/convertExtensionToRegistration.php extensions/TweetANew/TweetANew.php
PHP Notice: Undefined variable: wgVersion in /home/admin/web/zorandori.tk/public_html/venciklop/extensions/TweetANew/TweetANew.php on line 206
Wrote output to /home/admin/web/zorandori.tk/public_html/venciklop/extensions/TweetANew/extension.json.

Change 460752 had a related patch set uploaded (by Zoranzoki21; owner: Zoranzoki21):
[mediawiki/extensions/TweetANew@master] Convert TweetANew to use extension registration

https://gerrit.wikimedia.org/r/460752

Change 460752 had a related patch set uploaded (by Zoranzoki21; owner: Zoranzoki21):
[mediawiki/extensions/TweetANew@master] Convert TweetANew to use extension registration

https://gerrit.wikimedia.org/r/460752

Change 460752 abandoned by Legoktm:
[mediawiki/extensions/TweetANew@master] Convert TweetANew to use extension registration

Reason:
extension.json added in cc077e48fac8af0976b79b47a3e8f358010c26cc

https://gerrit.wikimedia.org/r/460752