aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/lines
AgeCommit message (Collapse)Author
2017-12-13Line#show display secondary companies as a listXinhui
Refs #5142
2017-12-13Add secondary_company to Line formXinhui
Refs #5142
2017-11-30Merge branch 'master' into 4981_last_editorXinhui Xu
2017-11-29Remove membership test of current organisation in lines#index. Refs #4824Alban Peignier
2017-11-28Refs #4824, #4825 fix wrong translate in lines, network, stop_area, ↵Guillaume
enumerize for source_type_name, comments map display in stop_area form
2017-11-28Refactoring move render pageheader into layoutXinhui
2017-11-28Replace pageheader by render partialXinhui
2017-11-27Merge branch 'master' into 4824-create_line_referentialsGuillaume
2017-11-27Merge branch 'master' of github.com:af83/stif-boivcedricnjanga
2017-11-27Refs #4941 Fix objectid short version Display on viewscedricnjanga
2017-11-26Use t('id_codif') and t('id_reflex') to prevent hardcoded strings. Refs #5081Alban Peignier
2017-11-23Refs #4824, #4825 update old form views to new layout with simple_form, add ↵Guillaume
permissions for create an edit in line and network controller
2017-11-22Merge branch 'master' into 4941-refactoring_object_idcedricnjanga
2017-11-21Change the way we name classescedricnjanga
We now always use modules for namespaces => same structure for models, decorators, policies...
2017-11-17Refs: #4823@4h; Fixed Transport(Sub)mode validation bugRobert
2017-11-07Add missing breadcrumb on edit page4820_refactoring_breadcrumbXinhui
2017-10-19Breadcrumb for lines - networksXinhui
2017-10-05Refs #4693 Change view bug on transport submode due to last Codifligne synccedricnjanga
2017-10-04Refs 4517 Add some modification to the two modules to add methods to list ↵cedricnjanga
the sorted transport modes and submodes
2017-09-29Refs Adapt transport mode & submode translationscedricnjanga
2017-09-28add helper for line_status with pictoGuillaume
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-06Lines#index: Use new `table_builder_2`Teddy Wing
Convert the table of Lines to use the new version of the table builder. Update the view with the new calling format of the helper. The controller needs to decorate the `@lines` collection in order to make `#action_links` available to the table builder. Needed to update the "_filters.html.slim" template to call `#human_attribute_name` on the class instead of the collection, because we can't do that on a decorated collection. Refs #3479
2017-07-04Refs #3961: updating wording (fixes)jpl
2017-06-19Lines#show: Render header links from #action_linksTeddy Wing
Get the header links from the decorator so we can reuse them instead of defining them directly in the template. Add an option to the `destroy_link_content` Rails helper method to allow us to specify alternate translation keys, giving us different text in the button label. Added this because the template in question uses a different label than the others (usually it's `actions.destroy`). Refs #3479
2017-05-12Fix sort line transport mode alphabeticallyXinhui
Refs #3109
2017-04-28Add seasonal to linesXinhui
Refs #3077
2017-04-21Refs #3157: adding 'activated' column to line_referentialsjpl
2017-03-30Refs #3002: updating pagination on viewsjpl
2017-03-23Refs #2919: fix ordering on networks.namejpl
2017-03-23Refs #2919: fix ordering on companies.namejpl
2017-03-17Refs #2867: adding number ('nom court') column for lines#index, in table and ↵jpl
search_bar
2017-03-15Refs #2794: fixing new filters integrationjpl
2017-03-15Refs #2800: updating table_builder to fix some issues in sortable columns ↵jpl
(first pass)
2017-03-15Wip combine filter in #index viewsXinhui
2017-03-08Fix totojpl
2017-03-03updating tables+metas attributes displayjpl
2017-03-02Refs #2704: updating filter/search bars on every instancejpl
2017-03-02remove number param on searchbar, for lines#indexjpl
2017-03-01Fix testsjpl
2017-02-17Refs #2609: updating codif. objects show pagesjpl
2017-02-17Refs #2615: fix layouts on empty filter results, for lines#index && ↵jpl
stop_areas#index
2017-02-15Refs #2609: updating codifligne objects indexjpl
2017-02-15Refs #2609: updating sync objects list pagesjpl
2017-02-08Refs #2535: fixing tablebuilder upd related issuesjpl
2017-02-07Refs #2476 : Disable modification and deletion of resources from another ↵Vlatka Pavisic
referential; in progress
2017-02-03Lines has_array_of secondary_companiesXinhui
Refs #2490
2016-12-27Refs #2260 : LinePolicy changesvlatka pavisic
2016-12-26Remove routes section in lines/show. Refs #1883Alban Peignier