<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/app/decorators, 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>Fixes destry confirm message in NetworkDecorator. Refs #5549</title>
<updated>2018-01-11T17:50:39+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2018-01-11T17:45:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=04707cdd1954e524273001f5dfe4278525e40d47'/>
<id>04707cdd1954e524273001f5dfe4278525e40d47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5129 small change on import report show button</title>
<updated>2018-01-09T11:12:14+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2018-01-09T11:12:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=502b7aabce838c156516d9fa3d016dd0f5b614f9'/>
<id>502b7aabce838c156516d9fa3d016dd0f5b614f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #175 from af83/5366-add-feature-specs-for-the-CRUD-actions-on-PurchaseWindo</title>
<updated>2017-12-23T07:48:07+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2017-12-23T07:48:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=e29d22aa6402c10ab1712cad44316c8f034dd0e6'/>
<id>e29d22aa6402c10ab1712cad44316c8f034dd0e6</id>
<content type='text'>
5366 add feature specs for the crud actions on purchase windo</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5366 add feature specs for the crud actions on purchase windo</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5361 @1H; Make company optional in Lines form</title>
<updated>2017-12-21T20:58:56+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2017-12-21T14:47:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=be8afa7aa3fd1c8922a4e02e16cdfef698b3df26'/>
<id>be8afa7aa3fd1c8922a4e02e16cdfef698b3df26</id>
<content type='text'>
And handle the case when it is nil in the views
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And handle the case when it is nil in the views
</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 #5340 @O.1h; Remove deletion link for lines ...</title>
<updated>2017-12-21T20:19:27+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2017-12-20T13:25:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=4be4d378d15ad24c8ca0cd43befb25d94cd093de'/>
<id>4be4d378d15ad24c8ca0cd43befb25d94cd093de</id>
<content type='text'>
... In Referential#show
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... In Referential#show
</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>purchase_windows_spec: Add feature spec for destroy</title>
<updated>2017-12-21T17:15:55+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-12-21T17:09:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=7c3837d9b5aeac60ce4ea203baba61cd99293a8b'/>
<id>7c3837d9b5aeac60ce4ea203baba61cd99293a8b</id>
<content type='text'>
Check that `PurchaseWindow`s can be destroyed, starting from the
`#index` page.

Update the i18n key used in the decorator to get the text that appears
in the alert when destroying a `PurchaseWindow` so that it correctly
corresponds to the one used in the locale file.

Refs #5366
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check that `PurchaseWindow`s can be destroyed, starting from the
`#index` page.

Update the i18n key used in the decorator to get the text that appears
in the alert when destroying a `PurchaseWindow` so that it correctly
corresponds to the one used in the locale file.

Refs #5366
</pre>
</div>
</content>
</entry>
<entry>
<title>Add purchase_windows link when optional feature is present. Refs #5301</title>
<updated>2017-12-21T16:39:29+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-12-21T16:39:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=dcbb755e047907b3e9f032534556c05b38bf7073'/>
<id>dcbb755e047907b3e9f032534556c05b38bf7073</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #150 from af83/5301-add_business_calendars</title>
<updated>2017-12-21T13:50:08+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2017-12-21T13:50:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=7aec5b94868bc2e7473f7ded4be7a585fb7b174e'/>
<id>7aec5b94868bc2e7473f7ded4be7a585fb7b174e</id>
<content type='text'>
Refs #5301 First draft for Business Calendars</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #5301 First draft for Business Calendars</pre>
</div>
</content>
</entry>
</feed>
