Closed (fixed)
Project:
Glossify
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2010 at 19:14 UTC
Updated:
3 Apr 2011 at 02:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
omerida commentedI've updated my patch to fix a couple of issues I ran into it on my site.
1) Loading nodes - is much lighterweight, in that it'll emulate calling nodeapi load for only the modules that are really needed (taxonomy, cck, and glossify).
2) Fixed blank content when the input filter was run on a non-node page
3) Fixed keeping the DOM state updated after making changes, fixed a case where the title tag for an A tag was being glossified
This also adds the option to specify tags to exclude from having their contents processed.
Comment #2
omerida commentedUpdated to delete keywords when node is deleted.
Comment #3
omerida commentedUpdated patch to replace more than one term within a parent element.
Comment #4
Ivo.Radulovski commentedThank you so much for all your work, i will try to implement your fixes as soon as possible, it's just that my desk is full with other things right now.
Comment #5
omerida commentedYou're welcome. We've been running this patched version of dev on our site (http://dcunited.com/) since Friday without any reported bugs so far.
Comment #6
Ivo.Radulovski commentedNow this is good news, may i ask if you used the prior version of glossify and/or what you think about the performance of the new version?
Comment #7
omerida commentedI was using the previous version, without any noticeable performance complaints, but it did break markup quite often, particularly script and embed tags. The new version doesn't break the tags, and having it as a filter format plugin is nice. The only thing with having it as a filter format, is that it'd be nice to have it work on arbitrary chunks of text, not just node bodies. For example, if I have a custom block, have it auto-link to node titles mentioned within the block.
Comment #8
Ivo.Radulovski commented