aboutsummaryrefslogtreecommitdiffstats
path: root/app/javascript
AgeCommit message (Collapse)Author
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
2017-12-27Refs #5407 @2h; Model implementationZog
- Link PurchaseWindows to VehicleJourneys in the model - Add an autocompletion endpoint
2017-12-27Refs #5407 @4h; First UI implementationZog
- Add most of the react code - And the specs where possible Still remains: - Link PurchaseWindows to VehicleJourneys in the model - Add an autocompletion endpoint
2017-12-27Refs #5419; Fix actions policiesZog
Fix actions conditions on VehicleJourney#index
2017-12-27Refs #5376 @1h; Change the behaviour of the inputs on VehicleJourney#indexZog
We don't block user actions anymore. Instead, when the departure time is set prior to the arrival time, we shift the arrival time accordingly (and reversed when the user sets the arrival time)
2017-12-26Include StopArea type in select2 text for routes#edit. Refs #5382Alban Peignier
2017-12-26Refs #5409 Add purchase windows to date filters5409-add_purchase_window_to_date_filterscedricnjanga
2017-12-26#5408 Fix VJ tt color affectation5137-timetable-colorcedricnjanga
2017-12-26Refs #5382 @1h; Enable all area types for Stopareas in RoutesZog
Given that the organisation has the matching feature.
2017-12-22Fix FormHelperZog
<!> There is no spec (yet)
2017-12-22And fix the codeZog
2017-12-21Refs #5361 @1H; Make company optional in Lines formZog
And handle the case when it is nil in the views
2017-12-13Refs #5153 Add form validation for VJ creation on journey_pattern select2 ↵cedricnjanga
(required field)
2017-11-27Refs #4941 Fix objectid short version Display on viewscedricnjanga
2017-11-09Fix VJ shift button disable on conditioncedricnjanga
2017-10-30Refs #4792cedricnjanga
UX changes on JourneyPattern view - add the possibility to view JP infos in show mode
2017-10-30Refs #4795cedricnjanga
Show the tools buttons even if editMode = false The only buttons activated (if a vj is selected) are info, timetable and notes We then change the behaviour of the modals depending ont the context (editMode or note)
2017-10-27Refs #4794cedricnjanga
Added some UX changes on VehicleJourney collection route - truncate the id of the VJ and the JP to 10 characters - only show the 3 first timetable in the metas of the VJ - add a link to the time_table#show in the EditTimeTable modal
2017-10-26Refs #4586cedricnjanga
Escape wildcard character on ILIKE search in the different select2s When the reasearch was '%' or '_' the query interpreted those characters as wildcars. Need to escape them to run properly the ransack query
2017-10-25Refs #4781 Add readonly attribute to VJAS when editMode == truecedricnjanga
2017-10-25Refs #4016 disable validate button for duplication of VJ on conditionscedricnjanga
2017-10-16add jest for js test, fix js test errors, remove unused config in ↵Guillaume
config/environement