<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/app/decorators, branch compliance_control</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>ComplianceControlSet#show add compliance_control create link</title>
<updated>2017-09-21T10:07:41+00:00</updated>
<author>
<name>Xinhui</name>
</author>
<published>2017-09-21T10:07:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=f0516f1d23d8ebd9b4da328c86fcdaf6c5ee63a2'/>
<id>f0516f1d23d8ebd9b4da328c86fcdaf6c5ee63a2</id>
<content type='text'>
Refs #4563
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #4563
</pre>
</div>
</content>
</entry>
<entry>
<title>Move ComplianceControl#index into ComplianceControlSet#show</title>
<updated>2017-09-21T09:47:18+00:00</updated>
<author>
<name>Xinhui</name>
</author>
<published>2017-09-21T09:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=9b87e5896921ac735393539d5bc3f41907f9e0ad'/>
<id>9b87e5896921ac735393539d5bc3f41907f9e0ad</id>
<content type='text'>
Refs #4579
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #4579
</pre>
</div>
</content>
</entry>
<entry>
<title>Compliance Control decorator</title>
<updated>2017-09-19T12:49:14+00:00</updated>
<author>
<name>Xinhui</name>
</author>
<published>2017-09-19T10:33:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=7110330a7e154fb8d746f6b15e12c7b42c6c00dc'/>
<id>7110330a7e154fb8d746f6b15e12c7b42c6c00dc</id>
<content type='text'>
Refs #4543
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #4543
</pre>
</div>
</content>
</entry>
<entry>
<title>create base structure for compliance_control_sets</title>
<updated>2017-09-14T14:28:54+00:00</updated>
<author>
<name>Guillaume</name>
</author>
<published>2017-09-14T14:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=1e58dfdbfbecccda78e2fe3854b2ba04a72bd511'/>
<id>1e58dfdbfbecccda78e2fe3854b2ba04a72bd511</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>merged with master</title>
<updated>2017-09-11T16:03:06+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-09-11T16:03:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=37865fad65adacae41bff0677651ca0a4d9db974'/>
<id>37865fad65adacae41bff0677651ca0a4d9db974</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes #4189@4h Route Duplication</title>
<updated>2017-09-11T15:15:49+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-09-11T07:41:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=f7bc874de79ff9a68aa03523cf653407663e7c55'/>
<id>f7bc874de79ff9a68aa03523cf653407663e7c55</id>
<content type='text'>
* Duplication of Route is triggered by link and UI forwarded to edit of duplicatee

     - Changing route, only POST duplicate_referential_line_route --&gt; RoutesController#duplicate
     - Removing route       GET  duplicate_referential_line_route --&gt; RoutesController#duplicate
     - Removing controller action RoutesController#post_duplicate

* Link in Route Decorator depends on new policy RoutePolicy#decorate?

* Adapting specs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Duplication of Route is triggered by link and UI forwarded to edit of duplicatee

     - Changing route, only POST duplicate_referential_line_route --&gt; RoutesController#duplicate
     - Removing route       GET  duplicate_referential_line_route --&gt; RoutesController#duplicate
     - Removing controller action RoutesController#post_duplicate

* Link in Route Decorator depends on new policy RoutePolicy#decorate?

* Adapting specs
</pre>
</div>
</content>
</entry>
<entry>
<title>Update of ReferentialsController#new :</title>
<updated>2017-09-11T14:21:41+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-09-11T14:06:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=8fe9a39516f6fb71545d6329c448680d6f8c75d1'/>
<id>8fe9a39516f6fb71545d6329c448680d6f8c75d1</id>
<content type='text'>
- Add some context to referential and workbench decorator to access current_referential and assign it to the cloned referential
- Add a build_referential method to avoir duplicates of code (in the controller and in the model), need to clean a bit more
- Need to add some Spec features to take into account the functional scope of the current_user
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add some context to referential and workbench decorator to access current_referential and assign it to the cloned referential
- Add a build_referential method to avoir duplicates of code (in the controller and in the model), need to clean a bit more
- Need to add some Spec features to take into account the functional scope of the current_user
</pre>
</div>
</content>
</entry>
<entry>
<title>Referential#new_from :</title>
<updated>2017-09-05T12:36:47+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-09-05T12:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=df7552799d16d5686e389e484a00e0a7e8fb4e1d'/>
<id>df7552799d16d5686e389e484a00e0a7e8fb4e1d</id>
<content type='text'>
Added params to certains paths to have the workbench_id in it.
The goal is to have the current workbench_id to assign it when do a Referential#new_from
Then I finished the use of the functional scope to avoid potential errors
I skipped some tests that hve a #TODO so we can easily find them
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added params to certains paths to have the workbench_id in it.
The goal is to have the current workbench_id to assign it when do a Referential#new_from
Then I finished the use of the functional scope to avoid potential errors
I skipped some tests that hve a #TODO so we can easily find them
</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>
