Hello,

I am not sure if I am using the right methods for submitting this, but this is the best place I can find. I am a software developer getting his feet wet with drupal. I am on drupal 6 and I tried playing around with importing the script that was meant for drupal 5. Here are some problems I found:
1) line 27 of the drupal_wiki.profile can be deleted. Drupal 6 does not have a watchdog module anymore it seems. I have been informed that there is a syslog module though.
2) Under Administrator -> Content management -> Content Types -> Edit -> Workflow settings, the default option should be set to "Create new revision". the script does not do this.
3) Under Administrator -> User management -> Permissions, both anonymous and authenticated users should have the following permissions:
- access printer-friendly version
- access comments
- post comments
- post comments without approval
- search content
- use advanced search
- revert revisions
- view revisions
- administer nodes
- access freelinking list

Comments

steveeq’s picture

Another thing. Look at instructions:
2) Place the required modules (diff, freelinking, pathauto, talk, token, and wikitools) in a subdirectory of this folder entitled "modules".

Shouldn't the "revisions" module be included in this list?

steveeq’s picture

reply to myself. I'm an idiot, revisions seem to be installed as part of the "core" package.

steveeq’s picture

Another thing:
Go under Administrator -> Site configuration -> input formats -> filtered html -> configure. The freelinking filter should be turned on, but it seems to be off in the install

jarodms’s picture

Version: 5.x-2.0-beta1 » 6.x-1.x-dev
Assigned: Unassigned » jarodms

I will verify these items are in the 6.x beta. Thanks!

jarodms’s picture

Status: Active » Closed (fixed)