Well, I gave it a try. This is a patch to upgrade the wiki module from 4.4.0 to 4.5.0. It seems to work with a site I have upgraded from 4.4 that had been using the old 4.4.0 wiki module. Please let me know if I've made any code mistakes or have problems with how I've submitted this, as it's my first time doing a patch. :)

CommentFileSizeAuthor
wiki45.patch1.61 KBcourtney

Comments

Anonymous’s picture

there are some other issues.

i've had to make corrections to _wiki_link_unknown and _wiki_link_node
where the old syntax /node/add/blog?edit[title]= ignores the baseurl.

i haven't been able to figure out why the images of the form
[http://domain/file.gif] don't parse right.

veridicus’s picture

Assigned: Unassigned » veridicus

I'm about to update CVS with a version that complies to all of Drupal 4.5's standards and API.

Bèr Kessels’s picture

Note that there are a lot of wiki projects going on. To summarise:
wiki module: Now is a module to handle wiki workflow i.e. the quick method for creating new pages, based on links.
wiki markup module: Now is a module to use wiki markup.

please synchronise your ideas with these people. REally: We do not need four different wiki modules, doing nearly the same, but in a slightly different way, with different schemes etc. What we need is a one wiki bundle, that is complete and wherein the modules co-operate, instead of conflict.

veridicus’s picture

The only other wiki developers I've been able to find are for what they're calling waterwiki. I've spoken to the lead developer and he's creating a new node type and related enhancements. wiki.module will remain only a filter and it's likely that the waterwiki developers will use wiki.module for parsing node content. He and I will stay in communication and work together.

I haven't found anyone else working on a wiki for drupal. A number of people have asked that this filter be upgraded to 4.5 because a filter is all they need. This was the first wiki module and I hope others working on wikis find this project and contact me before duplicating effort. I agree. I don't want to see multiple wiki projects.