aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/referential_lines
AgeCommit message (Collapse)Author
2018-04-24Refs #6431 Add small changes on stop area & line status display to have the ↵cedricnjanga
same logic
2018-04-17Refs #6505; Fix translations in Line#show6425-fix-lines-showZog
2018-04-17Refs #6508; Uniformize lines showZog
2018-04-04Refs #6370 Add some more translationscedricnjanga
2018-03-29Refs #6156 Update Referential english translationcedricnjanga
2018-02-23Hide opposite routesZog
2018-02-02Refs #5832 @1h; Show active filters5832-fix-filter-by-stopareas-on-vjs-indexZog
2018-01-26Refs #5741 @2h; Add a map of all routes on a line#showZog
2018-01-25ReferentialLineDecorator: Convert action links to new interfaceTeddy Wing
Refs #5586
2018-01-25RouteDecorator: Convert to new action links interfaceTeddy 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-01Fix referential line show action linkXinhui
2017-11-28Refactoring move render pageheader into layoutXinhui
2017-11-28Refactoring pageheader for referential linesXinhui
2017-11-27Refs #4941 Fix objectid short version Display on viewscedricnjanga
2017-11-21Change the way we name classescedricnjanga
We now always use modules for namespaces => same structure for models, decorators, policies...
2017-10-20Breadcrumb for referential_lines - routing_constraint_zonesXinhui
2017-10-11delete unused variables in referential_lines show view Refs #46984698-table_pages_title_refactoringGuillaume
2017-10-11fix locales structuration Refs #4698Guillaume
2017-10-09Refactoring tables titles for routesGuillaume
2017-10-05Refs #4693 Change view bug on transport submode due to last Codifligne synccedricnjanga
2017-09-29Refs Adapt transport mode & submode translationscedricnjanga
2017-09-13Apply object id changes to viewscedricnjanga
2017-09-01table_builder_2: Use `Column#link_to` in all table builder callsTeddy 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-30Updating project-specific iconfont for page headers (in views)jpl
2017-07-12ReferentialLines#show: Render links from ReferentialLineDecoratorTeddy 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-12Remove ReferentialLines#indexTeddy 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-07referential_lines/show.html.slim: Fix syntax errorTeddy 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-07ReferentialLines#show: Use new table builder helperTeddy 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-04Refs #3961: updating wordingjpl
2017-06-06Refs #3488: updating itl#showjpl
2017-06-05Refs #3486: updating ITL#index layoutjpl
2017-05-24Refs: #3446; hotfixRobert
2017-05-18Refs: #3144; all policies in view specedRobert
2017-05-18Refs: #3144; calendar, line_footnotes and routes speced (spec/features)Robert
2017-05-16Refs #3398: updating layout for wayback filter on linejpl
2017-05-16Lines#show filter routes by waybackXinhui
Refs #3398
2017-04-28Add seasonal to linesXinhui
Refs #3077
2017-04-26Refs #3218: updating layout for referential_lines#showjpl
2017-03-30Refs #3002: updating pagination on viewsjpl
2017-03-17Refs #2858: fix sorting on table for <attr>.count (reflines#show)jpl
2017-03-17Fix search_bar styles regressionjpl
2017-03-15Refs #2800: updating table_builder to fix some issues in sortable columns ↵jpl
(first pass)
2017-03-03updating tables+metas attributes display (lines#show with sec. companies)jpl
2017-03-03updating tables+metas attributes displayjpl
2017-03-02Refs #2704: updating filter/search bars on every instancejpl
2017-02-24Refs #2629: updating routes pages (last pass)jpl
2017-02-23Fix testsjpl
2017-02-22Refs #2629: adding switch comp. updating route formjpl
2017-02-21Refs #2629: updating routes#showjpl
2017-02-20Refs #2626: updating line footnotes, first passjpl