| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-24 | Refs #6431 Add small changes on stop area & line status display to have the ↵ | cedricnjanga | |
| same logic | |||
| 2018-04-17 | Refs #6505; Fix translations in Line#show6425-fix-lines-show | Zog | |
| 2018-04-17 | Refs #6508; Uniformize lines show | Zog | |
| 2018-04-04 | Refs #6370 Add some more translations | cedricnjanga | |
| 2018-03-29 | Refs #6156 Update Referential english translation | cedricnjanga | |
| 2018-02-23 | Hide opposite routes | Zog | |
| 2018-02-02 | Refs #5832 @1h; Show active filters5832-fix-filter-by-stopareas-on-vjs-index | Zog | |
| 2018-01-26 | Refs #5741 @2h; Add a map of all routes on a line#show | Zog | |
| 2018-01-25 | ReferentialLineDecorator: Convert action links to new interface | Teddy Wing | |
| Refs #5586 | |||
| 2018-01-25 | RouteDecorator: Convert to new action links interface | Teddy Wing | |
| Important to add the `action: :index` argument on the table builder in the `ReferentialLines#show` page so that the gear menu links render correctly. Refs #5586 | |||
| 2017-12-01 | Fix referential line show action link | Xinhui | |
| 2017-11-28 | Refactoring move render pageheader into layout | Xinhui | |
| 2017-11-28 | Refactoring pageheader for referential lines | Xinhui | |
| 2017-11-27 | Refs #4941 Fix objectid short version Display on views | cedricnjanga | |
| 2017-11-21 | Change the way we name classes | cedricnjanga | |
| We now always use modules for namespaces => same structure for models, decorators, policies... | |||
| 2017-10-20 | Breadcrumb for referential_lines - routing_constraint_zones | Xinhui | |
| 2017-10-11 | delete unused variables in referential_lines show view Refs #46984698-table_pages_title_refactoring | Guillaume | |
| 2017-10-11 | fix locales structuration Refs #4698 | Guillaume | |
| 2017-10-09 | Refactoring tables titles for routes | Guillaume | |
| 2017-10-05 | Refs #4693 Change view bug on transport submode due to last Codifligne sync | cedricnjanga | |
| 2017-09-29 | Refs Adapt transport mode & submode translations | cedricnjanga | |
| 2017-09-13 | Apply object id changes to views | cedricnjanga | |
| 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-30 | Updating project-specific iconfont for page headers (in views) | jpl | |
| 2017-07-12 | ReferentialLines#show: Render links from ReferentialLineDecorator | Teddy Wing | |
| Leverage our newly created `ReferentialLineDecorator` to render the header links, allowing us to use them both here and in the table of lines on the Referentials#show page. Used the extended decoration syntax to allow us to specify the `ReferentialLineDecorator`, otherwise Draper will infer `LineDecorator`, which is not what we want in this case. Refs #3479 | |||
| 2017-07-12 | Remove ReferentialLines#index | Teddy Wing | |
| Delete this route and associated template files. Wasn't sure if using `exclude:` in the routes file was the best way to do this, as I'm not sure if there are other routes we want to exclude from here also. I visited the page because I'm migrating templates to the new table builder helper and this one uses table builder. Upon visiting the page, it looked pretty wonky, and after consulting with Jean-Paul and Luc, it turns out this page isn't used any more because the table of `Chouette::Line`s rendered there is now instead displayed on the Referentials#show page, obviating the need for this page. Refs #3479 | |||
| 2017-07-07 | referential_lines/show.html.slim: Fix syntax error | Teddy Wing | |
| I had converted the double quotes that used to be here into single quotes without thinking, and that doesn't work because there's an apostrophe in the string. Thankfully the failing tests told me about the error. Refs #3479 | |||
| 2017-07-07 | ReferentialLines#show: Use new table builder helper | Teddy Wing | |
| Convert the table of `Route`s on this page to use the new table builder helper. This gives us the links from the `RouteDecorator` in the gear menu next to each row in the table. Ended up removing the `route_sp` field from the `RouteDecorator` context because it seems like we can just grab that collection directly from the `Route` object. At first I thought about renaming it because after coming back to this code I thought, 'what does sp mean?'. Then after some investigation, it appears that we don't need to pass it in explicitly. Now, no need to bother with that from the ReferentialLines controller. The RoutesController does create a separate `@route_sp` variable, but this only changes the sort order of the stop points, not the contents of the collection. Thus it seems safe to get them directly from the Route in the decorator. Refs #3479 | |||
| 2017-07-04 | Refs #3961: updating wording | jpl | |
| 2017-06-06 | Refs #3488: updating itl#show | jpl | |
| 2017-06-05 | Refs #3486: updating ITL#index layout | jpl | |
| 2017-05-24 | Refs: #3446; hotfix | Robert | |
| 2017-05-18 | Refs: #3144; all policies in view speced | Robert | |
| 2017-05-18 | Refs: #3144; calendar, line_footnotes and routes speced (spec/features) | Robert | |
| 2017-05-16 | Refs #3398: updating layout for wayback filter on line | jpl | |
| 2017-05-16 | Lines#show filter routes by wayback | Xinhui | |
| Refs #3398 | |||
| 2017-04-28 | Add seasonal to lines | Xinhui | |
| Refs #3077 | |||
| 2017-04-26 | Refs #3218: updating layout for referential_lines#show | jpl | |
| 2017-03-30 | Refs #3002: updating pagination on views | jpl | |
| 2017-03-17 | Refs #2858: fix sorting on table for <attr>.count (reflines#show) | jpl | |
| 2017-03-17 | Fix search_bar styles regression | jpl | |
| 2017-03-15 | Refs #2800: updating table_builder to fix some issues in sortable columns ↵ | jpl | |
| (first pass) | |||
| 2017-03-03 | updating tables+metas attributes display (lines#show with sec. companies) | jpl | |
| 2017-03-03 | updating tables+metas attributes display | jpl | |
| 2017-03-02 | Refs #2704: updating filter/search bars on every instance | jpl | |
| 2017-02-24 | Refs #2629: updating routes pages (last pass) | jpl | |
| 2017-02-23 | Fix tests | jpl | |
| 2017-02-22 | Refs #2629: adding switch comp. updating route form | jpl | |
| 2017-02-21 | Refs #2629: updating routes#show | jpl | |
| 2017-02-20 | Refs #2626: updating line footnotes, first pass | jpl | |
