| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-14 | Refs #5972 @1h; Automatic registration_number generation | Zog | |
| 2018-03-14 | Refs #6146; Fix display in tables | Zog | |
| 2018-03-12 | Refs #5146 Line state update | cedricnjanga | |
| 2018-03-12 | Refs #6133; Move heklper in the right place | Zog | |
| 2018-03-12 | Refs #6133; Full UX for exports | Zog | |
| Also added a *dumb* `WorkgroupExport` for testing purposes. | |||
| 2018-03-12 | Refs #6133; Sample SimpeImporter Implementation | Zog | |
| Still needs to be made asynchronous | |||
| 2018-03-12 | Refs #6133; First Crud for exports | Zog | |
| 2018-03-08 | Fix compliance_check_resource and compliance_check_set status Refs #5989 @15989-fix_compliance_check_resource_status | Luc Donnet | |
| 2018-03-03 | Merge pull request #356 from af83/6044_add_ccset_spec_affectation | Luc Donnet | |
| Refs #6044 Add spec to check that CCSet#index only dislays objets fro… | |||
| 2018-03-01 | Fix bug when object not exist anymore and table_builder must display a link ↵ | Luc Donnet | |
| Refs #5877 | |||
| 2018-03-01 | Merge pull request #302 from af83/5877-handle-nil-objects-in-tablebuilderhelper | Luc Donnet | |
| 5877 Add a condition on TableBuilderHelper::Column | |||
| 2018-02-28 | Refs #6044 Add spec to check that CCSet#index only dislays objets from user orga6044_add_ccset_spec_affectation | cedricnjanga | |
| - Small change in ComplianceControlSetsHelper#organisations_filters_values to avoid errors - Add spec | |||
| 2018-02-23 | Refs 5878; Add ComplianceCheck#show | Zog | |
| 2018-02-20 | Use page as will_paginate param_name by default. Refs #3542 | Alban Peignier | |
| 2018-02-20 | Merge pull request #308 from ↵ | Alban Peignier | |
| af83/5911-stops-filter-on-referential-journeys-index Better stops filters on ReferentialVJs#index. Refs #5911 | |||
| 2018-02-20 | Refs #5863 @6h; Remove workbench id from the querystring | Zog | |
| Infer it when possible, and use a nested otherwise | |||
| 2018-02-19 | Refs #5911 @2h; Better stops filters on ReferentialVJs#index | Zog | |
| 2018-02-12 | Refs #5877; Add a condition on TableBuilderHelper::Column5877-handle-nil-objects-in-tablebuilderhelper | Zog | |
| 2018-02-07 | update calendar build_links for table builder | cedricnjanga | |
| 2018-02-07 | First draft for including calendars into workgroup for having appropriate ↵ | cedricnjanga | |
| scoping | |||
| 2018-02-06 | update calendar build_links for table builder | cedricnjanga | |
| 2018-02-06 | First draft for including calendars into workgroup for having appropriate ↵ | cedricnjanga | |
| scoping | |||
| 2018-02-06 | Refs #5683 @2H; Fix specs and refactor action_links | Zog | |
| Note: Did not fix the missing workgroup in the calendar mailer | |||
| 2018-02-06 | update calendar build_links for table builder | cedricnjanga | |
| 2018-02-06 | First draft for including calendars into workgroup for having appropriate ↵ | cedricnjanga | |
| scoping | |||
| 2018-02-06 | Refs #3542; Adds pagination | Zog | |
| 2018-02-06 | Refs #3542 @4h; First UI | Zog | |
| Still missing: - Pagination - Filters | |||
| 2018-02-06 | Refs #5832 @1h; Show active filters | Zog | |
| 2018-02-06 | Refs #5758 @1h; Add localized names to StopAreas | Zog | |
| 2018-02-06 | Refs #5682 @3h; Use same UI as for timetables | Zog | |
| 2018-02-06 | Refs #5741 @2h; Add a map of all routes on a line#show | Zog | |
| 2018-02-06 | Refs #5718; Show times at stops in ReferentialVehicleJourneys#index | Zog | |
| When 1 or 2 stops have been selected | |||
| 2018-01-31 | Fix calendar mailer url | cedricnjanga | |
| 2018-01-31 | update calendar build_links for table builder | cedricnjanga | |
| 2018-01-31 | First draft for including calendars into workgroup for having appropriate ↵ | cedricnjanga | |
| scoping | |||
| 2018-01-31 | Refs #5683 @2H; Fix specs and refactor action_links | Zog | |
| Note: Did not fix the missing workgroup in the calendar mailer | |||
| 2018-01-30 | Merge branch 'master' into 5683-add_workgroup_id_to_calendars | cedricnjanga | |
| 2018-01-25 | Refs #5586; Fix specs | Zog | |
| 2018-01-25 | ComplianceControlDecorator: Convert to new action links interface | Teddy Wing | |
| I was getting this error: ActionView::Template::Error (undefined method `split' for nil:NilClass Did you mean? split_all): 16: 17: / compliance controls without block 18: = render_compliance_control_block 19: = render_compliance_controls(@direct_compliance_controls) 20: 21: / compliance controls with block 22: - if params[:q] && params[:q][:compliance_control_block_id_eq_any].try(:present?) app/helpers/table_builder_helper.rb:110:in `item_row_class_name' app/helpers/table_builder_helper.rb:290:in `tbody' app/helpers/table_builder_helper.rb:97:in `table_builder_2' app/helpers/compliance_control_sets_helper.rb:79:in `block in render_table_builder' app/helpers/compliance_control_sets_helper.rb:78:in `render_table_builder' app/helpers/compliance_control_sets_helper.rb:71:in `block (2 levels) in render_compliance_controls' app/helpers/compliance_control_sets_helper.rb:70:in `block in render_compliance_controls' app/helpers/compliance_control_sets_helper.rb:69:in `render_compliance_controls' app/views/compliance_control_sets/show.html.slim:19:in `_app_views_compliance_control_sets_show_html_slim___3528509151208629266_70279137561480' The model name wasn't accessible from the view because this collection is set up in an unorthodox way without a decorated collection. Got help from Johan, and we ended up using the `model` param passed into the table builder for this. It looks terrible with `model` all over the place, but at least it gets us past the problem. Refs #5586 | |||
| 2018-01-25 | Refs #5586 @2h; Fix specs | Zog | |
| 2018-01-25 | Refs #5586 @1h; Ensure retrocompatibility | Zog | |
| And remove snapshots (we don't need it anymore) | |||
| 2018-01-25 | Refs #5586 @2h; Better implementation of groups | Zog | |
| Used it in Lines#index and Lines#show, probably broke everything else | |||
| 2018-01-25 | Refs #5586 @4h; First `action_links` refactor | Zog | |
| - Implement new API - Migrate the LineDecorator - ensure no change on the "lines/index" view | |||
| 2018-01-24 | update calendar build_links for table builder | cedricnjanga | |
| 2018-01-23 | First draft for including calendars into workgroup for having appropriate ↵ | cedricnjanga | |
| scoping | |||
| 2018-01-12 | Refs #5163 | cedricnjanga | |
| Add compliance check resource status helper Add small changes for CSV export | |||
| 2018-01-11 | Create Referential#full_name and try to use it (to be completed). Refs #5546 | Alban Peignier | |
| 2018-01-10 | Merge pull request #204 from af83/5413-read_only_policy_for_finalised_refs | Alban Peignier | |
| Read only policy for referentials in suite. Refs #5413 | |||
| 2018-01-10 | Fixes typo in referential_read_only?. Removed finalised? test (no such ↵ | Alban Peignier | |
| method). Refs #5413 | |||
| 2018-01-09 | Fix UI compliance check set status | cedricnjanga | |
