S2OJ/uoj/1/app/controllers
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.
2019-04-26 00:07:47 +08:00
..
judge update: fetch commits from upstream 2018-09-20 19:34:38 +08:00
subdomain/blog fix(blog): fix incorrect blog links from writing page (#38) 2019-04-26 00:07:47 +08:00
add_contest.php feat(uoj/1/app): modify the DB operation to support PHP7 2018-09-20 17:38:21 +08:00
announcements.php Initial commit 2018-09-20 17:21:40 +08:00
blog_show.php Initial commit 2018-09-20 17:21:40 +08:00
blogs.php Initial commit for PHP7 2018-09-20 17:38:09 +08:00
change_user_info.php feat(uoj/1/app): modify the DB operation to support PHP7 2018-09-20 17:38:21 +08:00
click_zan.php feat(uoj/1/app): modify the DB operation to support PHP7 2018-09-20 17:38:21 +08:00
contest_inside.php update: fetch commits from upstream 2018-09-20 19:34:38 +08:00
contest_manage.php feat(uoj/1/app): modify the DB operation to support PHP7 2018-09-20 17:38:21 +08:00
contest_members.php feat(uoj/1/app): modify the DB operation to support PHP7 2018-09-20 17:38:21 +08:00
contest_registration.php feat(uoj/1/app): modify the DB operation to support PHP7 2018-09-20 17:38:21 +08:00
contests.php Initial commit 2018-09-20 17:21:40 +08:00
download.php feat(uoj/1/app): modify the DB operation to support PHP7 2018-09-20 17:38:21 +08:00
faq.php Initial commit for PHP7 2018-09-20 17:38:09 +08:00
forgot_pw.php Initial commit for PHP7 2018-09-20 17:38:09 +08:00
hack_list.php Initial commit 2018-09-20 17:21:40 +08:00
hack.php feat(uoj/1/app): modify the DB operation to support PHP7 2018-09-20 17:38:21 +08:00
index.php Initial commit for PHP7 2018-09-20 17:38:09 +08:00
login.php fix(uoj/1/app/controllers): fix login failure loop when logout from user profile modify page 2018-09-23 23:14:39 +08:00
logout.php Initial commit 2018-09-20 17:21:40 +08:00
problem_data_manage.php feat(uoj/1/app): move data to the root when subfolder exists in the uploaded data zip 2019-04-16 22:48:13 +08:00
problem_managers_manage.php feat(uoj/1/app): modify the DB operation to support PHP7 2018-09-20 17:38:21 +08:00
problem_set.php update: fetch commits from upstream 2018-09-20 19:34:38 +08:00
problem_statement_manage.php Initial commit 2018-09-20 17:21:40 +08:00
problem_statistics.php feat(uoj/1/app): modify the DB operation to support PHP7 2018-09-20 17:38:21 +08:00
problem.php feat(uoj/1/app): modify the DB operation to support PHP7 2018-09-20 17:38:21 +08:00
ranklist.php Initial commit 2018-09-20 17:21:40 +08:00
register.php feat(uoj/1/app): modify the DB operation to support PHP7 2018-09-20 17:38:21 +08:00
reset_pw.php Initial commit 2018-09-20 17:21:40 +08:00
submission_status_details.php Initial commit 2018-09-20 17:21:40 +08:00
submission.php Initial commit 2018-09-20 17:21:40 +08:00
submissions_list.php feat(uoj/1/app): modify the DB operation to support PHP7 2018-09-20 17:38:21 +08:00
super_manage.php fix(uoj/1/app/controllers): fix Judgement Failed submissions table not shown for superuser 2018-10-11 23:35:32 +08:00
user_info.php feat(uoj/1/app): modify the DB operation to support PHP7 2018-09-20 17:38:21 +08:00
user_msg.php feat(uoj/1/app): modify the DB operation to support PHP7 2018-09-20 17:38:21 +08:00
user_system_msg.php Initial commit 2018-09-20 17:21:40 +08:00