| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-13 | Fix compliance control block#edit view pageheader | cedricnjanga | |
| 2017-12-13 | Refs #5112 : Referential#create | cedricnjanga | |
| => Only display the short_id of lines objetids for better UI | |||
| 2017-12-12 | Prevent error in Referential validation/creation when some attributs are ↵ | Alban Peignier | |
| defined (organisation, name, etc) | |||
| 2017-12-07 | Fix worbench_import status update when a netex_import has a warning status ↵ | Luc Donnet | |
| and others successful Refs #5202 | |||
| 2017-12-06 | Fix log to detect schema migrations overwrite | Luc Donnet | |
| 2017-12-06 | Add log to detect schema migrations overwrite | Luc Donnet | |
| 2017-12-05 | Add some changes according to PR review | cedricnjanga | |
| 2017-12-05 | Merge pull request #132 from af83/5127_new_api_endpoints | Luc Donnet | |
| Refs #5127 Add two new endpoints to the API | |||
| 2017-12-05 | - Comment parent.child_change call in ComplianceCheckSet#notify_parent to ↵ | cedricnjanga | |
| avoid errors - Clean new routes (we dont need aliases) | |||
| 2017-12-05 | Fixes: #5179@1h; Referential Creation Enforces objectid_format from ↵5179-ref_creation_enforces_objectid_format | Robert | |
| associated Workbench - CR changes implemented | |||
| 2017-12-05 | Small refacto to handle no_parent error for ComplianceCheckSet | cedricnjanga | |
| 2017-12-05 | Refs #5127 Add two new endpoints to the API | cedricnjanga | |
| ComplianceCheckSet#notify_parent NetexImport#notify_parent | |||
| 2017-12-05 | Refs: #5179@1.25h; Referential Creation Enforces objectid_format from ↵ | Robert | |
| associated Workbench - changed ObjectIdFormatterSupport as requested - respeced all defined cases - implemented respec Missing: What to do in `define_default_attributes` if ref has no workbench and no `objectid_format`? | |||
| 2017-12-05 | Refs: #5179@1h; Referential Creation Enforces objectid_format from ↵ | Robert | |
| associated Workbench [skip-ci] - speced the `define_default_attributes` part - speced the Reference.new_from part | |||
| 2017-12-05 | Delete ObjectidSupport for access_point model because Reflex synchronisation ↵ | Luc Donnet | |
| failed | |||
| 2017-11-30 | Merge branch 'master' into 5093-fix_import_policy | Luc Donnet | |
| 2017-11-30 | Destroy compliance_check_set must destroy all sub elements : ↵ | Luc Donnet | |
| compliance_check_resources, compliance_check_messages, compliance_checks, compliance_check_bocks Refs #5093 | |||
| 2017-11-30 | Merge branch 'master' into 4981_last_editor | Xinhui Xu | |
| 2017-11-28 | Refs #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-28 | Replace pageheader by render partial | Xinhui | |
| 2017-11-28 | Add has_paper_trail on models | Xinhui | |
| 2017-11-28 | Refactoring move referentialSupport from chouetteController into childrens | Xinhui | |
| 2017-11-28 | Add paper_trail to models | Xinhui | |
| 2017-11-27 | Merge branch 'master' into 4824-create_line_referentials | Guillaume | |
| 2017-11-27 | Merge branch '4941-refactoring_object_id' | cedricnjanga | |
| 2017-11-27 | Refs #5030 Fix missing translation for UnactivatedStopPoint ComplianceControl | cedricnjanga | |
| 2017-11-24 | Remove specs we dont need anymore | cedricnjanga | |
| 2017-11-24 | class instance variables in Direction and ConnectionLinkType models | cedricnjanga | |
| 2017-11-24 | Take into account code review | cedricnjanga | |
| 2017-11-23 | Stay up to date with master branch | cedricnjanga | |
| 2017-11-23 | Add spec for stif_netex objectid_format | cedricnjanga | |
| 2017-11-23 | Refs #4824, #4825 update old form views to new layout with simple_form, add ↵ | Guillaume | |
| permissions for create an edit in line and network controller | |||
| 2017-11-23 | Remove get_objectid duplicate method | cedricnjanga | |
| 2017-11-23 | Change the call of local id on several views to avoid bugs | cedricnjanga | |
| 2017-11-23 | Fix typos on class naming for objectid formatters | cedricnjanga | |
| 2017-11-23 | Merge branch 'master' into 4824-create_line_referentials | Guillaume | |
| 2017-11-22 | Change inclusion of StifTransportModeEnumeration in VJ model | cedricnjanga | |
| 2017-11-22 | Fix transport modes and submodes modules | cedricnjanga | |
| Fix Compliance Control Set flotted links to display on show page | |||
| 2017-11-22 | Rebase master and resolve conflicts | cedricnjanga | |
| 2017-11-22 | Fix last spec and add short_id method to Netex Objectid | cedricnjanga | |
| 2017-11-22 | Change the way we name classes | cedricnjanga | |
| We now always use modules for namespaces => same structure for models, decorators, policies... | |||
| 2017-11-22 | Change the use of namespace and remove modules | cedricnjanga | |
| 2017-11-22 | Add some changes to the objectid construction | cedricnjanga | |
| 2017-11-22 | Create objectid format and integrate it in models. Work in progress. Refs #4941 | cedricnjanga | |
| 2017-11-22 | Add Cédric new objectid concerns | cedricnjanga | |
| 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-22 | Refs #4941 remove object_id_format_to_line_referential module, include just ↵ | Guillaume | |
| a object_id_format_to_referential module | |||
| 2017-11-22 | add object_id_format to migrations, create module for call Referential, Line ↵ | Guillaume | |
| Referential, StopAreaReferential in models, add Enumerize in models Refs #4941 | |||
| 2017-11-22 | Merge branch 'master' into 4941-refactoring_object_id | cedricnjanga | |
| 2017-11-22 | Fix merge | cedricnjanga | |
| 2017-11-22 | Fix merged file | cedricnjanga | |
