[PR #152] [CLOSED] Patch 1 #800

Closed
opened 2026-02-25 20:36:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/benbusby/whoogle-search/pull/152
Author: @gomberg5264
Created: 11/30/2020
Status: Closed

Base: developHead: patch-1


📝 Commits (7)

  • a8914e4 Release v0.2.1 (#116)
  • 776d618 Fix improper header styling, remove shopping tab links
  • 4bae5ca Fix main page visibility for noscript users
  • f898a8e Hotfix: update ad filter for portugese config
  • 2ecde83 Hotfix: update invidious url, remove www from link
  • 8431fc5 Hotfix: Remove mobile subdomain for invidious redirect
  • bf577f0 Update routes.py

📊 Changes

24 files changed (+352 additions, -310 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/feature_request.md (+0 -3)
.replit (+2 -0)
📝 README.md (+19 -7)
📝 app/__init__.py (+2 -2)
📝 app/filter.py (+19 -69)
📝 app/models/config.py (+5 -2)
📝 app/request.py (+7 -3)
📝 app/routes.py (+63 -170)
app/static/css/dark-theme.css (+42 -0)
📝 app/static/css/main.css (+11 -5)
📝 app/static/js/autocomplete.js (+27 -5)
📝 app/static/js/controller.js (+23 -17)
📝 app/templates/display.html (+3 -0)
📝 app/templates/header.html (+2 -6)
📝 app/templates/index.html (+36 -6)
📝 app/templates/opensearch.xml (+4 -3)
app/utils/filter_utils.py (+79 -0)
📝 app/utils/routing_utils.py (+1 -1)
📝 app/utils/session_utils.py (+0 -5)
📝 setup.py (+1 -1)

...and 4 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/benbusby/whoogle-search/pull/152 **Author:** [@gomberg5264](https://github.com/gomberg5264) **Created:** 11/30/2020 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `patch-1` --- ### 📝 Commits (7) - [`a8914e4`](https://github.com/benbusby/whoogle-search/commit/a8914e4e78745883a0046e7510f3f51b4279d39e) Release v0.2.1 (#116) - [`776d618`](https://github.com/benbusby/whoogle-search/commit/776d618dad4ce74870fe93b4186574ae169409ba) Fix improper header styling, remove shopping tab links - [`4bae5ca`](https://github.com/benbusby/whoogle-search/commit/4bae5cab2e05b11ee45556c4a7205ad484f15d1d) Fix main page visibility for noscript users - [`f898a8e`](https://github.com/benbusby/whoogle-search/commit/f898a8e7a7e45fe34109a766352dda0d26590123) Hotfix: update ad filter for portugese config - [`2ecde83`](https://github.com/benbusby/whoogle-search/commit/2ecde8386090dd36b69e82a264ebd3a96b0ac739) Hotfix: update invidious url, remove www from link - [`8431fc5`](https://github.com/benbusby/whoogle-search/commit/8431fc5031b270620dde79600b2af3da24b60ccc) Hotfix: Remove mobile subdomain for invidious redirect - [`bf577f0`](https://github.com/benbusby/whoogle-search/commit/bf577f079d34ceb67b8cf1cfb2ca9640bed96086) Update routes.py ### 📊 Changes **24 files changed** (+352 additions, -310 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/feature_request.md` (+0 -3) ➕ `.replit` (+2 -0) 📝 `README.md` (+19 -7) 📝 `app/__init__.py` (+2 -2) 📝 `app/filter.py` (+19 -69) 📝 `app/models/config.py` (+5 -2) 📝 `app/request.py` (+7 -3) 📝 `app/routes.py` (+63 -170) ➕ `app/static/css/dark-theme.css` (+42 -0) 📝 `app/static/css/main.css` (+11 -5) 📝 `app/static/js/autocomplete.js` (+27 -5) 📝 `app/static/js/controller.js` (+23 -17) 📝 `app/templates/display.html` (+3 -0) 📝 `app/templates/header.html` (+2 -6) 📝 `app/templates/index.html` (+36 -6) 📝 `app/templates/opensearch.xml` (+4 -3) ➕ `app/utils/filter_utils.py` (+79 -0) 📝 `app/utils/routing_utils.py` (+1 -1) 📝 `app/utils/session_utils.py` (+0 -5) 📝 `setup.py` (+1 -1) _...and 4 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:36:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#800
No description provided.