Matthias Mullie has uploaded a new change for review. https://gerrit.wikimedia.org/r/122660
Change subject: Implement paywall to view more than the first reply ...................................................................... Implement paywall to view more than the first reply The first reply will always be visible. In order to see the full discussion, users must pay a (configurable) sum - set to $1 for now, can be changed later. Currently supported payment methods: * Credit cards (VISA, MasterCards, American Express) * PayPal * Bitcoin * Experimental Dogecoin implementation Change-Id: I80e259f7fc94998f76c45f54b8b2755b0ae0c6bd --- M Flow.php 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow refs/changes/60/122660/1 diff --git a/Flow.php b/Flow.php index 023db6e..8e73613 100755 --- a/Flow.php +++ b/Flow.php @@ -388,3 +388,5 @@ // Actions that must pass through to MediaWiki on flow enabled pages $wgFlowCoreActionWhitelist = array( 'info', 'protect', 'unprotect', 'unwatch', 'watch' ); + +// if this comment makes it in, someone didn't quite get April Fools ;) -- To view, visit https://gerrit.wikimedia.org/r/122660 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I80e259f7fc94998f76c45f54b8b2755b0ae0c6bd Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Flow Gerrit-Branch: master Gerrit-Owner: Matthias Mullie <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
