dev/null |binary debian/changelog | 12 scripts/mandatory | 52 + scripts/vyatta-webgui-chunker.init | 2 src/client/Vyatta/blank.gif |binary src/client/Vyatta/blank.html | 14 src/client/Vyatta/css/base-css.css | 145 ++- src/client/Vyatta/images/commit_available.gif |binary src/client/Vyatta/images/commit_disabled.gif |binary src/client/Vyatta/images/commit_mouseover.gif |binary src/client/Vyatta/images/create.png |binary src/client/Vyatta/images/delete.png |binary src/client/Vyatta/images/discard_available.gif |binary src/client/Vyatta/images/discard_disabled.gif |binary src/client/Vyatta/images/discard_mouseover.gif |binary src/client/Vyatta/images/grid_modify.gif |binary src/client/Vyatta/images/head-background.GIF | 0 src/client/Vyatta/images/head-background.JPG | 0 src/client/Vyatta/images/head-background.PNG | 0 src/client/Vyatta/images/head-background.gif |binary src/client/Vyatta/images/hide_tips_available.gif |binary src/client/Vyatta/images/hide_tips_disabled.gif |binary src/client/Vyatta/images/hide_tips_mouseover.gif |binary src/client/Vyatta/images/load_available.gif |binary src/client/Vyatta/images/load_disabled.gif |binary src/client/Vyatta/images/load_mouseover.gif |binary src/client/Vyatta/images/logo_top_banner_bg.gif |binary src/client/Vyatta/images/redo_available.gif |binary src/client/Vyatta/images/redo_disabled.gif |binary src/client/Vyatta/images/redo_mouseover.gif |binary src/client/Vyatta/images/save_available.gif |binary src/client/Vyatta/images/save_disabled.gif |binary src/client/Vyatta/images/save_mouseover.gif |binary src/client/Vyatta/images/show_available.gif |binary src/client/Vyatta/images/show_disabled.gif |binary src/client/Vyatta/images/show_mouseover.gif |binary src/client/Vyatta/images/show_tips_available.gif |binary src/client/Vyatta/images/show_tips_disabled.gif |binary src/client/Vyatta/images/show_tips_mouseover.gif |binary src/client/Vyatta/images/tab-configuration-active.gif |binary src/client/Vyatta/images/tab-configuration-available.gif |binary src/client/Vyatta/images/tab-configuration-disabled.gif |binary src/client/Vyatta/images/tab-configuration-over.gif |binary src/client/Vyatta/images/tab-operation-active.gif |binary src/client/Vyatta/images/tab-operation-available.gif |binary src/client/Vyatta/images/tab-operation-over.gif |binary src/client/Vyatta/images/undo_available.gif |binary src/client/Vyatta/images/undo_disabled.gif |binary src/client/Vyatta/images/undo_mouseover.gif |binary src/client/Vyatta/images/view_available.gif | 0 src/client/Vyatta/images/view_disabled.gif | 0 src/client/Vyatta/images/view_mouseover.gif | 0 src/client/Vyatta/js/vyatta-gridview.js | 19 src/client/Vyatta/js/vyatta-main.js | 22 src/client/Vyatta/js/vyatta-panels.js | 704 +++++++++++---- src/client/Vyatta/js/vyatta-tree.js | 241 ++--- src/client/Vyatta/main.html | 27 src/client/Vyatta/utils/vyatta-cli-command.js | 452 +++++++-- src/client/Vyatta/utils/vyatta-utils.js | 3 src/client/index.html | 4 src/server/authenticate.cc | 53 - src/server/chunker_main.cc | 2 src/server/chunker_manager.cc | 12 src/server/chunker_manager.hh | 3 src/server/chunker_processor.cc | 44 src/server/command.cc | 7 src/server/configuration.cc | 24 src/server/processor.cc | 35 src/server/processor.hh | 1 src/server/session.cc | 2 70 files changed, 1395 insertions(+), 485 deletions(-)
New commits: commit 93d32423ded410e8049e0d0bbb3e5a8a9ed93e9b Author: Kevin Choi <[email protected]> Date: Thu Feb 19 02:03:08 2009 +0000 * con't fixed to op output command should clear up the old values commit 6bcaafc17143ac92704f72b5ea66a5ac2b3b2d15 Author: Kevin Choi <[email protected]> Date: Thu Feb 19 01:27:28 2009 +0000 * Fixed font to be consistent for both conf and op mode headers * Fixed for IE-7 scrollbar broken for op mode output panel * Fixed sometime take more then 1 click to stop long/continue op command * Do not fill in un-default combo box value * Sometime op command output display in a wrong node. * flag indicator should sync up with server commit 43d5791f63b1f6736566ad82267bd6c65e3f7546 Author: slioch <[email protected]> Date: Wed Feb 18 16:13:14 2009 -0800 added back session timeout. currently set to 30 minutes. also added code to set uid/gid for background op mode cmd writer process. commit e83490cb35faa24b949f7c477de6786be0fac4e7 Author: Kevin Choi <[email protected]> Date: Tue Feb 17 23:35:34 2009 +0000 * blocked all red/yellow dot from operation tree nodes commit 30f7408c2dd6e3f413fc7d25b4098ce8d5e0c1e2 Author: Kevin Choi <[email protected]> Date: Tue Feb 17 22:54:42 2009 +0000 * added 'create' and 'delete' buttons for config mode * fixed op mode header cut-off on IE browser commit 1b47de736dfe027dc814d328275ef553d16fc6d4 Author: Kevin Choi <[email protected]> Date: Tue Feb 17 14:58:11 2009 +0000 * Removed input/output panel's title from form and made the title look&feel like a toolbar. This way when scroll form left and right does not look kind of odd. commit d7e535f495d77e021b38d72939b40540ccf26b9c Author: Kevin Choi <[email protected]> Date: Tue Feb 17 09:33:15 2009 +0000 * fixed bug 4137: tooltip on configuration mode delete button * fixed tab key for combobox field * fixed bug 4135: multi-node modify indicator should consistent with other fields commit d383c44b4bb8b4a7c6f43dc911ec7314ded91e63 Author: Kevin Choi <[email protected]> Date: Tue Feb 17 07:53:05 2009 +0000 * fixed input fields 'tab' character handler for grid fields * intercept 'enter' character from grid fields for submit the changes to server commit 6999fd0fefb0a1fd02e86db5381f951c5ad8bc2e Author: Kevin Choi <[email protected]> Date: Mon Feb 16 09:20:07 2009 +0000 * Fixed browser compatible for IE to align input fields. * Delete system configuration node should not change to parent node. commit 6f41923e3d2ef22b31e0fe97d6524a3f6f773c36 Author: Kevin Choi <[email protected]> Date: Mon Feb 16 05:04:59 2009 +0000 * support gird fields to handle un-submit values * support checkbox fiels to handle un-submit values * misc bugs fixed under new UI layout commit e76af33b1b582d3071bcc227d2ca0833050bf70d Author: Kevin Choi <[email protected]> Date: Sun Feb 15 05:57:12 2009 +0000 * Work around to get focus for multi text fields commit 6a4335f2b0cf34ae4a5e5b2ee6144c60572218b7 Author: Kevin Choi <[email protected]> Date: Sat Feb 14 00:12:32 2009 +0000 * Improved user data entry for the new user layout. commit 62cb63270171a2146e7f4719679c4e477e526fea Author: Kevin Choi <[email protected]> Date: Fri Feb 13 18:20:18 2009 +0000 * Con't checked in for using 'set' button to submit configuration values commit ca3581f10daedd7c94eeb127d6ba9bfc4523a168 Author: Kevin Choi <[email protected]> Date: Fri Feb 13 15:13:53 2009 +0000 * Changed the behavior of submit config values eighter press 'set' button or press 'enter' key. commit 8c2f47274602203d3e4f8faac0cbde03f9f55a5c Author: Kevin Choi <[email protected]> Date: Thu Feb 12 23:41:52 2009 +0000 * fixed missing op mode 'run' button commit b71bd386b920cd353c874e320885f94ab45c567d Author: Kevin Choi <[email protected]> Date: Thu Feb 12 21:40:02 2009 +0000 * block focus for checkbox field. IE rejected it commit f35cb6e13b0c94cb55026ae236ea7b62ab53ad1f Author: Kevin Choi <[email protected]> Date: Thu Feb 12 20:38:20 2009 +0000 * align button to text for conf mode * Set input field focus on first input field. commit 6e0e8f2c2751d6a642c06ad9963cfc2b123d0216 Author: Kevin Choi <[email protected]> Date: Thu Feb 12 19:58:59 2009 +0000 * changed un-submit field background color to light yellow * obtains input focus for gird fields on IE commit caf34e490c80a54076bb238d9906d7c8a42034d6 Author: Kevin Choi <[email protected]> Date: Thu Feb 12 06:23:32 2009 +0000 * selected the new created tree node and populate all input fields commit 0ccb029c80236c5a9104289b5fca6dd6aac7dfd4 Author: Kevin Choi <[email protected]> Date: Thu Feb 12 05:02:42 2009 +0000 * set focus for next input field after sent set value to server commit fafa2748e2412acd510fb0148c0e690a80ff2d76 Author: Kevin Choi <[email protected]> Date: Thu Feb 12 03:22:54 2009 +0000 * Moved conf mode button to far top-right * partial check in for press on enter key to submit to server. commit e046539fcfd71a065d73832c6d1b43cc19a15b1c Author: Justin Fletcher <[email protected]> Date: Wed Feb 11 16:14:40 2009 -0800 Additional mandatory nodes commit 1665732b5ec328c20f423ba2eb13e9607a03709a Author: slioch <[email protected]> Date: Wed Feb 11 15:11:32 2009 -0800 modified shutdown of chunker process to clean up op files on shutdown rather than on startup. Should resolve bug 4125 which was the result of a race condition between a restart of the process and the client accessing a multipart command. commit 32a9ac876f42342c0ad4d0b53a28031db29d193a Author: slioch <[email protected]> Date: Wed Feb 11 14:06:05 2009 -0800 fixed character scanner to properly exlude form feed characters (all control characters other than \n,\r,\t) commit cc1eb30614215ea5e2065bf8883e40f07abd4087 Author: Kevin Choi <[email protected]> Date: Wed Feb 11 02:35:08 2009 +0000 * additional fixed to display hostname. commit 52c8454146833fd36e7f6c1d38f917043c136848 Author: Kevin Choi <[email protected]> Date: Tue Feb 10 00:38:59 2009 +0000 * remove unsued images commit 5c4e29dba4c44cd4cecd926d39ec3e4850709be1 Author: slioch <[email protected]> Date: Mon Feb 9 14:59:10 2009 -0800 fixed extra node.tag entries--introduced by additional parsing of comp_help commit b5ae6252538d78901dcb3eabc5c3e3407eda2437 Author: Kevin Choi <[email protected]> Date: Mon Feb 9 22:35:41 2009 +0000 * update vyatta logo image and adjust image contain size and padding. * additional fix of blocking out 'set' node. commit 9bef88584a4543d645bb64ec675c56f38b11655d Author: Justin Fletcher <[email protected]> Date: Mon Feb 9 14:32:33 2009 -0800 Update mandatory fields commit dc8f13f744af2495b2d82355c6fb05bb78c9355a Author: slioch <[email protected]> Date: Mon Feb 9 13:54:10 2009 -0800 iterate through string response and compare for non-printable characters and convert to spaces. commit 27e47f7f13937c7077f48c8207f1deb33c841944 Author: Kevin Choi <[email protected]> Date: Mon Feb 9 20:36:13 2009 +0000 * updated tab images to round off all corners commit 3044aea8f2f61b65fa875e204eb7499c1fdda32c Author: Kevin Choi <[email protected]> Date: Mon Feb 9 20:10:53 2009 +0000 * fixed bug: 4119. block op mode 'set' node from user. * show login hostname at upper right corner instead of domain name. commit 6af063bc17df9bb2aec3a6b485a2bc7b0fc7ce8b Author: slioch <[email protected]> Date: Mon Feb 9 10:11:34 2009 -0800 fix for bug 4118. conditionally set up unionfs mount on new auth, and not on reauth. commit e248f75877afaa0c8bd1c4636a33ae281ab8d068 Author: Kevin Choi <[email protected]> Date: Mon Feb 9 01:50:17 2009 +0000 * changed cursor image for mouseover on a disable button. * previous checked in broke the editor panel which cause panel displays too many 'create' and 'delete' button for certain case. This check in to fix that. commit 14585f978e3f94e26f57bff58cfff01576ad0de0 Author: Kevin Choi <[email protected]> Date: Mon Feb 9 00:40:58 2009 +0000 * update button images and tab images. * Adjust toolbar and images size to fit new images. commit 3f19a43d27deca9143c51234cc0823164aa94099 Author: Kevin Choi <[email protected]> Date: Sun Feb 8 08:18:22 2009 +0000 * Fixed IE problem of popup a warning message about http and https were shared in the same html page. * Fixed bug 4116: typo message. * Added additional help text to 'create', 'delete' and 'run' buttons. commit df794343c42c65fcdbef06e84b30ff835e12eb70 Author: slioch <[email protected]> Date: Sat Feb 7 08:03:30 2009 -0800 remove comp_help from entering configuration data until front-end processing works with additional data. commit 1abd02ae5408acc45f1ada1cb707d70bd2b57ac3 Author: slioch <[email protected]> Date: Sat Feb 7 08:00:39 2009 -0800 partial fix for bug 4119. commit 74a81169d83118f868d3e23fe152e95852917f54 Author: Kevin Choi <[email protected]> Date: Sat Feb 7 01:00:38 2009 +0000 * Fixed typo : invaluid to invalid * Updated error message: 'User Name and/or Password' to 'username or password' * Removed logout icon. * For username and password text fields, change to automatically select any existing text when field received focus. * Fixed the header text cut off in operation mode. This happen in certain IE version. commit 0973b9fee69fc672ede557864f37f7886102870b Author: Kevin Choi <[email protected]> Date: Fri Feb 6 18:29:12 2009 +0000 * fixed typo commit 7c55d7bc5e37dad563b10c30a5f6990b950835d2 Author: Kevin Choi <[email protected]> Date: Fri Feb 6 01:46:15 2009 +0000 * add new header background image. This will fixed for IE to match the background and foregournd image. * remvoed unused images. commit df649aa869df581c457686295bcd322dfd41fdfc Author: Kevin Choi <[email protected]> Date: Fri Feb 6 01:28:46 2009 +0000 * Block out the ops command 'reboot/at' commit 446ff43e81e73d423ada90fb8621464209f1c4b3 Author: slioch <[email protected]> Date: Thu Feb 5 17:14:07 2009 -0800 should alleviate occasional problem with single character on first line of output. commit 2b04597c21bdb4687a865e5faa47cb5847a984c4 Author: slioch <[email protected]> Date: Thu Feb 5 16:55:00 2009 -0800 allow other forms of reboot through hacked reboot support in server. commit 3f2346425fcf75c7ce66daa40c5e1d267a9fa325 Author: Kevin Choi <[email protected]> Date: Thu Feb 5 22:56:31 2009 +0000 * additional changed for fixing bug 4106; tab changed mixed up. commit c2799662ffc652dffa63d40885d6ad70fc872677 Author: An-Cheng Huang <[email protected]> Date: Thu Feb 5 14:21:38 2009 -0800 0.2.12+islavista3 commit d230e5ea7d5089a88ae0c308e43415dc16783ad2 Author: An-Cheng Huang <[email protected]> Date: Tue Feb 3 20:46:41 2009 -0800 0.2.12+islavista2 commit 029fbadd68cbb0e391def401ab823992cd20f0fb Author: An-Cheng Huang <[email protected]> Date: Tue Feb 3 11:30:36 2009 -0800 0.2.12+islavista1 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=93d32423ded410e8049e0d0bbb3e5a8a9ed93e9b http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=6bcaafc17143ac92704f72b5ea66a5ac2b3b2d15 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=43d5791f63b1f6736566ad82267bd6c65e3f7546 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=e83490cb35faa24b949f7c477de6786be0fac4e7 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=30f7408c2dd6e3f413fc7d25b4098ce8d5e0c1e2 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=1b47de736dfe027dc814d328275ef553d16fc6d4 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=d7e535f495d77e021b38d72939b40540ccf26b9c http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=d383c44b4bb8b4a7c6f43dc911ec7314ded91e63 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=6999fd0fefb0a1fd02e86db5381f951c5ad8bc2e http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=6f41923e3d2ef22b31e0fe97d6524a3f6f773c36 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=e76af33b1b582d3071bcc227d2ca0833050bf70d http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=6a4335f2b0cf34ae4a5e5b2ee6144c60572218b7 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=62cb63270171a2146e7f4719679c4e477e526fea http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=ca3581f10daedd7c94eeb127d6ba9bfc4523a168 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=8c2f47274602203d3e4f8faac0cbde03f9f55a5c http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=b71bd386b920cd353c874e320885f94ab45c567d http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=f35cb6e13b0c94cb55026ae236ea7b62ab53ad1f http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=6e0e8f2c2751d6a642c06ad9963cfc2b123d0216 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=caf34e490c80a54076bb238d9906d7c8a42034d6 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=0ccb029c80236c5a9104289b5fca6dd6aac7dfd4 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=fafa2748e2412acd510fb0148c0e690a80ff2d76 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=e046539fcfd71a065d73832c6d1b43cc19a15b1c http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=1665732b5ec328c20f423ba2eb13e9607a03709a http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=32a9ac876f42342c0ad4d0b53a28031db29d193a http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=cc1eb30614215ea5e2065bf8883e40f07abd4087 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=52c8454146833fd36e7f6c1d38f917043c136848 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=5c4e29dba4c44cd4cecd926d39ec3e4850709be1 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=b5ae6252538d78901dcb3eabc5c3e3407eda2437 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=9bef88584a4543d645bb64ec675c56f38b11655d http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=dc8f13f744af2495b2d82355c6fb05bb78c9355a http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=27e47f7f13937c7077f48c8207f1deb33c841944 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=3044aea8f2f61b65fa875e204eb7499c1fdda32c http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=6af063bc17df9bb2aec3a6b485a2bc7b0fc7ce8b http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=e248f75877afaa0c8bd1c4636a33ae281ab8d068 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=14585f978e3f94e26f57bff58cfff01576ad0de0 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=3f19a43d27deca9143c51234cc0823164aa94099 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=df794343c42c65fcdbef06e84b30ff835e12eb70 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=1abd02ae5408acc45f1ada1cb707d70bd2b57ac3 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=74a81169d83118f868d3e23fe152e95852917f54 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=0973b9fee69fc672ede557864f37f7886102870b http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=7c55d7bc5e37dad563b10c30a5f6990b950835d2 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=df649aa869df581c457686295bcd322dfd41fdfc http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=446ff43e81e73d423ada90fb8621464209f1c4b3 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=2b04597c21bdb4687a865e5faa47cb5847a984c4 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=3f2346425fcf75c7ce66daa40c5e1d267a9fa325 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=c2799662ffc652dffa63d40885d6ad70fc872677 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=d230e5ea7d5089a88ae0c308e43415dc16783ad2 http://suva.vyatta.com/git/?p=vyatta-webgui.git;a=commitdiff;h=029fbadd68cbb0e391def401ab823992cd20f0fb _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
