aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-12-21Refs #5334; CR 15334-add-nulldb-supportZog
Remove useless `begin...end` block
2017-12-20Refs #5334; Fix specs broken by null_db adapterZog
2017-12-20Refs #5334@3h; Add support fort NullDB in ApartmentZog
This will allow us to compile assets with a null_db adapter.
2017-12-19Fix compliance check set feature to use the correct titleLuc Donnet
2017-12-19Fix i18n for compliance_check_setsLuc Donnet
2017-12-19Use stop_areas count and not size to display stop_area counterLuc Donnet
2017-12-19Replace have_link_for_each_stop_area by have_link_for_each_item as espected. ↵Alban Peignier
Refs #5291 @5m
2017-12-19Merge pull request #153 from ↵Luc Donnet
af83/5291-disable-useless-checkboxes-on-referentials-index 5291 disable useless checkboxes on referentials index
2017-12-19Refs #5291@0.1h; Fix rebase5291-disable-useless-checkboxes-on-referentials-indexZog
Fix integration_spec_helper after rebase
2017-12-19Ref #5291@2h; Specs setupZog
- 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-19Refs #5291@0.1h; Add missing stylesZog
Add missing styles for disabled checkboxes
2017-12-19Refs #5291@0.5h; Update viewZog
Update the view to match the actual controller behaviour.
2017-12-19Refs: #5291@1h; Update TableBuilderHelperZog
Update TableBuilderHelper to allow the `selectable` param to be a lambda, thus allowing us to have row-based granularity.
2017-12-19Ref #5291@2h; Specs setupZog
- 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-19Merge pull request #160 from af83/5307_referential_lines_menuRobert Dober
#5307 Remove update & create links
2017-12-19Merge pull request #152 from af83/5287-clean-links-in-stop-areas-indexLuc Donnet
5287 clean links in stop areas index
2017-12-19Refs #5287; Uniformize actions5287-clean-links-in-stop-areas-indexZog
2017-12-19Remove update & create links5307_referential_lines_menuXinhui
Refs #5307
2017-12-19Refs #5287@0.5h; Use I18n in dashboardZog
For calendars panel, instead of hardcoded string
2017-12-19Fix link use in StopArea name into stop_areas#index. Refs #5287Alban Peignier
2017-12-19Refs #5287; CR 1Zog
- Get rid of ActiveSupport::Concern in the spec helpers - Rename misnamed spec files
2017-12-19Refactor stopareas index specsZog
2017-12-19- Fix specs on connections_links/indexZog
- Fix specs on connections_links/show - Update pundit view specs helper to use the current referential when it has already been defined
2017-12-19Refs #5287;Zog
Add specs for the view. Refactor to come
2017-12-19Remove duplicate links in StopArea index viewZog
Refs #5287
2017-12-19Merge pull request #154 from af83/5321-remove-duplicated-field-in-new-line-formLuc Donnet
Champ dupliqué dans le formulaire de nouvelle ligne
2017-12-19Merge pull request #156 from af83/5331-display-users-nameLuc Donnet
5331 Show user's name ...
2017-12-19Merge 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-19Merge pull request #149 from af83/5305_autocomplete_stop_area_unaccentLuc Donnet
5305 autocomplete stop area unaccent
2017-12-19Controller spec AutocompleteStopAreas5305_autocomplete_stop_area_unaccentXinhui
Refs #5305
2017-12-18Referentials#create: Add flash message on referential duplicationTeddy 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-18Refs #5331; Show user's name ...5331-display-users-nameZog
... instead of user's username in the top bar
2017-12-18Referentials#validate: Remove `I18n.` prefixTeddy Wing
Call `#t` directly since we can and because the rest of the controller does this without the `I18n.` prefix. Refs #5317
2017-12-18Referentials#validate: Update flash messageTeddy 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-18Imports#create: Add flash messageTeddy 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-18Merge pull request #147 from af83/5300_company_index_action_btnteddywing
Fix duplicate link on dropdown menu & label
2017-12-18Merge pull request #146 from af83/5283-refactor-referential-cloning-workerteddywing
#5283 - Simplifier ReferentialCloningWorker
2017-12-18Refs #5231@0.1h; Fix wrong I18n5321-remove-duplicated-field-in-new-line-formZog
Fix wrong french translation for Line.number
2017-12-18Remove unless subject alias_method. Use be_nil when possible. Refs #5283Alban Peignier
2017-12-15Refactoring use destroy_link_content & remove create linkXinhui
Refs #5300
2017-12-15Remove edit duplicate edit linkXinhui
Refs #5300
2017-12-14Define content_for page_header_title in Devise views. Refs #5309Alban Peignier
2017-12-14Merge pull request #148 from af83/5302_dashboard_title_clickableteddywing
Make dashboard bloc title clickable
2017-12-14Use rake variable in deply:seed taskAlban Peignier
2017-12-14Autocomplete stop area, use unaccent in query searchXinhui
Refs #5305
2017-12-14Enable unaccent extensionXinhui
Refs #5305
2017-12-14Make dashboard bloc title clickableXinhui
Refs #5302
2017-12-14Refactor mailer layout. Refs #5303Alban Peignier
2017-12-14Fix duplicate link on dropdown menu & labelXinhui
Refs #5300
2017-12-14Fixes ways to create lines in Workbench specAlban Peignier