8000 remove useless translation v15 by barredterra · Pull Request #24877 · frappe/frappe · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

remove useless translation v15 #24877

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

Closed

Conversation

barredterra
Copy link
Collaborator
@barredterra barredterra commented Feb 12, 2024

No description provided.

rmehta and others added 30 commits January 8, 2024 07:01
…fix/pr-24157

fix(minor): show footer on login via Website Settings, fixes frappe#24153 (backport frappe#24157)
…fix/pr-24155

fix(minor): Unpublish article when category is unpublished frappe#15361 (backport frappe#24155)
(cherry picked from commit f01937c)

Co-authored-by: Ankush Menat <ankush@frappe.io>
We dont load posthog js if user opts out, so this starts failing.

(cherry picked from commit 216b5fa)
…fix/pr-24170

fix: added precision field in webform field (backport frappe#24170)
(cherry picked from commit c1ebfc6)
…fix/pr-24175

fix: copy content on reply (backport frappe#24175)
These variables can be unset if webhook fails while creating them.

(cherry picked from commit 4e188ec)

Co-authored-by: Ankush Menat <ankush@frappe.io>
* fix: mobile configure columns issue

* fix: correct grid view issue

* fix header too

(cherry picked from commit d0157f7)

Co-authored-by: Safwan Samsudeen <62411302+safwansamsudeen@users.noreply.github.com>
Don't read through the whole file, this often breaks anyway

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
…fix/pr-23488

refactor: Avoid alias for dashboard chart (backport frappe#23488)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
(cherry picked from commit e3bafe1)
…fix/pr-24194

fix: Handle empty value of datetime control (backport frappe#24194)
…ort frappe#24187) (frappe#24191)

Co-authored-by: Pavan Kumar Yekabote <yekabotep@gmail.com>
(cherry picked from commit 54ecae0)

Co-authored-by: Shariq Ansari <30859809+shariquerik@users.noreply.github.com>
…fix/pr-24188

fix(communication): don't change email case (backport frappe#24188)
…restore

fix: downgrade check during backup restore
…no receiver list

Similar to fetching the email list in `get_list_of_recipients()`, the `get_info_based_on_role` call to fetch `mobile_no` in `get_receiver_list()` should set `ignore_permissions` in order to allow sms notifications to send based on actions of limited and anonymous users (e.g. web form submissions).

(cherry picked from commit 4ec4594)
…fix/pr-24144

fix: set ignore_permissions on get_receiver_list in notification.py (backport frappe#24144)
…#24205)

* fix(OTP): Autofocus OTP input

DOM insertion does not trigger autofocus, only initial load does.

* fix(OTP): Fix placeholder of OTP input

(cherry picked from commit 0932bbf)

Co-authored-by: Corentin Flr <10946971+cogk@users.noreply.github.com>
akhilnarang and others added 21 commits February 6, 2024 05:30
GHSA-3ww4-gg4f-jr7f

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
(cherry picked from commit ddcf654)

# Conflicts:
#	pyproject.toml
(cherry picked from commit 679287a)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
…frappe#24789)

(cherry picked from commit 68003a2)

Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
* fix: importer console progress off-by-one

* fix: improve progress message

* chore: typo

---------

Co-authored-by: Robert Duncan <robir@puter.local>
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
(cherry picked from commit d6b126a)

Co-authored-by: Robert Duncan <74115869+robproject@users.noreply.github.com>
…fix/pr-24778

chore(deps): bump cryptography (backport frappe#24778)
…4792)

(cherry picked from commit 7753ed2)

Co-authored-by: Ankush Menat <ankush@frappe.io>
(cherry picked from commit ca3ef81)

Co-authored-by: Ankush Menat <ankush@frappe.io>
…rappe#24043)

* perf: skip ifnull checks on `modified` field (frappe#24042)

(cherry picked from commit 64c2213)

# Conflicts:
#	frappe/model/db_query.py

* chore: conflicts

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
…ckport frappe#24818) (frappe#24822)

* fix: Ignore "Invalid Doctype" validation if ignore flag is passed

(cherry picked from commit 803c022)

* fix: Unset contact_name to avoid linking of contact in case of failure

(cherry picked from commit 7991c89)

* test: use known functions for testing

Random functions can have annotations but no annotations on arguments

(cherry picked from commit ef923e4)

---------

Co-authored-by: Suraj Shetty <surajshetty3416@gmail.com>
Co-authored-by: Ankush Menat <ankush@frappe.io>
(cherry picked from commit 4ceb5c3)

Co-authored-by: lbrandh <87182868+lbrandh@users.noreply.github.com>
* feat: add jinja syntax highlighting

(cherry picked from commit 3a481c8)

* feat(Email Template): switch from pure HTML to Jinja highlighting

(cherry picked from commit a586b5a)

* feat(Print Format): switch from pure HTML to Jinja highlighting

(cherry picked from commit a83b5b3)

* feat(Web Template): switch from pure HTML to Jinja highlighting

(cherry picked from commit 468f3c6)

---------

Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com>
(cherry picked from commit 4e1ed29)

Co-authored-by: Ankush Menat <ankush@frappe.io>
(cherry picked from commit 51743e5)
…fix/pr-24838

feat: frappe.model.can_submit (JS) (backport frappe#24838)
…pe#24801)

(cherry picked from commit 25a3baa)

Co-authored-by: Abraham Kalungi <85731451+kalungia@users.noreply.github.com>
(cherry picked from commit b70e0e8)

Co-authored-by: XRP Systems <156489091+xrpsystems@users.noreply.github.com>
- Skip cache which can be invalid
- Do check at db level

(cherry picked from commit 4350f94)

Co-authored-by: Ankush Menat <ankush@frappe.io>
…pe#24866)

* fix: enqueue_after_commit instead of instantly

(cherry picked from commit 16fa5ec)

* refactor: remove needless coupling of return values

(cherry picked from commit 8344bce)

* perf: process workflow email receipients from background

(cherry picked from commit b0a4425)

* perf: cache permission results

For each transition, we end up redoing perm check. Nothing has really changed there though.

(cherry picked from commit 140a01e)

# Conflicts:
#	frappe/workflow/doctype/workflow_action/workflow_action.py

* test: avoid fiddling with workflow action columns

(cherry picked from commit 8c5aaeb)

* chore: conflicts

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
…fix/pr-24872

fix: add default timezone for Tanzania (backport frappe#24872)
@barredterra barredterra requested review from a team and shariquerik and removed request for a team February 12, 2024 16:44
@barredterra barredterra deleted the remove-useless-translation-v15 branch February 12, 2024 16:45
@barredterra barredterra restored the remove-useless-translation-v15 branch February 12, 2024 16:46
@frappe frappe deleted a comment from mergify bot Feb 12, 2024
@barredterra barredterra deleted the remove-useless-translation-v15 branch February 13, 2024 08:08
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0