aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets
AgeCommit message (Collapse)Author
2017-10-16Refs: #4720@1.3h;Robert
Validation implemented for min_max_values with correct I18n'd error messages Applied to: VehicleJourneyControl::Speed & GenericAttributeControl::MinMax
2017-10-06Add vehicle journey appcedricnjanga
2017-10-06Add webpacker gem and migrate the React appscedricnjanga
2017-10-03Refs #4665cedricnjanga
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-29Refs Adapt transport mode & submode translationscedricnjanga
2017-09-29Refs #4611 Disable edit button if editMode == falsecedricnjanga
2017-09-26Refs #4614cedricnjanga
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-26Refs #4614cedricnjanga
Add trad to React itineraries
2017-09-26Refs #4603 : Add translations to React Timetable appcedricnjanga
2017-09-26Refs #4602 fix period updatecedricnjanga
2017-09-25Refs: #4601 Fix bug to keep the routes stop points if validation dont passcedricnjanga
- 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-21Vehicle journey message error update to show the sort_id and not the local_idcedricnjanga
2017-09-21Merge pull request 55 into mastercedricnjanga
=> 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-20Fix error in UPDATE_DAY_TYPE action in timetable reducercedricnjanga
The condition to remove the right dates was not well implemented
2017-09-20Merge master to branch and resolve all the conflictscedricnjanga
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-19Resolve merge conflictscedricnjanga
2017-09-14Change wayback values in route Refs #3395 @4Luc Donnet
2017-09-13use new human OID in select2scedricnjanga
2017-09-13Change humanOID function to take into account different object id syntaxcedricnjanga
2017-09-12Change the import filter to include two inputs and tweak ransack filter to ↵cedricnjanga
convert date object to dateTime object
2017-09-06Merge branch 'master' of github.com:af83/stif-boivcedricnjanga
2017-09-06Fix import messages when referential can't be created. Delete unused sass ↵Luc Donnet
files. Refs #4259
2017-09-06Change humanOID function to take into account objectid changescedricnjanga
2017-09-06Updated 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-30Refs #4177cedricnjanga
2017-08-30Updating project-specific iconfont for page headers (in views)jpl
2017-08-30Updating project-specific iconfont for page headersjpl
2017-08-29Refs #3367 Change Time table overlap querycedricnjanga
2017-08-28Timetable validate form updatecedricnjanga
2017-08-28Refs #4319 fix timetable autocompletecedricnjanga
2017-08-28Refs #4255: updating overheaded component styles, adding children method for ↵jpl
import
2017-08-25Clean timetable dates after updating day typescedricnjanga
2017-08-25Disable duplicate modal submit button on conditionscedricnjanga
2017-08-24Edit VJ to enable shift and to go past midnight (DayOffset)cedricnjanga
2017-08-23Refs #4258: adding overhead feature to table_builder, with static samples on ↵jpl
imports#show
2017-08-21Add the possibility to add included days in a periodcedricnjanga
2017-08-16Add VJ Delete company actioncedricnjanga
2017-08-16Update JS timetable specscedricnjanga
2017-08-16Update JS timetable specscedricnjanga
2017-08-16Timetable Period form updatecedricnjanga
2017-08-16Refacto and fixes on Timetable Error modalcedricnjanga
2017-08-16JP and VJ refactocedricnjanga
2017-08-16Timetable : Can't add period if it overlaps in_daycedricnjanga
2017-08-16Add traslations for timetable editcedricnjanga
2017-08-16Refs #4226 Validation on TT with day types but no periodscedricnjanga
2017-08-16JP Read mode donecedricnjanga
2017-08-16VJ Read mode donecedricnjanga
2017-08-02Fix date filters for Timetable and workbenchescedricnjanga
2017-07-31Refs #4005 Period filters for time_table and referentialscedricnjanga
2017-07-31Refs #4030: updating JP error displayjpl