<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/db, branch 5486-fix-react-warnings</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>Update branch according to master</title>
<updated>2018-02-07T15:46:38+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2018-02-07T15:46:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=3334b12153f0d24a95b1198742fd0da2444223fe'/>
<id>3334b12153f0d24a95b1198742fd0da2444223fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5682; Add application_days field to calendars</title>
<updated>2018-02-07T15:24:32+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-01-24T06:28:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=53009774ec18387a30689a25ae286ba76e0e15d8'/>
<id>53009774ec18387a30689a25ae286ba76e0e15d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5750 @1h; Add a "kind" attribute to StopAreas</title>
<updated>2018-02-07T15:24:32+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-01-26T15:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=cb1c6c42cf0f053d52a08cb8ccdbb70a142ec5ad'/>
<id>cb1c6c42cf0f053d52a08cb8ccdbb70a142ec5ad</id>
<content type='text'>
This determines if the StopArea is commercial or not
The useless fields are hidden in the form for the non-commercials ones
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This determines if the StopArea is commercial or not
The useless fields are hidden in the form for the non-commercials ones
</pre>
</div>
</content>
</entry>
<entry>
<title>First draft for including calendars into workgroup for having appropriate scoping</title>
<updated>2018-02-07T15:19:49+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2018-01-24T06:46:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=308bf4338b3e79016e353555ee3677c917c71805'/>
<id>308bf4338b3e79016e353555ee3677c917c71805</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set all existing `StopArea`s with nil `kind`s to `:commercial`</title>
<updated>2018-02-07T15:17:00+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-02-02T17:14:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=93ece87723191a33a830650cfa8c6cbc75470279'/>
<id>93ece87723191a33a830650cfa8c6cbc75470279</id>
<content type='text'>
The other migration for this in
`db/migrate/20180126134944_add_kind_to_stop_areas.rb` didn't handle
`kind IS NULL`. Since all the `kind`s were initialised to NULL when the
column was created, the `where` query didn't select any stop areas
because it was looking for those with some varchar value, and thus it
wasn't able to update any.

This ensures our existing records all have a `kind` in case we end up
using the field in a template at some point and our old data bugs out.

Refs #5817
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The other migration for this in
`db/migrate/20180126134944_add_kind_to_stop_areas.rb` didn't handle
`kind IS NULL`. Since all the `kind`s were initialised to NULL when the
column was created, the `where` query didn't select any stop areas
because it was looking for those with some varchar value, and thus it
wasn't able to update any.

This ensures our existing records all have a `kind` in case we end up
using the field in a template at some point and our old data bugs out.

Refs #5817
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5750 @1h; Add a "kind" attribute to StopAreas</title>
<updated>2018-02-07T15:01:03+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-01-26T15:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=849f552b796118b4ab7cabbbda8b9ce1b5d4bc54'/>
<id>849f552b796118b4ab7cabbbda8b9ce1b5d4bc54</id>
<content type='text'>
This determines if the StopArea is commercial or not
The useless fields are hidden in the form for the non-commercials ones
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This determines if the StopArea is commercial or not
The useless fields are hidden in the form for the non-commercials ones
</pre>
</div>
</content>
</entry>
<entry>
<title>Update calendar form_simple according to workgroup</title>
<updated>2018-02-06T19:21:58+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2018-02-06T18:43:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=ad7dfea7f280cdf0727dd3471a1f26db4197c394'/>
<id>ad7dfea7f280cdf0727dd3471a1f26db4197c394</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>First draft for including calendars into workgroup for having appropriate scoping</title>
<updated>2018-02-06T19:21:37+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2018-01-24T06:46:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=b4ea175349adaffe4c797c7077865b2dd1c0fc20'/>
<id>b4ea175349adaffe4c797c7077865b2dd1c0fc20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5750 @1h; Add a "kind" attribute to StopAreas</title>
<updated>2018-02-06T19:21:37+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-01-26T15:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=3fa91b720184edfe319081230decc13f695072b2'/>
<id>3fa91b720184edfe319081230decc13f695072b2</id>
<content type='text'>
This determines if the StopArea is commercial or not
The useless fields are hidden in the form for the non-commercials ones
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This determines if the StopArea is commercial or not
The useless fields are hidden in the form for the non-commercials ones
</pre>
</div>
</content>
</entry>
<entry>
<title>First draft for including calendars into workgroup for having appropriate scoping</title>
<updated>2018-02-06T19:12:34+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2018-01-24T06:46:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=74d28c64603c70dc5463c9bc72954b886760f6cd'/>
<id>74d28c64603c70dc5463c9bc72954b886760f6cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
