<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/spec, branch 5313_stop_areas_parent</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>Add specs on StopArea parent area_type validation. Refuse parent of the same type. Refs #5313</title>
<updated>2017-12-28T14:42:11+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-12-28T14:42:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=b9bcf2fc557c7e17451f4101ae4157cf7671cc6b'/>
<id>b9bcf2fc557c7e17451f4101ae4157cf7671cc6b</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 #161 from af83/5316-migrate-compliance-control-and-check-attributes-from-hs</title>
<updated>2017-12-23T07:49:28+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2017-12-23T07:49:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=9fe0ca13d7caba486561f52557c1fa3d2f9f0a52'/>
<id>9fe0ca13d7caba486561f52557c1fa3d2f9f0a52</id>
<content type='text'>
5316 migrate compliance control and check attributes from hstore to json column type</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5316 migrate compliance control and check attributes from hstore to json column type</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 #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>Fix deprecated syntax in StopAreaReferentialsController spec</title>
<updated>2017-12-21T20:19:27+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2017-12-20T12:35:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=cb0dd3864b468914462432eaf264647ba301b336'/>
<id>cb0dd3864b468914462432eaf264647ba301b336</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Merge pull request #172 from af83/5355-add-button-to-opposite-itinerary-timetable</title>
<updated>2017-12-21T20:00:33+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-12-21T20:00:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=e722b3de7928eabba8ecc3f66b9275bfd0438904'/>
<id>e722b3de7928eabba8ecc3f66b9275bfd0438904</id>
<content type='text'>
Add opposite route button on timetables. Refs #5355 </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add opposite route button on timetables. Refs #5355 </pre>
</div>
</content>
</entry>
<entry>
<title>Change button type for opposite route link. Refs #5355</title>
<updated>2017-12-21T18:59:13+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-12-21T18:59:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=780b7e4711e983e8f99e71bacc7eaf6973b214ce'/>
<id>780b7e4711e983e8f99e71bacc7eaf6973b214ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5301 Add ransackable scope to PurchaseWindow for date_ranges</title>
<updated>2017-12-21T17:25:18+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-12-21T17:25:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=938dae71ae29a0c2934a1027046d61dd5dcaf135'/>
<id>938dae71ae29a0c2934a1027046d61dd5dcaf135</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
