Do you plan a 6.x version of mediawiki module ?
qwerkus - February 14, 2008 - 11:57
| Project: | MediaWiki |
| Version: | 5.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
Now Drupal 6 is out, i'm wondering if creators of that useful modules are planning to port it to lateste drupal version.

#1
I'm trying to update the module to drupal 6 but I found two problems that I can't overcome:
- It seems that the new teaser functionality breaks the mediawiki toolbar. Whenever I click on a toolbar button, i get the following error (tested in Safari 3 and Firefox 3 beta 4), and the markup is not inserted:
uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLTextAreaElement.selectionStart]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: http://MY_PATH/mediawiki/skins/common/wikibits.js?97 :: insertTags :: line 454" data: no]XPCSafeJSObjectWrapper.cpp
Line 445
- Manual markup insertion seems to work, but when the page is processed, the following error is thrown:
warning: Invalid argument supplied for foreach() in MY_PATH/mediawiki/includes/Title.php on line 1187.I don't have the time to work on this, so I attach the ported module if anyone wants to take over the development.