mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2025-02-02 20:10:00 +00:00
TRCYX
a8cec5a42f
fix(blog): fix incorrect blog links from writing page (#38)
When a blogs was saved, only links of form "/blog/id/write" was returned, ignoring username. Under a subdomain ("user.blog.site/blog/id/write") this is fine, but it does not work if a subdomain is not used ("site/blog/id/write"). `HTML::blog_url` should be called to return the links. Also, DB::insert_id is called before actually inserting the blogs to get the new blog's id. This sometimes return a 0, especially when the user has just deleted a blog. DB::insert_id should be called after the insert instead.
Description
Online Judge System for Shijiazhuang No.2 Middle School, based on Universal Online Judge.
https://sjzezoj.com
Readme
AGPL-3.0
43 MiB
Languages
JavaScript
93.4%
PHP
4.2%
C++
1.3%
TypeScript
0.3%
CSS
0.3%
Other
0.4%