<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/app/views/referential_lines, branch compliance_control</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>Apply object id changes to views</title>
<updated>2017-09-13T13:39:50+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-09-13T13:39:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=4804a4886c5267c1be1c367caaf35c17c681d179'/>
<id>4804a4886c5267c1be1c367caaf35c17c681d179</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>table_builder_2: Use `Column#link_to` in all table builder calls</title>
<updated>2017-09-01T15:22:41+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-09-01T14:47:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=e115d2cf86c285f66af37aa8ca66d63eb4144294'/>
<id>e115d2cf86c285f66af37aa8ca66d63eb4144294</id>
<content type='text'>
Rewrite table builder calls to work with the new
`TableBuilderHelper::Column#link_to` mechanism for defining the linked
column and what it points to. This takes the link out of the
`TableBuilderHelper`, and puts it into the hands of the view.

It gives us more flexibility with regards to what can be defined as a
link in our tables and what those links point to.

This will be used in a more meaningful way in the `imports#show` page to
list `NetexImport`s and provide links to both the referential associated
with a Netex import and the imported file status page from a table row.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rewrite table builder calls to work with the new
`TableBuilderHelper::Column#link_to` mechanism for defining the linked
column and what it points to. This takes the link out of the
`TableBuilderHelper`, and puts it into the hands of the view.

It gives us more flexibility with regards to what can be defined as a
link in our tables and what those links point to.

This will be used in a more meaningful way in the `imports#show` page to
list `NetexImport`s and provide links to both the referential associated
with a Netex import and the imported file status page from a table row.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updating project-specific iconfont for page headers (in views)</title>
<updated>2017-08-30T10:25:15+00:00</updated>
<author>
<name>jpl</name>
</author>
<published>2017-08-30T10:25:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=323c26dfe6fef74842f21b7c9ee53593065e438e'/>
<id>323c26dfe6fef74842f21b7c9ee53593065e438e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ReferentialLines#show: Render links from ReferentialLineDecorator</title>
<updated>2017-07-12T09:11:14+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-10T09:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=6920db47172cb5b55f6bdeccb575821cbf3a9f10'/>
<id>6920db47172cb5b55f6bdeccb575821cbf3a9f10</id>
<content type='text'>
Leverage our newly created `ReferentialLineDecorator` to render the
header links, allowing us to use them both here and in the table of
lines on the Referentials#show page.

Used the extended decoration syntax to allow us to specify the
`ReferentialLineDecorator`, otherwise Draper will infer `LineDecorator`,
which is not what we want in this case.

Refs #3479
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Leverage our newly created `ReferentialLineDecorator` to render the
header links, allowing us to use them both here and in the table of
lines on the Referentials#show page.

Used the extended decoration syntax to allow us to specify the
`ReferentialLineDecorator`, otherwise Draper will infer `LineDecorator`,
which is not what we want in this case.

Refs #3479
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove ReferentialLines#index</title>
<updated>2017-07-12T09:06:03+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-07T16:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=c7ceb38801b853154cdae31672ff2c105c8b191f'/>
<id>c7ceb38801b853154cdae31672ff2c105c8b191f</id>
<content type='text'>
Delete this route and associated template files. Wasn't sure if using
`exclude:` in the routes file was the best way to do this, as I'm not
sure if there are other routes we want to exclude from here also.

I visited the page because I'm migrating templates to the new table
builder helper and this one uses table builder. Upon visiting the page,
it looked pretty wonky, and after consulting with Jean-Paul and Luc, it
turns out this page isn't used any more because the table of
`Chouette::Line`s rendered there is now instead displayed on the
Referentials#show page, obviating the need for this page.

Refs #3479
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Delete this route and associated template files. Wasn't sure if using
`exclude:` in the routes file was the best way to do this, as I'm not
sure if there are other routes we want to exclude from here also.

I visited the page because I'm migrating templates to the new table
builder helper and this one uses table builder. Upon visiting the page,
it looked pretty wonky, and after consulting with Jean-Paul and Luc, it
turns out this page isn't used any more because the table of
`Chouette::Line`s rendered there is now instead displayed on the
Referentials#show page, obviating the need for this page.

Refs #3479
</pre>
</div>
</content>
</entry>
<entry>
<title>referential_lines/show.html.slim: Fix syntax error</title>
<updated>2017-07-07T11:28:07+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-07T11:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=38bdaa2311a24e51e5f73c2f46dc6002447e3b32'/>
<id>38bdaa2311a24e51e5f73c2f46dc6002447e3b32</id>
<content type='text'>
I had converted the double quotes that used to be here into single
quotes without thinking, and that doesn't work because there's an
apostrophe in the string. Thankfully the failing tests told me about the
error.

Refs #3479
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I had converted the double quotes that used to be here into single
quotes without thinking, and that doesn't work because there's an
apostrophe in the string. Thankfully the failing tests told me about the
error.

Refs #3479
</pre>
</div>
</content>
</entry>
<entry>
<title>ReferentialLines#show: Use new table builder helper</title>
<updated>2017-07-07T10:58:11+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-06T13:57:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=a59bf68668a74d9be6cdc64dca5ad801c833708c'/>
<id>a59bf68668a74d9be6cdc64dca5ad801c833708c</id>
<content type='text'>
Convert the table of `Route`s on this page to use the new table builder
helper. This gives us the links from the `RouteDecorator` in the gear
menu next to each row in the table.

Ended up removing the `route_sp` field from the `RouteDecorator` context
because it seems like we can just grab that collection directly from the
`Route` object. At first I thought about renaming it because after
coming back to this code I thought, 'what does sp mean?'. Then after
some investigation, it appears that we don't need to pass it in
explicitly. Now, no need to bother with that from the ReferentialLines
controller.

The RoutesController does create a separate `@route_sp` variable, but
this only changes the sort order of the stop points, not the contents of
the collection. Thus it seems safe to get them directly from the Route
in the decorator.

Refs #3479
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Convert the table of `Route`s on this page to use the new table builder
helper. This gives us the links from the `RouteDecorator` in the gear
menu next to each row in the table.

Ended up removing the `route_sp` field from the `RouteDecorator` context
because it seems like we can just grab that collection directly from the
`Route` object. At first I thought about renaming it because after
coming back to this code I thought, 'what does sp mean?'. Then after
some investigation, it appears that we don't need to pass it in
explicitly. Now, no need to bother with that from the ReferentialLines
controller.

The RoutesController does create a separate `@route_sp` variable, but
this only changes the sort order of the stop points, not the contents of
the collection. Thus it seems safe to get them directly from the Route
in the decorator.

Refs #3479
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #3961: updating wording</title>
<updated>2017-07-04T14:10:05+00:00</updated>
<author>
<name>jpl</name>
</author>
<published>2017-07-04T14:09:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=758264a532f84b5820db56a698ccf7910de81107'/>
<id>758264a532f84b5820db56a698ccf7910de81107</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #3488: updating itl#show</title>
<updated>2017-06-06T13:59:39+00:00</updated>
<author>
<name>jpl</name>
</author>
<published>2017-06-06T13:59:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=280cc337c7d2eb3d5e7457d0399e4f0ee5cdb2aa'/>
<id>280cc337c7d2eb3d5e7457d0399e4f0ee5cdb2aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #3486: updating ITL#index layout</title>
<updated>2017-06-05T15:56:48+00:00</updated>
<author>
<name>jpl</name>
</author>
<published>2017-06-05T15:56:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=6e6a2158f88e0a4e8973cb8e098e92b444aecf77'/>
<id>6e6a2158f88e0a4e8973cb8e098e92b444aecf77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
