Bubble [main]
Fixed issue number assignment
Mon May 15 21:43:53 2023 +0300
The counter was being incremented on every posting, including
comments. Also, there could be a DB constraint fail when the issueid
was set to zero on drafts and comments. Just use NULL for those.
Show issue number in the page title.
IssueID #30
50_bubble.py | 7 ++++--- feeds.py | 2 +- model.py | 20 ++++++++------------ 3 files changed, 13 insertions(+), 16 deletions(-)