aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/time_tables
AgeCommit message (Collapse)Author
2018-04-11:fire: logZog
2018-04-10Refs #6448; Make timetables sortable on bouding_dates and journeys countZog
2018-02-22Refs #5999 Update workgroup call in TimeTable#newcedricnjanga
2018-02-12Refs #5888; Fix I18n in JS5888-fix-i18n-in-jsZog
2018-02-09Refs #4126 @6h; Add i18n to JSZog
2018-02-02Refs #5832 @1h; Show active filters5832-fix-filter-by-stopareas-on-vjs-indexZog
2018-01-31Refs #5682 @3h; Use same UI as for timetablesZog
2018-01-25Refs #5586 @1.5h; Migrate more decoratorsZog
- Remove ApiKeyDecorator (never used) - Migrate CalendarDecorator - Migrate CompanyDecorator - Migrate TimeTableDecorator
2018-01-25Refs #5586 @1h; Migrate TimeTableDecoratorZog
2018-01-04Display checksum for time_tableXinhui
Refs #5460
2017-12-05Fix time_table#edit titleXinhui
2017-12-01Fix override page header title call multiple time, using flush optionXinhui
2017-12-01Fix time_table#show title using commentXinhui
2017-11-28Refactoring pageheaderXinhui
2017-11-23Change the call of local id on several views to avoid bugscedricnjanga
2017-11-21Change the way we name classescedricnjanga
We now always use modules for namespaces => same structure for models, decorators, policies...
2017-10-19Fix missing breadcrumb for edit - new actionsXinhui
2017-10-18Render breadcrumb for referential - time_tables - workbenchesXinhui
Refs #4741
2017-10-17Fix time_tables#index tags form should display searched tags on submitXinhui
Refs #4711
2017-10-09Working standard webpacker configcedricnjanga
2017-10-06Add webpacker gem and migrate the React appscedricnjanga
2017-10-03Refs 4665 Update time_table for to adapt to ransack date filter concerncedricnjanga
2017-10-02Refs #4665cedricnjanga
Add a controller concern to deal with date filters
2017-09-26Refs #4603 : Add translations to React Timetable appcedricnjanga
2017-09-13Apply object id changes to viewscedricnjanga
2017-09-12Change typo to load time_table.js file in time_table#indexcedricnjanga
2017-09-06Updated 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-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-08-16Add traslations for timetable editcedricnjanga
2017-07-31Refs #4005 Period filters for time_table and referentialscedricnjanga
2017-07-21Refs #4134: fix autocomplete on TT edit tagsjpl
2017-07-07TimeTables#index: Use new table builder helperTeddy Wing
Additionally convert the `#human_attribute_name` calls to call it on the class because this is more correct and because that method doesn't exist on the decorated collection of `@time_tables`. TODO: There's a bug here where the #show and #edit links don't link correctly, they go to `/referentials/:id` instead of `/referentials/:id/time_tables/:id`. Refs #3479
2017-07-06Refs:#3478@10h;Robert
Policy Refactoring and Policy Test Completion - All policies (and all permissions) under test. - Common patterns and potential problems identified... - ... and documented in DEVNOTES.md - some simply refactorings
2017-07-04Refs #3961: updating wordingjpl
2017-06-27Refs: #3595@0.5h live event subscription & smart_date class added to all ↵Robert
date input elements
2017-06-19TimeTables#show: Render header buttons from #action_linksTeddy Wing
This enables us to reuse these links in other parts of the application. Get the links from `TimeTableDecorator#action_links`. Refs #3479
2017-06-16Refs #3789: changing select input by select2 onejpl
2017-06-07Refs #3695: updating tt#show with last update displayjpl
2017-06-07Refs #3444: adding actualize link to tt#indexjpl
2017-05-23Fix create time_table with calendar associationXinhui
Refs #2347
2017-05-23Merge branch '3449_timetable_policies'Robert
2017-05-23Refs: 3449; Feature spec and implmtn -> fixes #3449Robert
2017-05-22TimeTables#actualize retrieve dates & periods from calendarXinhui
Refs #3445
2017-05-22Edit autocomplete time_tables json formatXinhui
Refs #3429
2017-05-17Wip refactoring TimeTableCombinations form & controllerXinhui
Refs #3406
2017-05-16Refs #3400: removing color_filter, adding tag_filterjpl
2017-05-09Refs #3325: adding oid on tt#indexjpl
2017-05-02Duplicate TimeTableXinhui
Refs #3188
2017-04-27Refs #3185: refacto/upd tt#createjpl