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