-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
barredterra
wants to merge
766
commits into
frappe:develop
from
barredterra:remove-useless-translation-v15
Closed
remove useless translation v15 #24877
barredterra
wants to merge
766
commits into
frappe:develop
from
barredterra:remove-useless-translation-v15
Conversation
This file contains hidden or 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
(cherry picked from commit cb2e803)
(cherry picked from commit b2dafe5)
(cherry picked from commit 5275f39)
(cherry picked from commit 2098606)
…fix/pr-24157 fix(minor): show footer on login via Website Settings, fixes frappe#24153 (backport frappe#24157)
(cherry picked from commit 2969b6e)
(cherry picked from commit 50e43df)
(cherry picked from commit e2bc379)
…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>
(cherry picked from commit e948afe)
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)
(cherry picked from commit 64e37ec)
…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)
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)
(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)
(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>
(cherry picked from commit 2704e94)
…fix/pr-24872 fix: add default timezone for Tanzania (backport frappe#24872)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.