20170728_jeffrey - silenceuncrio/diary GitHub Wiki

0920

一早來 planet 希望我們先抓一下web 的圖給他們製作 quick guide

  • status page
  • login

還好我這禮拜有先做

不過 planet 希望的是沒有 GPS 的一般版

我需要再重新 compile 一份 image

0950

compile 不過

只好自己手工換網頁 - scp and replace status.html and top.html

1130

M300 周會剛結束

我要把調整過後的 schedule mail 給 ariel

Dear Ariel,

因為 Planet: Customized WEB UI 急件的關係

RIP I/II 順延一個禮拜到 08/11/2017

OSPF 從 08/14/2017 到 09/01/2017

CTC: -40 ~ 85 C 從 09/04/2017 到 09/22/2017

1415

Fix issue 0000468: [Unauthorized] press backup file display "Unauthorized"

commit 96cd05b0eb9153ab5c9cb190127b1c3790f19b56
Author: jeffrey <[email protected]>
Date:   Fri Jul 28 14:11:40 2017 +0800

    Fix issue 0000468: [Unauthorized] press backup file display "Unauthorized"

 proscend/prosrc/webcgi/configuration.c           | 13 +++++++++++++
 proscend/prosrc/www/app/feature/configuration.js | 13 +++++++++++--
 proscend/prosrc/www/app/services/icos.service.js |  3 +++
 3 files changed, 27 insertions(+), 2 deletions(-)

1420

Modify the hint literal from '(Seconds)' to 'Seconds' for 'interval' field

commit b4c19a272afc58ba005924771c80e5a8ca3b26e0
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Fri Jul 28 14:23:44 2017 +0800

    Modify the hint literal from '(Seconds)' to 'Seconds' for 'interval' field

 proscend/prosrc/www/app/locale-en.json    | 2 +-
 proscend/prosrc/www/app/locale-fr.json    | 2 +-
 proscend/prosrc/www/app/locale-zh-tw.json | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

1445

交這禮拜的周報

1620

Refactoring 'Port Forwarding' web page

commit 35c747d5f15f9e804c70c4c7ebb41cee9129f958
Author: jeffrey <[email protected]>
Date:   Fri Jul 28 16:18:40 2017 +0800

    Refactoring 'Port Forwarding' web page

 proscend/prosrc/www/Makefile                       | 15 ++--
 .../www/app/feature/portForwarding_edit.html       | 85 ++++++++++++++++++++++
 .../www/app/feature/portForwarding_summary.html    | 69 ++++++++++++++++++
 .../prosrc/www/app/feature/portForwarding_v2.html  |  3 +
 .../www/app/feature/portForwarding_v2.html.src     |  3 +
 .../prosrc/www/app/feature/portForwarding_v2.js    | 84 +++++++++++++++++++++
 proscend/prosrc/www/app/views/menu.html            |  4 +-
 proscend/prosrc/www/index.html.src                 |  3 +
 8 files changed, 258 insertions(+), 8 deletions(-)

add '/app/feature/portForwarding_v2.html' to .gitignore

commit 05e24434851f2e78f8a962f77d7c384e3469f079
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Fri Jul 28 16:21:55 2017 +0800

    add '/app/feature/portForwarding_v2.html' to .gitignore

 proscend/prosrc/www/.gitignore                         | 1 +
 proscend/prosrc/www/app/feature/portForwarding_v2.html | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)

重構了 COM Ports 以及 Port Forwarding

就可以宣稱我們解掉了 issue - 0000434: apply some configure, sometimes hang up

1650

修了一個 bug - 會導致 Ethernet Ports 設定改變提醒使用者按下 reboot 按鈕失效

commit bf0cabce10852d322de484a52f173ec53745aeb9
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Fri Jul 28 16:50:40 2017 +0800

    Inject the '$location' service into the controller

 proscend/prosrc/www/app/feature/switch.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)