-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'jclgoodwin:main' into patch-3
- Loading branch information
Showing
32 changed files
with
1,504 additions
and
1,205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
busstops/migrations/0006_servicecolour_use_name_as_brand.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Generated by Django 5.1.5 on 2025-01-19 01:16 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('busstops', '0005_alter_stoppoint_atco_code'), | ||
] | ||
|
||
operations = [ | ||
migrations.AddField( | ||
model_name='servicecolour', | ||
name='use_name_as_brand', | ||
field=models.BooleanField(default=True), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ SBDR: | |
PCLT: | ||
name: Rural Link | ||
MEGA: | ||
url: https://uk.megabus.com | ||
url: https://www.megabus.co.uk | ||
NSLA: | ||
url: http://www.gatwickairport.com/to-and-from/by-coach-or-bus/hotel-buses/ | ||
DOCC: | ||
|
@@ -288,10 +288,9 @@ TYSW: | |
twitter: "" | ||
YYTG: | ||
name: Yorkshire Buses | ||
# url: https://www.yorkshirebuses.co.uk/ | ||
url: https://www.yorkshirebuses.co.uk | ||
phone: 0113 246 4914 | ||
email: [email protected] | ||
twitter: YorkshireBuses_ | ||
email: [email protected] | ||
WNGS: | ||
url: https://www.diamondbuses.com/ | ||
MINS: | ||
|
@@ -356,3 +355,5 @@ SUNB: | |
twitter: "" | ||
ELNV: | ||
url: https://ellenvale.co.uk/ | ||
SBLB: | ||
name: Stagecoach North Scotland |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ if (process.env.NODE_ENV === "production") { | |
Sentry.init({ | ||
dsn: "https://[email protected]/1379883", | ||
allowUrls: [/bustimes\.org\/static\//], | ||
denyUrls: [/bustimes\.org\/static\/js\/consent.js/], | ||
ignoreErrors: [ | ||
// ignore errors in third-party advert code | ||
"Load failed", | ||
|
Oops, something went wrong.