The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.06

  • Implement Mediawiki's patrolled flag via Wiki::Toolkit's moderate_node API.
  • Validate version arguments before using as search terms.
  • Zero and the empty string are no longer considered valid passwords for all users.
  • Data from the database is utf8::decoded before being returned.
  • list_all_nodes allows refinement by metadata.
  • Metadata refinement may include namespace.
  • Assume patrolled when searching revision table.
  • Add delete_page method.
  • Removed prints to STDERR. Enable debug tracing via DBI->trace(), instead.
  • Join the Revision, Page, and Recentchanges tables correctly.
  • Don't insert cleartext passwords before inserting the hashed version. into the database.
  • Allow fields to be set to NULL when updating user information.
  • Improve history query when recentchanges does not apply.

Modules

Mediawiki (MySQL) storage backend for Wiki::Toolkit