CiviCRM/Wikimedia Modules

From Meta, a Wikimedia project coordination wiki
Jump to: navigation, search

get the modules from Wikimedia Subversion: https://svn.mediawiki.org/svnroot/wikimedia/branches/wmse_civicrm/

Contents

wmse_audit [edit]

Provides a financial report in realtime, displaying all transactions twice, once grouped by nominal accounts and once grouped by asset accounts.

The new version can also handle cost centers (needs an custom field in Contributions) and has an extra section to display budgets per nominal accounts and their actual balance.

wmse_base [edit]

This module just holds some general functionality and configuration which is used by several other modules. Is a requirement for the rest to work.

wmse_donate [edit]

Adds a donation form which can be embedded in the Drupal website. Uses wmse_base for payment methods - we do not use the built-in payment methods of CiviCRM because they are fixed inside donation pages which do not work for Wikimedia.

The module allows seperation of donations to nominal accounts which is also used in for the lastdonations ticker to determine public donations.

wmse_irc [edit]

Is used by Wikimedia Sverige to create IRC accounts from CiviCRM memberships to authenticate them as members in an IRC channel, can be used for AGMs.

wmse_lastdonations [edit]

A Drupal block which displays public donations. Just configure the nominal account which should be used.

wmse_mediawikiparser [edit]

Adds a content type to Drupal. The content of this content type is piped through a MediaWiki API for rendering, the resulting HTML code is displayed then in Drupal.

Several wikis can be set up as multiple content types. Useful to either

  1. be able to use MediaWiki syntax when writing Drupal posts or articles, or
  2. to be able to transclude content from a wiki, eg. a members wiki to avoid redundant information management

It also embeds images from those wikis in use, which also works with Instant Commons or external file repositories.

wmse_membership [edit]

Adds a Drupal form where members can sign up online. Uses wmse_base payment modules to allow new members to pay their fee directly. When offering membership fee payment the new member can also make a donation on top of the membership fee payment.

There is also the functionality to send members a special link with a personalised hash so they can renew their current membership and review there address and bank details. At start of a new business year these links can be sent to all members to make them pay the membership fee for the new year.

wmse_potd [edit]

Displays the Picture of the Day of any configured wiki.

wmse_recentchanges [edit]

Shows recent changes to CiviCRM - useful to watch donations, membership sign ups etc. works so far only for contributions, database logging needs to be enabled.

wmse_tasks [edit]

Displays a page of contributions that need attention, such as pending contributions of payment methods that can't be completed online.

Also includes a "Thank you" feature to make sure all donors receive an e-mail thanking them for the donation. The thank-yous have to be triggered manually, after reviewing that the donation was successful.

wmse_usersync [edit]

Synchronises the users of a MediaWiki instance with memberships in CiviCRM. (read only)