<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/app/javascript, branch 5796-fix-vjs-index</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 #5796: Add some legroom in the JourneyPatterns editor</title>
<updated>2018-01-31T14:50:00+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-01-31T14:47:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=ee7fe7a4760c3fdde987ef666db45c161e788ee9'/>
<id>ee7fe7a4760c3fdde987ef666db45c161e788ee9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix specs</title>
<updated>2018-01-31T14:10:40+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-01-31T14:10:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=90f54f0acfe65ff276a229239809ce0e9fddf0b0'/>
<id>90f54f0acfe65ff276a229239809ce0e9fddf0b0</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 #269 from af83/5574-vehicle-journeys--fix-transporter-deletion-in-modal--rb</title>
<updated>2018-01-31T13:15:19+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2018-01-31T13:15:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=7f483236325d54acc6499a82e8a98b8e8d744d41'/>
<id>7f483236325d54acc6499a82e8a98b8e8d744d41</id>
<content type='text'>
5574 vehicle journeys  fix transporter deletion in modal  rb</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5574 vehicle journeys  fix transporter deletion in modal  rb</pre>
</div>
</content>
</entry>
<entry>
<title>VehicleJourneys#index: Allow company deletion in 'add' modal</title>
<updated>2018-01-31T12:23:24+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-01-31T12:23:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=9c322a5ea47f0badb0ba7e91de6df42d25e591c5'/>
<id>9c322a5ea47f0badb0ba7e91de6df42d25e591c5</id>
<content type='text'>
While the 'x' button in the Select2 was available in the 'edit' modal
for a vehicle journey, it was not in the 'add' modal. Thus, once you
added an associated company, you couldn't remove it in the modal. You'd
either have to cancel and create your vehicle journey again, or create
it an delete the company in the 'edit' modal later.

This enables the 'x' button in the 'add' modal (it previously was only
enabled when `editMode` was active) and sets the proper action/reducer
to remove the company.

The `allowClear` attribute was changed to only work in the 'edit' modal
in 0079238842263768b88b0fa0fd977824b49eabd5. That commit appears to be
changing things so that certain functions work when not in 'edit' mode.
The case we're concerned about is that the 'edit' modal can be opened
when in 'view' mode (not 'edit' mode) in order to get more detailed
information about a vehicle journey. This means the company Select2 is
available in 'view' mode, and the 'x' button should not be visible in
that case. But, when I tested this, even with `allowClear: true`, the
'x' button wasn't visible. This, I can only assume, is because the
Select2 is in a 'disabled' state, so it's smart enough to know not to
show the 'x' button. Which works great for us, because this allows us to
not show the 'x' button here and still show it in the 'add' and 'edit'
modals.

Refs #5574
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While the 'x' button in the Select2 was available in the 'edit' modal
for a vehicle journey, it was not in the 'add' modal. Thus, once you
added an associated company, you couldn't remove it in the modal. You'd
either have to cancel and create your vehicle journey again, or create
it an delete the company in the 'edit' modal later.

This enables the 'x' button in the 'add' modal (it previously was only
enabled when `editMode` was active) and sets the proper action/reducer
to remove the company.

The `allowClear` attribute was changed to only work in the 'edit' modal
in 0079238842263768b88b0fa0fd977824b49eabd5. That commit appears to be
changing things so that certain functions work when not in 'edit' mode.
The case we're concerned about is that the 'edit' modal can be opened
when in 'view' mode (not 'edit' mode) in order to get more detailed
information about a vehicle journey. This means the company Select2 is
available in 'view' mode, and the 'x' button should not be visible in
that case. But, when I tested this, even with `allowClear: true`, the
'x' button wasn't visible. This, I can only assume, is because the
Select2 is in a 'disabled' state, so it's smart enough to know not to
show the 'x' button. Which works great for us, because this allows us to
not show the 'x' button here and still show it in the 'add' and 'edit'
modals.

Refs #5574
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #263 from af83/5750-non-commercial-stop-areas</title>
<updated>2018-01-31T11:20:25+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2018-01-31T11:20:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=4fa30ef61bd334de0627267b7b2eda4e09c8b728'/>
<id>4fa30ef61bd334de0627267b7b2eda4e09c8b728</id>
<content type='text'>
5750 non commercial stop areas</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5750 non commercial stop areas</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5750; Remove useless validation</title>
<updated>2018-01-31T10:17:02+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-01-31T10:17:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=c463c3a950246c4c2660ce7df1c1ea8f2acbe578'/>
<id>c463c3a950246c4c2660ce7df1c1ea8f2acbe578</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable immature feature</title>
<updated>2018-01-31T10:14:23+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-01-31T10:14:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=bb62bc2028f142e953035680b2483ee6029711ae'/>
<id>bb62bc2028f142e953035680b2483ee6029711ae</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 #259 from af83/5717-fix-periods-on-timetables</title>
<updated>2018-01-30T15:39:34+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2018-01-30T15:39:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=37d26847449315799b2e526d02eb361eb41610bc'/>
<id>37d26847449315799b2e526d02eb361eb41610bc</id>
<content type='text'>
5717 Fix TZ related issues</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5717 Fix TZ related issues</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5750; Add a validation on VehicleJourneys</title>
<updated>2018-01-29T09:32:05+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-01-29T09:32:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=ddd83906ce4fab3d6dce0c404ec39c3b500ba96f'/>
<id>ddd83906ce4fab3d6dce0c404ec39c3b500ba96f</id>
<content type='text'>
Ensure a time is set for all non-commercial stops
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure a time is set for all non-commercial stops
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5750 @1h; Manage non-commercial StopAreas</title>
<updated>2018-01-29T07:45:02+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-01-29T07:45:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=05bc96db48a0a84fd2c50e457dc767f88950a9b4'/>
<id>05bc96db48a0a84fd2c50e457dc767f88950a9b4</id>
<content type='text'>
- Add a `kind` attribute
- Hide irrelevant fields in the form
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add a `kind` attribute
- Hide irrelevant fields in the form
</pre>
</div>
</content>
</entry>
</feed>
