<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/spec/views/offer_workbenches, branch master</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>offer_workbenches/show.html.erb_spec: Give workbenches same workgroup</title>
<updated>2018-01-17T10:32:26+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-01-17T10:32:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=9f3f7c5f71fee181f7f10a4a73d08fb1a0c1795b'/>
<id>9f3f7c5f71fee181f7f10a4a73d08fb1a0c1795b</id>
<content type='text'>
I was getting the following test failures after having modified
`Workbench#all_referentials` in
93b60066cc49d699171d6a50798c5939a4644eea:

    Failures:

      1) workbenches/show should include #&lt;Referential id: 5, name: "Test 4", slug: "test_4", created_at: "2018-01-17 10:18:47", updated_at: "...from_id: nil, ready: true, referential_suite_id: nil, objectid_format: "stif_netex", merged_at: nil&gt;
         Failure/Error: expect(workbench.all_referentials).to include different_organisation_referential

           expected #&lt;ActiveRecord::AssociationRelation [#&lt;Referential id: 3, name: "Test 2", slug: "test_2", created_at:...om_id: nil, ready: true, referential_suite_id: nil, objectid_format: "stif_netex", merged_at: nil&gt;]&gt; to include #&lt;Referential id: 5, name: "Test 4", slug: "test_4", created_at: "2018-01-17 10:18:47", updated_at: "...from_id: nil, ready: true, referential_suite_id: nil, objectid_format: "stif_netex", merged_at: nil&gt;
           Diff:
           @@ -1,2 +1,25 @@
           -[#&lt;Referential id: 5, name: "Test 4", slug: "test_4", created_at: "2018-01-17 10:18:47", updated_at: "2018-01-17 10:18:49", prefix: "organisation_5", projection_type: nil, time_zone: "Europe/Paris", bounds: nil, organisation_id: 6, geographical_bounds: nil, user_id: nil, user_name: nil, data_format: "netex", line_referential_id: 14, stop_area_referential_id: 10, workbench_id: 3, archived_at: nil, created_from_id: nil, ready: true, referential_suite_id: nil, objectid_format: "stif_netex", merged_at: nil&gt;]
           +[#&lt;Referential:0x007fd30e897428
           +  id: 3,
           +  name: "Test 2",
           +  slug: "test_2",
           +  created_at: Wed, 17 Jan 2018 11:18:42 CET +01:00,
           +  updated_at: Wed, 17 Jan 2018 11:18:44 CET +01:00,
           +  prefix: "organisation_3",
           +  projection_type: nil,
           +  time_zone: "Europe/Paris",
           +  bounds: nil,
           +  organisation_id: 4,
           +  geographical_bounds: nil,
           +  user_id: nil,
           +  user_name: nil,
           +  data_format: "netex",
           +  line_referential_id: 4,
           +  stop_area_referential_id: 4,
           +  workbench_id: 2,
           +  archived_at: nil,
           +  created_from_id: nil,
           +  ready: true,
           +  referential_suite_id: nil,
           +  objectid_format: "stif_netex",
           +  merged_at: nil&gt;]

         # ./spec/views/offer_workbenches/show.html.erb_spec.rb:37:in `block (2 levels) in &lt;top (required)&gt;'
         # .../.gem/ruby/2.3.3/gems/activesupport-4.2.8/lib/active_support/dependencies.rb:268:in `load'
         # .../.gem/ruby/2.3.3/gems/activesupport-4.2.8/lib/active_support/dependencies.rb:268:in `block in load'
         # .../.gem/ruby/2.3.3/gems/activesupport-4.2.8/lib/active_support/dependencies.rb:240:in `load_dependency'
         # .../.gem/ruby/2.3.3/gems/activesupport-4.2.8/lib/active_support/dependencies.rb:268:in `load'
         # .../.gem/ruby/2.3.3/gems/spring-commands-rspec-1.0.4/lib/spring/commands/rspec.rb:18:in `call'
         # -e:1:in `&lt;main&gt;'

      2) workbenches/show without permission should disable all the checkboxes
         Failure/Error: expect(workbench.all_referentials).to include different_organisation_referential

           expected #&lt;ActiveRecord::AssociationRelation [#&lt;Referential id: 7, name: "Test 6", slug: "test_6", created_at:...om_id: nil, ready: true, referential_suite_id: nil, objectid_format: "stif_netex", merged_at: nil&gt;]&gt; to include #&lt;Referential id: 9, name: "Test 8", slug: "test_8", created_at: "2018-01-17 10:18:55", updated_at: "...from_id: nil, ready: true, referential_suite_id: nil, objectid_format: "stif_netex", merged_at: nil&gt;
           Diff:
           @@ -1,2 +1,25 @@
           -[#&lt;Referential id: 9, name: "Test 8", slug: "test_8", created_at: "2018-01-17 10:18:55", updated_at: "2018-01-17 10:18:57", prefix: "organisation_11", projection_type: nil, time_zone: "Europe/Paris", bounds: nil, organisation_id: 12, geographical_bounds: nil, user_id: nil, user_name: nil, data_format: "netex", line_referential_id: 26, stop_area_referential_id: 18, workbench_id: 5, archived_at: nil, created_from_id: nil, ready: true, referential_suite_id: nil, objectid_format: "stif_netex", merged_at: nil&gt;]
           +[#&lt;Referential:0x007fd30eadc210
           +  id: 7,
           +  name: "Test 6",
           +  slug: "test_6",
           +  created_at: Wed, 17 Jan 2018 11:18:52 CET +01:00,
           +  updated_at: Wed, 17 Jan 2018 11:18:53 CET +01:00,
           +  prefix: "organisation_9",
           +  projection_type: nil,
           +  time_zone: "Europe/Paris",
           +  bounds: nil,
           +  organisation_id: 10,
           +  geographical_bounds: nil,
           +  user_id: nil,
           +  user_name: nil,
           +  data_format: "netex",
           +  line_referential_id: 16,
           +  stop_area_referential_id: 12,
           +  workbench_id: 4,
           +  archived_at: nil,
           +  created_from_id: nil,
           +  ready: true,
           +  referential_suite_id: nil,
           +  objectid_format: "stif_netex",
           +  merged_at: nil&gt;]

         # ./spec/views/offer_workbenches/show.html.erb_spec.rb:37:in `block (2 levels) in &lt;top (required)&gt;'
         # .../.gem/ruby/2.3.3/gems/activesupport-4.2.8/lib/active_support/dependencies.rb:268:in `load'
         # .../.gem/ruby/2.3.3/gems/activesupport-4.2.8/lib/active_support/dependencies.rb:268:in `block in load'
         # .../.gem/ruby/2.3.3/gems/activesupport-4.2.8/lib/active_support/dependencies.rb:240:in `load_dependency'
         # .../.gem/ruby/2.3.3/gems/activesupport-4.2.8/lib/active_support/dependencies.rb:268:in `load'
         # .../.gem/ruby/2.3.3/gems/spring-commands-rspec-1.0.4/lib/spring/commands/rspec.rb:18:in `call'
         # -e:1:in `&lt;main&gt;'

      3) workbenches/show with permission referentials.destroy  should enable the checkbox for the referential which belongs to the same organisation and disable the other one
         Failure/Error: expect(workbench.all_referentials).to include different_organisation_referential

           expected #&lt;ActiveRecord::AssociationRelation [#&lt;Referential id: 11, name: "Test 10", slug: "test_10", created_...om_id: nil, ready: true, referential_suite_id: nil, objectid_format: "stif_netex", merged_at: nil&gt;]&gt; to include #&lt;Referential id: 13, name: "Test 12", slug: "test_12", created_at: "2018-01-17 10:19:03", updated_at...from_id: nil, ready: true, referential_suite_id: nil, objectid_format: "stif_netex", merged_at: nil&gt;
           Diff:
           @@ -1,2 +1,25 @@
           -[#&lt;Referential id: 13, name: "Test 12", slug: "test_12", created_at: "2018-01-17 10:19:03", updated_at: "2018-01-17 10:19:05", prefix: "organisation_17", projection_type: nil, time_zone: "Europe/Paris", bounds: nil, organisation_id: 18, geographical_bounds: nil, user_id: nil, user_name: nil, data_format: "netex", line_referential_id: 38, stop_area_referential_id: 26, workbench_id: 7, archived_at: nil, created_from_id: nil, ready: true, referential_suite_id: nil, objectid_format: "stif_netex", merged_at: nil&gt;]
           +[#&lt;Referential:0x007fd309268e30
           +  id: 11,
           +  name: "Test 10",
           +  slug: "test_10",
           +  created_at: Wed, 17 Jan 2018 11:19:00 CET +01:00,
           +  updated_at: Wed, 17 Jan 2018 11:19:02 CET +01:00,
           +  prefix: "organisation_15",
           +  projection_type: nil,
           +  time_zone: "Europe/Paris",
           +  bounds: nil,
           +  organisation_id: 16,
           +  geographical_bounds: nil,
           +  user_id: nil,
           +  user_name: nil,
           +  data_format: "netex",
           +  line_referential_id: 28,
           +  stop_area_referential_id: 20,
           +  workbench_id: 6,
           +  archived_at: nil,
           +  created_from_id: nil,
           +  ready: true,
           +  referential_suite_id: nil,
           +  objectid_format: "stif_netex",
           +  merged_at: nil&gt;]

         # ./spec/views/offer_workbenches/show.html.erb_spec.rb:37:in `block (2 levels) in &lt;top (required)&gt;'
         # .../.gem/ruby/2.3.3/gems/activesupport-4.2.8/lib/active_support/dependencies.rb:268:in `load'
         # .../.gem/ruby/2.3.3/gems/activesupport-4.2.8/lib/active_support/dependencies.rb:268:in `block in load'
         # .../.gem/ruby/2.3.3/gems/activesupport-4.2.8/lib/active_support/dependencies.rb:240:in `load_dependency'
         # .../.gem/ruby/2.3.3/gems/activesupport-4.2.8/lib/active_support/dependencies.rb:268:in `load'
         # .../.gem/ruby/2.3.3/gems/spring-commands-rspec-1.0.4/lib/spring/commands/rspec.rb:18:in `call'
         # -e:1:in `&lt;main&gt;'

    Finished in 29.81 seconds (files took 1.7 seconds to load)
    3 examples, 3 failures

The new behaviour requires referentials to have the same workgroup in
order to be displayed on this page. Modify the test to give both
`same_organisation_referential` and `different_organisation_referential`
the same workgroup to get the tests to pass.

Refs #5592
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I was getting the following test failures after having modified
`Workbench#all_referentials` in
93b60066cc49d699171d6a50798c5939a4644eea:

    Failures:

      1) workbenches/show should include #&lt;Referential id: 5, name: "Test 4", slug: "test_4", created_at: "2018-01-17 10:18:47", updated_at: "...from_id: nil, ready: true, referential_suite_id: nil, objectid_format: "stif_netex", merged_at: nil&gt;
         Failure/Error: expect(workbench.all_referentials).to include different_organisation_referential

           expected #&lt;ActiveRecord::AssociationRelation [#&lt;Referential id: 3, name: "Test 2", slug: "test_2", created_at:...om_id: nil, ready: true, referential_suite_id: nil, objectid_format: "stif_netex", merged_at: nil&gt;]&gt; to include #&lt;Referential id: 5, name: "Test 4", slug: "test_4", created_at: "2018-01-17 10:18:47", updated_at: "...from_id: nil, ready: true, referential_suite_id: nil, objectid_format: "stif_netex", merged_at: nil&gt;
           Diff:
           @@ -1,2 +1,25 @@
           -[#&lt;Referential id: 5, name: "Test 4", slug: "test_4", created_at: "2018-01-17 10:18:47", updated_at: "2018-01-17 10:18:49", prefix: "organisation_5", projection_type: nil, time_zone: "Europe/Paris", bounds: nil, organisation_id: 6, geographical_bounds: nil, user_id: nil, user_name: nil, data_format: "netex", line_referential_id: 14, stop_area_referential_id: 10, workbench_id: 3, archived_at: nil, created_from_id: nil, ready: true, referential_suite_id: nil, objectid_format: "stif_netex", merged_at: nil&gt;]
           +[#&lt;Referential:0x007fd30e897428
           +  id: 3,
           +  name: "Test 2",
           +  slug: "test_2",
           +  created_at: Wed, 17 Jan 2018 11:18:42 CET +01:00,
           +  updated_at: Wed, 17 Jan 2018 11:18:44 CET +01:00,
           +  prefix: "organisation_3",
           +  projection_type: nil,
           +  time_zone: "Europe/Paris",
           +  bounds: nil,
           +  organisation_id: 4,
           +  geographical_bounds: nil,
           +  user_id: nil,
           +  user_name: nil,
           +  data_format: "netex",
           +  line_referential_id: 4,
           +  stop_area_referential_id: 4,
           +  workbench_id: 2,
           +  archived_at: nil,
           +  created_from_id: nil,
           +  ready: true,
           +  referential_suite_id: nil,
           +  objectid_format: "stif_netex",
           +  merged_at: nil&gt;]

         # ./spec/views/offer_workbenches/show.html.erb_spec.rb:37:in `block (2 levels) in &lt;top (required)&gt;'
         # .../.gem/ruby/2.3.3/gems/activesupport-4.2.8/lib/active_support/dependencies.rb:268:in `load'
         # .../.gem/ruby/2.3.3/gems/activesupport-4.2.8/lib/active_support/dependencies.rb:268:in `block in load'
         # .../.gem/ruby/2.3.3/gems/activesupport-4.2.8/lib/active_support/dependencies.rb:240:in `load_dependency'
         # .../.gem/ruby/2.3.3/gems/activesupport-4.2.8/lib/active_support/dependencies.rb:268:in `load'
         # .../.gem/ruby/2.3.3/gems/spring-commands-rspec-1.0.4/lib/spring/commands/rspec.rb:18:in `call'
         # -e:1:in `&lt;main&gt;'

      2) workbenches/show without permission should disable all the checkboxes
         Failure/Error: expect(workbench.all_referentials).to include different_organisation_referential

           expected #&lt;ActiveRecord::AssociationRelation [#&lt;Referential id: 7, name: "Test 6", slug: "test_6", created_at:...om_id: nil, ready: true, referential_suite_id: nil, objectid_format: "stif_netex", merged_at: nil&gt;]&gt; to include #&lt;Referential id: 9, name: "Test 8", slug: "test_8", created_at: "2018-01-17 10:18:55", updated_at: "...from_id: nil, ready: true, referential_suite_id: nil, objectid_format: "stif_netex", merged_at: nil&gt;
           Diff:
           @@ -1,2 +1,25 @@
           -[#&lt;Referential id: 9, name: "Test 8", slug: "test_8", created_at: "2018-01-17 10:18:55", updated_at: "2018-01-17 10:18:57", prefix: "organisation_11", projection_type: nil, time_zone: "Europe/Paris", bounds: nil, organisation_id: 12, geographical_bounds: nil, user_id: nil, user_name: nil, data_format: "netex", line_referential_id: 26, stop_area_referential_id: 18, workbench_id: 5, archived_at: nil, created_from_id: nil, ready: true, referential_suite_id: nil, objectid_format: "stif_netex", merged_at: nil&gt;]
           +[#&lt;Referential:0x007fd30eadc210
           +  id: 7,
           +  name: "Test 6",
           +  slug: "test_6",
           +  created_at: Wed, 17 Jan 2018 11:18:52 CET +01:00,
           +  updated_at: Wed, 17 Jan 2018 11:18:53 CET +01:00,
           +  prefix: "organisation_9",
           +  projection_type: nil,
           +  time_zone: "Europe/Paris",
           +  bounds: nil,
           +  organisation_id: 10,
           +  geographical_bounds: nil,
           +  user_id: nil,
           +  user_name: nil,
           +  data_format: "netex",
           +  line_referential_id: 16,
           +  stop_area_referential_id: 12,
           +  workbench_id: 4,
           +  archived_at: nil,
           +  created_from_id: nil,
           +  ready: true,
           +  referential_suite_id: nil,
           +  objectid_format: "stif_netex",
           +  merged_at: nil&gt;]

         # ./spec/views/offer_workbenches/show.html.erb_spec.rb:37:in `block (2 levels) in &lt;top (required)&gt;'
         # .../.gem/ruby/2.3.3/gems/activesupport-4.2.8/lib/active_support/dependencies.rb:268:in `load'
         # .../.gem/ruby/2.3.3/gems/activesupport-4.2.8/lib/active_support/dependencies.rb:268:in `block in load'
         # .../.gem/ruby/2.3.3/gems/activesupport-4.2.8/lib/active_support/dependencies.rb:240:in `load_dependency'
         # .../.gem/ruby/2.3.3/gems/activesupport-4.2.8/lib/active_support/dependencies.rb:268:in `load'
         # .../.gem/ruby/2.3.3/gems/spring-commands-rspec-1.0.4/lib/spring/commands/rspec.rb:18:in `call'
         # -e:1:in `&lt;main&gt;'

      3) workbenches/show with permission referentials.destroy  should enable the checkbox for the referential which belongs to the same organisation and disable the other one
         Failure/Error: expect(workbench.all_referentials).to include different_organisation_referential

           expected #&lt;ActiveRecord::AssociationRelation [#&lt;Referential id: 11, name: "Test 10", slug: "test_10", created_...om_id: nil, ready: true, referential_suite_id: nil, objectid_format: "stif_netex", merged_at: nil&gt;]&gt; to include #&lt;Referential id: 13, name: "Test 12", slug: "test_12", created_at: "2018-01-17 10:19:03", updated_at...from_id: nil, ready: true, referential_suite_id: nil, objectid_format: "stif_netex", merged_at: nil&gt;
           Diff:
           @@ -1,2 +1,25 @@
           -[#&lt;Referential id: 13, name: "Test 12", slug: "test_12", created_at: "2018-01-17 10:19:03", updated_at: "2018-01-17 10:19:05", prefix: "organisation_17", projection_type: nil, time_zone: "Europe/Paris", bounds: nil, organisation_id: 18, geographical_bounds: nil, user_id: nil, user_name: nil, data_format: "netex", line_referential_id: 38, stop_area_referential_id: 26, workbench_id: 7, archived_at: nil, created_from_id: nil, ready: true, referential_suite_id: nil, objectid_format: "stif_netex", merged_at: nil&gt;]
           +[#&lt;Referential:0x007fd309268e30
           +  id: 11,
           +  name: "Test 10",
           +  slug: "test_10",
           +  created_at: Wed, 17 Jan 2018 11:19:00 CET +01:00,
           +  updated_at: Wed, 17 Jan 2018 11:19:02 CET +01:00,
           +  prefix: "organisation_15",
           +  projection_type: nil,
           +  time_zone: "Europe/Paris",
           +  bounds: nil,
           +  organisation_id: 16,
           +  geographical_bounds: nil,
           +  user_id: nil,
           +  user_name: nil,
           +  data_format: "netex",
           +  line_referential_id: 28,
           +  stop_area_referential_id: 20,
           +  workbench_id: 6,
           +  archived_at: nil,
           +  created_from_id: nil,
           +  ready: true,
           +  referential_suite_id: nil,
           +  objectid_format: "stif_netex",
           +  merged_at: nil&gt;]

         # ./spec/views/offer_workbenches/show.html.erb_spec.rb:37:in `block (2 levels) in &lt;top (required)&gt;'
         # .../.gem/ruby/2.3.3/gems/activesupport-4.2.8/lib/active_support/dependencies.rb:268:in `load'
         # .../.gem/ruby/2.3.3/gems/activesupport-4.2.8/lib/active_support/dependencies.rb:268:in `block in load'
         # .../.gem/ruby/2.3.3/gems/activesupport-4.2.8/lib/active_support/dependencies.rb:240:in `load_dependency'
         # .../.gem/ruby/2.3.3/gems/activesupport-4.2.8/lib/active_support/dependencies.rb:268:in `load'
         # .../.gem/ruby/2.3.3/gems/spring-commands-rspec-1.0.4/lib/spring/commands/rspec.rb:18:in `call'
         # -e:1:in `&lt;main&gt;'

    Finished in 29.81 seconds (files took 1.7 seconds to load)
    3 examples, 3 failures

The new behaviour requires referentials to have the same workgroup in
order to be displayed on this page. Modify the test to give both
`same_organisation_referential` and `different_organisation_referential`
the same workgroup to get the tests to pass.

Refs #5592
</pre>
</div>
</content>
</entry>
<entry>
<title>Ref #5291@2h; Specs setup</title>
<updated>2017-12-19T16:02:37+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2017-12-15T16:01:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=c3ce5e25c3596329bd1ff9542d73354e1a2bb368'/>
<id>c3ce5e25c3596329bd1ff9542d73354e1a2bb368</id>
<content type='text'>
- Refactor specs helper to be more generic
- Write missing specs for the Workbenches#show view

We now have failing tests highlighting the bug
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Refactor specs helper to be more generic
- Write missing specs for the Workbenches#show view

We now have failing tests highlighting the bug
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5291@0.5h; Update view</title>
<updated>2017-12-19T16:02:37+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2017-12-18T07:52:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=7fb417235919a4c577f2c456db28edc63dc18d63'/>
<id>7fb417235919a4c577f2c456db28edc63dc18d63</id>
<content type='text'>
Update the view to match the actual controller behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the view to match the actual controller behaviour.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs: #5291@1h; Update TableBuilderHelper</title>
<updated>2017-12-19T16:02:37+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2017-12-15T16:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=926c0a338e86c7f0e1f651ba507e8120fb26ad17'/>
<id>926c0a338e86c7f0e1f651ba507e8120fb26ad17</id>
<content type='text'>
Update TableBuilderHelper to allow the `selectable` param to be a
lambda, thus allowing us to have row-based granularity.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update TableBuilderHelper to allow the `selectable` param to be a
lambda, thus allowing us to have row-based granularity.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ref #5291@2h; Specs setup</title>
<updated>2017-12-19T16:02:37+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2017-12-15T16:01:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=2736ff5e010586266176a9a0fb0ac8dc6e227f63'/>
<id>2736ff5e010586266176a9a0fb0ac8dc6e227f63</id>
<content type='text'>
- Refactor specs helper to be more generic
- Write missing specs for the Workbenches#show view

We now have failing tests highlighting the bug
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Refactor specs helper to be more generic
- Write missing specs for the Workbenches#show view

We now have failing tests highlighting the bug
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename model OfferWorkbench to Workbench</title>
<updated>2016-10-10T14:28:14+00:00</updated>
<author>
<name>Xinhui</name>
</author>
<published>2016-10-10T14:27:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=b2001ba74720f7351fa14e84aba96434e18242d1'/>
<id>b2001ba74720f7351fa14e84aba96434e18242d1</id>
<content type='text'>
Refs #1783
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #1783
</pre>
</div>
</content>
</entry>
<entry>
<title>add offer workbench model #827</title>
<updated>2016-05-12T15:14:18+00:00</updated>
<author>
<name>Edouard Maffert</name>
</author>
<published>2016-05-12T15:14:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=020cf3b06409acae569c23636ee91085fbeb5699'/>
<id>020cf3b06409acae569c23636ee91085fbeb5699</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
