aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-04-22Use min/max in PurchaseWindow checksum_attributes. Refs #6643Alban Peignier
2018-04-22Include purchase windows in VehicleJourney checksum. Refs #5956Alban Peignier
2018-04-21Merge pull request #508 from af83/6630-clean-up-fix-attemptLuc Donnet
Refs #6630 Fix server error on clean up
2018-04-20Merge pull request #473 from af83/6457-vj-company-affectationteddywing
Refs #6457 Fix VJ Company affectation
2018-04-20Merge pull request #468 from af83/6493-fix-stop_areas-sortteddywing
6493 Sort StopAreas on the type label, instead of the internal key
2018-04-20Refs #6630; Fix CleanUps Controller6630-clean-up-fix-attemptZog
Fix cleanups in the process
2018-04-20Refs #6630 Fix server error on clean upcedricnjanga
2018-04-19Refs #6193; Show journey length in VJs editorZog
If `journey_length_in_vehicle_journeys` feature is enabled
2018-04-19Refs #6603; Fix missing translationZog
2018-04-19Refs #6413; Only require durations in journey patternsZog
2018-04-19Refs #5519; Authorize 1-day calendarsZog
2018-04-19Merge pull request #488 from af83/6477-use-custom-fields-in-checksumsAlban Peignier
Use custom fields values in checksum calculation. Refs #6477
2018-04-19Merge pull request #497 from af83/6574-sync-actions-in-decoratorsLuc Donnet
Refs #6574 Create decorators to handle sync actions for stop area ref…
2018-04-19Refs #6574 Create decorators to handle sync actions for stop area ↵6574-sync-actions-in-decoratorscedricnjanga
referential and line referential
2018-04-19Merge pull request #501 from af83/6573-fix-checksums-update-taskLuc Donnet
6573 Fix task
2018-04-19Merge pull request #502 from af83/0000-import_dir_in_dockerLuc Donnet
create imports dir in Dockerfile
2018-04-19create imports dir in Dockerfile0000-import_dir_in_dockerFlorent Peyraud
2018-04-19Refs #6573; Fix task6573-fix-checksums-update-taskZog
Force-load all models beforehand
2018-04-19Merge pull request #500 from af83/6545-add_generic_navbarLuc Donnet
6545 add generic navbar
2018-04-19Fix spec and i18n Refs #6545 @16545-add_generic_navbarLuc Donnet
2018-04-19Add layout for devise views, Fix i18n on menu, Delete unused elements Refs ↵Luc Donnet
#6545 @1
2018-04-19Keep StopAreaReferential metadata in stop_area_referentials/show. Refs #6545Alban Peignier
2018-04-18Merge pull request #487 from ↵Alban Peignier
af83/6410-route--don,t-run-calculate_costs-during-referential-mer Route: Don't run `#calculate_costs!` during a referential merge. Fixes #6410
2018-04-18Merge pull request #484 from af83/6545-add_generic_navbarAlban Peignier
Add generic navbar and fix codifligne, reflex navigation. Fixes #6545
2018-04-18Disable workgroup offer link. Keep time tables and purchase windows for ↵Alban Peignier
referential links. Capitalize Line/Network/Company/StopArea links. Refs #6545
2018-04-18Use config/locales/zzz-stif.yml to store STIF i18n values. Refs #6545Alban Peignier
2018-04-18Manage download uri in Import::Gtfs (with or without schema or port). Refs #6368Alban Peignier
2018-04-18Merge pull request #495 from ↵Luc Donnet
af83/6506-lines-index--remove-new-line-link-from-cog-menu--rb2018 6506 Lines#index: Remove 'new' link in cog menu
2018-04-18Merge pull request #489 from af83/6476-merge-permissionsLuc Donnet
Refs #6476 Add merge permissions
2018-04-18Create local_temp_directory if needed. Refs #6368Alban Peignier
2018-04-17Merge pull request #491 from af83/6549-fix-tiletables-specsAlban Peignier
Fix timetables specs. Fixes #6549
2018-04-17Refs #5896; Move our custom middleware up in the stackZog
This will ensure it is used even for static files
2018-04-17Lines#index: Remove 'new' link in cog menu6506-lines-index--remove-new-line-link-from-cog-menu--rb2018Teddy Wing
We had been adding a 'new line' link in this menu below 'show' and 'edit'. But having this link here doesn't make any sense because the menu refers to a single object. Must have slipped through the cracks in the new decorator conversion. Refs #6506
2018-04-17Refs #6543; Fix missing translationZog
2018-04-17Refs #6454; TypoZog
2018-04-17Don't set metadata on invalid modelsZog
2018-04-17Merge pull request #493 from af83/6425-fix-lines-showLuc Donnet
6508 Uniformize lines show
2018-04-17Refs #6505; Fix translations in Line#show6425-fix-lines-showZog
2018-04-17Refs #6508; Uniformize lines showZog
2018-04-17Refs #6549; Fix timetables specs6549-fix-tiletables-specsZog
2018-04-16Refs #6476 Add merge permissions6476-merge-permissionscedricnjanga
2018-04-16Refs #6449; Fix tags field when it is emptyZog
2018-04-16Refs #6449; Fix tags in timetables editorZog
2018-04-16Refs #6477; Use custom fields values in checksum calculation6477-use-custom-fields-in-checksumsZog
2018-04-16Refs #6539; Add helper to retrieve a timezone's full nameZog
`Paris` -> `Europe/Paris`
2018-04-16Route: Don't run `#calculate_costs!` during a referential merge6410-route--don,t-run-calculate_costs-during-referential-merTeddy Wing
This callback got triggered during a referential merge, but it isn't needed at that point. It should only be executed as a result of a user updating the route (via the web interface). Using Alban's suggestion, we can detect that we're in the process of a merge if the associated referential is in a `ReferentialSuite`. Use this as a condition to run the callback. Refs #6410
2018-04-16Merge pull request #486 from af83/6179-update-acts_as_listAlban Peignier
Update acts_as_list. Refs #6179
2018-04-16Refs #6337; Make date validation JS locale-agnosticZog
2018-04-16Refs #6450; Don't consider the empty string as a valid color for TimetablesZog
Same for PurchazeWindows
2018-04-16Refs #6458; Fix Timetables autocompletionZog