<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/app/views/import_resources, branch master</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>Rework imports to use Resources and make the a little more verbose</title>
<updated>2018-05-07T13:03:07+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-04-24T12:00:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=42ac1fa61ea79fe612bcd98f2b38bad5b6f24421'/>
<id>42ac1fa61ea79fe612bcd98f2b38bad5b6f24421</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ImportResources#index: Get rid of `ImportResourceDecorator`</title>
<updated>2018-01-25T16:19:22+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-01-25T15:14:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=988d074946990dc72e41af4d5fa1839fdb39d59e'/>
<id>988d074946990dc72e41af4d5fa1839fdb39d59e</id>
<content type='text'>
Seems like the object decorator for `ImportResource` isn't needed here.
It doesn't contain anything except for an empty `action_links` method,
which I'm guessing was to appease the table builder which used to expect
one.

Get rid of that decorator because it doesn't seem to be needed.

Also get rid of the `links` argument to the table builder because we
don't need it any more with the new action links interface.

Refs #5586
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Seems like the object decorator for `ImportResource` isn't needed here.
It doesn't contain anything except for an empty `action_links` method,
which I'm guessing was to appease the table builder which used to expect
one.

Get rid of that decorator because it doesn't seem to be needed.

Also get rid of the `links` argument to the table builder because we
don't need it any more with the new action links interface.

Refs #5586
</pre>
</div>
</content>
</entry>
<entry>
<title>Finalize CSV export for ComplianceCheckMessage and Import&lt;essage</title>
<updated>2018-01-16T14:35:25+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2018-01-16T14:34:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=3ccd38eaf70078271813c98a8ead64d6cb94230c'/>
<id>3ccd38eaf70078271813c98a8ead64d6cb94230c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5162 refacto import resource view + add missing logos on other views</title>
<updated>2017-12-08T17:24:09+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-12-08T17:09:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=7b953e7a5965f753b3a8caebe0918058e0db2893'/>
<id>7b953e7a5965f753b3a8caebe0918058e0db2893</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor call for import resources metrics in import_resources#index</title>
<updated>2017-12-03T22:12:16+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2017-12-03T22:12:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=6ec303e25dcb9a4f6d27420597dd8b7c5b1f165e'/>
<id>6ec303e25dcb9a4f6d27420597dd8b7c5b1f165e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Replace pageheader by render partial</title>
<updated>2017-11-28T11:21:33+00:00</updated>
<author>
<name>Xinhui</name>
</author>
<published>2017-11-23T13:14:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=6820faf7849ff704c55cde29c8b2efc320ff63d7'/>
<id>6820faf7849ff704c55cde29c8b2efc320ff63d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5087 Take ImportResource metrics changes into account in views</title>
<updated>2017-11-27T13:52:10+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-11-27T13:52:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=9b2edfbf417bb5ee8e6e76d881a4fc6e20b0eda2'/>
<id>9b2edfbf417bb5ee8e6e76d881a4fc6e20b0eda2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix import messages when referential can't be created. Delete unused sass files. Refs #4259</title>
<updated>2017-09-06T10:09:41+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2017-09-06T10:09:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=c9d193f91d3cfa22f64581bc0291aa25eaae6779'/>
<id>c9d193f91d3cfa22f64581bc0291aa25eaae6779</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix import status table views and first version for import_messages Refs #4527</title>
<updated>2017-09-04T20:59:51+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2017-09-04T20:59:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=0bfb94f1311517838c4d1989e273ce56c605a25a'/>
<id>0bfb94f1311517838c4d1989e273ce56c605a25a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
