<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/app/controllers/lines_controller.rb, branch ie-fixes</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>Refs #6146; Fix "activated/deactivated" filter</title>
<updated>2018-03-14T08:21:03+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-03-14T08:21:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=08895521dd1587c460ffc4ed335d7129b1b53de1'/>
<id>08895521dd1587c460ffc4ed335d7129b1b53de1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5146 Line state update</title>
<updated>2018-03-12T13:17:02+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2018-03-12T13:17:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=e02ada352a0b204783fbc67d7c2a4266d2551082'/>
<id>e02ada352a0b204783fbc67d7c2a4266d2551082</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs 5586; CR #1</title>
<updated>2018-01-25T16:18:00+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-01-21T10:59:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=e96174ac9c12c89b701307c50e7e1a2b09190316'/>
<id>e96174ac9c12c89b701307c50e7e1a2b09190316</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5586 @1.5h; Migrate more decorators</title>
<updated>2018-01-25T16:17:59+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-01-17T08:36:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=377ddcd306fb9e61e734aaf3762e05f448938af0'/>
<id>377ddcd306fb9e61e734aaf3762e05f448938af0</id>
<content type='text'>
- Remove ApiKeyDecorator (never used)
- Migrate CalendarDecorator
- Migrate CompanyDecorator
- Migrate TimeTableDecorator
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Remove ApiKeyDecorator (never used)
- Migrate CalendarDecorator
- Migrate CompanyDecorator
- Migrate TimeTableDecorator
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5586 @2h; Refactor the whole thing</title>
<updated>2018-01-25T16:17:58+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-01-15T17:22:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=936650bb189104bf9795e0a7e9b5b8044e59a652'/>
<id>936650bb189104bf9795e0a7e9b5b8044e59a652</id>
<content type='text'>
We now have a ModelDecorator and an "instance" decorator, all in the
same file, with the same API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We now have a ModelDecorator and an "instance" decorator, all in the
same file, with the same API.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use current_organisation as begin_of_association_chain in Lines/Companies/Networks/GroupOfLinesController. Refs #5102</title>
<updated>2017-12-28T07:56:05+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-12-28T07:50:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=da60766c207ac372e2ebd1d42be7c7b9c3ee4957'/>
<id>da60766c207ac372e2ebd1d42be7c7b9c3ee4957</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5349 @1h; Deactivate StopAreas instead of destroying them</title>
<updated>2017-12-21T20:35:02+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2017-12-20T16:48:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=e8285678efc9a62115fe0af4086c7a3959666bf8'/>
<id>e8285678efc9a62115fe0af4086c7a3959666bf8</id>
<content type='text'>
- Update decorators (had to split `action_links` because of
`StopPointDecorator` inheriting from `StopAreaDecorator`)
- Add methods on model
- Add routes
- Add actions on controller (`Activatable` concern, shared with
`LinesController`)
- Add I18n keys
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Update decorators (had to split `action_links` because of
`StopPointDecorator` inheriting from `StopAreaDecorator`)
- Add methods on model
- Add routes
- Add actions on controller (`Activatable` concern, shared with
`LinesController`)
- Add I18n keys
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5430 @2h; Deactivate lines instead of destroying them</title>
<updated>2017-12-21T20:19:27+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2017-12-20T11:58:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=9a34cb48f49df574ae1e7c599713ed246e2938cf'/>
<id>9a34cb48f49df574ae1e7c599713ed246e2938cf</id>
<content type='text'>
- Add `activate` and `deactivate` actions in `LinesController`, as well
as corresponding routes
- Add `activate!` and `deactivate!` methods in `Chouette::Line`, as well
as `activated?`
- Add `activate?` and `deactivate?` permissions in `LinePolicy`
- Add corresponding `action_links`in the Decorator
- Create helper for these actions
- Add an optional `'extra_class` to the Links
- Update styles for ".delete-action" to handle the case where there are
several
- Add I18n keys accordingly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add `activate` and `deactivate` actions in `LinesController`, as well
as corresponding routes
- Add `activate!` and `deactivate!` methods in `Chouette::Line`, as well
as `activated?`
- Add `activate?` and `deactivate?` permissions in `LinePolicy`
- Add corresponding `action_links`in the Decorator
- Create helper for these actions
- Add an optional `'extra_class` to the Links
- Update styles for ".delete-action" to handle the case where there are
several
- Add I18n keys accordingly
</pre>
</div>
</content>
</entry>
<entry>
<title>Add secondary_company to Line form</title>
<updated>2017-12-13T15:44:36+00:00</updated>
<author>
<name>Xinhui</name>
</author>
<published>2017-12-13T15:44:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=9146198415d07833833467e98ba909ed5454720f'/>
<id>9146198415d07833833467e98ba909ed5454720f</id>
<content type='text'>
Refs #5142
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #5142
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactoring move referentialSupport from chouetteController into childrens</title>
<updated>2017-11-28T11:21:03+00:00</updated>
<author>
<name>Xinhui</name>
</author>
<published>2017-11-22T13:34:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=4792a04f83f5a52757092e5b66f6d27f658c3c6b'/>
<id>4792a04f83f5a52757092e5b66f6d27f658c3c6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
