| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-17 | Fix import details Refs #70737073-Fix_imports_details | Luc Donnet | |
| 2018-05-15 | Refs #7030 Fix import#show missing translations | cedricnjanga | |
| 2018-05-09 | Rewrite compliance_control_sets associated to workbench or workgroup edits ↵ | Alban Peignier | |
| and imports. Refs #6960 | |||
| 2018-05-09 | Refs #6960; Update imports to use nesw implementation | Zog | |
| 2018-05-07 | Add GTFS views | Zog | |
| 2018-05-07 | Add import_compliance_control_sets to Workgroups | Zog | |
| And rename resource methods for better consistency | |||
| 2018-05-07 | Better views | Zog | |
| 2018-05-07 | Trigger compliance checks after imports | Zog | |
| 2018-05-07 | Fix NETEX imports | Zog | |
| 2018-05-07 | Rework imports to use Resources and make the a little more verbose | Zog | |
| 2018-03-29 | Refs #6156 Update import english translations | cedricnjanga | |
| 2018-03-12 | Refs #6133; First Crud for exports | Zog | |
| 2018-02-02 | Refs #5832 @1h; Show active filters5832-fix-filter-by-stopareas-on-vjs-index | Zog | |
| 2018-01-25 | ComplianceControlSetDecorator: Convert to new action links interface | Teddy Wing | |
| Refs #5586 | |||
| 2018-01-25 | imports/index.html.slim: Remove unnecessary `links` field | Teddy Wing | |
| This is no longer needed thanks to the new action links interface. Refs #5586 | |||
| 2018-01-25 | ImportDecorator: Convert to new action links interface | Teddy Wing | |
| Also remove the `delete` link because the policy disables it for everyone (3f5ac4764b859f97f776df565599e312b4584a03, 17e946771afcff10b6165dd3a97b38aa9c06b1f2). Refs #5586 | |||
| 2018-01-25 | Imports#index: Move 'New import' button to action links | Teddy Wing | |
| Begin the process of converting the `ImportDecorator` to the new action links interface. For now, only the "New import" button on the top right of the index page is converted. The rest of the links are commented out for now and will be treated in a subsequent commit. Add a new `#class?` method to `AF83::Decorator::Link` that tells callers whether a CSS class has been defined on the link. This allows us to determine whether we should force a class or use the one provided in `_page_header.html.slim`. We need a way to specify the class of the link in the header because the "New import" button is supposed to be blue (`.btn-primary`), but the default for primary action links is white. Refs #5586 | |||
| 2018-01-09 | Refs #5129 small change on import report show button5129-import-report-button | cedricnjanga | |
| 2018-01-03 | Fix import messages style Refs #4473 @2 | Luc Donnet | |
| 2017-12-29 | Fixes CSS of import_messages in imports#show. Refs #4473 | Alban Peignier | |
| 2017-12-29 | Replace CommonHelper.string_keys_to_symbols by Hash#symbolize_keys | Alban Peignier | |
| 2017-12-29 | Refs #5414 Small UI change for import file structure error | cedricnjanga | |
| 2017-12-15 | Fixes: #5281@1.2h; View specs and minor CR change from #50065281-workbench-import-structural-bug-reading-zip | Robert | |
| - CR change from #5006, severity of zip file messages :warning -> :error - View specs for showing import_messages | |||
| 2017-12-15 | Refs: #5281@0.5h; Show error messages in view imports/show | Robert | |
| - Partial created - Partial used - Common Helper - String Keys => Symbol Keys - Dead Code eliminated | |||
| 2017-12-15 | Refs: #5006@0.7h; CR changes from #5006 & staring error_messages in imports/show | Robert | |
| - Renaming as requested STIF::NetexFile::Frame.get_line_object_id -> get_sgort_id - working on error_messages for imports#show | |||
| 2017-11-28 | Refactoring move render pageheader into layout | Xinhui | |
| 2017-11-28 | Replace pageheader by render partial | Xinhui | |
| 2017-11-27 | Refs #4961 Fix typos on Import#show and ImportResource#index | cedricnjanga | |
| 2017-10-30 | Merge pull request #104 from af83/4726-breadcrumb | Luc Donnet | |
| 4726 breadcrumb | |||
| 2017-10-23 | Refs #4762 Add file extension checking before importing (standard app and api) | cedricnjanga | |
| 2017-10-19 | Fix missing breadcrumb for edit - new actions | Xinhui | |
| 2017-10-19 | Breadcrumb for imports | Xinhui | |
| 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-17 | Avoid error when Import#started_at isn't defined | Alban Peignier | |
| 2017-09-12 | Change the import status filter to include all of the statuses and not just ↵ | cedricnjanga | |
| running successful warning and failed. The Import model has seven statuses and we wanted to filter them all so we added a method in the controller that will be called before_action :index to change the params and include the other statuses and include them in the ransack query (witout having duplicates in the checkboxes) | |||
| 2017-09-12 | Change the import filter to include two inputs and tweak ransack filter to ↵ | cedricnjanga | |
| convert date object to dateTime object | |||
| 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-04 | Fix import status table views and first version for import_messages Refs #4527 | Luc Donnet | |
| 2017-09-04 | Fix start date format for workbench imports list view Refs #4256 | Luc Donnet | |
| 2017-09-04 | Update workbench_import, netex_import and import_resources views Refs #4256 ↵ | Luc Donnet | |
| #4257 #4258 | |||
| 2017-09-01 | table_builder_2: Use `Column#link_to` in all table builder calls | Teddy Wing | |
| Rewrite table builder calls to work with the new `TableBuilderHelper::Column#link_to` mechanism for defining the linked column and what it points to. This takes the link out of the `TableBuilderHelper`, and puts it into the hands of the view. It gives us more flexibility with regards to what can be defined as a link in our tables and what those links point to. This will be used in a more meaningful way in the `imports#show` page to list `NetexImport`s and provide links to both the referential associated with a Netex import and the imported file status page from a table row. | |||
| 2017-08-31 | Refs #4369: adding import status helper | jpl | |
| 2017-08-30 | Update show data for import Refs #4258 | Luc Donnet | |
| 2017-08-30 | Updating project-specific iconfont for page headers (in views) | jpl | |
| 2017-08-28 | Refs #4255: updating overheaded component styles, adding children method for ↵ | jpl | |
| import | |||
| 2017-08-28 | Merge branch '4273_http_service_broken' | Alban Peignier | |
| 2017-08-27 | Change ImportsController to manage only WorkbenchImports. Refs #4273 | Alban Peignier | |
| 2017-08-23 | Refs #4258: adding overhead feature to table_builder, with static samples on ↵ | jpl | |
| imports#show | |||
| 2017-08-22 | Refs #4256: adding started_at filter | jpl | |
