From 3405baef38ba014c54498f7e4cccf7ae5d7f4c88 Mon Sep 17 00:00:00 2001 From: Menci Date: Sun, 21 Apr 2019 15:50:41 +0800 Subject: [PATCH 1/5] Update README --- README.en.md | 4 +--- README.md | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.en.md b/README.en.md index 77081c6..501c628 100644 --- a/README.en.md +++ b/README.en.md @@ -4,9 +4,7 @@ An online judge system for algorithm competition. -This project is the **official** successor and rewritten version of the original Python/Flask version of SYZOJ, which is authorized by the original author [@Chenyao2333](https://github.com/Chenyao2333). - -Currently maintained by [LibreOJ](https://loj.ac). +This project is based on [@Chenyao2333](https://github.com/Chenyao2333)'s [SYZOJ](https://github.com/Zhengzhou-11-Highschool/syzoj). Currently maintained by [LibreOJ](https://loj.ac). # Deploying Currently, the tutorial for deploying is only available in Chinese. It's [部署指南](https://github.com/syzoj/syzoj/wiki/%E9%83%A8%E7%BD%B2%E6%8C%87%E5%8D%97) in this project's wiki. diff --git a/README.md b/README.md index 8c12001..1620b3f 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,7 @@ 一个用于算法竞赛的在线评测系统。 -此项目为重写过的、原 Python/Flask 版 SYZOJ 的**官方**后继版本,由原作者 [@Chenyao2333](https://github.com/Chenyao2333) 授权。 - -目前由 [LibreOJ](https://loj.ac) 维护。 +本项目继承自 [@Chenyao2333](https://github.com/Chenyao2333) 的 [SYZOJ](https://github.com/Zhengzhou-11-Highschool/syzoj),目前由 [LibreOJ](https://loj.ac) 维护。 # 部署 见本项目 Wiki 中的 [部署指南](https://github.com/syzoj/syzoj/wiki/%E9%83%A8%E7%BD%B2%E6%8C%87%E5%8D%97)。 From 744b91c95a18fb60cfc1905d76420e897e784ba0 Mon Sep 17 00:00:00 2001 From: Menci Date: Mon, 22 Apr 2019 10:38:18 +0800 Subject: [PATCH 2/5] Fix MD5 not working on edit user page --- views/user_edit.ejs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/views/user_edit.ejs b/views/user_edit.ejs index 63e8ef3..08166b3 100644 --- a/views/user_edit.ejs +++ b/views/user_edit.ejs @@ -44,7 +44,7 @@
- +
<%- this.showLoadingEditor(); %> @@ -94,7 +94,14 @@
+ +