mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 04:05:57 +03:00
[PR #116] [MERGED] v0.2.1 #791
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#791
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/benbusby/whoogle-search/pull/116
Author: @benbusby
Created: 8/15/2020
Status: ✅ Merged
Merged: 10/4/2020
Merged by: @benbusby
Base:
master← Head:develop📝 Commits (10+)
b6fb472Project refactor (#85)64af72aMoved custom conf files to their own directory32e837aRefactored whoogle session mgmt6ec65f8Reworked pytest client fixture to support new session mgmt4324fcdAdded better multilingual support, updated filterf86a44bRemoved no-cache enforcement, minor styling/formatting improvementsf7380aeImproving ad filtering for non-English languages5f8309dAdded footer to results page4e970a4Merge remote-tracking branch 'origin/master' into developbf4bf1fSplit interface and results language config (#89)📊 Changes
23 files changed (+283 additions, -138 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(+15 -65)📝
app/models/config.py(+5 -2)📝
app/request.py(+7 -3)📝
app/routes.py(+8 -9)➕
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/index.html(+28 -5)📝
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)📝
test/conftest.py(+1 -1)...and 3 more files
📄 Description
Includes:
f7380ae15d)dfb1e81fa1)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.