| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-02 | Refs #3542; Small css fix3542-referential-overview | Zog | |
| 2018-02-02 | Refs #3542; Add an anchor to filters URLs | Zog | |
| 2018-02-02 | Refs #3542; Better display for short referentials | Zog | |
| 2018-02-02 | Refs #3542; Add a date lookup | Zog | |
| 2018-02-02 | Refs #3542 @2h; Various UI improvements (hopefully) | Zog | |
| 2018-02-02 | Refs #3542, Fix specs | Zog | |
| 2018-02-02 | Refs #3542 @1h; Add sticky header | Zog | |
| 2018-02-02 | Refs #3542 @1h; Adds filters | Zog | |
| 2018-02-02 | Refs #3542 @1h; Add Time navigation | Zog | |
| 2018-02-02 | Refs #3542; Adds pagination | Zog | |
| 2018-02-02 | Refs #3542 @4h; First UI | Zog | |
| Still missing: - Pagination - Filters | |||
| 2018-02-02 | Fix jest specs | Zog | |
| 2018-02-01 | Define @year in CalendarsController as expected by view. Refs #5682 | Alban Peignier | |
| 2018-02-01 | Prevent problem with StopArea#kind. Refs #5817 | Alban Peignier | |
| 2018-02-01 | Fixes vehicle_journeys#index spec | Alban Peignier | |
| 2018-02-01 | Merge pull request #273 from af83/5798-show-return-times-on-vjs-editor | Luc Donnet | |
| 5798 Show return journeys on the journeys' editor. | |||
| 2018-02-01 | Merge pull request #274 from af83/5576-vehicle-journeys--filter-by-line | Luc Donnet | |
| 5576 vehicle journeys filter by line | |||
| 2018-02-01 | Merge pull request #265 from af83/5758-localized-stop-areas-names | Luc Donnet | |
| 5758 Add localized names to StopAreas | |||
| 2018-02-01 | Refs #5758; Fix messed rebase5758-localized-stop-areas-names | Zog | |
| 2018-02-01 | Merge pull request #272 from af83/5796-fix-vjs-index | Luc Donnet | |
| 5796 Add some legroom in the JourneyPatterns editor | |||
| 2018-02-01 | Refs #5758; Set a default kind for StopAreas | Zog | |
| 2018-02-01 | :fire: log | Zog | |
| 2018-02-01 | VehicleJourney.lines: Change query to only get lines for route5576-vehicle-journeys--filter-by-line | Teddy Wing | |
| Johan recommended using an `IN` query to only get the lines in the current scope. I assumed I'd be covered by the schema and how only the lines for the current referential are in the schema, but this is probably a more reasonable way to get associated lines. Refs #5576 | |||
| 2018-02-01 | ReferentialVehicleJourneys#index: Use ransack filter for line id | Teddy Wing | |
| I went with this custom filter because I couldn't get it to work with a symbol-based filter in the template. But Johan suggested trying it and I guess it works. Not sure what I was doing that didn't work before. Refs #5576 | |||
| 2018-02-01 | _select2.sass: Prevent drop-down arrow from overlapping selection | Teddy Wing | |
| When the text of the current selection was very long, it could extend to the end of the input, the farthest right: +-------------------+ | Long text is long | +-------------------+ The problem is that the arrow indicating you can click on the input to bring up a drop-down list of options would cover the "g" in "long" in the above example (well, not exactly because of proportional width characters, but you get the idea). Fix the overlap by overriding Bootstrap Select2's style from app/assets/stylesheets/vendor/select2-bootstrap.css:306-309, which looks like this: .select2-container--bootstrap .select2-selection--single .select2-selection__rendered { color: #555555; padding: 0; } Obviously, the padding is wrong. We need some right padding to give room for the arrow. What are you thinking Bootstrap Select2? Refs #5576 | |||
| 2018-02-01 | ReferentialVehicleJourneys#index: Pre-fill line select filter | Teddy Wing | |
| Pre-fill this box with the value from `params[:q]` so users can see their selected line after filtering. For some reason Select2 wants to keep it selected even after clicking "Effacer". Not sure what that's about, but the HTML `<select>` clearly doesn't have a `selected` attribute/option. Refs #5576 | |||
| 2018-02-01 | ReferentialVehicleJourneys#index: Add padding to line filter | Teddy Wing | |
| Add some padding inside the drop-down so that the filter select box doesn't run up against the sides of the drop-down. Refs #5576 | |||
| 2018-02-01 | ReferentialVehicleJourneys#index: Add 'line' filter | Teddy Wing | |
| Filter vehicle journeys by their associated route's line. The `with_line_id` scope is modeled on `with_stop_area_ids`. The HTML filter is modeled on the line filter from `app/views/workbenches/_filters.html.slim`. Refs #5576 | |||
| 2018-02-01 | Merge pull request #275 from ↵ | teddywing | |
| af83/5809-referential-vehicle-journeys-index--fix-nil-error-for-s ReferentialVehicleJourneys#index: Fix `nil` error on `stop_area_ids` | |||
| 2018-02-01 | Fix broken TimeTableDecorator | Zog | |
| 2018-02-01 | ReferentialVehicleJourneys#index: Fix `nil` error on `stop_area_ids` | Teddy Wing | |
| This wasn't checking that `params[:q]` was present before trying to access `[:stop_area_ids]`, and thus caused an error on the page when no filters were applied. Refs #5809 | |||
| 2018-02-01 | Refs #5758; Add corresponding feature `stop_area_localized_names` | Zog | |
| 2018-02-01 | Refs #5758 @1h; Add localized names to StopAreas | Zog | |
| 2018-02-01 | Merge pull request #266 from af83/5762-stoparea-coordinates-are-optional | Luc Donnet | |
| 5761 Make coordinates optional on stop areas | |||
| 2018-02-01 | Merge pull request #260 from af83/5718-show-times-in-vehiclejourneys-index | Luc Donnet | |
| 5718 Show times at stops in ReferentialVehicleJourneys#index | |||
| 2018-02-01 | Merge pull request #255 from af83/5682-add-days-to-calendars | Luc Donnet | |
| Add application days to calendars | |||
| 2018-02-01 | Fix css5762-stoparea-coordinates-are-optional | Zog | |
| 2018-02-01 | Refs #5762; Update JS to accomodate stops without location | Zog | |
| 2018-02-01 | Refs #5762; Disable default position for stops | Zog | |
| 2018-02-01 | Refs #5762; Make coordinates optional on stop areas | Zog | |
| 2018-02-01 | Revert webpacker to 3.0.2. Refs #5807 | Alban Peignier | |
| 2018-02-01 | Remove first :default_environment. Refs #5803 | Alban Peignier | |
| 2018-02-01 | Use upcase PATH variable in :default_environment. Refs #5803 | Alban Peignier | |
| 2018-02-01 | Use default_environment (for capistrano 2). Refs #5803 | Alban Peignier | |
| 2018-02-01 | Fix yarn installation with no production for ci and force yarn install ↵ | Luc Donnet | |
| before jest launch du to webpacker bug | |||
| 2018-02-01 | Fixes typo in deploy.rb. Refs #5803 | Alban Peignier | |
| 2018-02-01 | Add env variable to disable ci:jest if needed. Refs #5802 | Alban Peignier | |
| 2018-02-01 | Change path in capistrano default_env to make bundle available for webpacker ↵ | Alban Peignier | |
| compiler. Refs #5803 | |||
| 2018-02-01 | :fire: log5798-show-return-times-on-vjs-editor | Zog | |
| 2018-02-01 | Refs #5798 @3h; Show return journeys on the journeys' editor. | Zog | |
