index
:
fg21sim.git
gh-pages
master
ps
Simulate foreground for 21cm EoR signal detection
Git Repositories Owner
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fg21sim
/
webui
Commit message (
Expand
)
Author
Age
Files
Lines
*
webui: products: Implement client-side AJAX interactions
Aaron LI
2016-11-22
2
-0
/
+290
*
webui: Add "ProductsAJAXHandler" to manipulate the products manifest
Aaron LI
2016-11-22
3
-0
/
+180
*
webui: Finish the "products.html" page
Aaron LI
2016-11-22
1
-4
/
+37
*
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: Add "/debug" handler when in debug mode.
Aaron LI
2016-11-22
2
-0
/
+10
*
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
2
-9
/
+22
*
webui: configs.html: Add field "output/manifest"
Aaron LI
2016-11-22
1
-0
/
+6
*
webui: websocket.py: Also push current task status when connected
Aaron LI
2016-11-21
2
-0
/
+18
*
Update the "process time" to "CPU process time"
Aaron LI
2016-11-21
1
-2
/
+2
*
webui: configs: Add pixel resolution note for "common/nside"
Aaron LI
2016-11-19
2
-6
/
+33
*
webui: Rename "Results" to "Products"
Aaron LI
2016-11-19
4
-16
/
+16
*
webui: Minor update the docstring.
Aaron LI
2016-11-19
2
-2
/
+6
*
webui: Remove jQuery version from its filename
Aaron LI
2016-11-18
2
-1
/
+1
*
webui: console.py: Fix the wrong import path for "Foregrounds"
Aaron LI
2016-11-18
1
-1
/
+1
*
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
4
-12
/
+14
*
webui: console.py: Add timing reports
Aaron LI
2016-11-18
1
-2
/
+16
*
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: console.py: Change to request/response instead of WebSocket
Aaron LI
2016-11-17
1
-198
/
+145
*
webui: WebSocketLogHandler: Support push to multiple websockets
Aaron LI
2016-11-17
1
-13
/
+15
*
webui: app.py: Add new attributes and an option for ConsoleAJAXHandler
Aaron LI
2016-11-17
2
-10
/
+24
*
webui: login.html: Auto focus the password input
Aaron LI
2016-11-17
1
-1
/
+1
*
webui: Support IE11; Fix a missing quotation.
Aaron LI
2016-11-17
2
-3
/
+8
*
webui: websocket.py: Remove on_message(); Only push messages to client
Aaron LI
2016-11-17
1
-77
/
+30
*
webui: Move "password" option definition to "login.py"
Aaron LI
2016-11-17
1
-1
/
+9
*
webui: login: Submit login form on "Enter" key
Aaron LI
2016-11-17
2
-1
/
+28
*
webui: configs.html: Add section toggling support
Aaron LI
2016-11-17
1
-447
/
+522
*
webui: console.html: Remove extra modal "#console-invalid-configs"
Aaron LI
2016-11-17
3
-44
/
+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: console.html: Re-organize structures to support section toggle
Aaron LI
2016-11-17
1
-39
/
+44
*
webui: Support toggle the body/contents of sections
Aaron LI
2016-11-17
2
-3
/
+38
*
webui: Add panel toggle and allow expand/collapse its body
Aaron LI
2016-11-17
3
-2
/
+37
*
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.py: Add "exists" action support through GET
Aaron LI
2016-11-17
1
-0
/
+40
*
webui: configs.js: Re-implement using AJAX instead of WebSocket
Aaron LI
2016-11-16
2
-92
/
+221
*
webui: configs.py: Re-implement using AJAX instead of WebSocket
Aaron LI
2016-11-16
1
-103
/
+110
*
webui: websocket.py: Do not handle "configs" and "console" messages
Aaron LI
2016-11-16
1
-32
/
+6
*
webui: Add AJAX handlers "ConfigsAJAXHandler" & "ConsoleAJAXHandler"
Aaron LI
2016-11-16
2
-2
/
+10
*
webui: configs.html: Add XSRF token and a modal dialog container
Aaron LI
2016-11-16
1
-0
/
+3
*
webui: main.js: Add "getCookie()" and "jQuery.postJSON()" functions
Aaron LI
2016-11-16
1
-0
/
+56
[next]