| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-22 | Refs 3448: fix daytypes only applied to days within periods | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-05-22 | Refs #3406: updating ttCombination layout | jpl | |
| 2017-05-22 | vehicle_journeys: Initialize `withoutTimeTable` to `false` | Teddy Wing | |
| This filter, currently called "Afficher les courses sans calendrier", needs to not do anything by default and be set to "Non". When toggled to "Oui", it should filter to show only the vehicle journeys that have no associated calendar. Change the toggle and the initial value of the state variable that it's backed by to "Non" and `false` to reflect this definition. See 44712fe052e0c554c0510d4665a35c66540ffa05 and a6aae5dc43eb89ba7ebc5f794f03ce722986957a for more information. Refs #3427 | |||
| 2017-05-22 | vehicle_journeys/reducers: Send "without_time_table" filter to backend | Teddy Wing | |
| Replicate the `vehicle_journey_without_departure_time` filter to send the state of the "Afficher les courses sans calendrier" toggle to the backend to filter vehicle journeys. Leverage Jean-Paul's `state.query.withoutTimeTable` state variable which tracks the state of the toggle. Refs #3427 | |||
| 2017-05-22 | Edit autocomplete time_tables json format | Xinhui | |
| Refs #3429 | |||
| 2017-05-19 | Edit select2 templateResult for Calendar & TimeTable | Xinhui | |
| Refs #3431 | |||
| 2017-05-19 | Fix wrong class declaration on reactux timetables#edit (no cocoon inside) | jpl | |
| 2017-05-19 | Templating select2 time_table_combination + refactoring | Xinhui | |
| Refs #3406 | |||
| 2017-05-19 | Refactoring TimeTableCombination with calendar support | Xinhui | |
| 2017-05-19 | Refs #3408: fixing returned value/suggested value on MissionSelect | jpl | |
| 2017-05-19 | Add french translations for select2s (doesn't wwork w/ native s2 i18n) | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-05-18 | Refs #3408: updating query for missionselect2 on VJ | jpl | |
| 2017-05-18 | Refs #3399: updating min char on OID filter, for VJ | jpl | |
| 2017-05-17 | Refs #3404: start adding no_timetable filter on VJ | jpl | |
| 2017-05-17 | Refs #870: Fix keep id when shifting vjas | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> Signed-off-by: Teddy Wing<teddy.wing@af83.com> | |||
| 2017-05-17 | Refs #3399: adding objectid filter on vj | jpl | |
| 2017-05-17 | Remove logger from vj | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-05-16 | Refs #3399: adding oid filter | jpl | |
| 2017-05-16 | Refs #3402: fix VJ tt display | jpl | |
| 2017-05-16 | Refs #3403: Fix timetables modal now working as expected | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-05-16 | Refs #3377: updating maps layout on routes#show | jpl | |
| 2017-05-16 | Refs #3400: removing color_filter, adding tag_filter | jpl | |
| 2017-05-16 | Refs #3377: Add special layer for edges (and own styles) | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-05-16 | Refs #3377: Remove arrow func for sake of the build | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-05-16 | Refs #3377: Fix let statement not being allowed | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-05-16 | Refs #3377: add defaultStyles for ol map points | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-05-16 | Refs #3377: Add openlayers map in routes#show | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-05-12 | VehicleJourneysController#collection: Restore departure time filter | Teddy Wing | |
| Handle temporary fixes from 972500267f28f233d5670277c02d43fae5ad8e7b and 1f6fb9c73206f3984d2f942d5d16fb9c094b2164. Restore the JavaScript because that should function the same way now. Remove the Ransack call as we've moved this departure time filter outside of Ransack and into our own custom method in order to eliminate a duplicated "JOIN" call on "vehicle_journey_at_stops" collision between the `.with_stops` query and Ransack. The new filter lives in `VehicleJourney.where_departure_time_between`. Refs #3370 | |||
| 2017-05-12 | Refs #3356: clean VJ dummy management (headlined class) | jpl | |
| 2017-05-12 | VehicleJourneys#index Temp disable filter by departure time | Xinhui | |
| Refs #3358 | |||
| 2017-05-11 | Refs #3336: Fix validate button being moved out of react rendering scope | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-05-11 | Refs #3357: remove delete stoppoint id when update stoparea | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-05-10 | Refs #3245: Fix stoppoints_id order being preserved for submit | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-05-10 | Refs #3339: Disabled start_time input when multiple vj are selected in duplicate | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-05-10 | Fix exceptions not being shown active when reloading | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-05-09 | Refs #3328: updating objectid with shorten version on VJ and JP | jpl | |
| 2017-05-09 | Refs #3327: Fix no data attr for turbolinks not used | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-05-05 | Js gardening in timetable actions & action specs | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-05-04 | Add specs for redux timetable actions | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-05-04 | Refs #3271: adding periods correct dates display on tt#edit | jpl | |
| 2017-05-03 | Refs #3284: use I18n for transport_(sub)mode in vj edit | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-05-03 | Refs #3269: Fix fields not being required anymore + wording | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-05-03 | Refs #3096: Add/store comment when olmap is toggled | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-05-03 | Remove timetables logger | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-05-02 | Refs #3269: Fix required filed in create modal for jp | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-05-02 | Refs #3267: Fix fetch vehicle_journey properly (company/idenfitier) | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-04-28 | Refs #3171: add departure input in modal modifying duplicated vjas values | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-04-28 | Refs #3171: Fill departure input w/ proper data | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-04-28 | Refs #3171: updating layout for duplicate modal on VJ | jpl | |
| 2017-04-28 | Refs #3171: do stuff with refs | jpl | |
