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
Comment #1
steveeq commentedAnother 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?
Comment #2
steveeq commentedreply to myself. I'm an idiot, revisions seem to be installed as part of the "core" package.
Comment #3
steveeq commentedAnother 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
Comment #4
jarodms commentedI will verify these items are in the 6.x beta. Thanks!
Comment #5
jarodms commented