wordfilter breaks project_release.module
jherteng - October 18, 2006 - 20:05
| Project: | Wordfilter |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Successfuly applied the http://drupal.org/node/83339#comment-146512 patch and have found the following:
- Version number elements specified in release nodes do not get picked up by projects module.
- In the project_release_nodes table, the "version" column in empty, but when manually given a value, project issues allow version selection; however...
- Version information is still not displayed anywhere on the project page(s).
- By default, there is no clear link to edit a release node once submitted.
- Under the menu Administer > Content, release nodes do not have a title.

#1
hrm, on a test site just running the project_release.module, not the cvs.module stuff, i can't reproduce these errors. :(
re: #1: i was able to successfully create release nodes and the version info showed up in the title and in the release node itself. i did so in both the case of having/using terms in the "Project release API compatibility" vocabulary, and in the case where that vocab is empty.
re: #2: i'm not sure what you mean. you should have an edit tab on the release node itself, if you ever view it directly, just like any other node. obviously, there's no edit link/tab on the listing of many release nodes... you have to click on the title of one of the release nodes, view the node as a full page, and then you get an edit tab. this is no different from, for example, nodes promoted to the front page, where you have to click on the title to go to the full node page before you see the edit tab.
your point #3 is just another symptom of #1...
unless you can explain in more detail how you produced these problems, i'm not sure there's anything i can do about this.
thanks,
-derek
p.s. downgrading to normal, since i can't reproduce, and since this isn't in the critical-path for the new release system on d.o (which will run with cvs.module installed).
#2
After doing a careful inspection, the offending module was Wordfilter.
Disabling the Wordfilter plugin allows releases to function as expected.
I'll have a look and see what's causing the conflict... can someone confirm this?
#3
i don't really know what's up, and have no time to investigate, but apparently this is a problem with wordfilter somehow. reclassifying.
#4
I'm closing this issue since 4.7.x is no longer supported and
I sure don't have an installation to test on.