<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/app/views/referential_lines, branch faster-spex</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>delete unused variables in referential_lines show view Refs #4698</title>
<updated>2017-10-11T14:47:54+00:00</updated>
<author>
<name>Guillaume</name>
</author>
<published>2017-10-11T14:47:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=3b4563e9f3ed21d98255713cefd2e290c5a364bd'/>
<id>3b4563e9f3ed21d98255713cefd2e290c5a364bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix locales structuration Refs #4698</title>
<updated>2017-10-11T09:44:04+00:00</updated>
<author>
<name>Guillaume</name>
</author>
<published>2017-10-11T09:44:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=841083df63294e2f3ede37382e0c9c5fe0277874'/>
<id>841083df63294e2f3ede37382e0c9c5fe0277874</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactoring tables titles for routes</title>
<updated>2017-10-09T09:07:28+00:00</updated>
<author>
<name>Guillaume</name>
</author>
<published>2017-10-09T09:07:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=451f6f56d6c22a9b55f8466a271857e31d8052b1'/>
<id>451f6f56d6c22a9b55f8466a271857e31d8052b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #4693 Change view bug on transport submode due to last Codifligne sync</title>
<updated>2017-10-04T23:18:25+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-10-04T23:18:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=08517c27551a2dd8b227f6662f4c41574a36d81e'/>
<id>08517c27551a2dd8b227f6662f4c41574a36d81e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs Adapt transport mode &amp; submode translations</title>
<updated>2017-09-29T14:44:31+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-09-29T13:40:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=e50707e425bbece28273d7f3a2cff3e8b5cd3ccb'/>
<id>e50707e425bbece28273d7f3a2cff3e8b5cd3ccb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
