aboutsummaryrefslogtreecommitdiffstats
path: root/app
AgeCommit message (Collapse)Author
2018-01-16Edit referential slug validation format5609_referential_slugXinhui
Refs #5609
2018-01-15workbenches/_filters: Only show organisations in workgroupTeddy Wing
We had been listing all `Organisation`s in the check-box list that enables filtering `Referential`s by organisation. There can be many organisations in the database, and users of one org shouldn't necessarily see other organisations. Only allow users to filter by those organisations that belong to their `Workgroup`. To do that, We get the workgroup of the current workbench, and build a list containing the organisations the workgroup. Refs #5140
2018-01-14Fixes VehicleJourneyAtStop#local_time to prevent errorAlban Peignier
2018-01-14Define Referential#workbench in Merge. Refs #5587Alban Peignier
2018-01-12Merge pull request #236 from af83/5560-add-validation-on-customfieldsLuc Donnet
5560 Add validation on CustomField
2018-01-12Refs #5529 @0.5h; Refactor buttons5529-prevent-double-submitting-of-react-formsZog
2018-01-12Refs #5529 @0.5h; Prevent double submitting of react formsZog
2018-01-12Refs #5163cedricnjanga
Add compliance check resource status helper Add small changes for CSV export
2018-01-12First draft for ComplianceCheckMessage & ImportMessage CSV exportscedricnjanga
2018-01-12Refs #5560; Add validation on CustomField5560-add-validation-on-customfieldsZog
2018-01-11Refs #5535; Fix specsZog
2018-01-11Merge branch '5535-compute-vehicle-journeys-times'Alban Peignier
2018-01-11Refs #5535; set day offsets when neededZog
2018-01-11Refs #5535; Apply timezones during schedule calculationZog
2018-01-11:fire: logZog
2018-01-11Refs #5535; Don't generate time for disabled stopsZog
2018-01-11Merge pull request #231 from af83/5557-fix-calendar-creationLuc Donnet
Refs #5557 @0.5h; Fix select2
2018-01-11Fix specsZog
2018-01-11Merge pull request #227 from af83/5551-handle-custom-fields-in-vjs-editorLuc Donnet
5551 Handle custom fields in VJs editor
2018-01-11Merge pull request #232 from ↵Alban Peignier
af83/5511-5512-stop-area-selector--change-area-type-labels-ZDEp-t
2018-01-11Merge pull request #234 from af83/5493-use-tz-for-time-displayAlban Peignier
Use local time in the Journeys editor. Refs #5493
2018-01-11Add Referential#merged_at and make Referentials archived and merged. Refs #5559Alban Peignier
2018-01-11Refs #5493; Show Timezone on JPs editor5493-use-tz-for-time-displayZog
2018-01-11Refs #5493 @1h; Use local time in the Journeys editorZog
We store UTC times in the database though
2018-01-11Refs #5551; Fix bug when the user reopens the modal5551-handle-custom-fields-in-vjs-editorZog
2018-01-11Merge pull request #230 from af83/5556-total-time-on-j-editorAlban Peignier
Show total time and distance in JP editor. Refs #5556
2018-01-11Fixes icons and order of total. Refs #55565556-total-time-on-j-editorAlban Peignier
2018-01-11Keep most important attributs in networks#show/form. Refs #5549Alban Peignier
2018-01-11Fixes destry confirm message in NetworkDecorator. Refs #5549Alban Peignier
2018-01-11Refs #5557 @0.5h; Fix select25557-fix-calendar-creationZog
2018-01-11Change "ZDEp" label in StopArea drop-down to "ZDE"Teddy Wing
The term ZDEp is STIF-specific. For the socle commun, we instead want to use the generic term, which is ZDE. This appears on the `Routes#new` page (http://stif-boiv.dev:3000/referentials/4/lines/1857/routes/new). Refs #5511
2018-01-11Refs #5556 @0.25h; Show total time and distance in JP editorZog
2018-01-11Merge pull request #229 from af83/5549_networks_policyLuc Donnet
Fix policy
2018-01-11Merge pull request #228 from af83/fix-vj-creation-with-full-scheduleLuc Donnet
Fix VJ creation with full schedule
2018-01-11Merge pull request #226 from af83/5547-show-vj-idLuc Donnet
5547 Show newly created VJ's short_id in editor
2018-01-11Fix VJ creation with full schedule when JourneyPatterns are not loaded ↵fix-vj-creation-with-full-scheduleZog
through an ajax call
2018-01-11Fix policyXinhui
Refs #5549
2018-01-11Merge pull request #221 from af83/5465-dezoom-map-if-too-close-to-bordersLuc Donnet
5465 Dezoom map if stop areas are too cleose to borders
2018-01-11Refs #5551 @0.5h; Implement the custom fields in the creation modalZog
And Refactor the component in the process
2018-01-11Fixes Chouette::RoutingConstraintZone#route_id presence spec. Refs #5552Alban Peignier
2018-01-11Refs #5551 @1.5h; Implement Custom fields editionZog
RBD: implement the same in the creation modal
2018-01-11Prevent errors in RoutingConstraintZone when no route is defined (required ↵Alban Peignier
no route in Referential). Refs #5552
2018-01-11Ensure Route stop_points are sorted to compute checksum. Refs #5299Alban Peignier
2018-01-11Refs #5551; Update CustomField api to better suit JS API needsZog
2018-01-11Fix overflow on JP editorZog
2018-01-11Fix JourneyPattern editorZog
2018-01-11Define Merge Referential name. Refs #5299Alban Peignier
2018-01-11Create Referential#full_name and try to use it (to be completed). Refs #5546Alban Peignier
2018-01-11Refs #5547; Do the same for JourneyPatterns5547-show-vj-idZog
2018-01-11Fix min max values validation for compliance controls display and test Refs ↵Luc Donnet
#5543 @1