| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-29 | Merge pull request #418 from af83/6156-journey_pattern-translations | cedricnjanga | |
| Refs #6156 Update english journey pattern translations | |||
| 2018-03-29 | Refs #6156 Fix typo | cedricnjanga | |
| 2018-03-29 | Refs #6156 Update Vehicle journey translations | cedricnjanga | |
| 2018-03-29 | Refs #6075 Change default attributes for stop areas | cedricnjanga | |
| 2018-03-29 | Refs #6075 Set defaults attributes for stop point depending on stop area kind | cedricnjanga | |
| 2018-03-29 | Prevent multiple concurent queries for routes costs | Zog | |
| 2018-03-29 | Refs #6248 Get journey pattern total distance and kms in first render | cedricnjanga | |
| 2018-03-29 | Refs #6156 Update translations for react validate buttons | cedricnjanga | |
| 2018-03-27 | Refs #6156 Update english journey pattern translations | cedricnjanga | |
| 2018-03-27 | Merge pull request #406 from af83/6303-vj-edit-modal-label | Luc Donnet | |
| Refs #6303 Fix published journey identifier label | |||
| 2018-03-26 | Refs #6220 Change conditions to displays vehicle journeys errors | cedricnjanga | |
| 2018-03-23 | Refs #6303 Fix published journey identifier label6303-vj-edit-modal-label | cedricnjanga | |
| 2018-03-15 | JourneyPatternsCollection#show: Fallback to route costs | Teddy Wing | |
| When editing a `JourneyPattern`, you can edit the distance & time costs between stops. We want to pre-fill these cost values (in the input fields) if they haven't already been set by a user. This way, they get an existing estimate of the cost and don't have to enter a value manually unless the default doesn't work. The pre-filled values come from `Route#costs`, which get calculated ahead of time via the TomTom API. Add a new `fetchRouteCosts` function that will fetch the costs for the current route from the API. This function also caches the value on `actions` so we don't keep making requests since the data isn't going to change. Put the cached fetch in a `requestAnimationFrame` as a sort of timeout to prevent a warning from React complaining about doing this during a `render()` call. Update `getTimeAndDistanceBetweenStops` to use the cost value from the route costs instead of the journey pattern costs if it doesn't exist. The `totalDistance` and `totalTime` we moved into `componentWillUpdate` instead of `render()` because we thought that might be the cause of the `render()` warning I mentioned above. Decided to leave this part in even though it doesn't have anything to do with the goal of the changes here, because it seemed like an okay change. The `RECEIVE_ROUTE_COSTS` reducer will update the state with route costs. We need the default distance:0 time:0 to avoid infinitely fetching the costs API if a cost with the given key can't be found. Put the route cost API URL in `window.routeCostsUrl` to allow us to get it from the Rails URL helper. Huge thanks to Johan for pairing with me on this code and walking me through the setup for integrating the route costs JSON response into the frontend interface. Refs #6203 | |||
| 2018-03-15 | Hide full_journey_time/commercial_journey_time labels when ↵ | Alban Peignier | |
| costs_in_journey_patterns feature is not present. Refs #6102 | |||
| 2018-03-15 | Merge pull request #370 from af83/6102-commercial-missions | Alban Peignier | |
| Add label in JourneyPattern Editor header. Refs #6102 | |||
| 2018-03-15 | Fixes extraHeaders position in VehicleJourneys component. Refs #61436143-extra-rows-in-vjs-editor-header | Alban Peignier | |
| 2018-03-15 | Refs #6143; Configurable extra headers on VJs editor | Zog | |
| 2018-03-14 | Fix bug on VJs editor when invalid journeys are already in db. | Zog | |
| 2018-03-14 | Merge pull request #348 from af83/6036-fix-journeys-editor | Alban Peignier | |
| Fix the journeys time editor. Refs #6036 | |||
| 2018-03-14 | Merge pull request #367 from af83/6042-detailed_purchase_windows | Alban Peignier | |
| Add detailed view for purchase windows. Refs #6042 | |||
| 2018-03-13 | Merge pull request #371 from af83/5567-routes-map-on-line-show | Luc Donnet | |
| 5567 Disable routes by default | |||
| 2018-03-12 | Refs #5567; Disable routes by default5567-routes-map-on-line-show | Zog | |
| 2018-03-12 | Refs #6133; Add options on the Exports, and forward them tu the UX | Zog | |
| 2018-03-12 | Refs #6102; Add label in JourneyPattern Editor header6102-commercial-missions | Zog | |
| Refs #6104; Add commercial-only journey time in JourneyPattern Editor | |||
| 2018-03-09 | Refs #6042; Add detailed view for purchazse windows6042-detailed_purchase_windows | Zog | |
| 2018-03-05 | Merge pull request #349 from af83/6039-handle-long-delats-in-vj-editor | Luc Donnet | |
| 6039 Display '+' when a delta is > 99 | |||
| 2018-03-03 | Merge pull request #351 from ↵ | Luc Donnet | |
| af83/6008-no-transition-time-for-journeys-start-and-end 6008 Use same time for arrival & departure in 1st and last stops | |||
| 2018-03-02 | Merge pull request #337 from af83/5982-add-error-message-on-vj-creation-modal | teddywing | |
| 5982 Show error in VJ creation modal when no JP is selected | |||
| 2018-03-02 | Show labels on a signle columnenhance-map-with-several-routes | Zog | |
| Display full name on hover | |||
| 2018-02-27 | Refs #6008; Use same time for arrival & departure in 1st and last stops6008-no-transition-time-for-journeys-start-and-end | Zog | |
| 2018-02-27 | Refs #6039; Display '+' when a delta is > 996039-handle-long-delats-in-vj-editor | Zog | |
| 2018-02-27 | Refs #6063; Fix the journeys time editor6036-fix-journeys-editor | Zog | |
| 2018-02-23 | Refs #5982; Show error in VJ creation modal when no JP is selected | Zog | |
| 2018-02-23 | Hide opposite routes | Zog | |
| 2018-02-23 | Better UI for maps showing mltiple routes | Zog | |
| 2018-02-22 | Refs #5993; Homogenize calendars display5993-enhance-detailed-calendar | Zog | |
| 2018-02-21 | Refs #5942; Apply users TZ when computing a schedule5942-apply-user-tz | Zog | |
| 2018-02-21 | Refs #5944; Skip automated times calculation when no start time is set5944-skip-schedule-calculation-when-no-time-is-set | Zog | |
| 2018-02-20 | Refs #5901; Makes TimeTable search accent insensitive | Zog | |
| 2018-02-20 | Merge pull request #294 from af83/5863-use-shallow-urls-for-referentials | Luc Donnet | |
| 5863 Remove workbench id from the querystring | |||
| 2018-02-20 | Refs #5863 @6h; Remove workbench id from the querystring | Zog | |
| Infer it when possible, and use a nested otherwise | |||
| 2018-02-19 | Merge pull request #303 from af83/5899-use-waiting-time-in-schedules | Alban Peignier | |
| Use waiting_time in schedules computation. Refs #5899 | |||
| 2018-02-19 | Refs #5853; Better css | Zog | |
| 2018-02-19 | Refs #5853 @2h; Add a detailed calendars view on VJs editor | Zog | |
| 2018-02-12 | Refs #5899 @1h; Use waiting_time in schedules computation5899-use-waiting-time-in-schedules | Zog | |
| 2018-02-12 | Refs #5888; Fix I18n in JS5888-fix-i18n-in-js | Zog | |
| 2018-02-09 | Refs #4126 @2h; Add more translations | Zog | |
| 2018-02-09 | Refs #4126 @6h; Add i18n to JS | Zog | |
| 2018-02-06 | Merge pull request #276 from af83/5825-fix-vjs-index | Luc Donnet | |
| 5825 Fix info window behaviour on VJs editor | |||
| 2018-02-02 | Refs #3542; Add a date lookup | Zog | |
