aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
AgeCommit message (Collapse)Author
2018-02-07Make some changes to avoid unnacessaty lines of codecedricnjanga
2018-02-07update calendar build_links for table buildercedricnjanga
2018-02-07Refs #5683 @2H; Fix specs and refactor action_linksZog
Note: Did not fix the missing workgroup in the calendar mailer
2018-02-07Make some changes to avoid unnacessaty lines of codecedricnjanga
2018-02-07update calendar build_links for table buildercedricnjanga
2018-02-07Define @year in CalendarsController as expected by view. Refs #5682Alban Peignier
2018-02-07Refs #5682 @3h; Use same UI as for timetablesZog
2018-02-06Remove workgroup_support concerncedricnjanga
2018-02-06Refs #5683 @2H; Fix specs and refactor action_linksZog
Note: Did not fix the missing workgroup in the calendar mailer
2018-02-06Make some changes to avoid unnacessaty lines of codecedricnjanga
2018-02-06update calendar build_links for table buildercedricnjanga
2018-02-06Make some changes to avoid unnacessaty lines of codecedricnjanga
2018-02-06update calendar build_links for table buildercedricnjanga
2018-02-06Refs #5683 @2H; Fix specs and refactor action_linksZog
Note: Did not fix the missing workgroup in the calendar mailer
2018-02-06Make some changes to avoid unnacessaty lines of codecedricnjanga
2018-02-06update calendar build_links for table buildercedricnjanga
2018-02-06Refs #5835; Timetables inherit application days from calendarsZog
2018-02-06Define @year in CalendarsController as expected by view. Refs #5682Alban Peignier
2018-02-06ReferentialVehicleJourneys#index: Use ransack filter for line idTeddy 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-06ReferentialVehicleJourneys#index: Add 'line' filterTeddy 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-06ReferentialVehicleJourneys#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-06Refs #5758 @1h; Add localized names to StopAreasZog
2018-02-06Refs #5762; Disable default position for stopsZog
2018-02-06Refs #5798 @3h; Show return journeys on the journeys' editor.Zog
2018-02-06Refs #5682 @3h; Use same UI as for timetablesZog
2018-02-06Refs #5754; Add a filter on calendars for ReferentialVJs#indexZog
2018-02-06Refs #5754; Add a filter on purchase_windows on ReferentialVJs#indexZog
2018-02-06Refs #5750; Fix validationZog
2018-02-06Refs #5750 @1h; Manage non-commercial StopAreasZog
- Add a `kind` attribute - Hide irrelevant fields in the form
2018-02-06Refs #5718; Show times at stops in ReferentialVehicleJourneys#indexZog
When 1 or 2 stops have been selected
2018-02-06Refs #5571 @0.25h; Let the user select the number of items per pageZog
on ReferentialVehicleJourneys#index
2018-02-02Refs #5835; Timetables inherit application days from calendars5835-fix-timetable-creationZog
2018-02-01Define @year in CalendarsController as expected by view. Refs #5682Alban Peignier
2018-02-01Merge pull request #273 from af83/5798-show-return-times-on-vjs-editorLuc Donnet
5798 Show return journeys on the journeys' editor.
2018-02-01Merge pull request #265 from af83/5758-localized-stop-areas-namesLuc Donnet
5758 Add localized names to StopAreas
2018-02-01ReferentialVehicleJourneys#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-01Refs #5758 @1h; Add localized names to StopAreasZog
2018-02-01Merge pull request #266 from af83/5762-stoparea-coordinates-are-optionalLuc Donnet
5761 Make coordinates optional on stop areas
2018-02-01Merge pull request #260 from af83/5718-show-times-in-vehiclejourneys-indexLuc Donnet
5718 Show times at stops in ReferentialVehicleJourneys#index
2018-02-01Refs #5762; Disable default position for stopsZog
2018-02-01Refs #5798 @3h; Show return journeys on the journeys' editor.Zog
2018-01-31Make some changes to avoid unnacessaty lines of codecedricnjanga
2018-01-31update calendar build_links for table buildercedricnjanga
2018-01-31Add a toolbar for devs to easily manage permissions and featuresZog
2018-01-31Refs #5682 @3h; Use same UI as for timetablesZog
2018-01-31Refs #5754; Add a filter on calendars for ReferentialVJs#index5754-filter-journeys-on-calendarZog
2018-01-31Refs #5754; Add a filter on purchase_windows on ReferentialVJs#indexZog
2018-01-31Merge pull request #240 from ↵Luc Donnet
af83/5571-remove-pagination-on-referential-vjs-index 5571 Let the user select the number of items per page on ReferentialVehicleJourneys#index
2018-01-31Merge pull request #263 from af83/5750-non-commercial-stop-areasLuc Donnet
5750 non commercial stop areas
2018-01-31Refs #5683 @2H; Fix specs and refactor action_linksZog
Note: Did not fix the missing workgroup in the calendar mailer