Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update Russian translations and country info
- Updated Russian translations in ru.po - Corrected Russia country name in country_info.json - Other minor fixes parent 62e6410 author Metal Monkey <[email protected]> 1731764032 +0400 committer Metal Monkey <[email protected]> 1733503239 +0400 parent 62e6410 author Metal Monkey <[email protected]> 1731764032 +0400 committer Metal Monkey <[email protected]> 1733503170 +0400 modified: frappe/locale/ru.po Fixed Russian geo data modified: frappe/geo/country_info.json modified: frappe/geo/languages.json feat: Implement OAuth Backend App Flow for Email Accounts (frappe#27167) * feat: Implement OAuth Backend App Flow for Email Accounts * chore: Reformat to satisfy linter * chore: format Signed-off-by: Akhil Narang <[email protected]> --------- Signed-off-by: Akhil Narang <[email protected]> Co-authored-by: Akhil Narang <[email protected]> (cherry picked from commit dde466b) chore: resolve conflicts Signed-off-by: Akhil Narang <[email protected]> fix(change_log): skip checking if `develop` is part of the detected version Signed-off-by: Akhil Narang <[email protected]> (cherry picked from commit d7b74e9) fix: get PDF from printview Clicking "Get PDF" in printview should result in the same view being converted to PDF. So far, we didn't pass the print format and letterhead, sometimes resulting in an entirely different PDF. (cherry picked from commit 834c31a) fix: print_format can be None Co-authored-by: Akhil Narang <[email protected]> (cherry picked from commit 3f63583) fix: improve permission error message (frappe#28292) (cherry picked from commit 69a8a36) chore: resolve conflicts fix(query_report): Fall back to session user before validating permissions (cherry picked from commit 572391a) fix(query_report): Validate filters using `select` permission, not `read` (cherry picked from commit 8cac65b) chore: Format (cherry picked from commit b410d7f) fix: format value in custom dashboard chart (cherry picked from commit 746c8d9) fix: format tooltip value in custom dashboard chart (cherry picked from commit e31c6db) fix: parent translation tests (backport frappe#27852) (frappe#27853) * fix: parent translation tests (cherry picked from commit 9c90272) * fix: Implement parent-child language precedence in get_all_translations (cherry picked from commit 8e80ae7) --------- Co-authored-by: David <[email protected]> fix: add url to local for custom method to use (frappe#28493) (cherry picked from commit 3a64eff) Co-authored-by: David <[email protected]> fix: add `summary` html element to `acceptable_elements` (cherry picked from commit 066f7c6) refactor: server script autocompletion to be more generic (frappe#28180) (frappe#28298) (cherry picked from commit 8b1180b) chore: split custom types into types module (frappe#28204) (frappe#28296) (cherry picked from commit f7a7cef) Co-authored-by: David Arnold <[email protected]> refactor(user_query): switch to `frappe.get_list()` (cherry picked from commit b3acb78) Signed-off-by: Akhil Narang <[email protected]> chore(release): Bumped to Version 15.48.0 * add `summary` html element to `acceptable_elements` ([dcdf3d4](frappe@dcdf3d4)) * add url to local for custom method to use ([frappe#28493](frappe#28493)) ([b8298ab](frappe@b8298ab)) * **change_log:** skip checking if `develop` is part of the detected version ([dfd0224](frappe@dfd0224)) * format tooltip value in custom dashboard chart ([c11745d](frappe@c11745d)) * format value in custom dashboard chart ([8b0c10e](frappe@8b0c10e)) * get PDF from printview ([95c85ec](frappe@95c85ec)) * improve permission error message ([frappe#28292](frappe#28292)) ([a53ba27](frappe@a53ba27)) * parent translation tests (backport [frappe#27852](frappe#27852)) ([frappe#27853](frappe#27853)) ([ffed945](frappe@ffed945)) * print_format can be None ([dcf2062](frappe@dcf2062)) * **query_report:** Fall back to session user before validating permissions ([a083468](frappe@a083468)) * **query_report:** Validate filters using `select` permission, not `read` ([adeba08](frappe@adeba08)) * Implement OAuth Backend App Flow for Email Accounts ([frappe#27167](frappe#27167)) ([80e92b4](frappe@80e92b4)) fix: ru translation of Designation Responce for is_fc_site ToDo: get value from site-config.json Responce for is_fc_site ToDo: get value from site-config.json fix: total_fields not showing real value chore: format js fix: default length to available fields when undefined fix: sync translations from crowdin (frappe#28440) Co-authored-by: barredterra <[email protected]> refactor: readability of translation tests (backport frappe#28519) (frappe#28520) Co-authored-by: Raffael Meyer <[email protected]> fix: user_query (cherry picked from commit b250d19) refactor(user_query): simplify with `as_list=True` Signed-off-by: Akhil Narang <[email protected]> (cherry picked from commit 1a8d9d1) refactor(user_query): adjust query, only check fields if required Signed-off-by: Akhil Narang <[email protected]> (cherry picked from commit a350b5c) fix: usability of Phone field (frappe#27076) (cherry picked from commit 8332341) fix: Disable link field triggers - while opening doc from quick entry to avoid revalidation Co-authored-by: Akhil Narang <[email protected]> (cherry picked from commit e7639a4) fix(DocRename): on rename ignore link validation when updating values in single doctype (cherry picked from commit 87ef74b) fix(attach): don't crash when a web form field is read-only `this.$input` and `this.$value` are undefined in those cases Signed-off-by: Akhil Narang <[email protected]> (cherry picked from commit 0d0951e) fix(query_report): Check both read and select perms (cherry picked from commit e1bfc1b) refactor: change filter from tuple to dict While list/dict both work and technically so does a tuple, the original intention in frappe#13831 seems to have been a dict. A trailing comma got left behind, which changed it to a tuple. Signed-off-by: Akhil Narang <[email protected]> (cherry picked from commit a7aa0de) chore(release): Bumped to Version 15.48.1 * added api to send verification code and verify and login to fc ([e76cdf5](frappe@e76cdf5)) * added FC login modal with verification code feature ([77bb1ef](frappe@77bb1ef)) * **attach:** don't crash when a web form field is read-only ([b9ee9d7](frappe@b9ee9d7)) * changed support url ([e539a54](frappe@e539a54)) * default length to available fields when undefined ([20c087a](frappe@20c087a)) * Disable link field triggers ([c346aab](frappe@c346aab)) * **DocRename:** on rename ignore link validation when updating values in single doctype ([7e8e294](frappe@7e8e294)) * **query_report:** Check both read and select perms ([152d727](frappe@152d727)) * replaced header h4 with breadcrumbs component ([c117134](frappe@c117134)) * show trial plan based on is_trial_plan ([1657264](frappe@1657264)) * sync translations from crowdin ([frappe#28440](frappe#28440)) ([c480707](frappe@c480707)) * total_fields not showing real value ([93b3df0](frappe@93b3df0)) * usability of Phone field ([frappe#27076](frappe#27076)) ([6fc62fc](frappe@6fc62fc)) * user_query ([7d1a972](frappe@7d1a972)) feat: add clear all button to multiselect field (cherry picked from commit 810519d) feat: Disable allow renaming country (frappe#28596) (cherry picked from commit c6c3d0a) fix: enable fetching datetime fields from linked doctypes (frappe#28602) (cherry picked from commit 0dcc628) fix(rename): check for permissions for merged document as well Signed-off-by: Akhil Narang <[email protected]> (cherry picked from commit a70973b) fix: sync translations from crowdin (frappe#28531) * fix: Persian translations * fix: Persian translations * fix: Chinese Simplified translations * fix: Swedish translations * fix: Persian translations * fix: Persian translations * fix: Swedish translations * fix: Persian translations * fix: Arabic translations * fix: Turkish translations * fix: Persian translations * fix: Spanish translations * fix: Turkish translations * fix: Swedish translations * fix: Turkish translations * fix: Turkish translations feat: validate amended from record docstatus (cherry picked from commit 35d8ff4) feat(report_view): add some basic support for `read_only_depends_on` Doesn't work that well Signed-off-by: Akhil Narang <[email protected]> (cherry picked from commit f266923) chore(ui-tests): don't print subprocess traceback (backport frappe#28626) (frappe#28628) * chore(ui-tests): don't print subprocess traceback We have the cypress error from its output above, just a simple error message is enough here Signed-off-by: Akhil Narang <[email protected]> (cherry picked from commit 318a472) * chore(ui-tests): raise click Exit exception (cherry picked from commit aec58a9) * chore: resolve conflicts Signed-off-by: Akhil Narang <[email protected]> --------- Signed-off-by: Akhil Narang <[email protected]> Co-authored-by: Akhil Narang <[email protected]> Co-authored-by: David <[email protected]> fix: added api to get translation messages for portal apps (cherry picked from commit dfe427b) fix: workflow should also support queue_in_background chore(release): Bumped to Version 15.49.0 * added api to get translation messages for portal apps ([0353afb](frappe@0353afb)) * enable fetching datetime fields from linked doctypes ([frappe#28602](frappe#28602)) ([9563c8a](frappe@9563c8a)) * **rename:** check for permissions for merged document as well ([d9a8722](frappe@d9a8722)) * sync translations from crowdin ([frappe#28531](frappe#28531)) ([0bd6a67](frappe@0bd6a67)) * workflow should also support queue_in_background ([3d51e72](frappe@3d51e72)) * add clear all button to multiselect field ([d1bf29d](frappe@d1bf29d)) * Disable allow renaming country ([frappe#28596](frappe#28596)) ([082aa60](frappe@082aa60)) * **report_view:** add some basic support for `read_only_depends_on` ([2991adf](frappe@2991adf)) * validate amended from record docstatus ([435dcb9](frappe@435dcb9)) fix: Print exception if asset linking is failed (cherry picked from commit 225cc5b) (cherry picked from commit c2628e1) chore(release): Bumped to Version 15.49.1 * Print exception if asset linking is failed ([4c642bf](frappe@4c642bf))
- Loading branch information