mrlan
03353d49b1
Bug525-Hui ( #79 )
...
Co-authored-by: Hui Lan <lanhui@zjnu.edu.cn>
Reviewed-on: http://121.4.94.30:3000/mrlan/EnglishPal/pulls/79
Co-authored-by: mrlan <mrlan@noreply.121.4.94.30>
Co-committed-by: mrlan <mrlan@noreply.121.4.94.30>
2023-01-29 10:57:58 +08:00
mrlan
1373df2a3e
Merge pull request '增加单词默认勾选,并修改提示 Fix Bug 495 - Liang Li Gang' ( #77 ) from Bug495-LiangLiGang into master
...
Reviewed-on: http://121.4.94.30:3000/mrlan/EnglishPal/pulls/77
2023-01-29 10:27:22 +08:00
yugaoxiang
0209548896
提交作业
2022-12-31 18:25:13 +08:00
徐嘉辉
74eccfbebd
重复文章刷新
2022-12-20 19:55:02 +08:00
np1717
086dfcb6eb
fix bug 489
2022-12-19 17:54:10 +08:00
任榆
5cc981b549
Merge branch 'master' into Bug512-RenYu
2022-12-13 13:28:48 +08:00
张艺腾
e74f1ff477
Bug505-ZhangYiteng ( #61 )
...
bug修改只涉及到account_service.py中新增的5行。
其他增删都是重写reset.html(页面样式和login、signup页面相一致),并将reset、signup、login三个页面的共同样式抽离出独立的css文件。
Co-authored-by: Q_yt <2483750517@qq.com>
Co-authored-by: Hui Lan <lanhui@zjnu.edu.cn>
Reviewed-on: http://121.4.94.30:3000/mrlan/EnglishPal/pulls/61
Co-authored-by: 张艺腾 <2483750517@qq.com>
Co-committed-by: 张艺腾 <2483750517@qq.com>
2022-12-03 20:52:01 +08:00
梁立港
b65ffa6054
增加单词默认勾选,并修改提示
2022-12-01 21:04:12 +08:00
丁锐
7e3004a2e6
撤回操作
2022-11-29 16:55:48 +08:00
丁锐
3609421976
对确认密码部分保证有数据读入
2022-11-29 16:53:59 +08:00
任榆
5c85041135
Bug 512 - 文章朗读问题
...
在fillwowrd.js中添加了stopRead()函数,将其添加给对应按钮或超链接以终止朗读。
2022-11-25 15:42:37 +08:00
Lan Hui
ecc354bc0d
Refactor: use better function
2022-08-02 12:33:41 +08:00
Lan Hui
0098fa8746
Prevent attribute injection
2022-07-29 15:26:19 +08:00
徐幸
2c1bc98833
Bug422-XuXing ( #46 )
...
增加了返回上一篇的按钮及相关功能的实现,当点击下一篇文章跳转至下一篇时,页面中会增加一个返回上一篇按钮,点击返回上一篇按钮后可以回到上一篇。
Co-authored-by: Lan Hui <1348141770@qq.com>
Reviewed-on: http://121.4.94.30:3000/mrlan/EnglishPal/pulls/46
Co-authored-by: 徐幸 <2567198082@qq.com>
Co-committed-by: 徐幸 <2567198082@qq.com>
2022-07-21 23:13:33 +08:00
Lan Hui
e9eb604a22
Improve spacing and indentation.
2022-07-20 17:10:03 +08:00
Lan Hui
9beb1ad1d2
Make up the enclosing >.
2022-07-20 17:09:04 +08:00
Lan Hui
8998d6e4af
Improve spacing.
2022-07-20 17:08:07 +08:00
Lan Hui
8747f35fd8
Make up the enclosing >.
2022-07-20 17:07:09 +08:00
Lan Hui
fdb432031f
Better indentation.
2022-07-20 17:06:11 +08:00
Lan Hui
1401870591
Use Chinese UI language.
2022-07-20 17:04:34 +08:00
Lan Hui
1ca90bb2a9
Remove superfluous 'jjj'.
2022-07-20 17:00:13 +08:00
Lan Hui
ea19658212
Merge branch 'Improvement-Stewart'
2022-07-20 16:57:31 +08:00
Lan Hui
50a1093781
Remove loop.index0, as it is hard to understand.
2022-07-18 19:51:23 +08:00
陈靖毅
c21659ba7e
Bug477 重构 and 增加功能 ( #48 )
...
Co-authored-by: cjybyjk <cjybyjk@zjnu.edu.cn>
Co-authored-by: Lan Hui <1348141770@qq.com>
Reviewed-on: http://121.4.94.30:3000/mrlan/EnglishPal/pulls/48
Co-authored-by: 陈靖毅 <cjybyjk@zjnu.edu.cn>
Co-committed-by: 陈靖毅 <cjybyjk@zjnu.edu.cn>
2022-07-18 16:00:08 +08:00
邱忠辉
9d420acd8b
[REFACTOR] user_service.py: Added id to user name, word and frequency for click to execute AJAX request in JS ( #30 )
...
1. Add jquery.js and word_operation.js to the static folder.
2. Changed the return type of the familiar, unfamiliar and deleteword methods of user_service.py.
```
original: return redirect(url_for('userpage', username=username))
now: return "success"
```
3. In order to get elements in JS to make ajax requests we add ids in userpage_get.html for familiar, unfamiliar, delete buttons and so on.
4. When the user's word book was retrieved, the list returned was already sorted in descending order of frequency, so redundant code was removed in userpage_get.html.
Co-authored-by: PeterQiu <www.1392993990@qq.com>
Co-authored-by: Lan Hui <1348141770@qq.com>
Reviewed-on: http://121.4.94.30:3000/mrlan/EnglishPal/pulls/30
Co-authored-by: 邱忠辉 <1392993990@qq.com>
Co-committed-by: 邱忠辉 <1392993990@qq.com>
2022-07-18 13:29:04 +08:00
stewy
6823c10043
improved
2022-06-14 13:25:42 +08:00
stewy
ee44372848
improved
2022-06-14 12:37:28 +08:00
Lan Hui
f675870401
templates/mainpage_get.html: Use more appropriate word. 将'登出'按钮改为'退出' -- 陈天乐
2022-01-27 20:15:26 +08:00
Lan Hui
8dab62df7e
templates/mainpage_get.html: fix typo -- 陈天乐
2022-01-27 20:12:10 +08:00
mrlan
c43e4c3f7c
Merge pull request 'Use named style for sqlite3 execute()' ( #22 ) from Hui-SaferSQL into master
...
Reviewed-on: http://121.4.94.30:3000/mrlan/EnglishPal/pulls/22
2022-01-27 17:09:29 +08:00
Lan Hui
18dfad910b
Use named style for sqlite3 execute()
2022-01-27 17:01:03 +08:00
Lan Hui
788bca8873
templates/signup.html: user name must not be empty. Bug reported and fixed by 丁宇超. For more details, see http://118.25.96.118/bugzilla/show_bug.cgi?id=347 and http://118.25.96.118/kanboard/?controller=BoardViewController&action=show&project_id=183
2022-01-27 13:02:27 +08:00
Lan Hui
42356c222d
templates/mainpage_get.html: remove superfluous ()
2022-01-27 12:48:25 +08:00
Lan Hui
edb801b95e
Show the expiry notice if the account has expired.
2022-01-27 12:45:09 +08:00
Lan Hui
ba2ff7dee2
Remove music player js because that is not the focus of EnglishPal. If people want to listen music, they have better options than EnglishPal.
2022-01-27 11:40:58 +08:00
Lan Hui
b0d80096d6
templates/userpage_get.html: change the position and order of the checkboxes.
2022-01-27 11:27:26 +08:00
Lan Hui
4d2dd2b68e
Repalce old app folder with SoftArch王炫/english-pal-master/app/
2022-01-26 21:10:09 +08:00
Hui Lan
843ed03d4f
Publish EnglishPal source code
2021-04-06 16:22:03 +08:00