<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fg21sim.git/fg21sim/webui/static, branch v0.4.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: Replace jQuery.when() with jQuery.Deferred's .then()</title>
<updated>2016-11-24T08:59:14+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-24T08:59:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=71e70b2ef185da3a3d8f0a17463b4a8c68e6bd43'/>
<id>71e70b2ef185da3a3d8f0a17463b4a8c68e6bd43</id>
<content type='text'>
Note that jQuery.when() can NOT promise the ordering of the passed
Deferred's.  Therefore, chain multiple AJAX requests using ".then()" and
".done()" to keep them ordered.

This fixes the configurations loading problem on IE (v11), which calls
the "when()" arguments in different orders as Firefox and Chromium, thus
leads to the wrong results.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that jQuery.when() can NOT promise the ordering of the passed
Deferred's.  Therefore, chain multiple AJAX requests using ".then()" and
".done()" to keep them ordered.

This fixes the configurations loading problem on IE (v11), which calls
the "when()" arguments in different orders as Firefox and Chromium, thus
leads to the wrong results.
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Use new ".getJSONUncached()" instead of ".getJSON()"</title>
<updated>2016-11-24T08:40:22+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-24T08:40:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=ef4ffe1c5cb865e20b236192e1acf15fb36e4eed'/>
<id>ef4ffe1c5cb865e20b236192e1acf15fb36e4eed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Extend jQuery with "getJSONUncached()"</title>
<updated>2016-11-24T08:33:52+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-24T08:33:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=098656014870aa59d9ffde51c4021a3e21ddfae0'/>
<id>098656014870aa59d9ffde51c4021a3e21ddfae0</id>
<content type='text'>
This jQuery extension sent the AJAX GET request but force the requested
page NOT to be cached by the browser!

NOTE:
IE will by default cache the GET request even the contents has changed.

Credit: https://stackoverflow.com/a/35130770/4856091
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This jQuery extension sent the AJAX GET request but force the requested
page NOT to be cached by the browser!

NOTE:
IE will by default cache the GET request even the contents has changed.

Credit: https://stackoverflow.com/a/35130770/4856091
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Update modal box styles</title>
<updated>2016-11-24T06:26:10+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-24T06:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=aa3b2f588ce684739f688363dc05911cecf56adc'/>
<id>aa3b2f588ce684739f688363dc05911cecf56adc</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: Trigger "Enter keypress" event after field updated</title>
<updated>2016-11-24T05:32:24+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-24T05:32:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=2a1be466fb989f9485468e30ddb40a68f3de8772'/>
<id>2a1be466fb989f9485468e30ddb40a68f3de8772</id>
<content type='text'>
When the value of a configuration field is updated by jQuery ".val()",
trigger the "Enter keypress" event to update its related contents, e.g.,
the resolution note for "common/nside".

Remove the wrong "Enter keypress" event triggering on page loading.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the value of a configuration field is updated by jQuery ".val()",
trigger the "Enter keypress" event to update its related contents, e.g.,
the resolution note for "common/nside".

Remove the wrong "Enter keypress" event triggering on page loading.
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: products.js: Support download healpix/hpx products</title>
<updated>2016-11-24T04:45:26+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-24T04:45:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=2e1305178ba2382188c7b48414152004ff036e09'/>
<id>2e1305178ba2382188c7b48414152004ff036e09</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: Prevent form submitting on "Enter" press</title>
<updated>2016-11-24T02:42:18+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-24T02:42:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=fa1d1e5ac7a101068016296c00baa55a420f7d40'/>
<id>fa1d1e5ac7a101068016296c00baa55a420f7d40</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.html: Improve the form layout and styles</title>
<updated>2016-11-23T12:40:53+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-23T12:40:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=a3474a7877c4502d79d2eba65794527966197c72'/>
<id>a3474a7877c4502d79d2eba65794527966197c72</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.css: Hide the spinner in "number" input</title>
<updated>2016-11-23T12:01:27+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-23T12:00:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=e61c373c992245c06434230cb489fb127a87f2fd'/>
<id>e61c373c992245c06434230cb489fb127a87f2fd</id>
<content type='text'>
Tested on both Firefox (v45.4) and Chromium (v53.0).

Credit: https://stackoverflow.com/a/23374725/4856091
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tested on both Firefox (v45.4) and Chromium (v53.0).

Credit: https://stackoverflow.com/a/23374725/4856091
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: products: Add the client-side support for opening HPX images</title>
<updated>2016-11-23T11:36:04+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-23T11:36:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=d6c0c5e4d102365f64373dd0c5df305424484bc1'/>
<id>d6c0c5e4d102365f64373dd0c5df305424484bc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
