aboutsummaryrefslogtreecommitdiffstats
path: root/app/javascript
AgeCommit message (Collapse)Author
2018-01-11Merge pull request #225 from af83/5535-compute-vehicle-journeys-timesLuc Donnet
5535 compute vehicle journeys times
2018-01-11Refs #5536; Fix JourneyPattern creationZog
2018-01-10Merge pull request #218 from af83/5520-fix-company-in-vjs-editorAlban Peignier
Fix company in vjs editor. Refs #5520
2018-01-10Merge pull request #217 from af83/5502-remove-search-from-selectsAlban Peignier
Don't use Ajax in JP selector in VJs editor. Refs #5502
2018-01-10Refs #5535 @2H; Automatically fill VJs tilmes when possibleZog
2018-01-10Import createLogger. Refs #51565156-handle-long-distance-routesAlban Peignier
2018-01-10import PropTypes from prop-types. Refs #5156Alban Peignier
2018-01-10Refs #5437 @1h; Refactor codeZog
2018-01-10Refs #5437 @0.5h; Propagate behaviour to the JourneyPatterns editorZog
2018-01-10Refs #5437; Refactor headers computingZog
Share a method between the components VehicleJourneys and VehicleJourney to compute the header to be shown (or not)
2018-01-10Refs #5437 @0.5h; Show country name instead of city in the journeys editorZog
When the organisation has the "long_distance_routes" features. Mind the `StopArea#country_name` method which is pending until we merge the branch which adds the countries support.
2018-01-10Refs #5437 @2h; Update Rect to v16Zog
Because it is needed to test the components. Major issue: Proptype now lives in a separate package, hence the huge diff
2018-01-10Refs #5465 @0.25h; Dezoom map if stop areas are too cleose to bordersZog
2018-01-09Refs #5520 @0.25h; Fix company assignment in VJs editor5520-fix-company-in-vjs-editorZog
2018-01-09Refs #5502 @4h; Don't use Ajax in JP selector in VJs editor5502-remove-search-from-selectsZog
When the number of possible values is low (<10), display the values right away, don't use an Ajax query
2018-01-09Fix display order or VJ metadatascedricnjanga
2018-01-09Fix disabled fields in VJs editorZog
2018-01-08Rebase master5455-store-costs-between-stopsZog
2018-01-08Refs #45455 @1h; CR updates #1Zog
2018-01-08Refs #5455; Fix JourneyPattern editorZog
2018-01-08Refs #5455 @6h; Add time and distance between stops in Journey PatternsZog
- Adds a `JSON` attribute in the model - Adds the fields in the editor
2018-01-05Merge pull request #200 from af83/5465-dezoom-routes-showLuc Donnet
5465 Fit map zoom on Route#show to display all stop areas
2018-01-05Merge pull request #202 from af83/5460_display_checksumLuc Donnet
5460 display checksum
2018-01-05Templating display checksum5460_display_checksumXinhui
Refs #5460
2018-01-05Display checksum for vehicle journeys -m RefsXinhui
Templating display checksum Refs #5460
2018-01-05Refs #5468 Change redirect after Referential#validatecedricnjanga
2018-01-04Refs #5465 @1h; Fit map zoom on Route#show to display all stop areas5465-dezoom-routes-showZog
2018-01-04Display checksum for journey patterns -m RefsXinhui
2018-01-03Refs #5454; Revert actions buttons on the VehicleJourneys editor5454-revert-cancel-button-on-journeys-editorZog
2018-01-02Merge pull request #193 from af83/fix-routes-editorAlban Peignier
Prevent a n+1 query in VehicleJourney#index
2018-01-02Merge pull request #189 from af83/5435-fix-journey-edition-from-editorAlban Peignier
Fix journey edition from editor. Refs #5435
2018-01-02Merge pull request #188 from af83/5433-show-journeys-name-in-editorAlban Peignier
Show journeys names in editor. Refs #5433
2017-12-28Show calendar colors in Timetables modal in VehicleJourneys editorfix-routes-editorZog
2017-12-28Refs #5407; Fix editor when the current organisation does not have the ↵fix-vehicle-journeys-editorZog
purchase_windows feature
2017-12-28Refs #5435; Fix creation modal too5435-fix-journey-edition-from-editorZog
2017-12-28Refs #5435 @0.5h; Fix Company select in VehicleJourney edition modalZog
2017-12-28Refs #5435 @0.5h; Fix EditModal validation in VehicleJourneys#indexZog
2017-12-28Refs #5433; Use `published_journey_name` instead of `comment` attribute5433-show-journeys-name-in-editorZog
2017-12-28Refs #5433 @0.5h; Show journeys names in editorZog
2017-12-28Add empty purchase_windows attribute when vehicleJourney is created in JS. ↵Alban Peignier
Refs #5407
2017-12-27Merge pull request #183 from af83/5407-add-purchase-windows-to-vehicle-journeysAlban Peignier
Add purchase windows to vehicle journeys. Refs #5407
2017-12-27Merge pull request #177 from af83/5376-fix-vehicle-journeys-uiAlban Peignier
Fix vehicle journeys ui. Refs #5376
2017-12-27Merge pull request #176 from af83/fix-routes-editorAlban Peignier
Fix l'editeur de route
2017-12-27Merge pull request #182 from af83/5409-add_purchase_window_to_date_filtersAlban Peignier
Add purchase windows to date filters. Refs #5409
2017-12-27Merge pull request #181 from af83/5137-timetable-colorAlban Peignier
Fix VJ tt color affectation. Refs #5408
2017-12-27Refs #5407; Disable edition mode while editor is loadingZog
2017-12-27Refs #5407; Make Journeys easier to selectZog
2017-12-27Refs #5407; Add cancel button on VehicleJourneys editorZog
2017-12-27Refs #5407; Improve UIZog
2017-12-27Refs #5407;Zog
:fire: useless code Rename some vars