<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/app/views/calendars, 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>Refactoring pageheader</title>
<updated>2017-11-28T11:23:35+00:00</updated>
<author>
<name>Xinhui</name>
</author>
<published>2017-11-24T12:01:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=529399a52ed3f19a78cf843c22ead0202c813820'/>
<id>529399a52ed3f19a78cf843c22ead0202c813820</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>Breadcrumb for calendars</title>
<updated>2017-10-20T09:29:04+00:00</updated>
<author>
<name>Xinhui</name>
</author>
<published>2017-10-20T09:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=4b1327518597ac057e03e7670fb2e1fc75974c36'/>
<id>4b1327518597ac057e03e7670fb2e1fc75974c36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Working standard webpacker config</title>
<updated>2017-10-09T15:14:27+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-10-09T15:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=08b002abfb101b1edce9750231c989591e049bf7'/>
<id>08b002abfb101b1edce9750231c989591e049bf7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Organisation column in Calendars#index Table</title>
<updated>2017-09-06T14:56:33+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-09-06T14:56:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=e4c818de9e2e7292c2e04d8e76f9f2f43915f439'/>
<id>e4c818de9e2e7292c2e04d8e76f9f2f43915f439</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated imports#index date filter : used the same logic for the Calendar#index date filter (ransackable scope)</title>
<updated>2017-09-06T07:47:25+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-09-05T23:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=53804667d4ba62e29ff687995dfa6d2566139075'/>
<id>53804667d4ba62e29ff687995dfa6d2566139075</id>
<content type='text'>
I realized that we could submit the form with incomplete date which caused an 500 error.

So I added a small JS script to prevent user from subnitting filter form with incomplete dates
Since it was really similar with previous work I added two folders : /helpers &amp; /filters to be more DRY
The JS files are loaded in 4 views for the moment, hence the update in the assets.rb file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I realized that we could submit the form with incomplete date which caused an 500 error.

So I added a small JS script to prevent user from subnitting filter form with incomplete dates
Since it was really similar with previous work I added two folders : /helpers &amp; /filters to be more DRY
The JS files are loaded in 4 views for the moment, hence the update in the assets.rb file
</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>Refs: #4021@1.5h; Added spec for incorrectly shown `Créer` button on calenders#index view and made them pass</title>
<updated>2017-07-10T20:32:00+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-07-10T20:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=25d99e6fc46db9a37fcbcae83b008ff96bc00520'/>
<id>25d99e6fc46db9a37fcbcae83b008ff96bc00520</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Calendars#index: Use new table builder helper</title>
<updated>2017-07-07T10:58:11+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-06T14:41:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=d4463529108442b6fc063901e96fc093435b7211'/>
<id>d4463529108442b6fc063901e96fc093435b7211</id>
<content type='text'>
Refs #3479
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #3479
</pre>
</div>
</content>
</entry>
</feed>
