aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-04-10Refs #6483; Only use VJ-bound Custom fields6483-fix-vjs-editorZog
2018-04-10Merge pull request #458 from af83/6442-referential-status-sortLuc Donnet
Refs #6442 Fix Referential sort on status (attr archived_at)
2018-04-10Merge pull request #450 from ↵Luc Donnet
af83/6404-way-costs--snap-distance-and-time-to-1-when-between-0-a 6404: RouteWayCostUnitConverter: Snap values between 0–1 to 1
2018-04-10Make availabe test database as 'production' in ci environment (for docker ↵Alban Peignier
build for instance). Refs #6047
2018-04-10Merge pull request #433 from af83/6367-remove-papertrailLuc Donnet
6367 remove papertrail
2018-04-10Delete unused include MetadataSupport because all class inherit from ↵6367-remove-papertrailLuc Donnet
ApplicationModel Refs #6327 @1
2018-04-10Merge pull request #445 from af83/6370-translations-2Luc Donnet
Refs #6370 Add some more translations
2018-04-10Merge pull request #448 from af83/6424-clean-timetable-i18nLuc Donnet
Refs #6424 Clean timetable i18n
2018-04-09Delete unused counter on compliance_check_set and import_resourceLuc Donnet
2018-04-09Refs #6367; Fix JourneyPatternCollection#updateZog
2018-04-09Refs #6367; Remove useless modelZog
2018-04-09Refs #6367; Remove Papertrail tablesZog
2018-04-09Refs #6367; Add a merge mechanismZog
And use it in the Referential merge operation
2018-04-09Refs #6367; Add metadata to other versioned modelsZog
2018-04-09Refs #6367; Add metadata to routesZog
2018-04-09Hide merge create button in workbench_outputs/show. Refs #6466Alban Peignier
2018-04-09Merge pull request #451 from af83/6311-fix-calendars-assignmentAlban Peignier
Fix Purchase Windows assignment. Refs #6311
2018-04-09Fix seed for line_referentials set stif_codifligne formatLuc Donnet
2018-04-08Fix test when control_attributes or keys not exist Refs #6177 @1Luc Donnet
2018-04-08Fix i18n when select a compliance_control_set Refs @6202 @1Luc Donnet
2018-04-08Restore project config/database.yml in ci:docker:clean task. Refs #6047Alban Peignier
2018-04-08Update ci task to avoid problem with CHOUETTE_DEPLOY_DISABLED variable is ↵Alban Peignier
used. Refs #6047
2018-04-06Refs #6442 Fix Referential sort on status (attr archived_at)6442-referential-status-sortcedricnjanga
2018-04-06Refs #6311; Fix Purchase Windows assignment6311-fix-calendars-assignmentZog
2018-04-05Add CustomFields in seeds for development and devAlban Peignier
2018-04-05Fix custom_fields migration on company to convert json to jsonb Refs #6426 @1Luc Donnet
2018-04-05Merge pull request #449 from af83/6426-fix-vjs-indexLuc Donnet
6426 Use Jsonb for custom_field_values
2018-04-05Refs #6426; Use Jsonb for custom_field_values6426-fix-vjs-indexZog
2018-04-05RouteWayCostUnitConverter: Snap values between 0–1 to 16404-way-costs--snap-distance-and-time-to-1-when-between-0-aTeddy Wing
We use integer values for distance (kilometres) and time (minutes). If the values aren't very big, like bus stops inside a city for example, the integer conversion will put distance and time at `0`, which isn't correct. To continue to use our chosen measurement units while still displaying something that makes sense to users, snap any values >0 and <=1 to `1`. Refs #6404
2018-04-05Refs #6424 Clean timetable i18n6424-clean-timetable-i18ncedricnjanga
2018-04-05Merge pull request #442 from af83/6213-fix-journey-pattern-editorLuc Donnet
6213 Fix JourneyPattern editor
2018-04-05Merge pull request #412 from af83/6217-extrapolate-border-passing-timesLuc Donnet
6217 Add a method to fill blanks in journeys passing times
2018-04-05Fix possible bug in CustomField supportZog
2018-04-04Merge branch 'master' into 6370-translations-26370-translations-2cedricnjanga
2018-04-04Refs #6370 Add some more translationscedricnjanga
2018-04-04Delete unused spec because we add a parameter to the function duplicate Refs ↵Luc Donnet
#6226
2018-04-04Merge pull request #443 from af83/6405-allow-timtables-without-periodsLuc Donnet
6405 Allow for Timetables & Calendars without periods
2018-04-04Merge pull request #390 from af83/6226-create-opposite-routeLuc Donnet
6226 Add a button to automatically create opposite routes
2018-04-04Refs #6405; Allow for Timetables & Calendars without periods6405-allow-timtables-without-periodsZog
2018-04-04Refs #6213; Fix JourneyPattern editor6213-fix-journey-pattern-editorZog
Fix a bug when a Route uses the same stop multiple times
2018-04-04Refs #6226; Add spec6226-create-opposite-routeZog
2018-04-04Refs 6226; Add a button to create opposite routesZog
2018-04-04Fix year navigation in calendars#show Refs #6409 @1Luc Donnet
2018-04-04Fix calendars#show i18n for deleted attribute short_nameLuc Donnet
2018-04-04Small fixes on Custom fieldsZog
2018-04-04Fix ExportsController specsZog
We no longer return a redirect, but a JSON message instead
2018-04-04Merge pull request #434 from af83/6218-upload_files_to_exportersLuc Donnet
6218 Upload files to exporters
2018-04-04Refs #6090; CustomFields inputs made easyZog
:warning: We'll have to refine this code once StopArea are linked to workgroups
2018-04-04Fix more specsZog
2018-04-04Refs #6196; Add Custom Fields to companiesZog