| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | 6190 fix consistency issue with calendars | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | scoping | 
|  |  | 
|  |  | 
|  | - Remove ApiKeyDecorator (never used)
- Migrate CalendarDecorator
- Migrate CompanyDecorator
- Migrate TimeTableDecorator | 
|  |  | 
|  | scoping | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | 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 | 
|  | 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. | 
|  |  | 
|  | calenders#index view and made them pass | 
|  | Refs #3479 | 
|  |  | 
|  | date input elements | 
|  |  | 
|  |  | 
|  |  | 
|  | To abstract the links and make them reusable in other contexts, render
the buttons in the header from `CalendarDecorator#action_links`.
Refs #3479 | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Refs #3173 | 
|  |  | 
|  |  | 
|  |  | 
|  | (first pass) |