20171005_jeffrey - silenceuncrio/diary GitHub Wiki
0905
review
0935
ariel 追加 status page 的修改
commit 20fe3a1ff13f7b325f4a57421693d5e7573dd2e6
Author: jeffrey <[email protected]>
Date: Thu Oct 5 09:33:41 2017 +0800
When 'roaming_flag == 1', disply '(Roaming' with red color behind the 'Modem Status' of current SIM
proscend/prosrc/webcgi/icos_shm.c | 16 ++++++++++++++++
proscend/prosrc/www/app/feature/status.js | 10 +++++++++-
proscend/prosrc/www/app/services/icos.service.js | 3 +++
.../www/brand_nobrand/app/feature/status_gnss.html | 5 ++++-
.../www/brand_nobrand/app/feature/status_no_gnss.html | 5 ++++-
.../prosrc/www/brand_planet/app/feature/status_gnss.html | 5 ++++-
.../www/brand_planet/app/feature/status_no_gnss.html | 5 ++++-
7 files changed, 44 insertions(+), 5 deletions(-)
0945
review 一下 mantis 上跟我有關的 issue
- 0000528 - 當選擇Full時, 其完整網址要去掉https://才會有作用, [^] 這部分請提示在Web或是user manual.
- 0000522 - log的排序不對 , 號碼1不該是最新的log. (最新最近的log在最上方是ok的, 但應該是號碼最大的)
- 0000518 - VRRP MAC address
- 0000517 - [VRRP] ping virtual ip for w/ GPS and w/o GPS version issue
- 0000515 - Add hint in URL filter
- 0000341 - M301, cold start boot up fail @-40c
- 0000382 - Web UI - IE - press menu, not popup login, sometimes slow, sometimes need refresh
- 0000485 - [IPv6] access Global IP more times, can not access web page
- 0000443 - Please remember to add Verify function to your responsible modules
0955
下面這兩個 issue 是相同的
- 0000528 - 當選擇Full時, 其完整網址要去掉https://才會有作用, [^] 這部分請提示在Web或是user manual.
- 0000515 - Add hint in URL filter
已經解決了
update mantis
1005
解決 0000522 - log的排序不對 , 號碼1不該是最新的log. (最新最近的log在最上方是ok的, 但應該是號碼最大的)
commit 07ea94c08f2bf4bbcd002dd1b70c136607f3d711
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Thu Oct 5 10:03:30 2017 +0800
Fix mantis issue 522:
log的排序不對 , 號碼1不該是最新的log. (最新最近的log在最上方是ok的, 但應該是號碼最大的)
proscend/prosrc/www/app/feature/logging.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 20fe3a1ff13f7b325f4a57421693d5e7573dd2e6
Author: jeffrey <[email protected]>
1155
漏了一項 ariel 寫在 LTE Misc - Azuretec 裡的
commit 89df2bb9c868a9df48f780f164806a22db24fd37
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Thu Oct 5 11:52:22 2017 +0800
After Change SIM PIN or SIM PUK, Please ask user to Reboot
proscend/prosrc/www/app/feature/dualSim.js | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
1805
下班前再做一個
commit 4902183744737561ccae9ba41a5b11cec701b286
Author: jeffrey <[email protected]>
Date: Thu Oct 5 18:03:19 2017 +0800
Add 'SMTP' Web page:
- related CGI: smtp.cgi
proscend/prosrc/webcgi/Makefile | 2 +-
proscend/prosrc/webcgi/smtp.c | 105 +++++++++++++++++++++++
proscend/prosrc/www/app/feature/smtp.html | 71 +++++++++++++++
proscend/prosrc/www/app/feature/smtp.js | 52 +++++++++++
proscend/prosrc/www/app/locale-en.json | 10 +++
proscend/prosrc/www/app/locale-fr.json | 10 +++
proscend/prosrc/www/app/locale-zh-tw.json | 10 +++
proscend/prosrc/www/app/services/icos.service.js | 9 ++
proscend/prosrc/www/src/index.html.src | 1 +
proscend/prosrc/www/src/menu.html.src | 2 +
10 files changed, 271 insertions(+), 1 deletion(-)