<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/app/views/referential_companies, branch developer-toolbar</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>Remove edit duplicate edit link</title>
<updated>2017-12-15T15:22:55+00:00</updated>
<author>
<name>Xinhui</name>
</author>
<published>2017-12-15T15:22:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=8f69f3f6a9b8b625759fdcab6361b9d4124ace7d'/>
<id>8f69f3f6a9b8b625759fdcab6361b9d4124ace7d</id>
<content type='text'>
Refs #5300
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #5300
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactoring move render pageheader into layout</title>
<updated>2017-11-28T11:23:38+00:00</updated>
<author>
<name>Xinhui</name>
</author>
<published>2017-11-24T15:52:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=c4919718286758b4a34ad31f4c8b682fcce25d23'/>
<id>c4919718286758b4a34ad31f4c8b682fcce25d23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactoring pageheader for referential_companies</title>
<updated>2017-11-28T11:21:33+00:00</updated>
<author>
<name>Xinhui</name>
</author>
<published>2017-11-24T10:48:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=f449e4652e0992fc2c02f40a78f8e9a201f45670'/>
<id>f449e4652e0992fc2c02f40a78f8e9a201f45670</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use t('id_codif') and t('id_reflex') to prevent hardcoded strings. Refs #5081</title>
<updated>2017-11-26T21:04:33+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-11-26T21:04:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=f85b8adc96171703d0afc0a6ef8252087e767fa3'/>
<id>f85b8adc96171703d0afc0a6ef8252087e767fa3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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 stop_areas - referential_companies</title>
<updated>2017-10-25T09:46:21+00:00</updated>
<author>
<name>Xinhui</name>
</author>
<published>2017-10-25T09:46:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=1237184240df2fedf232a80bfcf7edc818eb3c5e'/>
<id>1237184240df2fedf232a80bfcf7edc818eb3c5e</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>ReferentialCompanies#index: Use new table builder helper</title>
<updated>2017-07-12T09:06:03+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-07T15:08:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=288c5980dc7cd9f143b88d5a8492c006c5f46bb7'/>
<id>288c5980dc7cd9f143b88d5a8492c006c5f46bb7</id>
<content type='text'>
TODO: Rename `line_referential` context parameter in `CompanyDecorator`
to `referential` since the name needs to make sense both for
`Referential` and for `LineReferential`.

Refs #3479
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TODO: Rename `line_referential` context parameter in `CompanyDecorator`
to `referential` since the name needs to make sense both for
`Referential` and for `LineReferential`.

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>
</feed>
