Wikimate icon indicating copy to clipboard operation
Wikimate copied to clipboard

A MediaWiki API wrapper for PHP based wikibots that [shouldn't] be confusing to use

Results 14 Wikimate issues
Sort by recently updated
recently updated
newest added

I noticed a few http links now redirect to https, and an extended URL scan pointed to some other links also worth updating.

It would be helpful to compare how to do some simple demo tasks with Wikimate and a couple of the most popular PHP frameworks for the MediaWiki API, as that...

Feature Requests

Don't know if this is a common approach, but a discussion ticket seems a suitable way to talk about short-term plans for Wikimate updates. I would like to wrap up...

Discussion

In [this edit](https://en.wikipedia.org/w/index.php?title=Wikipedia:PHP_bot_framework_table&diff=prev&oldid=1167984837) to the [Wikipedia:PHP bot framework table](https://en.wikipedia.org/wiki/Wikipedia:PHP_bot_framework_table) page, it was pointed out that while we purportedly support PHP v5.3+, there are no guarantees of the upper bound of...

Feature Requests

Setting up unit tests, and perhaps also some sort of integration test with real calls to the MediaWiki API, would be welcome in providing confidence about the correct functioning of...

Feature Requests

As mentioned [here](https://github.com/hamstar/Wikimate/pull/135#discussion_r698063985): > The main standards are the [PSRs](https://www.php-fig.org/psr/), and I've looked into some occasionally but am not well versed in any, and am not sure Wikimate even meets...

Feature Requests

I can get at the revision data for a page by doing a custom query, which is fine, but it would be very helpful to add history data to the...

Feature Requests

As proposed [here](https://github.com/hamstar/Wikimate/issues/104#issuecomment-875007693), the documentation tree of the PHP code comments could be placed somewhere publicly, like on [GitHub Pages](https://pages.github.com/). Here we can hash out the details. Could this be...

Discussion

Wikimate currently checks for API 'error' responses, which turn out to be the [legacy format](https://www.mediawiki.org/wiki/API:Errors_and_warnings#Legacy_format). Since MW 1.29 the ['errors' response](https://www.mediawiki.org/wiki/API:Errors_and_warnings#Error_formats) contains an array of one or more error codes/messages,...

Feature Requests

If we are trying to created new section on user talk page where user has enabled structured discussion Wikimate unable to create new section. Code: `$page = $wiki->getPage($userName); $page->setText("Text", 'new');`

Feature Requests