aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/stop_areas_controller.rb
AgeCommit message (Collapse)Author
2018-05-28Refs #6433 Use ransackable scope for stop area status filtercedricnjanga
2018-05-28Refs #6433 Add changes to stop areas status filtercedricnjanga
2018-04-25Refs #6669; Revert WorkaroundZog
2018-04-25Workaround to CustomField initialization. #custom_fields_values requires to ↵Alban Peignier
know the associated referential. Refs #6669
2018-04-25Specify workgroup to Chouette::StopArea.custom_fields. Refs #6669Alban Peignier
2018-04-11Refs #6493; Sort StopAreas on the type label, instead of the internal keyZog
2018-04-04Refs #6090; CustomFields inputs made easyZog
:warning: We'll have to refine this code once StopArea are linked to workgroups
2018-03-22Remove maps code. Refs #6296Alban Peignier
2018-03-16Fix stop_area state for filter and display. Update reflex sync to use ↵Luc Donnet
confirmed_at. Refs #6141
2018-03-15Add StopArea#status in stop_areas#_form. Refs #60336033-stop-area-statesAlban Peignier
2018-03-15Refs #6033 Fix stop areas spec featurecedricnjanga
2018-03-15Refs #6033 Changes for StopArea#index and StopArea#showcedricnjanga
2018-02-01Refs #5758 @1h; Add localized names to StopAreasZog
2018-02-01Refs #5762; Disable default position for stopsZog
2018-01-31Refs #5750; Fix validationZog
2018-01-29Refs #5750 @1h; Manage non-commercial StopAreasZog
- Add a `kind` attribute - Hide irrelevant fields in the form
2018-01-25StopAreaDecorator: Convert to new action links interfaceTeddy Wing
Refs #5586
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-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-21Refs #5349 @1h; Deactivate StopAreas instead of destroying them5349-deactivate-stop-areasZog
- Update decorators (had to split `action_links` because of `StopPointDecorator` inheriting from `StopAreaDecorator`) - Add methods on model - Add routes - Add actions on controller (`Activatable` concern, shared with `LinesController`) - Add I18n keys
2017-12-20Add StopArea#waiting_time with support in stop_areas#index/show. Refs #5351Alban Peignier
2017-12-18Remove usage of StopArea#stop_area_type. Refs #5311Alban Peignier
2017-11-30Merge branch 'master' into 4981_last_editorXinhui Xu
2017-11-28Refs #4824, #4825 fix wrong translate in lines, network, stop_area, ↵Guillaume
enumerize for source_type_name, comments map display in stop_area form
2017-11-28Refactoring move referentialSupport from chouetteController into childrensXinhui
2017-11-22Rebase master and resolve conflictscedricnjanga
2017-11-22Change the way we name classescedricnjanga
We now always use modules for namespaces => same structure for models, decorators, policies...
2017-11-22Fix the delation of the hacking of Chouette::ActiveRecord#model_name to ↵cedricnjanga
remove the Chouette namespace off of the construction of link in the app and in other places. Added a small change in the reflex sync to set the stop_area_referential in the initialization of the object to be in sync with the work on the objectids (need a objectid_formatter)
2017-11-21Change the way we name classescedricnjanga
We now always use modules for namespaces => same structure for models, decorators, policies...
2017-10-31Refs: #4774@1h; Structure of filter views scaffoldedRobert
2017-10-26Remove breadcrumb_controllerXinhui
2017-10-25Breadcrumb for stop_areas - referential_companiesXinhui
2017-07-12StopAreaReferentials#index: Use new table builder helperTeddy Wing
Change "_filters.html.slim" to call `#human_attribute_name` on the model instead of the collection, because the collection decorator doesn't delegate that method, and it's better to call it on the class. Refs #3479
2017-07-12StopAreaReferentials#show: Move header links to decoratorTeddy Wing
On the http://stif-boiv.dev:3000/stop_area_referentials/1/stop_areas/139416 page, move the header links into a decorator to allow us to use them in the table of stop areas on StopAreaReferentials#index. Refs #3479
2017-02-13Refs #2596 : Replace creation_time with timestampsVlatka Pavisic
2016-12-02Refs #2015: adding sortable columns for ref_* & * (+ fix for nil values)jpl
2016-11-29Refs #2019: updating stop_areas with table builderjpl
2016-11-07Workbench assocation + policy in viewsXinhui
Refs #1786
2016-10-10Line policyXinhui
Refs #1780
2016-10-07Policy Chouette::StopAreaXinhui
Refs #1780
2016-09-09Fix stop_areas#index memory issue + slow queryXinhui
Refs #1607
2016-05-13Refactor controllers to manage StopAreas in StopAreaReferential. Refs #821Alban Peignier
2015-12-16Add route_sections for tracesBruno Perles
2015-01-15Fix tests and merge masterLuc Donnet
2015-01-07Fix spec and update devise usageLuc Donnet
2014-11-29refactor autocomplete for stop area in the whole app. Part of Mantis #30223Marc Florisson
2014-11-21set filter on zip code instead of country code , Mantis 30115Michel Etienne
2014-10-10Fix layout when no sidebar Refs #0029169Luc Donnet
2014-09-19refactor breadcrumbsMichel Etienne