aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-05-03Refs #6884; Allow for overnight stops6864-fix-schedules-editorZog
As long as one arrives after 11pm and leaves before 1am
2018-04-30Fix VehicleJourney#fill_passing_times!Zog
2018-04-29Fix more specsZog
2018-04-29Fix specsZog
2018-04-29Add postgresql-client-9.6 in Dockerfile. Refs #6843Alban Peignier
2018-04-29Add quote to PG password. Refs #6833Alban Peignier
2018-04-27:fire: logZog
2018-04-27Refs #6572; Fix specsZog
2018-04-27Refs #6572; Hide useless filtersZog
2018-04-27Ref #6572; Fix filters on referential#showZog
2018-04-27Refs #6572; Fix referentials policiesZog
2018-04-27Refs #6572; Don't show Cleanup operationsZog
2018-04-27Refs #6572; Fix dashboardZog
2018-04-27Refs #6572; Update Referentil status after Netex importZog
2018-04-27Refs #6572; Refactor policyZog
2018-04-27Refs #6572; Fix browse policyZog
2018-04-27Refs #6572; Update policiesZog
disable all actions for non-ready referentials
2018-04-27Refs #6572; Update I18nZog
2018-04-27Refs #6572; Updte wordingZog
2018-04-27Refs #6572; Update filters on referentials listZog
2018-04-27Refs #6572; Fix specsZog
2018-04-27Refs #6572; Update i18nZog
2018-04-27Refs #6572; New Referential#Show for noredy referentialsZog
2018-04-27Refs #6572; Use new statesZog
2018-04-27Refs #6572; Define 4 different states on ReferentialsZog
With according methods and scopes
2018-04-27Fix Vehicle journeys specsZog
2018-04-27Disable 'compute passing time' specAlban Peignier
2018-04-27Merge branch '6833-clone-by-command'Alban Peignier
2018-04-27Use truncation in ReferentialCloningWorker spec to find the created ↵6833-clone-by-commandAlban Peignier
referential outside of the transaction. Refs #6833
2018-04-26Use less strict expressions in sed command (to support old syntax of PG 9.4 ↵Alban Peignier
dump for example). Refs #6833
2018-04-26Replace AF83::SchemaCloner by a dump/sed/restore command. Refs #6833Alban Peignier
2018-04-26Replace AF83::SchemaCloner by a dump/sed/restore command. Refs #6833Alban Peignier
2018-04-26Fix `Attachment` Custom FieldZog
2018-04-26Merge pull request #537 from af83/6836-fix-checksumsAlban Peignier
Fix checksum for new journeys. Refs #6836
2018-04-26Refs #6836; Fix checksum for new journeys6836-fix-checksumsZog
2018-04-26Merge pull request #536 from af83/6628-fix-i18nAlban Peignier
Fix string interpolation. Fixes #6628
2018-04-26Merge pull request #535 from af83/6829-fix-vjs-editorAlban Peignier
Fix Purchase Windows assignment in VJs editor. Fixes #6829
2018-04-26Merge pull request #534 from af83/6828-fix-purchase-windows-bounding-datesAlban Peignier
Fix PurchaseWindow#bounding_dates. Fixes #6828
2018-04-26Merge pull request #533 from af83/6826-fix-times-interpolationAlban Peignier
Fix times interpolation with day offsets. Fixes #6826
2018-04-26Refs #6628; Fix string interpolation6628-fix-i18nZog
2018-04-26Merge pull request #532 from af83/6667-fix-json_serilizationAlban Peignier
Fix Metadata serialization. Refs #6667
2018-04-26Refs #6621; Don't apply the filters on the return coursesZog
2018-04-26features/stop_areas_spec: Fix `name_or_objectid_cont` nameTeddy Wing
This name has been renamed to get Ransack to filter by registration number (in c2a466e04d3e335a56ab5bd0866b3663da29ffa0). Change the name used in these tests to get them to pass again. Refs #6681
2018-04-26StopAreasController spec: Test when the name filter is emptyYuhiba
Check that all stop areas are found when the name/objectid/registration number filter is sent with an empty value. Refs #6681
2018-04-26StopAreas#index: Filter by registration numberTeddy Wing
The input that filters by name and objectid now also needs to filter by registration number. Refs #6681
2018-04-26Refs #6829; Fix Purchase Windows assignment in VJs editor6829-fix-vjs-editorZog
2018-04-26Refs #6828; Fix PurchaseWindow#bounding_dates6828-fix-purchase-windows-bounding-datesZog
2018-04-26Refs #6826; Fix times interpolation with day offsets6826-fix-times-interpolationZog
2018-04-26Refs #6667; Fix Metdata serialization6667-fix-json_serilizationZog
2018-04-26Merge pull request #531 from af83/6819-fix-vjs-custom-fieldsAlban Peignier
Fix CustomFields in React views. Fixes #6819