| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-11 | :fire: log | Zog | |
| 2018-04-10 | Refs #6448; Make timetables sortable on bouding_dates and journeys count | Zog | |
| 2018-02-22 | Refs #5999 Update workgroup call in TimeTable#new | cedricnjanga | |
| 2018-02-12 | Refs #5888; Fix I18n in JS5888-fix-i18n-in-js | Zog | |
| 2018-02-09 | Refs #4126 @6h; Add i18n to JS | Zog | |
| 2018-02-02 | Refs #5832 @1h; Show active filters5832-fix-filter-by-stopareas-on-vjs-index | Zog | |
| 2018-01-31 | Refs #5682 @3h; Use same UI as for timetables | Zog | |
| 2018-01-25 | Refs #5586 @1.5h; Migrate more decorators | Zog | |
| - Remove ApiKeyDecorator (never used) - Migrate CalendarDecorator - Migrate CompanyDecorator - Migrate TimeTableDecorator | |||
| 2018-01-25 | Refs #5586 @1h; Migrate TimeTableDecorator | Zog | |
| 2018-01-04 | Display checksum for time_table | Xinhui | |
| Refs #5460 | |||
| 2017-12-05 | Fix time_table#edit title | Xinhui | |
| 2017-12-01 | Fix override page header title call multiple time, using flush option | Xinhui | |
| 2017-12-01 | Fix time_table#show title using comment | Xinhui | |
| 2017-11-28 | Refactoring pageheader | Xinhui | |
| 2017-11-23 | Change the call of local id on several views to avoid bugs | 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-19 | Fix missing breadcrumb for edit - new actions | Xinhui | |
| 2017-10-18 | Render breadcrumb for referential - time_tables - workbenches | Xinhui | |
| Refs #4741 | |||
| 2017-10-17 | Fix time_tables#index tags form should display searched tags on submit | Xinhui | |
| Refs #4711 | |||
| 2017-10-09 | Working standard webpacker config | cedricnjanga | |
| 2017-10-06 | Add webpacker gem and migrate the React apps | cedricnjanga | |
| 2017-10-03 | Refs 4665 Update time_table for to adapt to ransack date filter concern | cedricnjanga | |
| 2017-10-02 | Refs #4665 | cedricnjanga | |
| Add a controller concern to deal with date filters | |||
| 2017-09-26 | Refs #4603 : Add translations to React Timetable app | cedricnjanga | |
| 2017-09-13 | Apply object id changes to views | cedricnjanga | |
| 2017-09-12 | Change typo to load time_table.js file in time_table#index | cedricnjanga | |
| 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-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-08-16 | Add traslations for timetable edit | cedricnjanga | |
| 2017-07-31 | Refs #4005 Period filters for time_table and referentials | cedricnjanga | |
| 2017-07-21 | Refs #4134: fix autocomplete on TT edit tags | jpl | |
| 2017-07-07 | TimeTables#index: Use new table builder helper | Teddy 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-06 | Refs:#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-04 | Refs #3961: updating wording | jpl | |
| 2017-06-27 | Refs: #3595@0.5h live event subscription & smart_date class added to all ↵ | Robert | |
| date input elements | |||
| 2017-06-19 | TimeTables#show: Render header buttons from #action_links | Teddy 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-16 | Refs #3789: changing select input by select2 one | jpl | |
| 2017-06-07 | Refs #3695: updating tt#show with last update display | jpl | |
| 2017-06-07 | Refs #3444: adding actualize link to tt#index | jpl | |
| 2017-05-23 | Fix create time_table with calendar association | Xinhui | |
| Refs #2347 | |||
| 2017-05-23 | Merge branch '3449_timetable_policies' | Robert | |
| 2017-05-23 | Refs: 3449; Feature spec and implmtn -> fixes #3449 | Robert | |
| 2017-05-22 | TimeTables#actualize retrieve dates & periods from calendar | Xinhui | |
| Refs #3445 | |||
| 2017-05-22 | Edit autocomplete time_tables json format | Xinhui | |
| Refs #3429 | |||
| 2017-05-17 | Wip refactoring TimeTableCombinations form & controller | Xinhui | |
| Refs #3406 | |||
| 2017-05-16 | Refs #3400: removing color_filter, adding tag_filter | jpl | |
| 2017-05-09 | Refs #3325: adding oid on tt#index | jpl | |
| 2017-05-02 | Duplicate TimeTable | Xinhui | |
| Refs #3188 | |||
| 2017-04-27 | Refs #3185: refacto/upd tt#create | jpl | |
