| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | |
| 2018-02-02 | Refs #3542 @2h; Various UI improvements (hopefully) | Zog | |
| 2018-02-02 | Refs #3542 @1h; Add sticky header | Zog | |
| 2018-02-02 | Refs #3542 @1h; Adds filters | Zog | |
| 2018-02-02 | Refs #3542 @1h; Add Time navigation | Zog | |
| 2018-02-02 | Fix jest specs | Zog | |
| 2018-02-02 | Refs #5825; Fix pagination5825-fix-vjs-index | Zog | |
| 2018-02-02 | Refs #5825 @1h; Fix info window behaviour on VJs editor | Zog | |
| 2018-02-01 | Merge pull request #273 from af83/5798-show-return-times-on-vjs-editor | Luc Donnet | |
| 5798 Show return journeys on the journeys' editor. | |||
| 2018-02-01 | Merge pull request #265 from af83/5758-localized-stop-areas-names | Luc Donnet | |
| 5758 Add localized names to StopAreas | |||
| 2018-02-01 | Merge pull request #272 from af83/5796-fix-vjs-index | Luc Donnet | |
| 5796 Add some legroom in the JourneyPatterns editor | |||
| 2018-02-01 | :fire: log | Zog | |
| 2018-02-01 | Merge pull request #266 from af83/5762-stoparea-coordinates-are-optional | Luc Donnet | |
| 5761 Make coordinates optional on stop areas | |||
| 2018-02-01 | Refs #5762; Update JS to accomodate stops without location | Zog | |
| 2018-02-01 | :fire: log5798-show-return-times-on-vjs-editor | Zog | |
| 2018-02-01 | Refs #5798 @3h; Show return journeys on the journeys' editor. | Zog | |
| 2018-01-31 | Refs #5796: Add some legroom in the JourneyPatterns editor | Zog | |
| 2018-01-31 | Refs #5682 @3h; Use same UI as for timetables | Zog | |
| 2018-01-31 | Fix specs | Zog | |
| 2018-01-31 | Merge pull request #269 from ↵ | Luc Donnet | |
| af83/5574-vehicle-journeys--fix-transporter-deletion-in-modal--rb 5574 vehicle journeys fix transporter deletion in modal rb | |||
| 2018-01-31 | VehicleJourneys#index: Allow company deletion in 'add' modal5574-vehicle-journeys--fix-transporter-deletion-in-modal--rb | Teddy Wing | |
| 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 | |||
| 2018-01-31 | Merge pull request #263 from af83/5750-non-commercial-stop-areas | Luc Donnet | |
| 5750 non commercial stop areas | |||
| 2018-01-31 | Refs #5750; Remove useless validation5750-non-commercial-stop-areas | Zog | |
| 2018-01-31 | Disable immature feature | Zog | |
| 2018-01-30 | Merge pull request #259 from af83/5717-fix-periods-on-timetables | Luc Donnet | |
| 5717 Fix TZ related issues | |||
| 2018-01-29 | Refs #5750; Add a validation on VehicleJourneys | Zog | |
| Ensure a time is set for all non-commercial stops | |||
| 2018-01-29 | Refs #5750 @1h; Manage non-commercial StopAreas | Zog | |
| - Add a `kind` attribute - Hide irrelevant fields in the form | |||
| 2018-01-26 | Refs #5750 @1h; Add a "kind" attribute to StopAreas | Zog | |
| This determines if the StopArea is commercial or not The useless fields are hidden in the form for the non-commercials ones | |||
| 2018-01-26 | Refs #5741 @2h; Add a map of all routes on a line#show | Zog | |
| 2018-01-25 | Refs #5717; Fix month selection5717-fix-periods-on-timetables | Zog | |
| 2018-01-25 | Refs #5717; Fix TZ related issues | Zog | |
