<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/spec/views, branch 5485-first-docker-scripts</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>Fix import messages style Refs #4473 @2</title>
<updated>2018-01-03T15:21:22+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2018-01-03T15:21:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=c29270e53191723dafd12461a3bb4c054c1602fd'/>
<id>c29270e53191723dafd12461a3bb4c054c1602fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes selectors in imports#show specs. Refs #4473</title>
<updated>2017-12-29T16:04:24+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-12-29T16:04:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=80ccf3a771a26e9770fb0a5f698647b8ef30f724'/>
<id>80ccf3a771a26e9770fb0a5f698647b8ef30f724</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace CommonHelper.string_keys_to_symbols by Hash#symbolize_keys</title>
<updated>2017-12-29T10:16:58+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-12-29T10:16:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=3cd00c8b27e35028593479b717bfa01efe937b0c'/>
<id>3cd00c8b27e35028593479b717bfa01efe937b0c</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>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 #5355 @0.5h; Add opposite route button on timetables</title>
<updated>2017-12-21T10:46:45+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2017-12-21T10:14:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=4eadd762a0005e3e452aa757495e02dc244db3dc'/>
<id>4eadd762a0005e3e452aa757495e02dc244db3dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check stop_area_waiting_time feature to display StopArea#waiting_time. Refs #5351</title>
<updated>2017-12-20T21:33:53+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-12-20T21:33:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=c955658d634c5975af446ca9885903ff8fa2c0a9'/>
<id>c955658d634c5975af446ca9885903ff8fa2c0a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove binding.pry in specs</title>
<updated>2017-12-20T10:11:48+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-12-20T10:11:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=20a4201aec478797f1dbcd7f98b703b4fe101362'/>
<id>20a4201aec478797f1dbcd7f98b703b4fe101362</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 #151 from af83/5281-workbench-import-structural-bug-reading-zip</title>
<updated>2017-12-20T09:26:07+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2017-12-20T09:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=3df4c7feb809fc6e8eeeec5010147c42447388d8'/>
<id>3df4c7feb809fc6e8eeeec5010147c42447388d8</id>
<content type='text'>
5281 workbench import structural bug reading zip</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5281 workbench import structural bug reading zip</pre>
</div>
</content>
</entry>
</feed>
