Skip to content

Commit

Permalink
Remove changelog page
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcage committed Sep 5, 2022
1 parent 00d9065 commit 8b17ebd
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 58 deletions.
16 changes: 0 additions & 16 deletions app/Http/Controllers/ChangelogController.php

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions app/Providers/NavigationServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ class NavigationServiceProvider extends ServiceProvider
'roles.edit' => \App\Navigation\ContextButtons\UserManagement\RoleEditContextButtons::class,
'roles.permissions' => \App\Navigation\ContextButtons\UserManagement\RolePermissionsContextButtons::class,

'changelog' => \App\Navigation\ContextButtons\Changelog\ChangelogContextButtons::class,

'badges.selection' => \App\Navigation\ContextButtons\Badges\BadgeSelectionContextButtons::class,

'accounting.webling.index' => \App\Navigation\ContextButtons\Accounting\WeblingIndexContextButtons::class,
Expand Down
1 change: 0 additions & 1 deletion lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@
"Mobile": "Mobiltelefon",
"Place ID": "Place ID",
"Details": "Details",
"Changelog": "Änderungshistorie",
"Assigned": "Zugewiesen",
"Conditions": "Umstände",
"Options": "Optionen",
Expand Down
7 changes: 0 additions & 7 deletions resources/views/changelog.blade.php

This file was deleted.

11 changes: 0 additions & 11 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

use App\Http\Controllers\Accounting\WeblingApiController;
use App\Http\Controllers\Auth\LoginController;
use App\Http\Controllers\ChangelogController;
use App\Http\Controllers\CommunityVolunteers\ImportExportController as CommunityVolunteersImportExportController;
use App\Http\Controllers\CommunityVolunteers\ListController;
use App\Http\Controllers\CommunityVolunteers\ResponsibilitiesController;
Expand Down Expand Up @@ -94,16 +93,6 @@
Route::get('users/{user}/avatar', [UserController::class, 'avatar'])
->name('users.avatar');

//
// Changelog
//

Route::middleware(['language'])
->group(function () {
Route::get('changelog', [ChangelogController::class, 'index'])
->name('changelog');
});

//
// Badges
//
Expand Down

0 comments on commit 8b17ebd

Please sign in to comment.