aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-12-19Imports#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-19Refs #5231@0.1h; Fix wrong I18nZog
Fix wrong french translation for Line.number
2017-12-19Remove unless subject alias_method. Use be_nil when possible. Refs #5283Alban Peignier
2017-12-19Refactoring use destroy_link_content & remove create linkXinhui
Refs #5300
2017-12-19Remove edit duplicate edit linkXinhui
Refs #5300
2017-12-19Autocomplete stop area, use unaccent in query searchXinhui
Refs #5305
2017-12-19Enable unaccent extensionXinhui
Refs #5305
2017-12-19Fix duplicate link on dropdown menu & labelXinhui
Refs #5300
2017-12-19Use ReferentialCloning.find result without test on ↵Alban Peignier
ReferentialCloningWorker#perform. Refs #5283
2017-12-19Move logic to ReferentialCloning. Improve specs. Refs #5283Alban Peignier
2017-12-19Refs #5287@0.5h; Use I18n in dashboardZog
For calendars panel, instead of hardcoded string
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-19Refs: #5311@0.1h; Minor CR changes5311-stop-area-type-customizableRobert
2017-12-19disable sqlite and tune install taskFlorent Peyraud
2017-12-18Fix link use in StopArea name into stop_areas#index. Refs #5287Alban Peignier
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-18Clear Chouette::AreaType caches during specs. Refs #5311Alban Peignier
2017-12-18Add first specs on Chouette::AreaType. Refs #5311Alban Peignier
2017-12-18Remove usage of StopArea#stop_area_type. Refs #5311Alban Peignier
2017-12-18Create Chouette::AreaType to manage available StopArea type and associated ↵Alban Peignier
i18n. Refs #5311
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-18Refs #5287; CR 1Zog
- Get rid of ActiveSupport::Concern in the spec helpers - Rename misnamed spec files
2017-12-17add puma nd nulldb adapterFlorent Peyraud
2017-12-17refactor database.yml for nulldb adapterFlorent Peyraud
2017-12-17default value sor RAILS_HOSTFlorent Peyraud
2017-12-17fix bug in JSON parsingFlorent Peyraud
2017-12-17public_file_server ?Florent Peyraud
2017-12-17docker first commitFlorent Peyraud
2017-12-15Refactoring use destroy_link_content & remove create linkXinhui
Refs #5300
2017-12-15Remove edit duplicate edit linkXinhui
Refs #5300
2017-12-15Define content_for page_header_title in Devise views. Refs #5309Alban Peignier
2017-12-15Make dashboard bloc title clickableXinhui
Refs #5302
2017-12-15Refactor stopareas index specsZog
2017-12-15Fix business calendar views, decorator, filters and policy Refs #5301Luc Donnet
2017-12-15- 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-15Handle page title error displaycedricnjanga
attempt to add select tag for model color
2017-12-15Refs #5287;Zog
Add specs for the view. Refactor to come
2017-12-15Fix migrations, locales, view and exclude calendar timetable in concern Refs ↵Luc Donnet
#5301
2017-12-15Remove duplicate links in StopArea index viewZog
Refs #5287