aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-07-04Refs: #3478@0.5h; refactored table_builder_helper/custom_links.rb, according ↵Robert
to moving authoriation BL into policies
2017-07-04Refs: #3478@1h; adapted table builder spexRobert
2017-07-04Refs: #3478@1hRobert
newapplication helper default authorization, (no if) -> * DefaultPolicy (all true) * Add some policies (LinePolicy) * Use `boiv:read` pour show, index * Adapted `table_builder`
2017-07-04Refs: #3478@2h Access correct referential in line_footnotes CtrlRobert
+ ApplicationController provides Pundit's UserContext's referential with `@referential` instead of `current_referential`, (`@referential` is computed from the URL, while `current_referential` was aliased to different methods, **not always** pointing to `Referential` instances) + ApplicationPolicy uses the record's referential in its `referential method` iff it is an instance of `Referential` else it uses the abovely provided referential, locally named `@current_referential` (as it should be named in the Ctrl too) This assures, in combination with the Ctrl Change, that `referential` **always** returns an instance of `Referential`! - TODO: Review my understanding of _Referential Setup_ inside the Ctrls
2017-07-04Change typo to RCZ translationaf83
2017-07-04Change typo to RCZ translationaf83
2017-07-04Refs #3961: updating wording (fixes)jpl
2017-07-04Refs #3961: updating wordingjpl
2017-07-04Fix autocomplete_calendars_path should also return shared calendarXinhui
Refs #3954
2017-07-04Fix workbench#show should keep filtering on sortXinhui
Refs #3871
2017-07-04Workbench#show filter by validity_period feature specXinhui
2017-07-04Merge branch 'master' into stagingLuc Donnet
2017-07-03Workbench#show filtering restore q_for_resultXinhui
2017-07-03Refactoring workbench_controller ransack_statusXinhui
refs #3936
2017-07-03Refactoring workbench spec featuresXinhui
2017-07-03Refs #3953: Fix wrong DOM on ITLjpl
2017-07-03Merge branch 'master' of github.com:AF83/stif-boivLuc Donnet
2017-07-03Add errors on stop_area list for routing_constraint_zone Refs #3953Luc Donnet
2017-07-03Fix routing constraint zones edit and new Refs #3953Luc Donnet
2017-07-03Adapt test & controller according to convert_to_timetable fixaf83
2017-07-03Fix Calendar#convert_to_time_table to avoid the +1 day bugaf83
2017-07-03Fixes: #3943@0.5hRobert
2017-06-30Spec fix and optimizationRobert
- Fixed bugs in Policy Specs (Shared methods were not using records) - Using build_stubbed instead of create for all Policy Methods (5.43s -> 3.75s)
2017-06-30Spec time_table#disjoin -m RefsXinhui
2017-06-30Fix cleanup#destroy_time_tables should only destroy vehicle_journey of ↵Xinhui
deleted time_tables Refs #3917
2017-06-30Fix journey_pattern validate stop_points lengthXinhui
Refs #3931
2017-06-30Updating delete link on link helper (fix tests)jpl
2017-06-30Updating delete link on link helperjpl
2017-06-30Merge branch 'master' of github.com:af83/stif-boivRobert
2017-06-30Adapted .gitignore to add Spring's binstubs; Refs: #3933@0.2hRobert
2017-06-30Create bin directory before create bin/bundle linkAlban Peignier
2017-06-30deleted binstubs because of spring problems, added /bin to .gitignoreRobert
2017-06-29Merge branch 'master' of github.com:af83/stif-boivRobert
2017-06-29added binstubs to gitignore as spring does not run reliably :(Robert
2017-06-29Refs #3925 @3h: Fix timetable period form invalid datesThomas Haddad
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
2017-06-29Merge branch 'master' of github.com:af83/stif-boivRobert
2017-06-29Refactoring time_table#intersect -m RefsXinhui
2017-06-29Refs #3925: remove smart date from time tableThomas Haddad
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
2017-06-29Refs #3924: Fix vj time shiftingThomas Haddad
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
2017-06-29Refs #3776: adding first-step error system to JPjpl
2017-06-29Merge branch 'master' into stagingRobert
2017-06-29Fix RoutingConstraintZone PolicyLuc Donnet
2017-06-28Refs #3862: adding validation on ITL formjpl
2017-06-28Fixes: #3873@1hRobert
2017-06-28Refs #3862: adding validation on ITL formjpl
2017-06-28Merge branch 'master' into stagingXinhui
2017-06-28Hotfix fixes: #3793@1hRobert
2017-06-28Hotfix Fixes: #3906@1hRobert
2017-06-28Merge branch 'master' of github.com:af83/stif-boivRobert
2017-06-28Small refact and simplification of calendar model spexRobert