Posted by Nick Brown on November 11, 2009 at 8:26pm
| Project: | Bbcode |
| Version: | 6.x-1.2 |
| Component: | User interface |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | patch (to be ported) |
Issue Summary
While bbcode-filter.inc has table support the bbcode-help.inc file does not mention it.
bbcode-help.inc should be expanded to mention this support.
Comments
#1
Can you please prepare a patch?
#2
Its not only table, but there are couple of others too.
I'll be submitting a patch in a day or two.
#3
Damn me. I wasn't able to spare even five minutes to this job !! :! :!
I will do this asap
#4
Help page also needs to mention quotes and how they work.
It would be nice if someone came up with a forum-oriented module to include a "reply with quote" or "reply directly to this user" icon/link, and then, the quote is automatically added in the comment field. It's not necessary, but it would be an awesome module.
#5
I think you need to check out the quote module here. http://drupal.org/project/quote
#6
I have prepared the patch. Review & commit it.
PS: You will have to specify -R during patching. I think the arguments were misplaced :( and I deleted the modified file :(
#7
Patch is invalid. It deletes a bunch of lines that isn't in the file (wrong way diff maybe?)
#8
It is valid, see the attached image -
Ignore that Ctrl-C, it was a typo.
#9
$ patch -p0 -li bbcode-help.patchpatching file bbcode-help.inc
Reversed (or previously applied) patch detected! Assume -R? [n] y
Hunk #3 FAILED at 238.
1 out of 3 hunks FAILED -- saving rejects to file bbcode-help.inc.rej
If you cannot do another diff, please upload the entire updated file.
#10
Its very funny though. I think you're using the CVS version. With 6.x-1.2, the patch works as I showed it in the screenshot.
Here's the complete file :)
#11
Hi, it seems the Abbreviations and Acronyms part got repeated, as the help file already had them.
Here's the patch and the new file :)
#12
Sheesh. Bugs bugs bugs. I *hope* this is the final.
#13
Yes, it's clashing with http://drupalcode.org/viewvc/drupal/contributions/modules/bbcode/bbcode-...
I'll merge it in later.