aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
AgeCommit message (Collapse)Author
2017-12-21Refs #5301 First draft for Business Calendarscedricnjanga
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-20Add StopArea#waiting_time with support in stop_areas#index/show. Refs #5351Alban Peignier
2017-12-20Restrict ReferentialVehicleJourneysController to ↵Alban Peignier
referential_vehicle_journeys feature. Refs #5341
2017-12-20Create ReferentialVehicleJourneysController and ↵Alban Peignier
/referentials/:id/vehicle_journeys. Refs #5341
2017-12-20Improve styles in FeatureCheck code. Refs #5339Alban Peignier
2017-12-20Create Organisation#features and FeatureChecker controller concerns. Refs #5339Alban Peignier
2017-12-20Add shared in CalendarsController calendar_params. Refs #5257Alban Peignier
2017-12-20Merge pull request #157 from af83/5311-stop-area-type-customizableAlban Peignier
Make customizable StopArea type. Refs #5311
2017-12-19Refs #5333@1.5h; Use permissions to sync StopAreas and LinesZog
- add missing policies - update permissions translator - update views to check for the permission - update views helper to check for the permission - uipdate controllers to check for the permission
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-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-18Remove usage of StopArea#stop_area_type. Refs #5311Alban Peignier
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-14Autocomplete stop area, use unaccent in query searchXinhui
Refs #5305
2017-12-13Add secondary_company to Line formXinhui
Refs #5142
2017-12-06Merge remote-tracking branch 'origin/master' into ↵Teddy Wing
5024-prevent-duplicate-referentials-from-being-created-during-parallel-db-transactions--rb201711271659
2017-12-06- Change inheritance naming in api/v1 controllers => it generated errorscedricnjanga
- add format: :json in controller specs
2017-12-05Add some changes according to PR reviewcedricnjanga
2017-12-05Merge remote-tracking branch 'origin/master' into ↵Teddy Wing
5024-prevent-duplicate-referentials-from-being-created-during-parallel-db-transactions--rb201711271659 Conflicts: app/models/referential.rb A whitespace conflict in a place I don't even remember editing? Okaay.
2017-12-05Merge pull request #132 from af83/5127_new_api_endpointsLuc Donnet
Refs #5127 Add two new endpoints to the API
2017-12-05Small refacto to handle no_parent error for ComplianceCheckSetcedricnjanga
2017-12-05Refs #5127 Add two new endpoints to the APIcedricnjanga
ComplianceCheckSet#notify_parent NetexImport#notify_parent
2017-12-05Refs #5170 Change default order of ComplianceCheckSet => created_at: :desccedricnjanga
2017-12-05Refs #5169 Change default import sortingcedricnjanga
2017-12-05Fix error 500 on time_table_combinations#new unable to find resource_classXinhui
Refs #5157
2017-12-04Hotfix API Controller < ActionController::Base0000-post_to_json_hotfix_for_local_appRobert
2017-11-30Merge branch 'master' into 4981_last_editorXinhui Xu
2017-11-30Merge pull request #128 from af83/4987-compliance_check-sets_showLuc Donnet
4987 compliance check sets show
2017-11-28Refs #4824, #4825 fix wrong translate in lines, network, stop_area, ↵Guillaume
enumerize for source_type_name, comments map display in stop_area form
2017-11-28Replace pageheader by render partialXinhui
2017-11-28Add has_paper_trail on modelsXinhui
2017-11-28Refactoring move referentialSupport from chouetteController into childrensXinhui
2017-11-27ReferentialsController: Fix typo in `build_referenial` nameTeddy Wing
Rename the method to `build_referential`. Saw it because my project grep didn't work. Refs #5024
2017-11-27Merge branch 'master' into 4824-create_line_referentialsGuillaume
2017-11-26Use an helper to invoke render method safely. Refs #4735Alban Peignier
2017-11-26Add Organisation#custom_view and associated helper render_custom_view. Refs ↵Alban Peignier
#4735
2017-11-23Refs #4824, #4825 update old form views to new layout with simple_form, add ↵Guillaume
permissions for create an edit in line and network controller
2017-11-22Refs #4987 create compliance_check_sets#showGuillaume
2017-11-22Rebase master and resolve conflictscedricnjanga
2017-11-22Change the way we name classescedricnjanga
We now always use modules for namespaces => same structure for models, decorators, policies...
2017-11-17Merge pull request #113 from af83/4823-compliance_check_showteddywing
4823 compliance check show
2017-11-17Refs: #4823@0.3h; Code Review Part IIIRobert
2017-11-17Refs: #4823@1.7h; CodeReview #show -> #executedRobert
2017-11-17Refs: #4823@0.1h; Hotfix for ComplianceCheckControllerRobert
2017-11-17Refs: #4283@16h;Robert
- Implements the view Missing: - Spex failing (xpath navigation inside the display blocks is still faulty) - Links to compliance_checks#show do not work (actually not this page's problem)
2017-11-17Fixes: #4461@2h; Specing and ImplementingRobert
2017-11-17Refs: #4461@1.5h; Repaired netex_import factory, adapted spec/models/import_specRobert