Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete TransferHistoryFilters module #1732

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ a good reason to. They are for version bumps in Makefile.
<string>content/shortcuts-and-tweaks/supportership-expiration-date.js</string>
<string>content/shortcuts-and-tweaks/table-sort.js</string>
<string>content/shortcuts-and-tweaks/team-popup-links.js</string>
<string>content/shortcuts-and-tweaks/transfer-history-filters.js</string>
<string>content/shortcuts-and-tweaks/transfer-search-filters.js</string>
<string>content/shortcuts-and-tweaks/transfer-search-result-filters.js</string>
<!-- end categorized modules -->
Expand Down
1 change: 0 additions & 1 deletion content/background.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@
<script type="application/x-javascript" src="./shortcuts-and-tweaks/supportership-expiration-date.js"></script>
<script type="application/x-javascript" src="./shortcuts-and-tweaks/table-sort.js"></script>
<script type="application/x-javascript" src="./shortcuts-and-tweaks/team-popup-links.js"></script>
<script type="application/x-javascript" src="./shortcuts-and-tweaks/transfer-history-filters.js"></script>
<script type="application/x-javascript" src="./shortcuts-and-tweaks/transfer-search-filters.js"></script>
<script type="application/x-javascript" src="./shortcuts-and-tweaks/transfer-search-result-filters.js"></script>
<!-- end categorized modules -->
Expand Down
8 changes: 0 additions & 8 deletions content/foxtrick.properties
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,6 @@ module.Fans.desc=Add information to fans page
module.Fans.AddLiveLink.desc=Add a live link next to future matches' links
module.Fans.ShowSumFans.desc=Display total of fans evolution in sidebar

module.TransferHistoryFilters.desc=Adds filter options to the team transfer history page

module.DashboardCalendar.desc=Add a button to export Hattrick week in iCalendar file format (should be compatible with Google Calendar, Thunderbird+Lightning, MS Outlook, KOrganizer, Evolution, Apple iCal etc)
module.ReLiveLinks.desc=Add more links to HT-Live
module.ReLiveLinks.Live.desc=Add a button to export all matches in HT-Live as a link
Expand Down Expand Up @@ -539,12 +537,6 @@ module.CopyYouth.AutoSendTrainingReportToHY.success=Training report was successf
module.CopyYouth.AutoSendTrainingChangesToHY.success=Training change was successfully sent to hattrick youthclub
module.CopyYouth.AutoSendRejectedToHY.success=Rejected player was successfully sent to hattrick youthclub

#transfer-history-filters
TransferHistoryFilters.all=All
TransferHistoryFilters.sold=Sold
TransferHistoryFilters.bought=Bought
TransferHistoryFilters.filter=Filter:

#Loyalty display
LoyaltyDisplay.motherClubBonus=(Mother club bonus)
LoyaltyDisplay.loyaltyBonus=(Loyalty bonus)
Expand Down
1 change: 0 additions & 1 deletion content/preferences.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@
<script type="application/x-javascript" src="./shortcuts-and-tweaks/supportership-expiration-date.js"></script>
<script type="application/x-javascript" src="./shortcuts-and-tweaks/table-sort.js"></script>
<script type="application/x-javascript" src="./shortcuts-and-tweaks/team-popup-links.js"></script>
<script type="application/x-javascript" src="./shortcuts-and-tweaks/transfer-history-filters.js"></script>
<script type="application/x-javascript" src="./shortcuts-and-tweaks/transfer-search-filters.js"></script>
<script type="application/x-javascript" src="./shortcuts-and-tweaks/transfer-search-result-filters.js"></script>
<!-- end categorized modules -->
Expand Down
12 changes: 0 additions & 12 deletions content/resources/css/transfer-history-filters.css

This file was deleted.

87 changes: 0 additions & 87 deletions content/shortcuts-and-tweaks/transfer-history-filters.js

This file was deleted.

1 change: 0 additions & 1 deletion defaults/preferences/foxtrick.js
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,6 @@ pref("extensions.foxtrick.prefs.module.TickerColoring.enabled", true);
pref("extensions.foxtrick.prefs.module.TransferComparePlayers.enabled", true);
pref("extensions.foxtrick.prefs.module.TransferComparePlayers.ShowProfit.enabled", true);
pref("extensions.foxtrick.prefs.module.TransferDeadline.enabled", true);
pref("extensions.foxtrick.prefs.module.TransferHistoryFilters.enabled", true);
pref("extensions.foxtrick.prefs.module.TransferSearchFilters.enabled", true);
pref("extensions.foxtrick.prefs.module.TransferSearchResultFilters.enabled", true);
pref("extensions.foxtrick.prefs.module.TableOfStatisticalTruth.enabled", true);
Expand Down
1 change: 0 additions & 1 deletion defaults/preferences/valid-ids.txt
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,6 @@ module.TickerColoring.enabled
module.TransferComparePlayers.ShowProfit.enabled
module.TransferComparePlayers.enabled
module.TransferDeadline.enabled
module.TransferHistoryFilters.enabled
module.TransferSearchFilters.enabled
module.TransferSearchResultFilters.enabled
module.YouthPromotes.enabled
Expand Down
1 change: 0 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@
"content/shortcuts-and-tweaks/supportership-expiration-date.js",
"content/shortcuts-and-tweaks/table-sort.js",
"content/shortcuts-and-tweaks/team-popup-links.js",
"content/shortcuts-and-tweaks/transfer-history-filters.js",
"content/shortcuts-and-tweaks/transfer-search-filters.js",
"content/shortcuts-and-tweaks/transfer-search-result-filters.js",
// <!-- end categorized modules -->
Expand Down
1 change: 0 additions & 1 deletion modules
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,5 @@ shortcuts-and-tweaks/senior-team-shortcuts.js
shortcuts-and-tweaks/supportership-expiration-date.js
shortcuts-and-tweaks/table-sort.js
shortcuts-and-tweaks/team-popup-links.js
shortcuts-and-tweaks/transfer-history-filters.js
shortcuts-and-tweaks/transfer-search-filters.js
shortcuts-and-tweaks/transfer-search-result-filters.js