- Arkhangelsk, Russia
- https://skobk.in
- Joined on
2022-03-02
WIP: feature_paste
Let this thread be for now, but we'd better make this entity immutable and remove every setter method from here.
WIP: feature_paste
Before merging this we should ideally have only one migration which does everything from scratch or from previous database version. There is no need to repeat entire development process on the production.
WIP: feature_paste
I'd also suggest to make this entity readonly. It'll give some performance benefits.
You can read about that [here](https://www.doctrine-project.org/projects/doctrine-orm/en/2.15/reference/attribu…
skobkin
synced commits to refs/tags/1.5.517-rc at skobkin/docker-murmur from mirror
2023-07-20 03:01:40 +03:00
ff19f6bd66
Merge branch 'upgrade_1.5.517' into 'master'
aae98a03b8
Updating Mumble to 1.5.517. Basing image on alpine:3.18. As Mumble has a bug...
skobkin
synced new reference refs/tags/1.5.517-rc to skobkin/docker-murmur from mirror
2023-07-20 03:01:40 +03:00
Fix #53. Temporarily (?) sanitizing all HTML tags from RSS item descriptions to avoid non-closed tags being sent to Telegram API.
e1e9ce0055
Fix #53. Temporarily (?) sanitizing all HTML tags from RSS item descriptions to avoid non-closed tags being sent to Telegram API.
Return simplified HTML subset to item descriptions
It's being said that BeautifulSoup could be used to achive this:
from BeautifulSoup import BeautifulSoup
soup = BeautifulSoup(html)
print soup.prettify("<p><ul><li>Foo")
pri…
Return simplified HTML subset to item descriptions
Telegram API error: can't parse entities: Unclosed start tag
Fix #51. Using another symbol for cut text to avoid HTML parsing error in Telegram API.