aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-12-21Refs #5340 @O.1h; Remove deletion link for lines ...5340-deactivate-linesZog
... In Referential#show
2017-12-21Fix deprecated syntax in StopAreaReferentialsController specZog
2017-12-21Refs #5430 @2h; Deactivate lines instead of destroying themZog
- Add `activate` and `deactivate` actions in `LinesController`, as well as corresponding routes - Add `activate!` and `deactivate!` methods in `Chouette::Line`, as well as `activated?` - Add `activate?` and `deactivate?` permissions in `LinePolicy` - Add corresponding `action_links`in the Decorator - Create helper for these actions - Add an optional `'extra_class` to the Links - Update styles for ".delete-action" to handle the case where there are several - Add I18n keys accordingly
2017-12-21Merge pull request #171 from af83/5253-truncate-breadcrumbAlban Peignier
Truncate long breadcrumbs. Refs #5354
2017-12-21Merge pull request #172 from ↵Alban Peignier
af83/5355-add-button-to-opposite-itinerary-timetable Add opposite route button on timetables. Refs #5355
2017-12-21Change button type for opposite route link. Refs #53555355-add-button-to-opposite-itinerary-timetableAlban Peignier
2017-12-21Remove purchase windows from default dashboard (??). Add direct links to ↵Alban Peignier
lines/companies/networks. Refs #5301
2017-12-21Refs #5301 Add ransackable scope to PurchaseWindow for date_rangescedricnjanga
2017-12-21Fixes purchase windows i18n .Refs #5301Alban Peignier
2017-12-21Use a default color by waiting color selector. Refs #5301Alban Peignier
2017-12-21Add purchase_windows link when optional feature is present. Refs #5301Alban Peignier
2017-12-21Disable color and date filters for purchase windows. Refs #5301Alban Peignier
2017-12-21Fixes i18n fr for purchase_windows (begin/end ranges). Refs #5301Alban Peignier
2017-12-21Merge pull request #173 from af83/5358-fix-undefined-in-headerLuc Donnet
5358 Fix `undefined` appearing in header
2017-12-21Merge pull request #150 from af83/5301-add_business_calendarsLuc Donnet
Refs #5301 First draft for Business Calendars
2017-12-21Refs #4787 Add waiting time unitycedricnjanga
2017-12-21Merge branch '5301-add_business_calendars' of github.com:AF83/stif-boiv into ↵Luc Donnet
5301-add_business_calendars
2017-12-21Commit schemacedricnjanga
2017-12-21Refs # 5308 Fix translation errors on Referential#index filterscedricnjanga
2017-12-21Refs #4838 Add number of controls in ComplianceControlSet#indexcedricnjanga
2017-12-21Add unaccent extension to schema.rbLuc Donnet
2017-12-21Delete purchase_window from spec permission in permission translator Refs ↵Luc Donnet
#5301 @1
2017-12-21Fix edit, i18n and add feature spec for purchase window Refs #5301 @3Luc Donnet
2017-12-21Fix purchase window date filtercedricnjanga
2017-12-21Take review into accountcedricnjanga
2017-12-21BusinessCalendar => PurchaseWindowcedricnjanga
belongs_to referential
2017-12-21Fix business calendar views, decorator, filters and policy Refs #5301Luc Donnet
2017-12-21Handle page title error displaycedricnjanga
attempt to add select tag for model color
2017-12-21Fix migrations, locales, view and exclude calendar timetable in concern Refs ↵Luc Donnet
#5301
2017-12-21Remove binding.prycedricnjanga
2017-12-21Refs #5301 First draft for Business Calendarscedricnjanga
2017-12-21Add unaccent extension to schema.rbLuc Donnet
2017-12-21Merge pull request #162 from af83/5334-add-nulldb-supportLuc Donnet
5334 Add support fort NullDB in Apartment
2017-12-21Delete purchase_window from spec permission in permission translator Refs ↵Luc Donnet
#5301 @1
2017-12-21Refs #5358 @0.1h; Fix `undefined` appearing in header5358-fix-undefined-in-headerZog
2017-12-21Fix edit, i18n and add feature spec for purchase window Refs #5301 @3Luc Donnet
2017-12-21Refs #5355 @0.5h; Add opposite route button on timetablesZog
2017-12-21Refs #5354 @0.5h; Truncate long breadcrumbs5253-truncate-breadcrumbZog
Went with a css solution
2017-12-21Refs #5334; CR 15334-add-nulldb-supportZog
Remove useless `begin...end` block
2017-12-20Fixes typo into ReferentialDecorator. Refs #5339Alban Peignier
2017-12-20Merge pull request #170 from af83/5351-stop-area-waiting-timeAlban Peignier
Add StopArea#waiting_time with support in stop_areas#index/show. Refs #5351
2017-12-20Remove nice miss commit in WorkbenchesController. Refs #5339Alban Peignier
2017-12-20Check stop_area_waiting_time feature to display StopArea#waiting_time. Refs ↵5351-stop-area-waiting-timeAlban Peignier
#5351
2017-12-20Add StopArea#waiting_time with support in stop_areas#index/show. Refs #5351Alban Peignier
2017-12-20Merge pull request #163 from ↵Alban Peignier
af83/5341-create-referential-vehiclejourneys-controller Create ReferentialVehicleJourneysController. Refs #5341
2017-12-20Check feature in ReferentialDecorator by supporting 'partial' context (like ↵5341-create-referential-vehiclejourneys-controllerAlban Peignier
an view spec). Refs #5337
2017-12-20Complete ReferentialVehicleJourneysController spec to test optional feature. ↵Alban Peignier
Refs #5341
2017-12-20Restrict ReferentialVehicleJourneysController to ↵Alban Peignier
referential_vehicle_journeys feature. Refs #5341
2017-12-20Make unsortable the vehicle_journeys table (for the moment). Refs #5341Alban Peignier
2017-12-20Restrict /referentials/../vehicle_journeys to index. Refs #5341Alban Peignier