| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-16 | Refs #6476 Add merge permissions6476-merge-permissions | cedricnjanga | |
| 2018-04-16 | Refs #6449; Fix tags field when it is empty | Zog | |
| 2018-04-16 | Refs #6449; Fix tags in timetables editor | Zog | |
| 2018-04-16 | Refs #6539; Add helper to retrieve a timezone's full name | Zog | |
| `Paris` -> `Europe/Paris` | |||
| 2018-04-16 | Merge pull request #486 from af83/6179-update-acts_as_list | Alban Peignier | |
| Update acts_as_list. Refs #6179 | |||
| 2018-04-16 | Refs #6337; Make date validation JS locale-agnostic | Zog | |
| 2018-04-16 | Refs #6450; Don't consider the empty string as a valid color for Timetables | Zog | |
| Same for PurchazeWindows | |||
| 2018-04-16 | Refs #6458; Fix Timetables autocompletion | Zog | |
| 2018-04-16 | Refs #6179; Update acts_as_list6179-update-acts_as_list | Zog | |
| And (hopefully) fix bugs on routes having duplicated positions | |||
| 2018-04-16 | Add a test CustomField on JourneyPattern. Refs #6551 | Alban Peignier | |
| 2018-04-16 | Merge pull request #485 from ↵ | Alban Peignier | |
| af83/6551-add_custom_field_values_to_journey_patterns Add CustomFields to JourneyPatterns. Refs #6551 | |||
| 2018-04-16 | Add a task to check stop points positions | Zog | |
| 2018-04-16 | Merge pull request #411 from af83/5949-referential-date-select | Luc Donnet | |
| Refs #5949 Change default years collection in referential#new date se… | |||
| 2018-04-16 | Refs #6551; Add CustomFields to JourneyPatterns6551-add_custom_field_values_to_journey_patterns | Zog | |
| 2018-04-16 | Improve Route stop_points position check. Use CHOUETTE_ROUTE_POSITION_CHECK ↵ | Alban Peignier | |
| env variable. Refs #6179 | |||
| 2018-04-16 | Merge pull request #459 from ↵ | Alban Peignier | |
| af83/6407-route--calculate-way-costs-on-after_commit-instead-of-a Route: Change `#calculate_costs!` to `after_commit` callback. Refs #6407 | |||
| 2018-04-16 | Fixes Chouette::Route.skip_callback/set_callback in RouteWayCostWorker. Refs ↵6407-route--calculate-way-costs-on-after_commit-instead-of-a | Alban Peignier | |
| #6407 | |||
| 2018-04-16 | Route: Change `#calculate_costs!` to `after_commit` callback | Teddy Wing | |
| Use an `after_commit` instead of an `after_save`. The `after_save` could cause intermittent problems due to Sidekiq starting before the record/transaction actually gets committed to the database. In those cases, the record wouldn't be found and cause an error. With an `after_commit` callback, the record is sure to be committed before Sidekiq takes over. Additionally, limit the callback to `:create` and `:update` because otherwise it will be active on `:destroy` by default also. This work isn't relevant on destroy, so don't do it then. Update the tests: * Update labels * Use `build` instead of `create` because we're saving the record at the end anyway so we don't need an object that starts out persisted * Use `truncation: true` for these tests because otherwise the `commit` callback doesn't get called due to transactional teardown Refs #6407 | |||
| 2018-04-15 | Merge#save_current makes ready the new current referential. Refs #6554 | Alban Peignier | |
| 2018-04-15 | Change Referential.new_from invocation in Merge#prepare_new. Refs #6535 | Alban Peignier | |
| 2018-04-15 | Remove CustomField :for_workgroup scope (use Workgroup#custom_fields) | Alban Peignier | |
| 2018-04-13 | Refs #6435; Fix inconsistent filters behaviour | Zog | |
| 2018-04-13 | Refs 6456; Fix timtables button in VJs editor | Zog | |
| Don't open the timetables of the return journeys if these are displayed. Same for the purchase windows | |||
| 2018-04-13 | Merge pull request #396 from af83/6242-workbench-output | Luc Donnet | |
| Ref #6242 Add changes to navbar menu and dashboard | |||
| 2018-04-13 | Merge pull request #481 from af83/6436-fix-companies-form | Luc Donnet | |
| 6436 Style Company#edit | |||
| 2018-04-13 | Merge pull request #439 from af83/6383-stop-point-default-attributes | Luc Donnet | |
| Refs #6383 Fix Stop point defautlt attributes | |||
| 2018-04-13 | Refs #6242 rollback for i18n translations6242-workbench-output | cedricnjanga | |
| 2018-04-13 | Ref #6242 Add changes to navbar menu and dashboard | cedricnjanga | |
| 2018-04-13 | Merge pull request #446 from af83/6382-compliance-control-block-refacto | Luc Donnet | |
| Refs #6382 Refacto display of ccblock transport mode errors | |||
| 2018-04-13 | Fix css for errors display on compliance control block Refs #63826382-compliance-control-block-refacto | Luc Donnet | |
| 2018-04-13 | Refs #6436; Style Company#edit | Zog | |
| 2018-04-13 | Merge pull request #469 from af83/ie-fixes | Luc Donnet | |
| Make ReactJS views IE-compliant :fireworks: | |||
| 2018-04-13 | Merge pull request #476 from af83/6536-fix-lines-form | Luc Donnet | |
| 6536 Cleanup value passed for secondary_company_ids by the lines form | |||
| 2018-04-13 | Refs #6536; Cleanup value passed for secondary_company_ids by the lines form6536-fix-lines-form | Zog | |
| 2018-04-12 | Merge pull request #472 from af83/6527-fix-vjs-editor | Luc Donnet | |
| 6527 Fix VJs editor | |||
| 2018-04-12 | Refs #6527; Fix VJs editor6527-fix-vjs-editor | Zog | |
| 2018-04-11 | Make ReactJS views IE-compliant :firework:ie-fixes | Zog | |
| 2018-04-11 | Merge pull request #467 from af83/fix-duplicate-positions-in-routes | teddywing | |
| Add a sentinel in dev mode to help capture the "double positions" bug | |||
| 2018-04-11 | Fix specs (hopefully) | Zog | |
| 2018-04-11 | Specs cleanup | Zog | |
| 2018-04-11 | :fire: log | Zog | |
| 2018-04-11 | Fix specs (WIP) | Zog | |
| 2018-04-11 | Add a sentinel in dev mode to help capture the "double positions" bug | Zog | |
| 2018-04-11 | Refs #6483; Only use VJ-bound Custom fields | Zog | |
| 2018-04-10 | Refs #6411; Fix routes editor | Zog | |
| Disable "moveup" action on first stop, and "mouvedown" on last | |||
| 2018-04-10 | Refs #6426; Disable "Create opposite route" action instead of hiding it | Zog | |
| 2018-04-10 | Refs 5846; Fix wrong translation | Zog | |
| And a very small css fix | |||
| 2018-04-10 | Refs #6459; Use first stop's TZ as base TZ for schedules computation | Zog | |
| 2018-04-10 | Refs #6300; Fix referentials count on dashboard | Zog | |
| 2018-04-10 | Refs #6461; Don't initilialize CustomFields when they are not loaded by the ↵ | Zog | |
| model | |||
