inblockio / mediawiki-extensions-Aqua

This MediaWiki extension includes the Aqua implementation. Turning MediaWiki into a powerful versioned notary service with API's for import and export of Data in JSON format.
GNU General Public License v3.0
6 stars 6 forks source link

[Main Branch] [Creating new revisions should be very limited] #389

Open FantasticoFox opened 1 month ago

FantasticoFox commented 1 month ago

We don't want to create new revisions on import, or on move because:

it-spiderman commented 1 month ago

Importing non-existing page from Inbox will no longer create additional revisions => https://github.com/inblockio/mediawiki-extensions-Aqua/pull/368 Other cases (when local target page already exists) will be handled much like git, with a "merge" revision created on top of last local revision

it-spiderman commented 1 month ago

Merged