| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-28 | Merge pull request #561 from af83/6863-workbench-showwiki | Luc Donnet | |
| Refs #6863 Display import & export actions on conditions | |||
| 2018-05-20 | Refs #7088 Workgroup#edit & workbench#edit7088-workbench-workgroup-configure | cedricnjanga | |
| 2018-05-09 | Refs #6863 Display import & export actions on conditions6863-workbench-show | cedricnjanga | |
| 2018-05-09 | Use Workbench#compliance_control_set_ids virtual attribute to merge with ↵ | Alban Peignier | |
| existing owner_compliance_control_set_ids. Refs #6960 | |||
| 2018-05-09 | Rewrite compliance_control_sets associated to workbench or workgroup edits ↵ | Alban Peignier | |
| and imports. Refs #6960 | |||
| 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-04-30 | Workbenches#show: Don't allow pending referentials to be selected6858-workbenches-show--disallow-deletion-of-pending-referent | Teddy Wing | |
| Disable the checkboxes next to pending referentials. This prevents them from being deleted by the batch deletion operation. In general it seems like we shouldn't be operating on pending referentials, so if any new batch actions are added, it would make sense to me for the checkboxes to stay disabled. We want to disallow deletion of pending referentials because this can put the data in an inconsistent state that requires manual intervention to clean (I think). Refs #6858 | |||
| 2018-04-27 | Refs #6572; Update filters on referentials list | Zog | |
| 2018-04-06 | Refs #6442 Fix Referential sort on status (attr archived_at)6442-referential-status-sort | cedricnjanga | |
| 2018-03-26 | Refs #6218; Add link to exports view | Zog | |
| 2018-03-02 | Refs #3562 Take review into account and clean a little bit | cedricnjanga | |
| 2018-03-02 | Refs Refs #3562 Add workbench CCSET affectation | cedricnjanga | |
| 2018-03-02 | Refs #3562 add workbench edit button on workbench#show | cedricnjanga | |
| 2018-02-20 | Refs #5863 @6h; Remove workbench id from the querystring | Zog | |
| Infer it when possible, and use a nested otherwise | |||
| 2018-02-09 | Refs #4126 @6h; Add i18n to JS | Zog | |
| 2018-02-02 | Refs #5832 @1h; Show active filters5832-fix-filter-by-stopareas-on-vjs-index | Zog | |
| 2018-01-25 | Refs #5586 @2h; Fix specs | Zog | |
| 2018-01-15 | workbenches/_filters: Only show organisations in workgroup | Teddy Wing | |
| We had been listing all `Organisation`s in the check-box list that enables filtering `Referential`s by organisation. There can be many organisations in the database, and users of one org shouldn't necessarily see other organisations. Only allow users to filter by those organisations that belong to their `Workgroup`. To do that, We get the workgroup of the current workbench, and build a list containing the organisations the workgroup. Refs #5140 | |||
| 2018-01-11 | Add Referential#merged_at and make Referentials archived and merged. Refs #5559 | Alban Peignier | |
| 2018-01-09 | Refs: #5413@0.5h; Refactoring of #archived_or_finalised? | Robert | |
| 2018-01-08 | Fixes: #5413@1h; Specs implemented | Robert | |
| 2018-01-05 | Create first merge interface. Refs #5299 | Alban Peignier | |
| 2017-12-19 | Refs #5291@0.5h; Update view | Zog | |
| Update the view to match the actual controller behaviour. | |||
| 2017-12-07 | Refs: #5198@1.5h; Specing the presence of the Modal Action Box | Robert | |
| - verifying the visibility of the action box - no dynamic behavior of the action box is verified (yet?) - would need javascript execution - refactoring suggestions --> https://projects.af83.io/issues/5206 | |||
| 2017-11-28 | Refactoring pageheader | Xinhui | |
| 2017-10-26 | Fix workbench show breadcrumb4726-breadcrumb | Xinhui | |
| 2017-10-18 | Render breadcrumb for referential - time_tables - workbenches | Xinhui | |
| Refs #4741 | |||
| 2017-10-09 | Working standard webpacker config | cedricnjanga | |
| 2017-10-06 | Add webpacker gem and migrate the React apps | cedricnjanga | |
| 2017-10-02 | Refs #4665 | cedricnjanga | |
| Add a controller concern to deal with date filters | |||
| 2017-09-13 | Merge branch 'master' of github.com:AF83/stif-boiv | Luc Donnet | |
| 2017-09-11 | Fix views and access for api keys generation Refs #4276 @8 | Luc Donnet | |
| 2017-09-11 | Update of ReferentialsController#new : | cedricnjanga | |
| - Add some context to referential and workbench decorator to access current_referential and assign it to the cloned referential - Add a build_referential method to avoir duplicates of code (in the controller and in the model), need to clean a bit more - Need to add some Spec features to take into account the functional scope of the current_user | |||
| 2017-09-06 | Updated imports#index date filter : used the same logic for the ↵ | cedricnjanga | |
| Calendar#index date filter (ransackable scope) I realized that we could submit the form with incomplete date which caused an 500 error. So I added a small JS script to prevent user from subnitting filter form with incomplete dates Since it was really similar with previous work I added two folders : /helpers & /filters to be more DRY The JS files are loaded in 4 views for the moment, hence the update in the assets.rb file | |||
| 2017-09-05 | Referential#new_from : | cedricnjanga | |
| Added params to certains paths to have the workbench_id in it. The goal is to have the current workbench_id to assign it when do a Referential#new_from Then I finished the use of the functional scope to avoid potential errors I skipped some tests that hve a #TODO so we can easily find them | |||
| 2017-09-04 | add some change for the Referential#new_from to only have a line collection ↵ | cedricnjanga | |
| regarding the functional scope of the current organozation | |||
| 2017-09-01 | TableBuilderHelper: Test out column-specific `#link_to` | Teddy Wing | |
| Testing out the new `TableBuilderHelper::Column#link_to` method to provide the link needed to go to the row object's #show page. Seems to work in this context, which is promising! | |||
| 2017-08-30 | Updating project-specific iconfont for page headers (in views) | jpl | |
| 2017-08-30 | Updating project-specific iconfont for page headers | jpl | |
| 2017-07-31 | Refs #4005 Period filters for time_table and referentials | cedricnjanga | |
| 2017-07-26 | Fix workbench I18n specs | jpl | |
| 2017-07-26 | Add some translations | cedricnjanga | |
| 2017-07-25 | Hide import button depending on Referential#create? policy | cedricnjanga | |
| 2017-07-21 | Fix referentials count in homepage Refs #4136 @1 | Luc Donnet | |
| 2017-07-18 | Refs #4108: updating layout according to new specs | jpl | |
| 2017-07-18 | Refs #4108: updating view | jpl | |
| 2017-07-17 | Refs #4108: adding workbenches#index | jpl | |
| 2017-07-04 | Refs #3961: updating wording | jpl | |
| 2017-07-03 | Workbench#show filtering restore q_for_result | Xinhui | |
| 2017-06-27 | Refs: #3595@0.5h live event subscription & smart_date class added to all ↵ | Robert | |
| date input elements | |||
