aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets
AgeCommit message (Collapse)Author
2017-12-08Refs #5162 refacto import resource view + add missing logos on other viewscedricnjanga
2017-12-01Fix css on header page-action interact with fixed header when scrollingXinhui
2017-12-01Fix journey_pattern_collections#show title iconXinhui
Refs #5152
2017-11-30Merge pull request #120 from af83/4986-compliance_control_sets_fixLuc Donnet
Refs #4986 Add new filer by compliance control set name, add new styl…
2017-11-30Fix (quickly) the login CSS styleAlban Peignier
2017-11-28Edit css class name for title iconXinhui
2017-11-28Edit page title icon using model_nameXinhui
2017-11-28Replace pageheader by render partialXinhui
2017-11-17Refs #4986 Add new filer by compliance control set name, add new styles for ↵4986-compliance_control_sets_fixGuillaume
display input search inside a form-group filter layout
2017-10-30Refs #4805 Add style to breadcrumb links and change workbench link in breadcrumbcedricnjanga
2017-10-30Refs #4795cedricnjanga
Show the tools buttons even if editMode = false The only buttons activated (if a vj is selected) are info, timetable and notes We then change the behaviour of the modals depending ont the context (editMode or note)
2017-10-25Refs #4781 Add readonly attribute to VJAS when editMode == truecedricnjanga
2017-10-19modify UI for bottom buttons actions on compliance_control_sets#show, add ↵Guillaume
new locales Refs #4752
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