<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/xslt, branch v4.3.960</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.3.960</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.3.960'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2015-01-25T20:02:13Z</updated>
<entry>
<title>Support for AM/PM time format on manual CSV import</title>
<updated>2015-01-25T20:02:13Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2015-01-25T18:09:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7c43ca90353a547553423bf03f2e968d8db4b0a2'/>
<id>urn:sha1:7c43ca90353a547553423bf03f2e968d8db4b0a2</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Import quoted strings from the end of line properly</title>
<updated>2015-01-25T15:24:12Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2015-01-25T09:27:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d57ffa8e580a6a29341fa7c4d22f4b1359156c4a'/>
<id>urn:sha1:d57ffa8e580a6a29341fa7c4d22f4b1359156c4a</id>
<content type='text'>
We need a special case to import tags on our own CSV export as there is
no field separator at the end of the line.

See #814

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix detection of numeric field</title>
<updated>2015-01-24T22:51:24Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2015-01-24T15:03:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3b8643af4ff9ae3372f51f51f5b51a032239d852'/>
<id>urn:sha1:3b8643af4ff9ae3372f51f51f5b51a032239d852</id>
<content type='text'>
Discarding header lines was faulty as the test whether dive number was
numeric did not work properly.

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Improve detection of continuation lines in CSV import</title>
<updated>2015-01-24T22:51:00Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2015-01-24T15:03:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8e75243a5bdd5316b18379b71971e9a139382617'/>
<id>urn:sha1:8e75243a5bdd5316b18379b71971e9a139382617</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Switching to tab delimited CSV export</title>
<updated>2015-01-24T22:50:16Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2015-01-24T15:03:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6c825785401ea3e450795db8887eba9444c9b7b5'/>
<id>urn:sha1:6c825785401ea3e450795db8887eba9444c9b7b5</id>
<content type='text'>
Use tab as separator when exporting dive details to CSV file. This also
replaces tabs and line feeds from notes with spaces.

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix quoted CSV import</title>
<updated>2015-01-23T05:43:08Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2015-01-23T04:35:45Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=54aa6dd91fad7c8ac4ac94f19e09f7a234096904'/>
<id>urn:sha1:54aa6dd91fad7c8ac4ac94f19e09f7a234096904</id>
<content type='text'>
I am a bit baffled as to how this used to work before and does not work
anymore. Anyway, it should be sufficient that we take the quoted text
without verifying that the next character is the field separator. (Of
course it would be better to make sure field separator follows, as then
quotation marks could be used in the free-form texts.)

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Have Sensus samples inside divecomputer tag</title>
<updated>2015-01-23T05:42:20Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2015-01-23T04:35:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c5075b93a212645a71f5ebeaba997b4b0aae978d'/>
<id>urn:sha1:c5075b93a212645a71f5ebeaba997b4b0aae978d</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Improve testing whether we have temp and depth info</title>
<updated>2015-01-22T09:49:08Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2015-01-22T09:33:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f8f5e73dae5e597af3d90ddb04390f43a8458059'/>
<id>urn:sha1:f8f5e73dae5e597af3d90ddb04390f43a8458059</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Add missing divemaster field to the manual import</title>
<updated>2015-01-07T04:19:45Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-01-07T04:19:45Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e544796199eb3ec3f12566b471bc60de1b3573f6'/>
<id>urn:sha1:e544796199eb3ec3f12566b471bc60de1b3573f6</id>
<content type='text'>
No idea why I didn't notice earlier that this was missing.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Indentation fix for Subsurface CSV import</title>
<updated>2015-01-05T17:13:40Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2015-01-05T08:53:24Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4dff1e7b93878627739d87e487d816637c7193e8'/>
<id>urn:sha1:4dff1e7b93878627739d87e487d816637c7193e8</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
