<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/app/models/referential.rb, branch fix-routes-editor</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 log messages when Referential can't be created. Remove useless build_referenial invocation in ReferentialsController#create. Refs #5297</title>
<updated>2017-12-28T11:16:19+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-12-28T11:16:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=e20ce60629e91c63d75701651c117177ce02aced'/>
<id>e20ce60629e91c63d75701651c117177ce02aced</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Prevent error in Referential validation/creation when some attributs are defined (organisation, name, etc)</title>
<updated>2017-12-12T20:26:37+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-12-12T20:25:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=4b341d795100a8a5417e4d822ae2afb3ed70da8a'/>
<id>4b341d795100a8a5417e4d822ae2afb3ed70da8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix log to detect schema migrations overwrite</title>
<updated>2017-12-06T13:12:14+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2017-12-06T13:12:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=af709926b6fac4fce22345a34fdf57de5b4d6cbf'/>
<id>af709926b6fac4fce22345a34fdf57de5b4d6cbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add log to detect schema migrations overwrite</title>
<updated>2017-12-06T11:56:58+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2017-12-06T11:56:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=b2ebf66d8297d7e253c83f2c5947f21008769748'/>
<id>b2ebf66d8297d7e253c83f2c5947f21008769748</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes: #5179@1h; Referential Creation Enforces objectid_format from associated Workbench</title>
<updated>2017-12-05T14:52:44+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-12-05T14:52:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=b50bcb8d6d0da921c002afb550a8aa4dffa3c2f0'/>
<id>b50bcb8d6d0da921c002afb550a8aa4dffa3c2f0</id>
<content type='text'>
  - CR changes implemented
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - CR changes implemented
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs: #5179@1.25h; Referential Creation Enforces objectid_format from associated Workbench</title>
<updated>2017-12-05T11:19:42+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-12-05T10:37:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=642d2bd3a46a4b459acf18748dbfebf0cb6ca7df'/>
<id>642d2bd3a46a4b459acf18748dbfebf0cb6ca7df</id>
<content type='text'>
  - changed ObjectIdFormatterSupport as requested
  - respeced all defined cases
  - implemented respec

Missing:
  What to do in `define_default_attributes` if ref has no workbench and no `objectid_format`?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - changed ObjectIdFormatterSupport as requested
  - respeced all defined cases
  - implemented respec

Missing:
  What to do in `define_default_attributes` if ref has no workbench and no `objectid_format`?
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs: #5179@1h; Referential Creation Enforces objectid_format from associated Workbench [skip-ci]</title>
<updated>2017-12-05T11:19:42+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-12-05T08:18:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=089c6935ca0e036de484834381e5beda7545d499'/>
<id>089c6935ca0e036de484834381e5beda7545d499</id>
<content type='text'>
  - speced the `define_default_attributes` part
  - speced the Reference.new_from part
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - speced the `define_default_attributes` part
  - speced the Reference.new_from part
</pre>
</div>
</content>
</entry>
<entry>
<title>Take into account code review</title>
<updated>2017-11-24T11:32:09+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-11-24T11:32:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=4ee768d80cc5374c84ed0b06a43eb4f4bda0f825'/>
<id>4ee768d80cc5374c84ed0b06a43eb4f4bda0f825</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some changes to the objectid construction</title>
<updated>2017-11-22T11:43:41+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-11-17T17:07:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=8295760c9a6e391733cd840bf802651d27bfc197'/>
<id>8295760c9a6e391733cd840bf802651d27bfc197</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
