<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fg21sim.git/fg21sim/webui, branch v0.3.0</title>
<subtitle>Simulate foreground for 21cm EoR signal detection
</subtitle>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/'/>
<entry>
<title>webui: Remove jQuery version from its filename</title>
<updated>2016-11-18T07:58:00+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-18T07:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=6ed6aba3fc19d54aaeccb36067fa4b02a0fd119f'/>
<id>6ed6aba3fc19d54aaeccb36067fa4b02a0fd119f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: console.py: Fix the wrong import path for "Foregrounds"</title>
<updated>2016-11-18T07:08:48+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-18T07:08:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=e861fb4c9e2560da8199293477e957b0cbf63074'/>
<id>e861fb4c9e2560da8199293477e957b0cbf63074</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: configs.js: Fix two bugs</title>
<updated>2016-11-18T07:07:33+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-18T07:07:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=0bf4bf3c068dfc5c0e64b5950de89d0c4bab2f2a'/>
<id>0bf4bf3c068dfc5c0e64b5950de89d0c4bab2f2a</id>
<content type='text'>
* Fix the wrong "action=reset" in "setServerConfigs()"
* Add the missing "return" in the jQuery AJAX chain
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix the wrong "action=reset" in "setServerConfigs()"
* Add the missing "return" in the jQuery AJAX chain
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Rename jQuery ".fail()" callback argument "error" to "jqxhr"</title>
<updated>2016-11-18T06:38:12+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-18T06:38:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=381550871001f9fa037014efe1b361d072983bcd'/>
<id>381550871001f9fa037014efe1b361d072983bcd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: console.js: Disable the "Start" button when task started</title>
<updated>2016-11-18T06:35:15+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-18T06:35:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=dc59c7d18975a744ceac484eccf25225ef4ab583'/>
<id>dc59c7d18975a744ceac484eccf25225ef4ab583</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: main.js: Extend jQuery with ".disable()"</title>
<updated>2016-11-18T06:34:58+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-18T06:34:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=89c1a1835b090408e571dbdfc07fe820d8474557'/>
<id>89c1a1835b090408e571dbdfc07fe820d8474557</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Redirect to login page if not authenticated on POST request</title>
<updated>2016-11-18T04:50:12+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-18T04:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=5805759c264adf96e9feea78a3cd3bfc2871b1de'/>
<id>5805759c264adf96e9feea78a3cd3bfc2871b1de</id>
<content type='text'>
* Remove the authentication requirement on GET operation
* "main.js": Redirect to the login page if POST response 403 forbidden
* "main.js": Use global AJAX events handling instead of `$.ajaxSetup()`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove the authentication requirement on GET operation
* "main.js": Redirect to the login page if POST response 403 forbidden
* "main.js": Use global AJAX events handling instead of `$.ajaxSetup()`
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: console.py: Add timing reports</title>
<updated>2016-11-18T02:55:33+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-18T02:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=2abadd1a0fc88b9ac16533a994353b3cb7449451'/>
<id>2abadd1a0fc88b9ac16533a994353b3cb7449451</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Fix a bug for "showModal()"; Cleanup ".onmessage()"</title>
<updated>2016-11-17T15:23:30+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-17T15:23:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=a5d249c0bbe0b3b51930cb23f010a17bdf0dc198'/>
<id>a5d249c0bbe0b3b51930cb23f010a17bdf0dc198</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>configs: Update logging message format</title>
<updated>2016-11-17T14:44:30+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-17T14:44:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=0b92218c5b815abf9c9e7cb8168a1d2f01912eb8'/>
<id>0b92218c5b815abf9c9e7cb8168a1d2f01912eb8</id>
<content type='text'>
* Also update the logging messages styles for the Web UI
* Show a modal notification when the task finished.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Also update the logging messages styles for the Web UI
* Show a modal notification when the task finished.
</pre>
</div>
</content>
</entry>
</feed>
