aboutsummaryrefslogtreecommitdiffstats
path: root/app/javascript
AgeCommit message (Collapse)Author
2018-03-02Merge pull request #337 from af83/5982-add-error-message-on-vj-creation-modalteddywing
5982 Show error in VJ creation modal when no JP is selected
2018-03-02Show labels on a signle columnenhance-map-with-several-routesZog
Display full name on hover
2018-02-23Refs #5982; Show error in VJ creation modal when no JP is selectedZog
2018-02-23Hide opposite routesZog
2018-02-23Better UI for maps showing mltiple routesZog
2018-02-22Refs #5993; Homogenize calendars display5993-enhance-detailed-calendarZog
2018-02-21Refs #5942; Apply users TZ when computing a schedule5942-apply-user-tzZog
2018-02-21Refs #5944; Skip automated times calculation when no start time is set5944-skip-schedule-calculation-when-no-time-is-setZog
2018-02-20Refs #5901; Makes TimeTable search accent insensitiveZog
2018-02-20Merge pull request #294 from af83/5863-use-shallow-urls-for-referentialsLuc Donnet
5863 Remove workbench id from the querystring
2018-02-20Refs #5863 @6h; Remove workbench id from the querystringZog
Infer it when possible, and use a nested otherwise
2018-02-19Merge pull request #303 from af83/5899-use-waiting-time-in-schedulesAlban Peignier
Use waiting_time in schedules computation. Refs #5899
2018-02-19Refs #5853; Better cssZog
2018-02-19Refs #5853 @2h; Add a detailed calendars view on VJs editorZog
2018-02-12Refs #5899 @1h; Use waiting_time in schedules computation5899-use-waiting-time-in-schedulesZog
2018-02-12Refs #5888; Fix I18n in JS5888-fix-i18n-in-jsZog
2018-02-09Refs #4126 @2h; Add more translationsZog
2018-02-09Refs #4126 @6h; Add i18n to JSZog
2018-02-06Merge pull request #276 from af83/5825-fix-vjs-indexLuc Donnet
5825 Fix info window behaviour on VJs editor
2018-02-02Refs #3542; Add a date lookupZog
2018-02-02Refs #3542 @2h; Various UI improvements (hopefully)Zog
2018-02-02Refs #3542 @1h; Add sticky headerZog
2018-02-02Refs #3542 @1h; Adds filtersZog
2018-02-02Refs #3542 @1h; Add Time navigationZog
2018-02-02Fix jest specsZog
2018-02-02Refs #5825; Fix pagination5825-fix-vjs-indexZog
2018-02-02Refs #5825 @1h; Fix info window behaviour on VJs editorZog
2018-02-01Merge pull request #273 from af83/5798-show-return-times-on-vjs-editorLuc Donnet
5798 Show return journeys on the journeys' editor.
2018-02-01Merge pull request #265 from af83/5758-localized-stop-areas-namesLuc Donnet
5758 Add localized names to StopAreas
2018-02-01Merge pull request #272 from af83/5796-fix-vjs-indexLuc Donnet
5796 Add some legroom in the JourneyPatterns editor
2018-02-01:fire: logZog
2018-02-01Merge pull request #266 from af83/5762-stoparea-coordinates-are-optionalLuc Donnet
5761 Make coordinates optional on stop areas
2018-02-01Refs #5762; Update JS to accomodate stops without locationZog
2018-02-01:fire: log5798-show-return-times-on-vjs-editorZog
2018-02-01Refs #5798 @3h; Show return journeys on the journeys' editor.Zog
2018-01-31Refs #5796: Add some legroom in the JourneyPatterns editorZog
2018-01-31Refs #5682 @3h; Use same UI as for timetablesZog
2018-01-31Fix specsZog
2018-01-31Merge 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-31VehicleJourneys#index: Allow company deletion in 'add' modal5574-vehicle-journeys--fix-transporter-deletion-in-modal--rbTeddy 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-31Merge pull request #263 from af83/5750-non-commercial-stop-areasLuc Donnet
5750 non commercial stop areas
2018-01-31Refs #5750; Remove useless validation5750-non-commercial-stop-areasZog
2018-01-31Disable immature featureZog
2018-01-30Merge pull request #259 from af83/5717-fix-periods-on-timetablesLuc Donnet
5717 Fix TZ related issues
2018-01-29Refs #5750; Add a validation on VehicleJourneysZog
Ensure a time is set for all non-commercial stops
2018-01-29Refs #5750 @1h; Manage non-commercial StopAreasZog
- Add a `kind` attribute - Hide irrelevant fields in the form
2018-01-26Refs #5750 @1h; Add a "kind" attribute to StopAreasZog
This determines if the StopArea is commercial or not The useless fields are hidden in the form for the non-commercials ones
2018-01-26Refs #5741 @2h; Add a map of all routes on a line#showZog
2018-01-25Refs #5717; Fix month selection5717-fix-periods-on-timetablesZog
2018-01-25Refs #5717; Fix TZ related issuesZog