Search found 3 matches

by djbeefburger
Thu Apr 23, 2009 2:42 am
Forum: Bug reports
Topic: Tags and CAPS vs caps (v2.0.13)
Replies: 1
Views: 2344

Tags and CAPS vs caps (v2.0.13)

I don't know if this quite qualifies as a bug, but I found that when tags are added and capitalization isn't consistent, the tags end up being duplicated in faqtags and then also in the tag cloud...

My proposed fix is changing Tags.php line 217 from
if (!in_array($tagging_name, $current_tags ...
by djbeefburger
Thu Apr 23, 2009 2:30 am
Forum: Bug reports
Topic: PHP Timing Out - tags.php
Replies: 9
Views: 11092

Re: PHP Timing Out - tags.php

I was able to replicate the problem after applying the proposed patch...

I created a large number of tags for a few articles (~90) and then deleting a bunch of them (and their respective relations to articles) from the faqtags table on the back end. This is similar to the process I used to clear ...
by djbeefburger
Mon Apr 13, 2009 10:11 pm
Forum: Bug reports
Topic: phpMyFaq 2.0.12 tags remain when articles are deleted
Replies: 1
Views: 2585

phpMyFaq 2.0.12 tags remain when articles are deleted

Thank you very much for this helpful tool! I have found what appears to be a bug:

When an article is deleted, the rows remain in faq_faqdata_tags, so if the tag was only used once it still shows up in the tag cloud but clicking on it takes you nowhere. (They tags also remain in faq_faqtags, but ...