| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-21 | Refs #5334; CR 15334-add-nulldb-support | Zog | |
| Remove useless `begin...end` block | |||
| 2017-12-20 | Refs #5334; Fix specs broken by null_db adapter | Zog | |
| 2017-12-20 | Refs #5334@3h; Add support fort NullDB in Apartment | Zog | |
| This will allow us to compile assets with a null_db adapter. | |||
| 2017-12-19 | Fix compliance check set feature to use the correct title | Luc Donnet | |
| 2017-12-19 | Fix i18n for compliance_check_sets | Luc Donnet | |
| 2017-12-19 | Use stop_areas count and not size to display stop_area counter | Luc Donnet | |
| 2017-12-19 | Replace have_link_for_each_stop_area by have_link_for_each_item as espected. ↵ | Alban Peignier | |
| Refs #5291 @5m | |||
| 2017-12-19 | Merge pull request #153 from ↵ | Luc Donnet | |
| af83/5291-disable-useless-checkboxes-on-referentials-index 5291 disable useless checkboxes on referentials index | |||
| 2017-12-19 | Refs #5291@0.1h; Fix rebase5291-disable-useless-checkboxes-on-referentials-index | Zog | |
| Fix integration_spec_helper after rebase | |||
| 2017-12-19 | Ref #5291@2h; Specs setup | Zog | |
| - Refactor specs helper to be more generic - Write missing specs for the Workbenches#show view We now have failing tests highlighting the bug | |||
| 2017-12-19 | Refs #5291@0.1h; Add missing styles | Zog | |
| Add missing styles for disabled checkboxes | |||
| 2017-12-19 | Refs #5291@0.5h; Update view | Zog | |
| Update the view to match the actual controller behaviour. | |||
| 2017-12-19 | Refs: #5291@1h; Update TableBuilderHelper | Zog | |
| Update TableBuilderHelper to allow the `selectable` param to be a lambda, thus allowing us to have row-based granularity. | |||
| 2017-12-19 | Ref #5291@2h; Specs setup | Zog | |
| - Refactor specs helper to be more generic - Write missing specs for the Workbenches#show view We now have failing tests highlighting the bug | |||
| 2017-12-19 | Merge pull request #160 from af83/5307_referential_lines_menu | Robert Dober | |
| #5307 Remove update & create links | |||
| 2017-12-19 | Merge pull request #152 from af83/5287-clean-links-in-stop-areas-index | Luc Donnet | |
| 5287 clean links in stop areas index | |||
| 2017-12-19 | Refs #5287; Uniformize actions5287-clean-links-in-stop-areas-index | Zog | |
| 2017-12-19 | Remove update & create links5307_referential_lines_menu | Xinhui | |
| Refs #5307 | |||
| 2017-12-19 | Refs #5287@0.5h; Use I18n in dashboard | Zog | |
| For calendars panel, instead of hardcoded string | |||
| 2017-12-19 | Fix link use in StopArea name into stop_areas#index. Refs #5287 | Alban Peignier | |
| 2017-12-19 | Refs #5287; CR 1 | Zog | |
| - Get rid of ActiveSupport::Concern in the spec helpers - Rename misnamed spec files | |||
| 2017-12-19 | Refactor stopareas index specs | Zog | |
| 2017-12-19 | - Fix specs on connections_links/index | Zog | |
| - Fix specs on connections_links/show - Update pundit view specs helper to use the current referential when it has already been defined | |||
| 2017-12-19 | Refs #5287; | Zog | |
| Add specs for the view. Refactor to come | |||
| 2017-12-19 | Remove duplicate links in StopArea index view | Zog | |
| Refs #5287 | |||
| 2017-12-19 | Merge pull request #154 from af83/5321-remove-duplicated-field-in-new-line-form | Luc Donnet | |
| Champ dupliqué dans le formulaire de nouvelle ligne | |||
| 2017-12-19 | Merge pull request #156 from af83/5331-display-users-name | Luc Donnet | |
| 5331 Show user's name ... | |||
| 2017-12-19 | Merge pull request #159 from ↵ | Luc Donnet | |
| af83/5317-add-flash-messages-to-inform-users-when-asynchronous-jo 5317 add flash messages to inform users when asynchronous jo | |||
| 2017-12-19 | Merge pull request #149 from af83/5305_autocomplete_stop_area_unaccent | Luc Donnet | |
| 5305 autocomplete stop area unaccent | |||
| 2017-12-19 | Controller spec AutocompleteStopAreas5305_autocomplete_stop_area_unaccent | Xinhui | |
| Refs #5305 | |||
| 2017-12-18 | Referentials#create: Add flash message on referential duplication | Teddy Wing | |
| When a "duplicate referential" action is initiated, show a flash message to let users know that it started and is in progress (and will take a while since it's an asynchronous task). Refs #5317 | |||
| 2017-12-18 | Refs #5331; Show user's name ...5331-display-users-name | Zog | |
| ... instead of user's username in the top bar | |||
| 2017-12-18 | Referentials#validate: Remove `I18n.` prefix | Teddy Wing | |
| Call `#t` directly since we can and because the rest of the controller does this without the `I18n.` prefix. Refs #5317 | |||
| 2017-12-18 | Referentials#validate: Update flash message | Teddy Wing | |
| * Luc specified a new flash message string to use here. Update the old one with the new version. * Move the translation key to `notice.referentials.validate` because we have multiple "operation_in_progress" messages (this one for validation, and another for referential cloning/duplication). * Add a test to confirm that the flash message is set. Refs #5317 | |||
| 2017-12-18 | Imports#create: Add flash message | Teddy Wing | |
| Add a message to let users know that the import has started and to be patient while it does its thing. Refs #5317 | |||
| 2017-12-18 | Merge pull request #147 from af83/5300_company_index_action_btn | teddywing | |
| Fix duplicate link on dropdown menu & label | |||
| 2017-12-18 | Merge pull request #146 from af83/5283-refactor-referential-cloning-worker | teddywing | |
| #5283 - Simplifier ReferentialCloningWorker | |||
| 2017-12-18 | Refs #5231@0.1h; Fix wrong I18n5321-remove-duplicated-field-in-new-line-form | Zog | |
| Fix wrong french translation for Line.number | |||
| 2017-12-18 | Remove unless subject alias_method. Use be_nil when possible. Refs #5283 | Alban Peignier | |
| 2017-12-15 | Refactoring use destroy_link_content & remove create link | Xinhui | |
| Refs #5300 | |||
| 2017-12-15 | Remove edit duplicate edit link | Xinhui | |
| Refs #5300 | |||
| 2017-12-14 | Define content_for page_header_title in Devise views. Refs #5309 | Alban Peignier | |
| 2017-12-14 | Merge pull request #148 from af83/5302_dashboard_title_clickable | teddywing | |
| Make dashboard bloc title clickable | |||
| 2017-12-14 | Use rake variable in deply:seed task | Alban Peignier | |
| 2017-12-14 | Autocomplete stop area, use unaccent in query search | Xinhui | |
| Refs #5305 | |||
| 2017-12-14 | Enable unaccent extension | Xinhui | |
| Refs #5305 | |||
| 2017-12-14 | Make dashboard bloc title clickable | Xinhui | |
| Refs #5302 | |||
| 2017-12-14 | Refactor mailer layout. Refs #5303 | Alban Peignier | |
| 2017-12-14 | Fix duplicate link on dropdown menu & label | Xinhui | |
| Refs #5300 | |||
| 2017-12-14 | Fixes ways to create lines in Workbench spec | Alban Peignier | |
