aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
AgeCommit message (Collapse)Author
2018-01-24Add a toolbar for devs to easily manage permissions and featuresZog
2018-01-22Fix bug on VJs indexZog
2018-01-19Merge pull request #239 from af83/5568-fix-vjs-editorLuc Donnet
5568 Fix VJs editor when a stop has an invalid TZ
2018-01-19Fix compliance check sets breadcrumb, locales and datas displayLuc Donnet
2018-01-16Finalize CSV export for ComplianceCheckMessage and Import<essagecedricnjanga
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 #5568 @0.25h; Fix VJs editor when a stop has an invalid TZ5568-fix-vjs-editorZog
2018-01-11Refs #5535; Apply timezones during schedule calculationZog
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 #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-11Fix VJ creation with full schedule when JourneyPatterns are not loaded ↵fix-vj-creation-with-full-scheduleZog
through an ajax call
2018-01-11Refs #5551 @0.5h; Implement the custom fields in the creation modalZog
And Refactor the component in the process
2018-01-11Merge pull request #211 from af83/5500-add-filter-on-stopsteddywing
5500 Add filters on ReferentialVJ#index
2018-01-11Merge pull request #225 from af83/5535-compute-vehicle-journeys-timesLuc Donnet
5535 compute vehicle journeys times
2018-01-11Refs #5500 @3h; Add filters on ReferentialVJ#indexZog
To enable users to filter on stop areas
2018-01-10Merge pull request #217 from af83/5502-remove-search-from-selectsAlban Peignier
Don't use Ajax in JP selector in VJs editor. Refs #5502
2018-01-10Refs #5535 @2H; Automatically fill VJs tilmes when possibleZog
2018-01-10Merge pull request #194 from af83/5156-handle-long-distance-routesAlban Peignier
Handle long distance routes. Refs #5156
2018-01-10Merge pull request #206 from ↵Alban Peignier
af83/5445-add-name-filter-on-referentialjourneys-index Add name filter on referential vehicle journeys index. Refs #5445
2018-01-10Define and display Merge#creator. Refs #5299Alban Peignier
2018-01-10Refs #5437 @0.5h; Propagate behaviour to the JourneyPatterns editorZog
2018-01-10Refs #5437 @0.5h; Show country name instead of city in the journeys editorZog
When the organisation has the "long_distance_routes" features. Mind the `StopArea#country_name` method which is pending until we merge the branch which adds the countries support.
2018-01-09Refs #5502 @4h; Don't use Ajax in JP selector in VJs editor5502-remove-search-from-selectsZog
When the number of possible values is low (<10), display the values right away, don't use an Ajax query
2018-01-08Merge pull request #207 from ↵Luc Donnet
af83/5444-add-company-filter-on-referentialjourneys-index 5444 Filter VJs on company in ReferentialVJs#index
2018-01-08Refs #5445 @0.5h; Filter VJs based on their name in ReferentialVJs#index5445-add-name-filter-on-referentialjourneys-indexZog
2018-01-08Refs #5444 @0.5h; Filter VJs on company in ReferentialVJs#index5444-add-company-filter-on-referentialjourneys-indexZog
2018-01-08Refs #5455; Optimize controllers for the Journey Patterns editorZog
2018-01-08Refs #5455 @6h; Add time and distance between stops in Journey PatternsZog
- Adds a `JSON` attribute in the model - Adds the fields in the editor
2018-01-05Refs #5468 Change redirect after Referential#validatecedricnjanga
2018-01-05Disable PolicyChecker in MergesController. Refs #5299Alban Peignier
2018-01-05Sort merge operations by created_at. Refs #5299Alban Peignier
2018-01-05Ignore referential in referential suite for mergeable referentials. Refs #5299Alban Peignier
2018-01-05Create first merge interface. Refs #5299Alban Peignier
2018-01-05Create WorkbenchOutputsController. Refs #5299Alban Peignier
2018-01-03Merge branch 'master' into ↵Luc Donnet
5024-prevent-duplicate-referentials-from-being-created-during-parallel-db-transactions--rb201711271659
2018-01-02Fixes redirect on Referential creation (without cloning). Refs #5452. Refs #5297Alban Peignier
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 #186 from af83/5102-begin_of_association_chainLuc Donnet
5102 Use current_organisation as begin_of_association_chain
2018-01-02Merge pull request #187 from af83/5111-begin_of_association_chainLuc Donnet
5111 Use current_organisation as begin_of_association_chain
2017-12-28Merge pull request #184 from af83/5313_stop_areas_parentAlban Peignier
Manage stop area parent in form and show. Refs #5313
2017-12-28Prevent a n+1 query in VehicleJourney#indexZog
2017-12-28Add log messages when Referential can't be created. Remove useless ↵Alban Peignier
build_referenial invocation in ReferentialsController#create. Refs #5297
2017-12-28Fix referential create redirect when invalidXinhui
Refs #5297
2017-12-28New route autocomplete_stop_area_referential_stop_areasXinhui
Refs #5313
2017-12-28Use current_organisation as begin_of_association_chain in ↵Alban Peignier
StoAreasController. Refs #5111
2017-12-28Use current_organisation as begin_of_association_chain in ↵Alban Peignier
Lines/Companies/Networks/GroupOfLinesController. Refs #5102