| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-09 | Refs #6961; Update Workbench#edit | Zog | |
| - Update the form - Use policies and update the seeds accordingly - Add a link in the navbar(s) | |||
| 2018-05-07 | Refs #6960; Add owners to workgroups | Zog | |
| And define policies | |||
| 2018-04-29 | Fix specs | Zog | |
| 2018-04-27 | Refs #6572; Fix specs | Zog | |
| 2018-04-27 | Refs #6572; Fix referentials policies | Zog | |
| 2018-04-27 | Refs #6572; Refactor policy | Zog | |
| 2018-04-27 | Refs #6572; Fix browse policy | Zog | |
| 2018-04-27 | Refs #6572; Update policies | Zog | |
| disable all actions for non-ready referentials | |||
| 2018-04-27 | Refs #6572; New Referential#Show for noredy referentials | Zog | |
| 2018-04-16 | Refs #6476 Add merge permissions6476-merge-permissions | cedricnjanga | |
| 2018-04-04 | Refs 6226; Add a button to create opposite routes | Zog | |
| 2018-03-12 | Refs #6133; First Crud for exports | Zog | |
| 2018-03-12 | Refs #6133; Fix specs | Zog | |
| 2018-03-02 | Refs #3562 add workbench edit button on workbench#show | cedricnjanga | |
| 2018-02-27 | Don't use all compliance_control_set from stif organisation. We will use ↵5950_allow_user_to_see_ccset_from_other_organisation | Luc Donnet | |
| later compliance_control_set selected by stif organisatoon Refs #5950 @2 | |||
| 2018-02-23 | Refs #5950 Fix 404 error when user wants to see CCSet from other organisation : | cedricnjanga | |
| - remove begin_association_chain in controller - Change collecyion to only see user organisayion CCSet and STIF CCSet - add policy for show action | |||
| 2018-01-29 | Refs #5750 @1h; Manage non-commercial StopAreas | Zog | |
| - Add a `kind` attribute - Hide irrelevant fields in the form | |||
| 2018-01-11 | Add Referential#merged_at and make Referentials archived and merged. Refs #5559 | Alban Peignier | |
| 2018-01-11 | Fix policy | Xinhui | |
| Refs #5549 | |||
| 2018-01-10 | ReferentialPolicy#archive? is false when referential is read only. Refs #5413 | Alban Peignier | |
| 2018-01-09 | Refs: #5413@0.5h; Refactoring of #archived_or_finalised? | Robert | |
| 2018-01-09 | Refs: #5413@0.3h; Fix bug in newapplciation helper unarchive link creation | Robert | |
| 2018-01-08 | Fixes: #5413@1h; Specs implemented | Robert | |
| 2018-01-05 | Create first merge interface. Refs #5299 | Alban Peignier | |
| 2017-12-28 | Remove debug message from LinePolicy#create? | Alban Peignier | |
| 2017-12-26 | Refs #5382 @1h; Enable all area types for Stopareas in Routes | Zog | |
| Given that the organisation has the matching feature. | |||
| 2017-12-21 | Refs #5349 @1h; Deactivate StopAreas instead of destroying them5349-deactivate-stop-areas | Zog | |
| - 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-21 | Refs #5430 @2h; Deactivate lines instead of destroying them | Zog | |
| - Add `activate` and `deactivate` actions in `LinesController`, as well as corresponding routes - Add `activate!` and `deactivate!` methods in `Chouette::Line`, as well as `activated?` - Add `activate?` and `deactivate?` permissions in `LinePolicy` - Add corresponding `action_links`in the Decorator - Create helper for these actions - Add an optional `'extra_class` to the Links - Update styles for ".delete-action" to handle the case where there are several - Add I18n keys accordingly | |||
| 2017-12-21 | BusinessCalendar => PurchaseWindow | cedricnjanga | |
| belongs_to referential | |||
| 2017-12-21 | Refs #5301 First draft for Business Calendars | cedricnjanga | |
| 2017-12-20 | Merge branch 'master' into 5333-add-policies-for-referentials-sharing5333-add-policies-for-referentials-sharing | Alban Peignier | |
| 2017-12-19 | Refs #5325; Fix calendat policy | Zog | |
| Remove the "!archived?" condition which makes no sense here. | |||
| 2017-12-19 | Refs #5325@0.5h; Use policies for calendar sharing | Zog | |
| Use policies to determine if a user is allowed to share a calendar, instead of a hardcoded string | |||
| 2017-12-19 | Refs #5333@1.5h; Use permissions to sync StopAreas and Lines | Zog | |
| - add missing policies - update permissions translator - update views to check for the permission - update views helper to check for the permission - uipdate controllers to check for the permission | |||
| 2017-12-13 | Fix compliance control block#edit view pageheader | cedricnjanga | |
| 2017-11-30 | Delete methods that return false in policy beacause this is the default ↵ | Luc Donnet | |
| behaviour Refs #5093 | |||
| 2017-11-30 | Fix import policy to not authorize destroy and not be linked with ↵ | Luc Donnet | |
| referential state (archived) Refs #5093 | |||
| 2017-11-29 | Check user permissions in StopAreaPolicy. Refs #4825 | Alban Peignier | |
| 2017-11-29 | Check user permissions in CompanyPolicy. Refs #4967 | Alban Peignier | |
| 2017-11-29 | Check user permissions in LinePolicy. Refs #4824 | Alban Peignier | |
| 2017-11-24 | Take into account code review | 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 | Merge branch 'master' into 4941-refactoring_object_id | cedricnjanga | |
| 2017-11-22 | Fix 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-21 | Change the way we name classes | cedricnjanga | |
| We now always use modules for namespaces => same structure for models, decorators, policies... | |||
| 2017-11-20 | Rearrange policies and decorators folders to include them after renaming ↵ | cedricnjanga | |
| class names on several models | |||
| 2017-11-13 | Refs #4952 Fix bug related to compliance control set action links display | cedricnjanga | |
| 2017-11-09 | Refs #4776 Add policies to ComplianceControl and ComplianceControlSet | cedricnjanga | |
| 2017-11-06 | add validate method in referentials_controller for call ↵ | Guillaume | |
| ComplianceControlSetCopyWorker, and change routes/views for select compliance_control_set | |||
| 2017-09-28 | Merge branch 'master' into 4466-compliance_check_sets | Guillaume | |
