aboutsummaryrefslogtreecommitdiffstats
path: root/app
AgeCommit message (Collapse)Author
2018-02-20Refs #5863 @6h; Remove workbench id from the querystringZog
Infer it when possible, and use a nested otherwise
2018-02-20Fix specsZog
2018-02-20Refs #5924; Fix SimpleImporter lookup scopeZog
2018-02-20Refs #5924; Remove `local_id` methodsZog
2018-02-20Refs #5924; Fix some bugs revealed during importsZog
- The checksum computing for VehicleJourneyAtStops - Offsets calculation in VehicleJourneys
2018-02-20Refs #5924 @14h; Extend importersZog
Mostly add a way to override the default behaviour and process each row its own way
2018-02-20Refs #5924 @2h; Update specsZog
2018-02-20Refs #5924 @2h; Provide a mechanism to define a custom importerZog
2018-02-20Refs #5924 @1H; Add `before` actionsZog
2018-02-20Refs #5765; :fire: commentZog
2018-02-20Refs #5765; Add new task to import in a given referentialZog
2018-02-20Refs #5765 @6h; Add a customizable importer mechanismZog
2018-02-20Replace current_workgroup by referential.workgroup. Refs #5867Alban Peignier
2018-02-19Search VehicleJourneys with one StopArea or two ordered StopAreas. Refs #5911Alban Peignier
2018-02-19Fixes StopArea#start/end order. Refs #5911Alban Peignier
2018-02-19Refs #5911 @2h; Better stops filters on ReferentialVJs#indexZog
2018-02-19Merge pull request #303 from af83/5899-use-waiting-time-in-schedulesAlban Peignier
Use waiting_time in schedules computation. Refs #5899
2018-02-19Merge pull request #309 from af83/5919-make-coluns-sortableAlban Peignier
Make ReferentialVJs#index sortable. Refs #5919
2018-02-19Refs #5853; Better cssZog
2018-02-19Refs #5853 @2h; Add a detailed calendars view on VJs editorZog
2018-02-19Avoid error in referentials/_overview when one of lines isn't associated to ↵Alban Peignier
a company
2018-02-19Add direction in ReferentialVehicleJourneysController#parse_order for ↵5919-make-coluns-sortableAlban Peignier
'normal' sort. Refs #5919
2018-02-19Refs #5910; Re-add Checksums on PurchaseWindow#showZog
2018-02-19Refs #5910; Remove useless fields from PurchaseWindow#showZog
2018-02-19Merge pull request #305 from af83/5903-fix-VJS-editorLuc Donnet
Fix CustomField loading when no workgroup is available
2018-02-16Merge pull request #314 from af83/5879_compliance_control_predicatesLuc Donnet
Refs #5879 correct the predicate traductions errors
2018-02-14Refs #5879 correct the predicate traductions errors5879_compliance_control_predicatescedricnjanga
2018-02-14Refs #5119 small changes for the dashboard traductions5119_i18n_dashboardcedricnjanga
2018-02-14ImportResourcesDecorator: Fix `Draper::UninferrableDecoratorError`Teddy Wing
We were getting this error: Draper::UninferrableDecoratorError in ImportResources#index Showing .../stif-boiv/app/views/import_resources/index.html.slim where line #14 raised: Could not infer a decorator for ActiveRecord::Base. Extracted source (around line #14): span.status_icon = import_status(@import.status) span = t('.table_state', lines_imported: @import_resources.lines_imported , lines_in_zipfile: @import_resources.lines_in_zipfile ) - if @import_resources.present? .col-lg-12 h2 = t('.table_title') .col-lg-12 Rails.root: .../stif-boiv Application Trace | Framework Trace | Full Trace app/views/import_resources/index.html.slim:14:in `_app_views_import_resources_index_html_slim___3139942318249059519_70240694466080' when visiting this page: http://stif-boiv.dev:3000/workbenches/1/imports/18/import_resources Fix the error by inheriting from `AF83::Decorator` and having it take care of things. We don't have any other model decorators that don't inherit from `AF83::Decorator`, so this shouldn't be a problem any more. Refs #5926
2018-02-13Merge pull request #216 from af83/5416_checksum_attributeJohan Van Ryseghem
5416 checksum attribute
2018-02-13Refs #5919 @0.5h; Make ReferentialVJs#index sortableZog
2018-02-13Merge pull request #301 from af83/5150-update-decoratorsteddywing
5150 Update decorators
2018-02-13Merge pull request #300 from af83/5888-fix-i18n-in-jsLuc Donnet
5888 Fix I18n in JS
2018-02-13Merge pull request #287 from af83/4963-import-cron-should-abort-old-importsJohan Van Ryseghem
4963 import cron should abort old imports
2018-02-13Refs #5707; Add specsZog
2018-02-13Refs #5707 update the global status method to avoid unacessary db requestscedricnjanga
2018-02-13Refs #5707 Add status to the application to track 'blocked objects'cedricnjanga
2018-02-13Merge pull request #291 from ↵Johan Van Ryseghem
af83/4758-cron-job-to-finalise-compliance_check_set-validations-- 4758 cron job to finalise compliance check set validations
2018-02-13Merge pull request #293 from af83/5815_add_required_fields_for_ccJohan Van Ryseghem
5815 add required fields for cc
2018-02-12Refs #5903; Fix CustomField loading when no workgroup is available5903-fix-VJS-editorZog
2018-02-12Refs #5899 @1h; Use waiting_time in schedules computation5899-use-waiting-time-in-schedulesZog
2018-02-12Merge pull request #298 from af83/5432-fix-vjas-json-serializationteddywing
5432 Fix vj#show.rabl
2018-02-12Refs #5877; Add a condition on TableBuilderHelper::Column5877-handle-nil-objects-in-tablebuilderhelperZog
2018-02-12Refs #5150; Update decoratorsZog
2018-02-12Merge pull request #292 from af83/5709_fix_ccset_sortingJohan Van Ryseghem
5709 fix ccset sorting
2018-02-12Refs #5888; Fix I18n in JS5888-fix-i18n-in-jsZog
2018-02-12Use @workgroup instead of current_workgroup in calendars#_filters. Refs #5683Alban Peignier
2018-02-09Refs #5432; Fix vj#show.rablZog
2018-02-09Merge pull request #282 from af83/5824-autocomplete-stop-areas-scopeLuc Donnet
5824 autocomplete stop areas scope
2018-02-09Merge branch 'master' into 4126-add-i18n-jsLuc Donnet