Gavin D'souza
2ac1c45c66
refactor: Maintain common list for Frappe Coverage settings
* Maintain common settings for coverage settings of parallel and base test suites
* Expand FRAPPE_EXCLUSIONS list based on coveralls.io report
4 年之前
Gavin D'souza
8faf2fd759
refactor(minor): frappe.translate module
* Remove unset limit for lru cache in get_parent_language
* Simplify get_user_lang and add relevant comment
4 年之前
Gavin D'souza
e8d50b9d3c
chore: Add types for frappe.translate module
*only for recently modified functions
4 年之前
Gavin D'souza
e00aaf8cc4
BREAKING CHANGE: Drop frappe.lang in favour of frappe.local.lang
4 年之前
Gavin D'souza
44367c89ba
Merge branch 'develop' of github.com:frappe/frappe into lang-resolution
4 年之前
mergify[bot]
9053ae9a46
Merge pull request #13701 from shariquerik/code-editor-scrollbar-glitch
fix: Code Editor scrollbar glitch
4 年之前
gavin
f4d67d617b
Merge pull request #13240 from codescientist703/link-field-fix
fix: added suitable filtering mechanism to link field
4 年之前
Sagar Vora
b4ea6c8890
fix: dont refresh form dashboard in `layout.refresh_sections` ( #13650 )
4 年之前
Gavin D'souza
0598ddf70e
fix: Clear preferred_language cookie post login
If preferred_language was set in cookie pre login, clear it after a
successful login so that User or Site specific settings can be applied
4 年之前
Gavin D'souza
736c6c9b8a
fix: Don't redefine datetime
* Sort imports
* Update file header
4 年之前
Gavin D'souza
76ec9e44e4
refactor: Rename guess_language as get_language
Guess suggests there's some AI involvement. The get_language function
has a defined priority. It is deterministic, hence teh name change.
4 年之前
Gavin D'souza
c47cbfd2ef
refactor: Set Language in HTTPHeader
Order of priority for setting language:
1. Form Dict => _lang
2. Cookie => preferred_language
3. Request Header => Accept-Language
4. User document => language
5. System Settings => language
Cookie is placed at #2 since the language picker in the navbar depends
on it. And the Accept-Language header sends values based on the client's locales.
---
Form Dict _lang now accepts language codes too. Previously, language
names were used...for whatever reason.
4 年之前
Gavin D'souza
caafd9e2b5
refactor: Simplify HTTPRequest class
* For the sake of Readability and ease of understanding
* Style updates
4 年之前
Fahim Ali Zain
f5bd21cf46
fix: preferred_language cookie support for all users
4 年之前
Gavin D'souza
f96ebb1f66
perf: Skip guess_language if _lang is provided
4 年之前
Fahim Ali Zain
9d9d76efe6
fix: frappe.local.lang resolution
4 年之前
shariquerik
0eafadf002
fix: Code Editor scrollbar glitch
4 年之前
Gavin D'souza
6f17e3d45f
perf(test_search): Setup and teardown tests only if needed
4 年之前
Leela vadlamudi
ee1b27587d
Merge pull request #13698 from leela/fix-email-attachments
fix: sending document as an attachment through mail
4 年之前
leela
f2267bec25
fix: sending document as an attachment through mail
Currently sending document as an attachment is failing and the fix is to
make it work by fixing the bug introduced in latest refactoring.
4 年之前
mergify[bot]
6128123eed
Merge pull request #13687 from bhavesh95863/patch-6
fix: Duplicate if condition removed
4 年之前
gavin
59f4b4d754
Merge pull request #13554 from gavindsouza/drop-data-import-legacy
chore: Drop Data Import Legacy
4 年之前
codescientist703
b619c3d330
test: added test for order of link
4 年之前
mergify[bot]
e528c959e8
Merge pull request #13692 from resilient-tech/fix-boilerplate
fix: escape quotes before declaring variables when making a new app
4 年之前
Pruthvi Patel
bed64ef0ad
test: change app description to test if quotes are being escaped
4 年之前
codescientist703
79124873c3
fix: fixed sider recommendation
4 年之前
mergify[bot]
2ca636be31
Merge pull request #13640 from alyf-de/bench_version_branch_commit
feat: different output formats for `bench version`
4 年之前
barredterra
199990decc
Merge branch 'develop' into bench_version_branch_commit
4 年之前
Sagar Vora
b23dd71116
fix: escape quotes before declaring variables when making a new app
4 年之前
Suraj Shetty
e2bee9b46d
Merge pull request #13689 from surajshetty3416/fix-customize-form
4 年之前
Suraj Shetty
cf67dbce5a
fix: Add missing fieldtypes in for custom fields
4 年之前
barredterra
fc2c887635
test: fix return code
4 年之前
gavin
9c0acea286
Merge pull request #13630 from frappe/dependabot/npm_and_yarn/minimist-1.2.5
chore(deps): [security] bump minimist from 1.2.0 to 1.2.5
4 年之前
barredterra
04094110f5
fix: handle detached head
Workaround for https://github.com/gitpython-developers/GitPython/issues/633
4 年之前
dependabot-preview[bot]
8bc498c18c
chore(deps): [security] bump minimist from 1.2.0 to 1.2.5
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.0 to 1.2.5. **This update includes security fixes.**
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 年之前
Bhavesh Maheshwari
68930a022a
fix: Duplicate if condition remove
4 年之前
gavin
a837a4d69c
Merge pull request #13680 from frappe/mergify/bp/develop/pr-13667
fix: custom script to duplicate row not working in v13 (backport #13667 )
4 年之前
Gavin D'souza
8dcb7a1eaa
style: Remove redundant comments
4 年之前
Gavin D'souza
2aa2586a0c
fix: Drop deprecated validate_csv_import_file def
4 年之前
Gavin D'souza
baea532c3d
fix: Move depr module module utils in exporter
4 年之前
Gavin D'souza
0d0e527416
chore: Show deprecation warning in command help
4 年之前
Gavin D'souza
dc50b77179
chore: Drop Data Import Legacy
4 年之前
mergify[bot]
df9386208a
Merge pull request #13655 from MitulDavid/patch-1
fix: Accurately cast fieldtype in frappe.db.get_single_value()
4 年之前
Rushabh Mehta
372447846e
fix(minor): website_builder.scss removed border for cards
4 年之前
Rushabh Mehta
959a5549d1
fix(minor): website_builder.scss padding and line-height for cards
4 年之前
Mitul David
42585579e6
refactor: Replace str.format() with f-strings
4 年之前
rohitwaghchaure
10fde05950
fix: custom script to duplicate row not working in v13 ( #13667 )
(cherry picked from commit 1615baf69a
)
4 年之前
mergify[bot]
d8c4ad379c
Merge pull request #13488 from shariquerik/custom-report-link-fix
fix: Invalid Custom Report link on Workspace
4 年之前
Mitul David
934fc17a3b
refactor: Improve readability, consistency
4 年之前
Leela vadlamudi
1753cc1ac6
Merge pull request #13670 from frappe/send-me-a-copy-not-working
fix: send me a copy not working
4 年之前