django-precise-bbcode icon indicating copy to clipboard operation
django-precise-bbcode copied to clipboard

A Django application for parsing, displaying and editing BBCodes-based text contents.

Results 22 django-precise-bbcode issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies

Bumps [django](https://github.com/django/django) from 3.2.24 to 3.2.25. Commits c98eca3 [3.2.x] Bumped version for 3.2.25 release. 072963e [3.2.x] Fixed CVE-2024-27351 -- Prevented potential ReDoS in Truncator.words(). 2ad2676 [3.2.x] Added release date for...

dependencies

I'm checking if I can upgrade a project to Python 3.12 yet, and while doing so, this library shows some syntax warnings: ``` 2.508 /usr/local/lib/python3.12/site-packages/precise_bbcode/bbcode/placeholder.py:37: SyntaxWarning: invalid escape sequence '\w'...

Hello I am current having this issues and it's quite annoying as BBCode parser is currently wrapping all url in `` tags. I have disabled the Replace links options in...

``` File "venv/lib/python3.10/site-packages/precise_bbcode/bbcode/defaults/tag.py", line 114, in render if href[0] == href[-1] and href[0] in ('"', '\'') and len(href) > 2: Exception Type: IndexError at / Exception Value: string index out...

Hello. It would be great to add a nofollow option. Awesome plugin. Thanks.

This works fine: ``` [url=https://localhost/www]text[/url] [img]https://localhost/www/img[/img] [url=https://localhost/www][img]https://localhost/www/img[/img][/url] ``` This does not: ``` [url=/www]text[/url] [img]/www/img[/img] [url=/www][img]/www/img[/img][/url] ``` Please fix or hint so I can fix it for us all faster