<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core, branch regression_tests_user_permissions_in_controllers</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: #3478@2h; Helper Spec Setup finished</title>
<updated>2017-07-09T20:27:45+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-07-09T20:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=6be28ccf25b64b344257a9cbc06c7c97e17631fd'/>
<id>6be28ccf25b64b344257a9cbc06c7c97e17631fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>User Permissions Computation tested in controllers vehicle_journeys and journey_patterns</title>
<updated>2017-07-07T14:38:23+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-07-07T14:38:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=faa9bce7ab2c4f8c2d09200387f70c2ed1d2322a'/>
<id>faa9bce7ab2c4f8c2d09200387f70c2ed1d2322a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hotfix user_permission computation in journey_patterns and vehicle_journey controllers</title>
<updated>2017-07-07T13:45:36+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-07-07T13:45:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=e4133cee19db0aef55318296b2746be5be4b5896'/>
<id>e4133cee19db0aef55318296b2746be5be4b5896</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 #28 from af83/3479-migrate-priority-table-builder-helper-calls-to-new-version</title>
<updated>2017-07-07T12:28:00+00:00</updated>
<author>
<name>Robert Dober</name>
</author>
<published>2017-07-07T12:28:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=b31b713f84cab31870aab48fa739883df8fbf0c3'/>
<id>b31b713f84cab31870aab48fa739883df8fbf0c3</id>
<content type='text'>
3479 migrate priority table builder helper calls to new version</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
3479 migrate priority table builder helper calls to new version</pre>
</div>
</content>
</entry>
<entry>
<title>referential_lines/show.html.slim: Fix syntax error</title>
<updated>2017-07-07T11:28:07+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-07T11:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=38bdaa2311a24e51e5f73c2f46dc6002447e3b32'/>
<id>38bdaa2311a24e51e5f73c2f46dc6002447e3b32</id>
<content type='text'>
I had converted the double quotes that used to be here into single
quotes without thinking, and that doesn't work because there's an
apostrophe in the string. Thankfully the failing tests told me about the
error.

Refs #3479
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I had converted the double quotes that used to be here into single
quotes without thinking, and that doesn't work because there's an
apostrophe in the string. Thankfully the failing tests told me about the
error.

Refs #3479
</pre>
</div>
</content>
</entry>
<entry>
<title>TableBuilderHelper::URL: Fix polymorphic URL for TimeTable</title>
<updated>2017-07-07T10:58:11+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-07T10:40:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=c91a0c34d1218b67e5aaca96f1140734baf7b7ec'/>
<id>c91a0c34d1218b67e5aaca96f1140734baf7b7ec</id>
<content type='text'>
Had a problem on the TimeTables#index page where the #show and #edit
links in the gear menu would link to `/referentials/:id` instead of
`/referentials/:id/time_tables/:id`.

This turned out to be caused by a syntax bug in the condition that adds
the `Chouette::TimeTable` object to the polymorphic URL array. Now the
proper URL is rendered.

Refs #3479
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Had a problem on the TimeTables#index page where the #show and #edit
links in the gear menu would link to `/referentials/:id` instead of
`/referentials/:id/time_tables/:id`.

This turned out to be caused by a syntax bug in the condition that adds
the `Chouette::TimeTable` object to the polymorphic URL array. Now the
proper URL is rendered.

Refs #3479
</pre>
</div>
</content>
</entry>
<entry>
<title>TimeTables#index: Use new table builder helper</title>
<updated>2017-07-07T10:58:11+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-07T09:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=0aef1ec53b69a57e9eb5bd2f13f0c88438e668e4'/>
<id>0aef1ec53b69a57e9eb5bd2f13f0c88438e668e4</id>
<content type='text'>
Additionally convert the `#human_attribute_name` calls to call it on the
class because this is more correct and because that method doesn't exist
on the decorated collection of `@time_tables`.

TODO: There's a bug here where the #show and #edit links don't link
correctly, they go to `/referentials/:id` instead of
`/referentials/:id/time_tables/:id`.

Refs #3479
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Additionally convert the `#human_attribute_name` calls to call it on the
class because this is more correct and because that method doesn't exist
on the decorated collection of `@time_tables`.

TODO: There's a bug here where the #show and #edit links don't link
correctly, they go to `/referentials/:id` instead of
`/referentials/:id/time_tables/:id`.

Refs #3479
</pre>
</div>
</content>
</entry>
<entry>
<title>CalendarsController: Fix breadcrumb on #index &amp; #show</title>
<updated>2017-07-07T10:58:11+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-06T14:45:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=2fc961ec6661442971c783587efdeddc4344b55c'/>
<id>2fc961ec6661442971c783587efdeddc4344b55c</id>
<content type='text'>
Apparently I messed up the breadcrumb in these views because I was
overriding the `#index` and `#show` methods defined in
`BreadcrumbController`, which make these calls to `#build_breadcrumb`.

Add them in to restore the breadcrumb links to these pages.

Refs #3479
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apparently I messed up the breadcrumb in these views because I was
overriding the `#index` and `#show` methods defined in
`BreadcrumbController`, which make these calls to `#build_breadcrumb`.

Add them in to restore the breadcrumb links to these pages.

Refs #3479
</pre>
</div>
</content>
</entry>
<entry>
<title>Calendars#index: Use new table builder helper</title>
<updated>2017-07-07T10:58:11+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-06T14:41:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=d4463529108442b6fc063901e96fc093435b7211'/>
<id>d4463529108442b6fc063901e96fc093435b7211</id>
<content type='text'>
Refs #3479
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #3479
</pre>
</div>
</content>
</entry>
<entry>
<title>RoutingConstraintZones#show: Use new table builder helper</title>
<updated>2017-07-07T10:58:11+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-06T14:21:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=ed027aa2fbb3510be6729c7d8bc41ae77a3a1b66'/>
<id>ed027aa2fbb3510be6729c7d8bc41ae77a3a1b66</id>
<content type='text'>
Refs #3479
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #3479
</pre>
</div>
</content>
</entry>
</feed>
