<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chrome-timetasker, branch master</title>
<subtitle>A Google Chrome extension that auto-fills the Time Task time sheet form</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-timetasker/'/>
<entry>
<title>Merge branch 'increase-timeouts'</title>
<updated>2017-04-05T18:28:31+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-04-05T18:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-timetasker/commit/?id=ccd1878633f8d9ae971428aba533f39445213875'/>
<id>ccd1878633f8d9ae971428aba533f39445213875</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase version v0.0.2 -&gt; v0.0.3</title>
<updated>2017-04-05T18:15:11+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-04-05T18:15:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-timetasker/commit/?id=f8c558d06fbd0d7d562a779e640e0735ec3014fb'/>
<id>f8c558d06fbd0d7d562a779e640e0735ec3014fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>timetasker.js: Increase timeouts</title>
<updated>2017-04-04T14:06:28+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-04-04T14:06:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-timetasker/commit/?id=1d756ba338443f319f156b388223339639f91faf'/>
<id>1d756ba338443f319f156b388223339639f91faf</id>
<content type='text'>
The select boxes wouldn't always get populated asynchronously in time
for timetasker to make its selections. Increase the timeout to give it a
little more headroom.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The select boxes wouldn't always get populated asynchronously in time
for timetasker to make its selections. Increase the timeout to give it a
little more headroom.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CHANGELOG</title>
<updated>2017-03-19T23:52:15+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-03-19T23:52:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-timetasker/commit/?id=122eb638e982b93d77798bca4c44d4f67e51a0dc'/>
<id>122eb638e982b93d77798bca4c44d4f67e51a0dc</id>
<content type='text'>
Include information about recent changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include information about recent changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>manifest.json: Increase version v0.0.1 -&gt; v0.0.2</title>
<updated>2017-03-19T23:50:36+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-03-19T23:50:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-timetasker/commit/?id=f7d0091fc2458f44f6103ea0162bbdf0b52bad0d'/>
<id>f7d0091fc2458f44f6103ea0162bbdf0b52bad0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>timetasker.js: Fix the "billable" checkbox auto-fill</title>
<updated>2017-03-19T23:50:08+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-03-19T23:50:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-timetasker/commit/?id=da8f3df2fa59dbc836bb1691509c5c8bf385f89b'/>
<id>da8f3df2fa59dbc836bb1691509c5c8bf385f89b</id>
<content type='text'>
The checkbox wasn't getting filled in correctly. By some overzealous and
uncaught copy-pasting, I had wrapped the field in the function to
populate a select box. Since this is a checkbox, we want to use its
`.checked` property instead.

Use a timeout also. By default Time Task marks Billable as true/checked.
If the script unchecks the box and then the AJAX select box population
occurs, the check box re-checks itself. Adding a timeout allows it to
remain unchecked if you've set that in the user options.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The checkbox wasn't getting filled in correctly. By some overzealous and
uncaught copy-pasting, I had wrapped the field in the function to
populate a select box. Since this is a checkbox, we want to use its
`.checked` property instead.

Use a timeout also. By default Time Task marks Billable as true/checked.
If the script unchecks the box and then the AJAX select box population
occurs, the check box re-checks itself. Adding a timeout allows it to
remain unchecked if you've set that in the user options.
</pre>
</div>
</content>
</entry>
<entry>
<title>timetasker.js: Add a comment around the date auto-filler</title>
<updated>2017-03-19T23:41:52+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-03-19T23:41:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-timetasker/commit/?id=9a489a61c48c0a932f3b6a7273800428e2dde92d'/>
<id>9a489a61c48c0a932f3b6a7273800428e2dde92d</id>
<content type='text'>
Make it a little clearer what's going on in the date picker event
handler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it a little clearer what's going on in the date picker event
handler.
</pre>
</div>
</content>
</entry>
<entry>
<title>options.js: Add missing semicolons</title>
<updated>2017-03-19T23:40:31+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-03-19T23:40:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-timetasker/commit/?id=ed5ee8ce54bc16e56619dab15b99ab21fa9b42e0'/>
<id>ed5ee8ce54bc16e56619dab15b99ab21fa9b42e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add README</title>
<updated>2017-03-18T20:58:17+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-03-18T20:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-timetasker/commit/?id=e9ec5063ca876ea9698b0dd89b475b21b3f10b20'/>
<id>e9ec5063ca876ea9698b0dd89b475b21b3f10b20</id>
<content type='text'>
Include some background information about the extension, installation
instructions, and release information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include some background information about the extension, installation
instructions, and release information.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add COPYING (GPLv3)</title>
<updated>2017-03-18T20:36:41+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-03-18T20:36:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/chrome-timetasker/commit/?id=04c61dd40ca9399164b6e3d3b8efdf7d59563993'/>
<id>04c61dd40ca9399164b6e3d3b8efdf7d59563993</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
