| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-31 | Merge pull request #594 from af83/7059-failed-clones | cedricnjanga | |
| 7059 failed clones | |||
| 2018-05-30 | Fix assets compiling | Zog | |
| 2018-05-28 | Refs #6955 Add new translation + custom delete confirmation modal | cedricnjanga | |
| 2018-05-14 | Refs #6955 Add new translation + custom delete confirmation modal | cedricnjanga | |
| 2018-04-26 | ReferentialVehicleJourneys: Fix line drop-down placeholder | Teddy Wing | |
| After adding the `initvalue` data attribute, the placeholder was no longer rendered. Fix this by: 1. Removing all elements from the collection to ensure that boolean options don't get added by default to the select (https://github.com/plataformatec/simple_form/blob/84e4465/lib/simple_form/inputs/collection_input.rb#L36-L41) 2. Not setting an `initSelection` on the Select2 config if the initial selection fields are empty. This finally gets the placeholder to display correctly again. Refs #5889 | |||
| 2018-04-16 | Refs #6337; Make date validation JS locale-agnostic | Zog | |
| 2018-04-10 | Refs #6426; Disable "Create opposite route" action instead of hiding it | Zog | |
| 2018-03-14 | Refs #5972 @1h; Automatic registration_number generation | Zog | |
| 2018-02-23 | Refs #5952; Add an hysteresis on the sticky header | Zog | |
| 2018-02-19 | Refs #5911 @2h; Better stops filters on ReferentialVJs#index | Zog | |
| 2018-02-09 | Refs #4126 @6h; Add i18n to JS | Zog | |
| 2018-01-11 | Refs #5557 @0.5h; Fix select25557-fix-calendar-creation | Zog | |
| 2017-12-28 | Merge pull request #184 from af83/5313_stop_areas_parent | Alban Peignier | |
| Manage stop area parent in form and show. Refs #5313 | |||
| 2017-12-28 | Fix non-matching class names for sticky actions | Zog | |
| 2017-12-28 | Small esthetical changes in main_menu.coffee. Refs #54265426-refactor-sticky-actions | Alban Peignier | |
| 2017-12-28 | Refs #5426; Refactor sticky actions | Zog | |
| 2017-12-27 | Add validation on stop_area parent_id area_type | Xinhui | |
| Refs #5313 | |||
| 2017-12-26 | Refs #5367 @2H; Add a ColorSelectInput | Zog | |
| - Added to PurchaseWindow form - Reuse already exisiting JS + CSS - We may want to change the colors names | |||
| 2017-12-26 | Select2 stop_area form parent_id field | Xinhui | |
| 2017-12-21 | Refs #5358 @0.1h; Fix `undefined` appearing in header5358-fix-undefined-in-header | Zog | |
| 2017-10-06 | Add vehicle journey app | cedricnjanga | |
| 2017-10-06 | Add webpacker gem and migrate the React apps | cedricnjanga | |
| 2017-10-03 | Refs #4665 | cedricnjanga | |
| Adapt date filters helpers according to this new concern Try to correct build error : "ransack period range undefined" All tests pass on my machine Refs #4661 Remove string column from ComplianceCheckSet | |||
| 2017-09-29 | Refs Adapt transport mode & submode translations | cedricnjanga | |
| 2017-09-29 | Refs #4611 Disable edit button if editMode == false | cedricnjanga | |
| 2017-09-26 | Refs #4614 | cedricnjanga | |
| Add small helper to create a clone from the window variable the backend send to the JS part We then only deal with variable shared within the app and not with window variable than we delete if we specify it | |||
| 2017-09-26 | Refs #4614 | cedricnjanga | |
| Add trad to React itineraries | |||
| 2017-09-26 | Refs #4603 : Add translations to React Timetable app | cedricnjanga | |
| 2017-09-26 | Refs #4602 fix period update | cedricnjanga | |
| 2017-09-25 | Refs: #4601 Fix bug to keep the routes stop points if validation dont pass | cedricnjanga | |
| - Added functions to itineraries/form_helper to handle empty fields and modifiy input regarding the user input - Update the stop point checker to not add the error span each time the user hit the form's submit button | |||
| 2017-09-21 | Vehicle journey message error update to show the sort_id and not the local_id | cedricnjanga | |
| 2017-09-21 | Merge pull request 55 into master | cedricnjanga | |
| => Debug to add the possibility to add included dates in a period (outside of day types) => Refacto in the timetable reducer to share more code between some actions | |||
| 2017-09-20 | Fix error in UPDATE_DAY_TYPE action in timetable reducer | cedricnjanga | |
| The condition to remove the right dates was not well implemented | |||
| 2017-09-20 | Merge master to branch and resolve all the conflicts | cedricnjanga | |
| We also needed to take remove the right time table dates when we update day types : - excluded dates that are out of day types - included dates that are in day types and in periods | |||
| 2017-09-19 | Resolve merge conflicts | cedricnjanga | |
| 2017-09-14 | Change wayback values in route Refs #3395 @4 | Luc Donnet | |
| 2017-09-13 | use new human OID in select2s | cedricnjanga | |
| 2017-09-13 | Change humanOID function to take into account different object id syntax | cedricnjanga | |
| 2017-09-12 | Change the import filter to include two inputs and tweak ransack filter to ↵ | cedricnjanga | |
| convert date object to dateTime object | |||
| 2017-09-06 | Change humanOID function to take into account objectid changes | 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-08-30 | Refs #4177 | cedricnjanga | |
| 2017-08-29 | Refs #3367 Change Time table overlap query | cedricnjanga | |
| 2017-08-28 | Timetable validate form update | cedricnjanga | |
| 2017-08-28 | Refs #4319 fix timetable autocomplete | cedricnjanga | |
| 2017-08-25 | Clean timetable dates after updating day types | cedricnjanga | |
| 2017-08-25 | Disable duplicate modal submit button on conditions | cedricnjanga | |
| 2017-08-24 | Edit VJ to enable shift and to go past midnight (DayOffset) | cedricnjanga | |
| 2017-08-21 | Add the possibility to add included days in a period | cedricnjanga | |
| 2017-08-16 | Add VJ Delete company action | cedricnjanga | |
