20170807_jeffrey - silenceuncrio/diary GitHub Wiki

0905

這禮拜先 focus 在即將 release 的 V1.52

0915

切到

➜  www git:(develop) git checkout release/v1.52
Branch release/v1.52 set up to track remote branch release/v1.52 from origin.
Switched to a new branch 'release/v1.52'
➜  www git:(release/v1.52) 

1005

ariel 表示目前的 WAN Ethernet 已不再需要 UI 幫忙做 reboot

commit cf11280d06188db71cd99bd0fc82d76d10494c60
Refs: [release/v1.52], {origin/release/v1.52}
Author: jeffrey <[email protected]>
Date:   Mon Aug 7 10:02:37 2017 +0800

    No matter the protocol changed or not
    - send 'chg_wproto' event
    - no more rebooting required

 proscend/prosrc/www/app/feature/wanEthernet.js | 35 +++++---------------------
 1 file changed, 6 insertions(+), 29 deletions(-)

1305

再幫 john 的 'Ethernet Ports' web page 小修一下

commit 75a0cf1fa21f76489b1ae6c66633a5b186f6ed42
Refs: [release/v1.52], {origin/release/v1.52}
Author: jeffrey <[email protected]>
Date:   Mon Aug 7 13:02:04 2017 +0800

    'Ethernet Ports' web page
    - refactoring the layout
    - remove the 'reboot' warning message
    - after page loaded, refresh the status per 2 seconds, 10 times

 proscend/prosrc/www/app/feature/switch.html | 83 +++++++++++++----------------
 proscend/prosrc/www/app/feature/switch.js   | 34 ++++++++++--
 proscend/prosrc/www/app/locale-en.json      | 26 ++++-----
 proscend/prosrc/www/app/locale-fr.json      | 26 ++++-----
 proscend/prosrc/www/app/locale-zh-tw.json   | 26 ++++-----
 5 files changed, 111 insertions(+), 84 deletions(-)

1540

既然目前 WAN EthernetWork As 改變已經不需要 rebooting 了

那 pppoe 要從 set 改成 apply

commit df8a22489862700b0c79535426542dd52ae9908a
Refs: [release/v1.52], {origin/release/v1.52}
Author: jeffrey <[email protected]>
Date:   Mon Aug 7 15:38:29 2017 +0800

    use icos.pppoe.apply instead of icos.pppoe.set since we do not need reboot the system now

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

1600

再幫 ariel 清一下過去的 workaround

commit 9a0fd0e93787d400305995323a0d88d507985614
Refs: [release/v1.52], {origin/release/v1.52}
Author: jeffrey <[email protected]>
Date:   Mon Aug 7 16:04:32 2017 +0800

    Use ICOS_Apply() instead of ICOS_SetSeeing while:
    - HTTP GET 'cgi-bin/ipv6lan.cgi?act=default'
    - HTTP POST 'cgi-bin/lte.cgi?act=sim_pin_apply'

 proscend/prosrc/webcgi/ipv6lan.c | 352 +++++++++++++++++++--------------------
 proscend/prosrc/webcgi/lte.c     |   2 +-
 2 files changed, 177 insertions(+), 177 deletions(-)