| Commit message (Expand) | Author | Age | Files | Lines |
* | webui: Use the same "#modal-box" and the "showModal()" function | Aaron LI | 2016-11-28 | 5 | -65/+34 |
* | webui: websocket.js: Get rid of the global variables | Aaron LI | 2016-11-28 | 1 | -63/+101 |
* | webui: main.js: Add the global object "FG21SIM" | Aaron LI | 2016-11-28 | 1 | -1/+2 |
* | webui: Some JavaScript cleanups and refactors | Aaron LI | 2016-11-28 | 5 | -244/+258 |
* | webui: Replace jQuery.when() with jQuery.Deferred's .then() | Aaron LI | 2016-11-24 | 1 | -5/+5 |
* | webui: Use new ".getJSONUncached()" instead of ".getJSON()" | Aaron LI | 2016-11-24 | 3 | -7/+7 |
* | webui: Extend jQuery with "getJSONUncached()" | Aaron LI | 2016-11-24 | 1 | -6/+27 |
* | webui: Update modal box styles | Aaron LI | 2016-11-24 | 1 | -9/+9 |
* | webui: configs.js: Trigger "Enter keypress" event after field updated | Aaron LI | 2016-11-24 | 1 | -6/+9 |
* | webui: products.js: Support download healpix/hpx products | Aaron LI | 2016-11-24 | 1 | -6/+25 |
* | webui: main.js: Prevent form submitting on "Enter" press | Aaron LI | 2016-11-24 | 1 | -0/+9 |
* | webui: products: Add the client-side support for opening HPX images | Aaron LI | 2016-11-23 | 1 | -11/+68 |
* | webui: configs.js: Trigger "Enter" after page load on "common/nside" | Aaron LI | 2016-11-23 | 1 | -14/+15 |
* | webui: products: Implement GET action "which" | Aaron LI | 2016-11-23 | 1 | -1/+20 |
* | webui: products: Implement HPX conversion function | Aaron LI | 2016-11-22 | 2 | -16/+45 |
* | webui: products.js: Convert file size from bytes to MB | Aaron LI | 2016-11-22 | 1 | -4/+5 |
* | webui: products: Implement client-side AJAX interactions | Aaron LI | 2016-11-22 | 1 | -0/+289 |
* | webui: Update against the improved "showModal()" | Aaron LI | 2016-11-22 | 2 | -16/+16 |
* | webui: main.js: Extend "showModal()" with "title" and "contents" | Aaron LI | 2016-11-22 | 1 | -4/+15 |
* | webui: Move several generic functions from "configs.js" to "main.js" | Aaron LI | 2016-11-22 | 2 | -47/+47 |
* | webui: configs: Some minor fixes | Aaron LI | 2016-11-22 | 1 | -6/+11 |
* | webui: websocket.py: Also push current task status when connected | Aaron LI | 2016-11-21 | 1 | -0/+2 |
* | webui: configs: Add pixel resolution note for "common/nside" | Aaron LI | 2016-11-19 | 1 | -0/+24 |
* | webui: Rename "Results" to "Products" | Aaron LI | 2016-11-19 | 1 | -1/+1 |
* | webui: Remove jQuery version from its filename | Aaron LI | 2016-11-18 | 1 | -0/+0 |
* | webui: configs.js: Fix two bugs | Aaron LI | 2016-11-18 | 1 | -2/+2 |
* | webui: Rename jQuery ".fail()" callback argument "error" to "jqxhr" | Aaron LI | 2016-11-18 | 2 | -21/+21 |
* | webui: console.js: Disable the "Start" button when task started | Aaron LI | 2016-11-18 | 1 | -0/+7 |
* | webui: main.js: Extend jQuery with ".disable()" | Aaron LI | 2016-11-18 | 1 | -1/+16 |
* | webui: Redirect to login page if not authenticated on POST request | Aaron LI | 2016-11-18 | 1 | -5/+13 |
* | webui: Fix a bug for "showModal()"; Cleanup ".onmessage()" | Aaron LI | 2016-11-17 | 2 | -16/+6 |
* | configs: Update logging message format | Aaron LI | 2016-11-17 | 1 | -2/+8 |
* | webui: console.js: Change to use AJAX instead of WebSocket messages | Aaron LI | 2016-11-17 | 2 | -42/+65 |
* | webui: Support IE11; Fix a missing quotation. | Aaron LI | 2016-11-17 | 1 | -2/+7 |
* | webui: login: Submit login form on "Enter" key | Aaron LI | 2016-11-17 | 1 | -0/+23 |
* | webui: console.html: Remove extra modal "#console-invalid-configs" | Aaron LI | 2016-11-17 | 2 | -40/+58 |
* | webui: configs.js: Rename "showConfigsModal" to "showModalConfigs()" | Aaron LI | 2016-11-17 | 1 | -11/+11 |
* | webui: Implement "showModal()" in "main.js" allowing use in others | Aaron LI | 2016-11-17 | 2 | -43/+57 |
* | webui: main.js: Refactor out the function "toggleBlock()" | Aaron LI | 2016-11-17 | 1 | -22/+20 |
* | webui: Support toggle the body/contents of sections | Aaron LI | 2016-11-17 | 1 | -0/+17 |
* | webui: Add panel toggle and allow expand/collapse its body | Aaron LI | 2016-11-17 | 1 | -0/+17 |
* | webui: configs.js: Confirm before reset the configurations | Aaron LI | 2016-11-17 | 1 | -2/+20 |
* | webui: configs.js: Confirm before overwrite the configuration file | Aaron LI | 2016-11-17 | 1 | -18/+74 |
* | webui: configs.js: Re-implement using AJAX instead of WebSocket | Aaron LI | 2016-11-16 | 2 | -92/+221 |
* | webui: main.js: Add "getCookie()" and "jQuery.postJSON()" functions | Aaron LI | 2016-11-16 | 1 | -0/+56 |
* | webui: Rename "scroll_target()" to "scrollTarget()" and export it | Aaron LI | 2016-11-16 | 1 | -17/+16 |
* | webui: Some minor changes | Aaron LI | 2016-11-15 | 2 | -3/+3 |
* | webui: Change log toggle icons opacity according to toggle status | Aaron LI | 2016-11-15 | 2 | -4/+10 |
* | webui: Fix the wrong value "galactic/freefree" to "galactic/snr" | Aaron LI | 2016-11-15 | 1 | -1/+2 |
* | webui: Show a modal box indicating there are invalid configs | Aaron LI | 2016-11-13 | 2 | -6/+4 |