<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/app/policies, 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>Create first merge interface. Refs #5299</title>
<updated>2018-01-05T09:23:29+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-12-18T09:46:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=7d15657860db6d1836c863180ee84524a5bdeb61'/>
<id>7d15657860db6d1836c863180ee84524a5bdeb61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove debug message from LinePolicy#create?</title>
<updated>2017-12-28T07:44:03+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-12-28T07:44:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=3472088028aa895032e013465d4ebf13f20fd6c9'/>
<id>3472088028aa895032e013465d4ebf13f20fd6c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5382 @1h; Enable all area types for Stopareas in Routes</title>
<updated>2017-12-26T10:23:53+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2017-12-26T10:23:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=d3445d085b607544dc6355956cd228835258d612'/>
<id>d3445d085b607544dc6355956cd228835258d612</id>
<content type='text'>
Given that the organisation has the matching feature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Given that the organisation has the matching feature.
</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>BusinessCalendar =&gt; PurchaseWindow</title>
<updated>2017-12-21T12:55:49+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-12-19T15:21:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=43f8c76522288a0328d520dfc753ed173fc84964'/>
<id>43f8c76522288a0328d520dfc753ed173fc84964</id>
<content type='text'>
belongs_to referential
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
belongs_to referential
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5301 First draft for Business Calendars</title>
<updated>2017-12-21T12:54:07+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-12-14T17:47:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=f2d00fad59d97130babc95f37d495245f3d53f80'/>
<id>f2d00fad59d97130babc95f37d495245f3d53f80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into 5333-add-policies-for-referentials-sharing</title>
<updated>2017-12-20T08:42:07+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-12-20T08:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=38ab26f1ea40b7ab5774ff0c18fba54204767b88'/>
<id>38ab26f1ea40b7ab5774ff0c18fba54204767b88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5325; Fix calendat policy</title>
<updated>2017-12-19T18:14:02+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2017-12-19T12:16:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=6d5ca1fe9782f4e43b38079a920ab0770e2d1cce'/>
<id>6d5ca1fe9782f4e43b38079a920ab0770e2d1cce</id>
<content type='text'>
Remove the "!archived?" condition which makes no sense here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the "!archived?" condition which makes no sense here.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5325@0.5h; Use policies for calendar sharing</title>
<updated>2017-12-19T18:12:09+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2017-12-18T10:53:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=818bacf718594441052820ea0e7b33b9491a5b71'/>
<id>818bacf718594441052820ea0e7b33b9491a5b71</id>
<content type='text'>
Use policies to determine if a user is allowed to share a calendar,
instead of a hardcoded string
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use policies to determine if a user is allowed to share a calendar,
instead of a hardcoded string
</pre>
</div>
</content>
</entry>
</feed>
