20200507_jeffrey - silenceuncrio/diary GitHub Wiki
0900
M300 - task - [100%] - P1 - modem firmware upgrade like router image upgrade
- profile = CTCU/0_CTCU
commit 6b90c9ee966e0f6d2f3f9a20c0f33820a8611ab9
Refs: [release/v2.06], {origin/release/v2.06}
Author: jeffrey <[email protected]>
Date: Thu May 7 09:55:24 2020 +0800
add modem firmware size checking
- invalid - bigger than 100MB
proscend/prosrc/www/app/feature/local_modemfw.js | 8 ++++++++
1 file changed, 8 insertions(+)
1000
ISMS Server project meeting
這禮拜都沒進度
不過 ISMS Server CGI 下禮拜就可以試著來呼叫看看了
1050
M300 - task - [0%] - P1 - Tradition Chinese Translation
1145
下午優先做這兩件事
M350-C - task
- [0%] P1 - CTCU - ICR全系列web banner 加入顯示設備型號
- [0%] P1 - hidden page to translate language
改在 hotfix/v0.03
1300
M350-C - task - [100%] P1 - CTCU - ICR全系列web banner 加入顯示設備型號
- profile = CTCU/0_CTCU
commit 11075b91f9d8594debac20ff9b92429fb5cabd33
Refs: [hotfix/v0.03], {origin/hotfix/v0.03}
Author: jeffrey <[email protected]>
Date: Thu May 7 13:21:54 2020 +0800
display Model Name and model description at web banner for profile ctcu
proscend/prosrc/webcgi/status.c | 1 +
proscend/prosrc/www/brand_ctcu/brand/custom.css | 5 +++++
proscend/prosrc/www/brand_ctcu/src/brand/top.html.src | 4 +++-
proscend/prosrc/www/src/app/app.controller.js.src | 1 +
4 files changed, 10 insertions(+), 1 deletion(-)
M350-C - task - [0%] P1 - hidden page to translate language
commit 6f27658d74245471b45f174220e44e4f3c3bf0ed
Refs: [hotfix/v0.03], {origin/hotfix/v0.03}
Author: jeffrey <[email protected]>
Date: Thu May 7 14:15:09 2020 +0800
add a secrete page - /translate_diy
- for user to translate by their self
proscend/prosrc/webcgi/Makefile | 2 +
proscend/prosrc/webcgi/api.c | 4 +
proscend/prosrc/webcgi/jweb.c | 8 +
proscend/prosrc/webcgi/jweb.h | 2 +
proscend/prosrc/webcgi/translate_diy.c | 297 +++++++++++++++++++++
proscend/prosrc/www/Makefile | 2 +
proscend/prosrc/www/app/feature/translate_diy.html | 184 +++++++++++++
proscend/prosrc/www/app/feature/translate_diy.js | 149 +++++++++++
proscend/prosrc/www/app/services/icos.service.js | 50 ++++
proscend/prosrc/www/src/index.html.src | 1 +
10 files changed, 699 insertions(+)
1415
M300 - task - [0%] - P1 - Tradition Chinese Translation
commit 11f0732163389279659f15f05514bb0d70c4aaad
Refs: [release/v2.06], {origin/release/v2.06}
Author: jeffrey <[email protected]>
Date: Thu May 7 15:32:08 2020 +0800
prepare the "zh-tw" language for setting wizard
proscend/prosrc/www/app/feature/wizard.html | 204 ++++++++++++++--------------
proscend/prosrc/www/app/locale-en.json | 81 +++++++++++
proscend/prosrc/www/app/locale-fr.json | 81 +++++++++++
proscend/prosrc/www/app/locale-zh-tw.json | 81 +++++++++++
4 files changed, 345 insertions(+), 102 deletions(-)
1535
M300 - task - [0%] P1 - CTCU - ICR全系列web banner 加入顯示設備型號
commit d0c1cb9ab49ff52dbcb5c211dcab47aed079c911
Refs: [release/v2.06], {origin/release/v2.06}
Author: jeffrey <[email protected]>
Date: Thu May 7 16:17:40 2020 +0800
display Model Name and model description at web banner for profile ctcu
proscend/prosrc/webcgi/status.c | 1 +
proscend/prosrc/www/app/app.controller.js | 1 +
proscend/prosrc/www/brand_ctcu/brand/custom.css | 5 +++++
proscend/prosrc/www/brand_ctcu/src/brand/top.html.src | 3 +++
4 files changed, 10 insertions(+)
1620
M330 - issue - [100%] 0001024: setup wizard always fail
昨天的修正忘了修正到 wizard.html 去
commit ab0a2c5fc1c8a4e2e984c165f72748163c8f3efb
Refs: [release/v1.02], {origin/release/v1.02}
Author: jeffrey <[email protected]>
Date: Thu May 7 17:19:04 2020 +0800
adjust the maxlength of Name(SSID) at 'Setting Wizar' from 33 to 32
- SSID with length 33 cause apply 500 internal error
proscend/prosrc/www/app/feature/wizard.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)