aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/chouette/stop_point.rb
AgeCommit message (Collapse)Author
2018-05-29Fix StopPoint#stop_area_lightZog
2018-05-29Fix StopPoint#registration_numberZog
2018-05-17Refs #7031; Page loading optimizationsZog
2018-04-25Refs #6711; Update checksums on parentsZog
When a StopPoint is updated
2018-04-23Add delegation on :registration_number in StopPointAlban Peignier
2018-04-19Refs #6193; Show journey length in VJs editorZog
If `journey_length_in_vehicle_journeys` feature is enabled
2018-04-09Refs #6367; Add metadata to other versioned modelsZog
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 6226; Add a button to create opposite routesZog
2018-03-29Refs #6075 Replace after_commit callback to after_create for the ↵cedricnjanga
set_defaults method
2018-03-29Refs #6075 Change default attributes for stop areascedricnjanga
2018-03-29Refs #6075 Set defaults attributes for stop point depending on stop area kindcedricnjanga
2018-03-05Remove primary_key overriding in models. Refs #6112Alban Peignier
2017-11-28Add paper_trail to modelsXinhui
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-22Change the use of namespace and remove modulescedricnjanga
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-11-20Change the use of namespace and remove modulescedricnjanga
2017-11-17Add some changes to the objectid constructioncedricnjanga
2017-11-16Add Cédric new objectid concernscedricnjanga
objectid_support handles reading and writing object_ids objectid_formater_support gets the right formater class include these concerns in chouette models Remove StifNetexAttributSupport modules because these are handled by the new objectid concerns Add a objectid and formater classes for each format type Add objectid formats to the factories Modify somes specs for object_ids but there are still a number of failling tests
2017-11-10Add validation and specs to models on objectid_format presencecedricnjanga
2017-11-09split modules objectid_format, remove alias referentialGuillaume
2017-11-09add object_id_format to migrations, create module for call Referential, Line ↵Guillaume
Referential, StopAreaReferential in models, add Enumerize in models Refs #4941
2017-08-16 Refs: #4189@1h; Implementation of Chouette::Route#duplicate & ↵Robert
Chouette::StopPoint#duplicate Implementing, as specified: - The duplicated Route objectid is autogenerated - The duplicated StopPoint objectids are autogenerated - the duplicated Route object_version equals the source's one (UNCHANGED)
2017-08-15Refs: #4189@2h; Iimplementation of Chouette::Route#duplicate & ↵Robert
Chouette::StopPoint#duplicate With the following unspecified behaviour concerning `objectid` and `object_version` - The duplicated Route objectid is passed into Route#duplicate - The duplicated StopPoint objectids are constructed from the source's objectids (parts 2 & 3) and the route's objectid (part 1) - the duplicated Route object_version equals the source's one
2017-07-18Refs #4112: updating and fixing I18njpl
2017-07-06Fixes: #3478@1.5hRobert
- Fixes remaining issues with LinePolicy, CalenderPolicy & RoutePolicy - Dead Code elimination
2017-07-04Refs: #3478@1hRobert
newapplication helper default authorization, (no if) -> * DefaultPolicy (all true) * Add some policies (LinePolicy) * Use `boiv:read` pour show, index * Adapted `table_builder`
2017-04-11Merge branch 'master' of github.com:af83/stif-boivRobertDober
2017-04-11Update to rails 4.2.7Xinhui
refs #2070
2017-04-11Refs #3047: Associate RoutingConstraintZone with StopPointsVlatka Pavisic
2016-02-22Merge model from ninoxe gemXinhui