<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/app/views/lines, branch robert-bup</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>Add missing breadcrumb on edit page</title>
<updated>2017-11-07T14:57:15+00:00</updated>
<author>
<name>Xinhui</name>
</author>
<published>2017-11-07T14:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=1f68a5401ff63d568ba8fbecd3c3ab06335f91e7'/>
<id>1f68a5401ff63d568ba8fbecd3c3ab06335f91e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Breadcrumb for lines - networks</title>
<updated>2017-10-19T15:00:58+00:00</updated>
<author>
<name>Xinhui</name>
</author>
<published>2017-10-19T15:00:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=5d9793a52fcdf3009e247eeaace4cdd31f33b45a'/>
<id>5d9793a52fcdf3009e247eeaace4cdd31f33b45a</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 4517 Add some modification to the two modules to add methods to list the sorted transport modes and submodes</title>
<updated>2017-10-04T21:23:00+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-10-04T21:20:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=9a642d186ec8ca9016dba59d925c1bdb079eb23f'/>
<id>9a642d186ec8ca9016dba59d925c1bdb079eb23f</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>add helper for line_status with picto</title>
<updated>2017-09-28T08:35:52+00:00</updated>
<author>
<name>Guillaume</name>
</author>
<published>2017-09-28T08:35:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=b84188abb33417a24274fc3ba179b6eb2ba8a067'/>
<id>b84188abb33417a24274fc3ba179b6eb2ba8a067</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>Lines#index: Use new `table_builder_2`</title>
<updated>2017-07-06T10:30:59+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-03T16:34:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=205ce7c3fbdb025edc62a74b87d26cc237545f36'/>
<id>205ce7c3fbdb025edc62a74b87d26cc237545f36</id>
<content type='text'>
Convert the table of Lines to use the new version of the table builder.
Update the view with the new calling format of the helper.

The controller needs to decorate the `@lines` collection in order to
make `#action_links` available to the table builder.

Needed to update the "_filters.html.slim" template to call
`#human_attribute_name` on the class instead of the collection, because
we can't do that on a decorated collection.

Refs #3479
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Convert the table of Lines to use the new version of the table builder.
Update the view with the new calling format of the helper.

The controller needs to decorate the `@lines` collection in order to
make `#action_links` available to the table builder.

Needed to update the "_filters.html.slim" template to call
`#human_attribute_name` on the class instead of the collection, because
we can't do that on a decorated collection.

Refs #3479
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #3961: updating wording (fixes)</title>
<updated>2017-07-04T15:20:57+00:00</updated>
<author>
<name>jpl</name>
</author>
<published>2017-07-04T15:20:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=a4b4c84ea5a1ed8ec7b77c1aebd2ff8252897f63'/>
<id>a4b4c84ea5a1ed8ec7b77c1aebd2ff8252897f63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
