<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/app/models, branch 3542-referential-overview</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>Merge pull request #273 from af83/5798-show-return-times-on-vjs-editor</title>
<updated>2018-02-01T16:39:25+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2018-02-01T16:39:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=f6b2a0b17591a786d41ba77ba1a2664223fc4b96'/>
<id>f6b2a0b17591a786d41ba77ba1a2664223fc4b96</id>
<content type='text'>
5798 Show return journeys on the journeys' editor.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5798 Show return journeys on the journeys' editor.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #274 from af83/5576-vehicle-journeys--filter-by-line</title>
<updated>2018-02-01T16:20:18+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2018-02-01T16:20:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=c172bdb34862b6b48ea52e0de71a9444f14c2478'/>
<id>c172bdb34862b6b48ea52e0de71a9444f14c2478</id>
<content type='text'>
5576 vehicle journeys  filter by line</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5576 vehicle journeys  filter by line</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5758; Set a default kind for StopAreas</title>
<updated>2018-02-01T14:56:32+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-02-01T14:56:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=931850cdcfde24992b62301c3ddba9dbd1397eac'/>
<id>931850cdcfde24992b62301c3ddba9dbd1397eac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>VehicleJourney.lines: Change query to only get lines for route</title>
<updated>2018-02-01T14:42:04+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-02-01T11:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=7eab1a2999b5d993ec8ebf9655d52e278b88081d'/>
<id>7eab1a2999b5d993ec8ebf9655d52e278b88081d</id>
<content type='text'>
Johan recommended using an `IN` query to only get the lines in the
current scope. I assumed I'd be covered by the schema and how only the
lines for the current referential are in the schema, but this is
probably a more reasonable way to get associated lines.

Refs #5576
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Johan recommended using an `IN` query to only get the lines in the
current scope. I assumed I'd be covered by the schema and how only the
lines for the current referential are in the schema, but this is
probably a more reasonable way to get associated lines.

Refs #5576
</pre>
</div>
</content>
</entry>
<entry>
<title>ReferentialVehicleJourneys#index: Use ransack filter for line id</title>
<updated>2018-02-01T14:42:04+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-02-01T11:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=f7317ff7a1e5cba9bec9a3ab5571699938924c57'/>
<id>f7317ff7a1e5cba9bec9a3ab5571699938924c57</id>
<content type='text'>
I went with this custom filter because I couldn't get it to work with a
symbol-based filter in the template. But Johan suggested trying it and I
guess it works. Not sure what I was doing that didn't work before.

Refs #5576
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I went with this custom filter because I couldn't get it to work with a
symbol-based filter in the template. But Johan suggested trying it and I
guess it works. Not sure what I was doing that didn't work before.

Refs #5576
</pre>
</div>
</content>
</entry>
<entry>
<title>ReferentialVehicleJourneys#index: Add 'line' filter</title>
<updated>2018-02-01T14:42:04+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-01-31T18:40:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=50080adc6df79c8bbde909118ddc1b96950663a3'/>
<id>50080adc6df79c8bbde909118ddc1b96950663a3</id>
<content type='text'>
Filter vehicle journeys by their associated route's line.

The `with_line_id` scope is modeled on `with_stop_area_ids`.

The HTML filter is modeled on the line filter from
`app/views/workbenches/_filters.html.slim`.

Refs #5576
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Filter vehicle journeys by their associated route's line.

The `with_line_id` scope is modeled on `with_stop_area_ids`.

The HTML filter is modeled on the line filter from
`app/views/workbenches/_filters.html.slim`.

Refs #5576
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5758 @1h; Add localized names to StopAreas</title>
<updated>2018-02-01T13:40:24+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-01-29T15:25:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=82de76f0efce7558a3fe240edf4e2293a8788ee1'/>
<id>82de76f0efce7558a3fe240edf4e2293a8788ee1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #266 from af83/5762-stoparea-coordinates-are-optional</title>
<updated>2018-02-01T13:07:04+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2018-02-01T13:07:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=d896ba8753f9877dfd29a97cf1310d54d0b25874'/>
<id>d896ba8753f9877dfd29a97cf1310d54d0b25874</id>
<content type='text'>
5761 Make coordinates optional on stop areas</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5761 Make coordinates optional on stop areas</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5762; Make coordinates optional on stop areas</title>
<updated>2018-02-01T12:48:40+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-01-29T15:38:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=a66713dcfd4f487184dc39695410ed75adfb1e14'/>
<id>a66713dcfd4f487184dc39695410ed75adfb1e14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>:fire: log</title>
<updated>2018-02-01T09:37:44+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-02-01T09:37:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=b91895f897f6a9b401844e373d020c3f458fc130'/>
<id>b91895f897f6a9b401844e373d020c3f458fc130</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
